-
Notifications
You must be signed in to change notification settings - Fork 513
Description
Hello again! I'm trying to build Bento4 for x86 linux platform. For this I type such line:
scons -u build_config=Release target=x86-unknown-linux
Building x86-unknown-linux target with SCons failed with such error:
********** Configuring Build Target = x86-unknown-linux / Release ********
scons: done reading SConscript files.
scons: Building targets ...
scons: building associated VariantDir targets: Build/Targets/x86-unknown-linux/Release
o Build/Targets/x86-unknown-linux/Release/C++/Apps/Aac2Mp4/Aac2Mp4.o -c -pedantic -Wall -W -Wundef -Wno-long-long -D_REENTRANT -O3 -D_REENTRANT -DAP4_PLATFORM_BYTE_ORDER=AP4_PLATFORM_BYTE_ORDER_LITTLE_ENDIAN -ISource/Config -ISource/C++/Core -ISource/C++/Crypto -ISource/C++/MetaData -ISource/C++/System/StdC -ISource/C++/System/Posix -ISource/C++/Codecs Source/C++/Apps/Aac2Mp4/Aac2Mp4.cpp
sh: 1: o: not found
...
etc.
I can't find in any build scripts or makefiles line where instead calling of gcc occurs calling of 'o'
But would be better if you make next SDK build of master branch. On Bento4.com available for downloading only version without last changes of AP4_Track needed for my purposes.