oldcpu
12th November 2005, 09:46
My compile attempts of vanred on SuSE-9.3 failed. They worked on SuSE-10.0
I ensured I had what I believe to be the necessary dependency apps: libdvdread, dvdauthor, vamps, play_cell, lsdvd, streamanalyze and libdvdcss2.
On my SuSE-9.3, during the "make" execution I obtained the following error:
oldcpu@linux:~/new-tar/vanred/vanred-0.3> make
g++ -g -c main.cpp
In file included from PGC.h:6,
from Title.h:12,
from DVD.h:7,
from main.cpp:1:
Color_palette.h:9: error: syntax error before `[' token
Color_palette.h:17: error: type specifier omitted for parameter `uint32_t'
Color_palette.h:17: error: syntax error before `)' token
Color_palette.h:18: error: syntax error before `)' token
In file included from Title.h:12,
from DVD.h:7,
from main.cpp:1:
PGC.h:14: error: 'uint8_t' is used as a type, but is not defined as a type.
make: *** [main.o] Error 1
oldcpu@linux:~/new-tar/vanred/vanred-0.3> Looks like it doesn't like the syntax in what ever application vanred (or my gcc) looks in calling the color palette. I need to ponder if there is an easy way to address this. This is not the sort of hickup I solve all the time. :)
Edit- removed SuSE-10.0 problem - I was doing something stupid.
I ensured I had what I believe to be the necessary dependency apps: libdvdread, dvdauthor, vamps, play_cell, lsdvd, streamanalyze and libdvdcss2.
On my SuSE-9.3, during the "make" execution I obtained the following error:
oldcpu@linux:~/new-tar/vanred/vanred-0.3> make
g++ -g -c main.cpp
In file included from PGC.h:6,
from Title.h:12,
from DVD.h:7,
from main.cpp:1:
Color_palette.h:9: error: syntax error before `[' token
Color_palette.h:17: error: type specifier omitted for parameter `uint32_t'
Color_palette.h:17: error: syntax error before `)' token
Color_palette.h:18: error: syntax error before `)' token
In file included from Title.h:12,
from DVD.h:7,
from main.cpp:1:
PGC.h:14: error: 'uint8_t' is used as a type, but is not defined as a type.
make: *** [main.o] Error 1
oldcpu@linux:~/new-tar/vanred/vanred-0.3> Looks like it doesn't like the syntax in what ever application vanred (or my gcc) looks in calling the color palette. I need to ponder if there is an easy way to address this. This is not the sort of hickup I solve all the time. :)
Edit- removed SuSE-10.0 problem - I was doing something stupid.