On 20 maj 2007, at 16.43, Scott Lambert wrote:

I built Qt4.2.3 from source exactly as described in INSTALL.MacOSX. (I even literally used "/path/to/QT4" as the destination.) Here are some lines from the configure script. It seems to find some things in the Qt4 tree but not others.

checking for QT4_CORE... checking for QT4_FRONTEND... checking for Qt 4 library name... failed
checking for moc-qt4... no
checking for moc... /path/to/QT4//bin/moc
checking for uic-qt4... no
checking for uic... /path/to/QT4//bin/uic

OK, I think it may be a priviligies problem. Try to create an account directly under your user account that you call QT43. Either by open the Terminal and typing mkdir QT43 . Or in the Finder select your user home directory (If your user name is scott, it is named scott. You will be in that directory if you open a new Finder window.), create a new folder (File -> New folder) and name it QT43.

Now replace /path/to/QT4 with /Users/scott/QT43
and run the compilation of QT (don't forget the make install command and to remove the .la-files) and of LyX again.


Bob,
I tried using:
export PKG_CONFIG_PATH=/path/to/Qt4/lib/pkgconfig/

It didn't help. In fact my Qt4 tree contains not such directory!
I have attached a full listing of my Qt4 tree.
<QT4 tree.txt>
It shouldn't be needed as Bennet pointed out.

Also the link (http://www.trolltech.com/download/qt/mac.html)
 given in INSTALL.MacOSX is not valid.
Right, it should be:
http://trolltech.com/developer/downloads/qt/mac
Bennett, can you update this?

/Anders

Reply via email to