17th Apr, 2013, 03:07 AM
I wanted to compile the latest xbmc from source GIT following the wiki tutorial gitub for xbian (https://github.com/xbianonpi/xbian/wiki/Compiling-XBMC-&-XBMC-dependencies) but I get a compilation error:
I don't know why it crash because I don't have modify any commande of the wiki...
help please!
Code:
cc1plus: warning: command line option ‘-fgnu89-inline’ is valid for C/ObjC but not for C++ [enabled by default]
AR xbmc/commons/commons.a
LD xbmc.bin
make -C tools/TexturePacker/
make[1]: Entering directory `/opt/xbmc/tools/TexturePacker'
g++ -D_LINUX -DUSE_LZO_PACKING md5.cpp SDL_anigif.cpp XBTFWriter.cpp XBMCTex.cpp /opt/xbmc/xbmc/guilib/XBTF.cpp -lSDL_image -lSDL -llzo2 -L/opt/xbmc/lib/libsquish -lsquish-native -Wl,-rpath=/lib -o TexturePacker
XBTFWriter.cpp:25:25: fatal error: guilib/XBTF.h: No such file or directory
compilation terminated.
XBMCTex.cpp:38:25: fatal error: guilib/XBTF.h: No such file or directory
compilation terminated.
make[1]: *** [TexturePacker] Error 1
make[1]: Leaving directory `/opt/xbmc/tools/TexturePacker'
make: *** [tools/TexturePacker/TexturePacker] Error 2
I don't know why it crash because I don't have modify any commande of the wiki...
help please!