13494: compile errors
#1
Quote:make[1]: *** [FileHD.o] Error 1
make: *** [filesystem] Error 2
Errors have occurred!

Compile dies under both Gutsy & Hardy.
Reply
#2
Yep, confirmed here.

Code:
make[1]: Entering directory `/home/sam/XBMC/xbmc/FileSystem'
rm -f FileHD.o
/usr/bin/ccache g++ -c -D__STDC_FORMAT_MACROS -O2 -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_MMS -DHAS_PCRE -D'SVN_REV="13493"' -DINSTALL_PATH="\"/usr/local/share/xbmc\"" -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  FileHD.cpp -o FileHD.o
FileHD.cpp: In member function \u2018virtual int XFILE::CFileHD::Stat(__stat64*)\u2019:
FileHD.cpp:101: error: cannot convert \u2018__stat64*\u2019 to \u2018stat64*\u2019 for argument \u20182\u2019 to \u2018int fstat64(int, stat64*)\u2019
make[1]: *** [FileHD.o] Error 1
make[1]: Leaving directory `/home/sam/XBMC/xbmc/FileSystem'
make: *** [filesystem] Error 2
Reply
#3
Fixed in 13496.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#4
malloc Wrote:Fixed in 13496.

Thanks! Working fine here.
Reply

Logout Mark Read Team Forum Stats Members Help
13494: compile errors0