Re: [Dvr-devel]DVR compilation
Brought to you by:
pierre_hebert
From: <pie...@ne...> - 2001-10-17 07:12:46
|
Hello Federico, Your problem comes from the fact that you try to use the avifile library, compiled for another system as yours. It relies on a specific configuration, that is not yours. Furthermore this library try to use unnecessary functionnalities. The only thing to do for the moment is to download the source code of avifile, execute the configure script which will detect the configuration of YOUR system and recompile. ----- Original Message ----- From: "Federico Omoto" <fed...@sp...> To: <dvr...@li...> Sent: Wednesday, October 17, 2001 1:03 AM Subject: [Dvr-devel]DVR compilation > Hi! > > I downloaded today the lattest cvs version of DVR and when I try to compile > it, I get these errors: > > g++ -o dvr -lpthread -L/usr/lib/qt-2.3.1/lib -lqt -Wl,-rpath,/usr/lib > -laviplay QAudioConfig.o QCodecConfig.o QTVConfig.o QDvrGUI.o > QAudioConfigImpl.o QCodecConfigImpl.o QTVConfigImpl.o QDvrGUIImpl.o > qv4lwindow.o QAudioConfig.moc.o QCodecConfig.moc.o QTVConfig.moc.o > QDvrGUI.moc.o QAudioConfigImpl.moc.o QCodecConfigImpl.moc.o > QTVConfigImpl.moc.o QDvrGUIImpl.moc.o qv4lwindow.moc.o chunkpool.o dsp.o > dvr.o framepool.o v4lxif.o main.o qt_visual.o > /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libaviplay.so: undefined > reference to `XF86VidModeGetAllModeLines' > /usr/lib/gcc-lib/i386-redhat-linux/2.96/../../../libaviplay.so: undefined > reference to `XF86VidModeGetModeLine' > collect2: ld returned 1 exit status > make: *** [dvr] Error 1 > > I'm using avifile 0.6.0 (CVS snapshot Oct 3rd) installed from the RPM > packages provided in the avifile home page. > > Thank you in advance. > > Federico |