Compile fails with 11085
#1
Getting the follow error with 11085, after making clean and redownloading the entire source tree from SVN. Looks like some include was deleted by accident?

Code:
g++ -c -O2 -I/usr/include/lzo -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -DHAS_SDL_JOYSTICK -DHAS_XRANDR -I. -I../ -I../linux -I../../guilib -I../lib/UnrarXLib -I../utils -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I../lib/libUPnP/Platinum/ThirdParty/Neptune/Source/Core -I../lib/libUPnP/Platinum/Source/Core -I../lib/libUPnP/Platinum/Source/Devices/MediaServer -I../lib/libUPnP/Platinum/ThirdParty/Neptune/Source/System/Posix FileFactory.cpp -o FileFactory.o
In file included from FileFactory.cpp:34:
FileMMS.h:5:24: error: libmms/mms.h: No such file or directory
FileMMS.h:25: error: ISO C++ forbids declaration of \u2018mms_t\u2019 with no type
FileMMS.h:25: error: expected \u2018;\u2019 before \u2018*\u2019 token
make[1]: *** [FileFactory.o] Error 1
make[1]: Leaving directory `/home/sam/XBMC/xbmc/FileSystem'
make: *** [filesystem] Error 2
Reply
#2
1) wrong section of the forum this is for people developing not end users

2) read the readme the apt-get line got updated with extras
Reply
#3
Yep, that fixed it. Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Compile fails with 110850