>>>>> "Kevin" == Kevin Gross <[EMAIL PROTECTED]> writes:
Kevin> I'd be glad to provide any additional information. If it is Kevin> possible on the Mac, I'd also like to know how to build with Kevin> the qt interface. If I use gcc3, the configuration stage using Kevin> % ./configure --with-frontend=qt Kevin> --with-qt-includes=/sw/include/qt Kevin> --with-extra-prefix=/sw:/usr/local Kevin> is successful. However, if I use gcc2, the same configure Kevin> script dies with Kevin> checking for moc2... not found checking for moc... /sw/bin/moc Kevin> checking for uic... /sw/bin/uic checking for Qt library name... Kevin> failed configure: error: Cannot compile a simple Qt executable. Kevin> Check you have the right $QTDIR ! You have to compile with the same compiler as the one used to produce your qt library. This measn that you have to rebuild qt with gcc2 to have this to work. JMarc
