Kodi Community Forum
Compile fails with 11085 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Compile fails with 11085 (/showthread.php?tid=30272)



Compile fails with 11085 - rodalpho - 2007-12-25

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



- Jezz_X - 2007-12-25

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


- rodalpho - 2007-12-25

Yep, that fixed it. Thanks!