icebna wrote:
Jean-Marc Lasgouttes escribió:
"icebna" == icebna
<[EMAIL PROTECTED]> writes:
icebna> Hi all : Someone have installed the last version 1.5.0beta2 in
icebna> a SO Mandriva 2007.0 ?. I can't install because of the
icebna> frontend QT4, that Mandriva don't have ( QT3 ).
Did you try to do a "urpmi libqt4-devel"? I am sure there is some qt4
available.
JMarc
I have installed the library libqt4-devel and libqt4-static-devel. In
the process of compilation make, get the error :
/usr/lib/qt3//bin/uic -tr lyx::qt_ BiblioUi.ui -o BiblioUi.h
uic: File generated with too recent version of Qt Designer (4.0 vs. 3.3.6)
and exit.
Someone idea ?
I had the same problem. It seems that the uic and moc from the qt3-devel
package are used in priority. Here is how I managed to solve the
problem. First delete the whole directory and recreate it from the
archive. Running 'make clean' is not enough. Before running configure,
type the two following lines in the console:
export UIC4="/usr/lib/qt4/bin/uic"
export MOC4="/usr/lib/qt4/bin/moc"
then you can run ./configure , it will know where to find the correct
moc and uic. You maight have to uninstall the qt3-devel package,
although I think it should be fine with it.
You will need to delete (better : move or rename) you .lyx directory or
you will miss the toolbars in 1.5
Also, be prepare for a big jump in the past: Qt4 without theme looks
like motif, urghhhh ;-/
I hope this helps.
Best regards,
Olivier