r20474 build error
#1
Hi

I'e just tried to build svn version r20474 for opensuse 64bit. I get this error:

/usr/bin/ccache g++ -MD -c -D_LINUX -fPIC -O2 -g -D_DEBUG -Wall -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DINSTALL_PATH="\"/usr/share/xbmc\"" -DHAS_SDL_JOYSTICK -DHAS_XRANDR -DHAS_PCRE -D'SVN_REV="20474"' -DDLL_PATH_LIBCURL="\"/usr/lib64/libcurl.so.4\"" -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 YmUserInterface.cpp -o YmUserInterface.o
/usr/bin/ccache gcc -MD -c -I/usr/lib64/dbus-1.0/include -I/usr/lib64/glib-2.0/include -O2 -I/usr/lib64/dbus-1.0/include -I/usr/lib64/glib-2.0/include -O2 -g -D_DEBUG -Wall -D_LINUX -fPIC -I/usr/lib64/dbus-1.0/include -I/usr/lib64/glib-2.0/include -O2 -g -D_DEBUG -Wall -D_LINUX -D_FILE_DEFINED -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DINSTALL_PATH="\"/usr/share/xbmc\"" -DHAS_SDL_JOYSTICK -DHAS_XRANDR -DHAS_PCRE -D'SVN_REV="20474"' -DDLL_PATH_LIBCURL="\"/usr/lib64/libcurl.so.4\"" -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 LZH/lzhxlib.c -o LZH/lzhxlib.o
LZH/lzhxlib.c: In function ‘make_table’:
LZH/lzhxlib.c:117: warning: operation on ‘i’ may be undefined
cp: cannot stat `LZH/lzhxlib.d': No such file or directory
/bin/bash: line 1: LZH/lzhxlib.d: No such file or directory
gcc -fPIC -shared -o ../../../../../system/players/paplayer/stsoundlibrary-x86_64-linux.so Depacker.o digidrum.o XBMCYM.o Ym2149Ex.o Ymload.o YmMusic.o YmUserInterface.o LZH/lzhxlib.o `cat ../../../DllLoader/exports/wrapper.def` ../../../DllLoader/exports/wrapper.o
make[1]: Leaving directory `/root/build/linuxport/XBMC/xbmc/cores/paplayer/YMCodec/StSoundLibrary'


Is there any header file missing or is it a problem in svn?

Cheers,
Reply
#2
There's no error in that paste... The missing .d is merely a dependency file which is used for partial rebuilds to know if a file actually needs to be compiled or not. If it's missing, the file is compiled regardless.
Reply
#3
You are right.

I was a little confused because in earlier builds there where some output which showed build has been successful. Now it just stops with the lines I've posted.
Reply
#4
Run make w/o -j like the "how to report problems in a useful manner" sticky says.
Reply

Logout Mark Read Team Forum Stats Members Help
r20474 build error0