![]() |
|
utils/ScraperUrl.h: No such file or directory - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Development (/forumdisplay.php?fid=93) +--- Thread: utils/ScraperUrl.h: No such file or directory (/showthread.php?tid=32552) |
utils/ScraperUrl.h: No such file or directory - kaser - 2008-04-11 18:07 Hi, I've read that there was a merge made last Sunday, and since then I'm not able to compile the source from cvs, and I'm getting this error: /usr/bin/ccache g++ -c -g -D_DEBUG -Wall -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/hal -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAS_SDL_JOYSTICK -DHAS_XRANDR -DHAS_MMS -DHAS_PCRE -D'SVN_REV="12474:12611M"' -I. -Icommon -I../xbmc -I../xbmc/cores -I../xbmc/linux -I../xbmc/utils -I/usr/include/freetype2 -I/usr/include/SDL AnimatedGif.cpp -o AnimatedGif.o rm -f AudioContext.o /usr/bin/ccache g++ -c -g -D_DEBUG -Wall -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/hal -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAS_SDL_JOYSTICK -DHAS_XRANDR -DHAS_MMS -DHAS_PCRE -D'SVN_REV="12474:12611M"' -I. -Icommon -I../xbmc -I../xbmc/cores -I../xbmc/linux -I../xbmc/utils -I/usr/include/freetype2 -I/usr/include/SDL AudioContext.cpp -o AudioContext.o In file included from ../xbmc/FileItem.h:8, from ../xbmc/Settings.h:11, from AudioContext.cpp:4: ../xbmc/Artist.h:9:30: error: utils/ScraperUrl.h: No such file or directory make[1]: *** [AudioContext.o] Error 1 make[1]: Leaving directory `/home/xbmc/XBMC/guilib' make: *** [guilib] Error 2 make: *** Waiting for unfinished jobs.... rm -f CueDocument.o /usr/bin/ccache g++ -c -g -D_DEBUG -Wall -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/hal -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAS_SDL_JOYSTICK -DHAS_XRANDR -DHAS_MMS -DHAS_PCRE -D'SVN_REV="12474:12611M"' -I. -Ilinux -Icores -I../guilib -Iutils -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 CueDocument.cpp -o CueDocument.o In file included from FileItem.h:8, from Settings.h:11, from stdafx.h:49, from Application.cpp:22: Artist.h:9:30: error: utils/ScraperUrl.h: No such file or directory In file included from FileItem.h:8, from Settings.h:11, from stdafx.h:49, from CueDocument.cpp:35: Artist.h:9:30: error: utils/ScraperUrl.h: No such file or directory Hugs. kaser - tslayer - 2008-04-11 18:17 I've been able to compile. Try to clean/distclean and try again. Or even a fresh checkout. |