Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gVideo make problem



Great - it all works now!
thanks,
Frank

David Podeur wrote:

> > 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.
>
> You need to install the Electric Fence library (a malloc debugger).
> You can find it here ftp://ftp.perens.com/pub/ElectricFence/
>
> You could also (but not recommended) remove the -lefence in the
> Makefile.
>
> Good luck,
> David.
>
> --
> david@convergence.de
> Work hard; increase production; prevent accidents, and be happy.



Home | Main Index | Thread Index