Closed rbouqueau closed 10 years ago
Commented by margueritesu on 2013-07-26 04:02 UTC
never mind. I solved it myself. with --disable-scenegraph
it fail the whole build.
Commented by rbouqueau on 2013-07-26 06:29 UTC thanks for the information, we'll have a look
Romain
Updated by jeanlf on 2013-08-06 19:05 UTC
Reported by doublechou on 2013-07-22 07:23 UTC here's the build log on openSUSE Packman:
https://pmbs.links2linux.de/package/live_build_log?arch=x86_64&package=gpac&project=home%3Amarguerite%3Abranches%3AEssentials&repository=openSUSE_12.3
When linking libgpac, it kept complaining eg: undefined reference to
boxstring_dump
.But I find
boxstring_dump
is defined in include/gpac/internal/isomedia_dev.h, this header is included in src/isomedia/box_dump.c and there's no extra LIBS for isomedia in src/Makefile.So I don't know how to fix it now...
Thanks.