Build error in current git?

Added by Kalle Sandberg about 12 years ago

Hi,

I just set up ps3toolchain and tries to build showtime.

The first steps works fine but "make -j8" gives the following output:


[email protected]:~/git/showtime$ make -j8
CC    build.ps3/ext/audio/sid.o
CC    build.ps3/ext/dvd/dvdcss/css.o
CC    build.ps3/ext/dvd/dvdcss/device.o
CC    build.ps3/ext/dvd/dvdcss/libdvdcss.o
CC    build.ps3/ext/dvd/dvdcss/error.o
CC    build.ps3/ext/dvd/dvdnav/dvdnav.o
CC    build.ps3/ext/dvd/dvdnav/highlight.o
In file included from /home/kalles/git/showtime/src/event.h:25:0,
                 from /home/kalles/git/showtime/src/prop/prop.h:24,
                 from /home/kalles/git/showtime/src/backend/backend.h:22,
                 from /home/kalles/git/showtime/ext/audio/sid.c:1200:
/home/kalles/git/showtime/src/arch/threads.h:135:24: fatal error: sys/thread.h: No such file or directory
compilation terminated.
make: *** [build.ps3/ext/audio/sid.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from /home/kalles/git/showtime/src/showtime.h:27:0,
                 from /home/kalles/git/showtime/ext/dvd/dvdcss/libdvdcss.h:26,
                 from /home/kalles/git/showtime/ext/dvd/dvdcss/css.c:60:
/home/kalles/git/showtime/src/arch/threads.h:135:24: fatal error: sys/thread.h: No such file or directory
compilation terminated.
In file included from /home/kalles/git/showtime/src/showtime.h:27:0,
                 from /home/kalles/git/showtime/ext/dvd/dvdcss/libdvdcss.h:26,
                 from /home/kalles/git/showtime/ext/dvd/dvdcss/device.c:78:
/home/kalles/git/showtime/src/arch/threads.h:135:24: fatal error: sys/thread.h: No such file or directory
compilation terminated.
make: *** [build.ps3/ext/dvd/dvdcss/device.o] Error 1
make: *** [build.ps3/ext/dvd/dvdcss/css.o] Error 1
In file included from /home/kalles/git/showtime/src/showtime.h:27:0,
                 from /home/kalles/git/showtime/ext/dvd/dvdcss/libdvdcss.h:26,
                 from /home/kalles/git/showtime/ext/dvd/dvdcss/error.c:41:
/home/kalles/git/showtime/src/arch/threads.h:135:24: fatal error: sys/thread.h: No such file or directory
compilation terminated.
make: *** [build.ps3/ext/dvd/dvdcss/error.o] Error 1
In file included from /home/kalles/git/showtime/src/showtime.h:27:0,
                 from /home/kalles/git/showtime/ext/dvd/dvdcss/libdvdcss.h:26,
                 from /home/kalles/git/showtime/ext/dvd/dvdcss/libdvdcss.c:133:
/home/kalles/git/showtime/src/arch/threads.h:135:24: fatal error: sys/thread.h: No such file or directory
compilation terminated.
make: *** [build.ps3/ext/dvd/dvdcss/libdvdcss.o] Error 1
In file included from /home/kalles/git/showtime/ext/dvd/dvdnav/dvdnav_internal.h:52:0,
                 from /home/kalles/git/showtime/ext/dvd/dvdnav/dvdnav.c:48:
/home/kalles/git/showtime/src/arch/threads.h:135:24: fatal error: sys/thread.h: No such file or directory
compilation terminated.
make: *** [build.ps3/ext/dvd/dvdnav/dvdnav.o] Error 1
In file included from /home/kalles/git/showtime/ext/dvd/dvdnav/dvdnav_internal.h:52:0,
                 from /home/kalles/git/showtime/ext/dvd/dvdnav/highlight.c:41:
/home/kalles/git/showtime/src/arch/threads.h:135:24: fatal error: sys/thread.h: No such file or directory
compilation terminated.
make: *** [build.ps3/ext/dvd/dvdnav/highlight.o] Error 1

Any idea whats going wrong? Is there some file not committed?


Replies (6)

RE: Build error in current git? - Added by subtitle fan about 12 years ago

I'm able to build it without any problems so its probably a problem on your end. did you follow the build instructions from here: https://github.com/andoma/showtime?

If you did then maybe some of the files ended up corrupt when you downloaded them? you could try removing the showtime directory and download it again to see if that works.

RE: Build error in current git? - Added by open ps3 about 12 years ago

yeah work perfect

RE: Build error in current git? - Added by Kalle Sandberg about 12 years ago

Edit: Nevermind!

Found out that my path to psl1ght was exported incorrectly

RE: Build error in current git? - Added by Jimmi Elofsson about 12 years ago

Hi

I get similar compile errors..
where did u set your psl1ght path?

(1-6/6)