Build error - cdio
#1
Hi!

Trying to build for some days - unsuccessful:


Code:
make -C xbmc/utils
make[1]: Entering directory `/usr/local/src/svn/XBMC/xbmc/utils'
/usr/bin/ccache g++ -MD -c -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="23924M"' -DHAVE_CONFIG_H  -I. -I.. -I../../ -I../linux -I../cores -I../../guilib -I/usr/local/src/svn/XBMC     -I/usr/include/fribidi     -I/usr/include/libpng12         -I/usr/include/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/freetype2       -I/usr/include/alsa               -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL   -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include   -DHAS_AVAHI -I/usr/include/lzo IoSupport.cpp -o IoSupport.o
In file included from IoSupport.cpp:56:
../FileSystem/iso9660.h:35:26: error: cdio/iso9660.h: No such file or directory
In file included from IoSupport.cpp:56:
../FileSystem/iso9660.h:54: error: ‘iso723_t’ does not name a type
../FileSystem/iso9660.h:102: error: ‘iso733_t’ does not name a type
../FileSystem/iso9660.h:103: error: ‘iso733_t’ does not name a type
make[1]: *** [IoSupport.o] Error 1
make[1]: Leaving directory `/usr/local/src/svn/XBMC/xbmc/utils'
make: *** [xbmc/utils/utils.a] Error 2

Tried now with r23924 on Ubuntu 9.04 x86.
Any suggestions?

Thanks,
Patrick
XBMC 9.11 (SVN 28275) on minimal Ubuntu 9.04
on ZOTAC ION-A (Atom330 / 4GB / 250GB HDD / Atric Switch / Silverstone LC19 Case)
Reply
#2
I think you're missing a new dependency - do the sudo apt-get build-dep xbmc magic command.

Cheers,
ST
Reply
#3
That did it. :rolleyes2:

Thanks...
XBMC 9.11 (SVN 28275) on minimal Ubuntu 9.04
on ZOTAC ION-A (Atom330 / 4GB / 250GB HDD / Atric Switch / Silverstone LC19 Case)
Reply
#4
i use debian and none of the ubuntu ppa's

had the same prob i think it was libiso9660-dev
that saved the day

http://gitorious.org/xbmc/xbmc/commit/cc...8294ea8df7
Reply

Logout Mark Read Team Forum Stats Members Help
Build error - cdio0