On Sat, 2003-11-15 at 10:30, fsanta wrote: > On Saturday 15 November 2003 15:42, you wrote: > > On Sat, 2003-11-15 at 08:21, fsanta wrote: > > > I have qt 322 instralled and working on my SuSE 8.2 > > > system but when I compile scribus it compiles against > > > 3.1.1, the original SuSE rpm's. Here is my path: > > > > > > echo $PATH > > > /usr/local/qt/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bi > > >n:/ > > > bin:/usr/games:/opt/gnome2/bin:/opt/gnome/bin:/opt/kde3 > > >/ bin:/usr/lib/java/jre/bin:/opt/gnome/bin > > > > > > How can I get it to compile against the 322? > > > Thanks, Steve. > > > > > > > > > > > > _______________________________________________________ > > >_______________ > > > > you need to change the QTDIR environment: > > > > export QTDIR="/directory/where/qt322/is" > > > > Then run ./configure in the scribus source directory > > > > Hope that helps, > > Peter > > OK. As root I do: > > # export QTDIR="/usr/local/qt" > # echo $QTDIR > /usr/local/qt > > I then do ./configure > but I get: > > checking for Qt... libraries /usr/lib/qt3/lib, headers /usr/ > lib/qt3/include using -mt > checking if Qt compiles without flags... no > checking for moc... /usr/lib/qt3/bin/moc > checking for uic... /usr/lib/qt3/bin/uic > > That's *not* where my new qt 332 is. > > What am I doing wrong? > Thanks, Steve.
try ./configure --help which will give you some hints try this: ./configure --with-qt-dir="/usr/local/qt"
