On Monday 11 March 2002 8:20 pm, Keith Antoine wrote: > On Monday 11 March 2002 11:31 pm, you wrote: > > Here's a stripped down version of my Qt build script for qt-copy from > > cvs. Watch out for line wraps here.. > > > > #!/bin/bash > > # Qt source in /usr/lib/qt3 > > > > QTDIR=/usr/lib/qt3 > > cd $QTDIR > > make -f Makefile.cvs > > > > cstr="-system-zlib -qt-gif -system-libpng -system-libjpeg -thread \ > > -plugin-imgfmt-mng -no-stl -no-xinerama -no-g++-exceptions -enable-xml" > > > > ./configure $cstr > > > > make > > > > HTH > > Pam > > Re this compile, I am using the full 3.0.2 qt-x11 rather than the qt-copy > is this a bad idea, when I am doing a cvs ? my qt is in /opt/kde3 but I > set: export QTDIR=/opt/kde3 !
It could work, but it is probably neater to keep qt separate from kde, that way you can have e.g. /opt/kde3 /opt/kde3-old and /usr/lib/qt3 /usr/lib/qt3-old_but_works qt-copy is probably a better bet that the 3.0.x release from the trolls as it often has useful patches included in it. Pam -- Linux Step by Step (UK mirror): http://www.pam.roberts.btinternet.co.uk/sxs/ _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
