Hello lux, On Tuesday 21 April 2009, 14:21, lux-integ wrote: > questions: > a) does openoffice-3.0.1 compiles with qt-4.5.0 support
no > b) does openoffice-3.0.1 compiles with kde-4.2.1 no You should compile as if OOo was a KDE 3 application. You can place KDE 3 and resp Qt libs in /opt (or even your /home) and pass the respective switches to configure. IIRC this was a problem, because the build environment used the LD_LIBRARY_PATH, and the system KDE 4 and resp. Qt libs. were taken first into account. But now it shouldn't be a problem anymore. I use Fedora 10 (best distro ever, with best/more stable KDE 4 out there) where configure has no problem at all with the default system settings, and I didn't have to install anything. This is what my DEV300_m46/LinuxX86Env.Set.sh looks like on Fedora 10 ENABLE_KDE="TRUE" KDE_CFLAGS="-I/usr/lib/qt-3.3/include -I/usr/include/kde -DQT_CLEAN_NAMESPACE -DQT_THREAD_SUPPORT" KDE_LIBS="-L/usr/lib -L/usr/lib/qt-3.3/lib -lkdeui -lkdecore -lqt-mt" ENABLE_KAB="TRUE" MOC="/usr/lib/qt-3.3/bin/moc" Regards -- Ariel Constenla-Haile La Plata, Argentina --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
