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.51k stars 262 forks source link

Error running make when update gpac - [../config.mak:174: isomedia/box_code_base.o] Error 1 #2452

Closed ycwan closed 1 year ago

ycwan commented 1 year ago

17:03:28 Running git update for gpac... 17:03:56 ┌ gpac git .................................... [Updates found] 17:03:56 ├ Running uninstall... 17:04:04 ├ Running configure... 17:04:27 ├ Running make... Likely error (tail of the failed operation logfile): 3109 | "dzo", // 127 Dzongkha | ^~~~~ C:/MinGW-w64/build/gpac-git/src/isomedia/box_code_base.c:3109:9: note: (near initialization for 'qtLanguages') C:/MinGW-w64/build/gpac-git/src/isomedia/box_code_base.c:3110:9: warning: excess elements in array initializer 3110 | "jav" // 138 Javanese | ^~~~~ C:/MinGW-w64/build/gpac-git/src/isomedia/box_code_base.c:3110:9: note: (near initialization for 'qtLanguages') make[1]: [../config.mak:174: isomedia/box_code_base.o] Error 1 make[1]: Leaving directory '/build/gpac-git/build-64bit/src' make: [Makefile:13: all] Error 2 make failed. Check C:/MinGW-w64/build/gpac-git/build-64bit/ab-suite.make.log This is required for other packages, so this script will exit. 17:05:40 Creating diagnostics file...

Attach C:\MinGW-w64\build\logs.zip to the GitHub issue. Make sure the suite is up-to-date before reporting an issue. It might've been fixed already.

Try running the build again at a later time.

logs.zip ab-suite.make.log

Biswa96 commented 1 year ago

The issue was fixed in this commit https://github.com/gpac/gpac/commit/bf33af82758befb192ffb5acd8c48ae9eee27ea3. Please try to rebuild the project again.

ycwan commented 1 year ago

Fix is good. Thanks @Biswa96