m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.5k stars 257 forks source link

mingw64 [vorbis] build vorbis fails #2491

Closed mdyan closed 11 months ago

mdyan commented 11 months ago
    Warning: We will not accept any issues lacking any form of logs or logs.zip!
media-autobuild_suite  (64bit)  
    Starting 64bit compilation of all tools
Imported default FFmpeg options from .bat
License: nonfree
Imported default mpv options from .bat
media-autobuild_suite  (64bit): compiling global tools  
    Starting 64bit compilation of global tools
libidn2 2.3.0  .............................................. [Up-to-date]
libpsl 0.21.0  .............................................. [Up-to-date]
  Running git clone for curl...
  Running git update for curl...
┌ curl git  ........................................... [Recently updated]
├ Running uninstall...
sed: can't read Makefile.in: No such file or directory
├ Running autoreconf...
├ Running configure...
├ Running make...
├ Running install...
├ Running ca-bundle...
├ Stripping...
└ curl-git  .................................................... [Updated]
media-autobuild_suite  (64bit): compiling audio tools   
    Starting 64bit compilation of audio tools
  Running git clone for vorbis...
  Running git update for vorbis...
┌ vorbis git  ......................................... [Recently updated]
├ Running autogen...
├ Running configure...
Likely error (tail of the failed operation logfile):
checking for cos in -lm... yes
checking for pthread_create in -lpthread... yes
checking pkg-config is at least version 0.9.0... yes
checking for OGG... no
checking for Ogg... no
*** Could not run Ogg test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means Ogg was incorrectly installed
*** or that you have moved Ogg since it was installed.
configure: error: must have Ogg installed!
configure failed. Check C:/ab-suite/build/vorbis-git/build-64bit/ab-suite.configure.log
This is required for other packages, so this script will exit.
  Creating diagnostics file...

logs.zip I'm getting this error trying to build. Seems like vorbis depends on ogg.