[Switching this over to the devel list....]
On Nov 4, 2007, at 2:19 PM, Christopher Menzel wrote:
On Nov 4, 2007, at 11:16 AM, Pavel Sanda wrote:
Yes, a good suggesetion, but the curious thing is that I am
setting it.
whats the exact configure command you use ?
For compiling Qt:
./configure -static -no-exceptions -nomake examples -nomake tools -
nomake demos -prefix /usr/local/Trolltech/Qt-4.3.2/
For compiling LyX:
./configure --prefix=/Applications/LyX.app --with-version-
suffix=-1.5 --without-x --with-qt4-dir=/usr/local/Trolltech/
Qt-4.3.2 --with-included-gettext --enable-optimization=-Os
These look right.
I've also tried configuring with "--with-extra-lib=/usr/local/
Trolltech/Qt-4.3.2/lib", just in case.
This last *shouldn't* be needed.
where is placed your libQtCore.so ?
Hm. The compile and install of Qt seemed flawless, but I can't
find that file:
root [/usr/local/Trolltech/Qt-4.3.2]
153: find . -name *QtCore*
./include/Qt/QtCore
./include/QtCore
./include/QtCore/QtCore
./lib/libQtCore.a
./lib/libQtCore.prl
./lib/libQtCore_debug.a
./lib/libQtCore_debug.prl
./lib/pkgconfig/QtCore.pc
./lib/pkgconfig/QtCore_debug.pc
./lib/QtCore.framework
./lib/QtCore.framework/QtCore
./lib/QtCore.framework/QtCore.prl
./lib/QtCore.framework/QtCore_debug
./lib/QtCore.framework/QtCore_debug.prl
./lib/QtCore.framework/Versions/4/Headers/QtCore
./lib/QtCore.framework/Versions/4/QtCore
./lib/QtCore.framework/Versions/4/QtCore_debug
(But I also don't see it in the lib dir of the version of Qt 4.2.3
that I compiled and used the last time I compiled LyX from sources.)
This is the same as what I have, except I don't have the
QtCore.framework directory (and I'm ignorant enough not to know what
difference that would make).
I'm also using Qt-4.3.1; I don't know if that would make a
difference. I'll try compiling Qt-4.3.2 to see what happens.
Bennett