error: 'CUtil' has not been declared
#1
Code:
/usr/bin/ccache g++ -MD -c -O2 -DNDEBUG=1 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/hal -I/usr/include/lzo -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -DHAS_SDL_JOYSTICK -DHAS_XRANDR -DHAS_PCRE -D'SVN_REV="15991M"' -DINSTALL_PATH="\"/usr/local/share/xbmc\""  -DDLL_PATH_LIBCURL="\"/usr/lib/libcurl.so.4\"" -I. -Ilinux -Icores -I../guilib -Iutils -IFileSystem -Ilib/libUPnP/Platinum/ThirdParty/Neptune/Source/Core -Ilib/libUPnP/Platinum/Source/Core -Ilib/libUPnP/Platinum/Source/Devices/MediaServer -Ilib/libUPnP/Platinum/ThirdParty/Neptune/Source/System/Posix -Ilib/libUPnP/Platinum/Source/Devices/MediaConnect -Ilib/libUPnP/Platinum/Source/Devices/MediaRenderer   GUIWindowScriptsInfo.cpp -o GUIWindowScriptsInfo.o
NptXbmcFile.cpp: In member function 'virtual NPT_Result NPT_XbmcFile::Open(unsigned int)':
NptXbmcFile.cpp:303: error: 'CUtil' has not been declared
make[1]: *** [NptXbmcFile.o] Error 1
make[1]: Leaving directory `/root/xbmc/XBMC/xbmc/FileSystem'
make: *** [filesystem] Error 2
make: *** Waiting for unfinished jobs....

Some new dep that we gentoo'ers need to install that I missed? Not updated for a few weeks...
XBMC on Gentoo is as good as it gets! :o
Reply
#2
nah, file is missing an #include "Util.h"
Reply
#3
spiff Wrote:nah, file is missing an #include "Util.h"
Sorry to say, but adding the include to GUIWindowScriptsInfo.cpp still resulted in the same error (it was already included in NptXbmcFile.cpp though).

EDIT: Nevermind, noticed the upper/lowercase problem.
XBMC on Gentoo is as good as it gets! :o
Reply

Logout Mark Read Team Forum Stats Members Help
error: 'CUtil' has not been declared0