Try: export QTDIR=/usr/lib/qt-3.0.3 and set your paths up export LD_LIBRARY_PATH=/usr/lib:$LD_LIBRARY_PATH export PATH=/usr/bin:$PATH etc
Mark Hudson wrote: > hello. i'm trying to compile avifile from the archive > avifile-0.7.16-20020913.tgz. > > i've read and tried the FAQ solutions but am still having troubles. > basically, i can't get the configure script to find the necessary Qt > files. also, according to my configuration output, it can't find SDL > either. here's a piece of the config output: > > >------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > Configuration for avifile > Compiler C: gcc -g -O2 -mcpu=i586 -march=i586 -ffast-math -pipe > Compiler C++: g++ -g -O2 -mcpu=i586 -march=i586 -ffast-math -pipe > Install path: /usr/local > Qt: no > Sdl: no (*** no SDL => no video rendering! ***) > Xft: > Oss audio: yes > Sun audio: no > Mga_vid: no > Plugins: > ac3passthrough yes (with SBLive only) > divx4 yes (DivX ;-), OpenDivX, DivX4) > xvid no (DivX4, XviD) > ffmpeg yes (DivX ;-), OpenDivX, MJPEG, AC3) > os motion jpeg no (MJPEG) > win32 yes (DivX, WMF1/2, DV, MJPEG, Ati, Asus,...) > MAD yes (MPEG Layer I/II/III) > vorbis no > lame runtime no > >------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > *************** > QT PROBLEMS: > > i'm using RH 7.3 and i have Qt installed from RPM, version qt-3.0.3-11. > the Qt RPM installs to /usr/lib/qt3, /usr/lib/qt-3.0.3, and > /usr/lib/qt3-gcc2.96 (note: i'm a total newbie and don't understand the > distinction between these different Qt install directories). > > after i notice that Qt wasn't recognized i deleted the configuration > cache file (include/config.h) and ran the script again using the Qt > configuration options as specified in the README file: > >--------------------------------------------------------------------------------------------------------------------------------- > --with-qt-dir=<your-directory> > --with-qt-includes=<your-directory> > --with-qt-libraries=<your-directory> > >--------------------------------------------------------------------------------------------------------------------------------- > i initially tried "./configure --with-qt-libraries=/usr/lib/qt3/lib" but > this didn't help. i also tried variations of the "--with-qt-dir", > "--with-qt-includes" options. i also tried using all three options but > i'm not sure what the distinction is between my Qt dir, includes, and > lib locations. > *************** > > *************** > SDL PROBLEMS: > > i'm using SDL installed from RPM, version SDL-1.2.3-7. the SDL RPM > installs to /usr/lib. according to the configuration output this was > not found either. > *************** > > any help you could offer would be greatly appreciated! thanks. > > m. hudson > > _______________________________________________ > Avifile mailing list > [EMAIL PROTECTED] > http://prak.org/mailman/listinfo/avifile _______________________________________________ Avifile mailing list [EMAIL PROTECTED] http://prak.org/mailman/listinfo/avifile
