Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gVideo make problem
Hi,
Since I installed gcc 2.95 I can compile the drivers with success. After
loading, I get the audio signal from ProSieben.
I can also compile and use Cyberlogin without problems.
However, I still get errors when trying to compile gVideo:
Makefile:39: .depend: No such file or directory
g++ -M gtvscreen.c channel.cc gVideo.cc graphs.cc sound.cc > .depend
g++ -c `gtk-config --cflags` -g -Wall gVideo.cc
gcc -c `gtk-config --cflags` -g -Wall gtvscreen.c
g++ -c `gtk-config --cflags` -g -Wall channel.cc
g++ -c `gtk-config --cflags` -g -Wall graphs.cc
g++ -c `gtk-config --cflags` -g -Wall sound.cc
g++ gtvscreen.o channel.o gVideo.o graphs.o sound.o `gtk-config --libs`
-lXxf86dga -lefence -o gVideo
/usr/bin/ld: cannot open -lefence: No such file or directory
collect2: ld returned 1 exit status
make: *** [gVideo] Error 1
There are still some libraries missing on my system, or something has to
be configured the right way.
Any idea's?
Frank Verlinden.
Home |
Main Index |
Thread Index