./configure \ --prefix="/local/libgpac_0.4.6-DEV-git-/i686-pc-mingw32" \ --extra-cflags="-march=i686 -mtune=generic -mfpmath=sse -msse" \ --strip --static-mp4box make clean && make lib apps
main.c: In function 'mp4boxMain': main.c:3196:2: error: 'nb_tracks' undeclared (first use in this function) main.c:3196:2: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [main.o] Error 1 となってしまいます。
更新お疲れ様です。
ReplyDeletePC(Win32)
wipple/GPAC
commit: a16590c31343d7e4c83ba560ebe60a060d4935c1
↑をmake
./configure \
--prefix="/local/libgpac_0.4.6-DEV-git-/i686-pc-mingw32" \
--extra-cflags="-march=i686 -mtune=generic -mfpmath=sse -msse" \
--strip --static-mp4box
make clean && make lib apps
main.c: In function 'mp4boxMain':
main.c:3196:2: error: 'nb_tracks' undeclared (first use in this function)
main.c:3196:2: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [main.o] Error 1
となってしまいます。
wipple/GPAC
commit: c90335e (r3374)
まではmakeできたんだけど。
報告ありがとうございます。
ReplyDelete実は昨日pushした後にすぐに気がついて直したはずだったんですけど(下記ログ参照)、うまくpushできていなかった模様です。
先程きちんとpushしました。
お疲れ様です。
ReplyDelete無事、makeできました。
ありがとう御座いました。