Re: Time to work on Quanta4
Andras Mantia <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday 12 April 2006 13:38, Jens Herden wrote: > Hi Andras, > > > Ok, so let's go the KDE4 way route. First we/you need to check out > > the kdelibs4_snapshot from svn and try to compile it with cmake. I > > think you need cmake from CVS. If we succeed with this, we should > > try to build kdevelop. If it works, we have something to work with. > > :-) > > qt-copy OK > kdelibs OK > kdebase OK > kdevelop does not build What is the error? I could build it without problems. > > The attempt to start KDE4 failed and locked my computer. > > So what should be next? Set the correct environment for KDE4 and try to run kate or (when you have) kdevelop. I attach the script to set up the environment (use source setup-kde4-env after you adjusted the paths), see if it works with that or not. If you have it working the next step is to port the existing kdevquanta to KDE4 or to start develop the parser using KDE4. Just to avoid problems, if $HOME/.kde4 exist, delete before running the script. Andras > > Jens -- Quanta Plus developer - http://quanta.kdewebdev.org K Desktop Environment - http://www.kde.org _______________________________________________ quanta-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/quanta-devel
setup-kde4-env
(text/plain, 502 B)
export QTDIR=/data2/kde4/qt4 export KDEDIR=/data2/kde4/install/ export PATH=$QTDIR/bin:$PATH if test -n "$LD_LIBRARY_PATH"; then export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$QTDIR/lib else export LD_LIBRARY_PATH=$QTDIR/lib fi export KDEHOME=$HOME/.kde4 export KDETMP=/tmp/$USER-kde4 export KDEVARTMP=/var/tmp/$USER-kde4 unset KDEDIRS unset XDG_DATA_DIRS unset XDG_CONFIG_DIRS export PATH=$KDEDIR/bin:$PATH export LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH export QT_PLUGIN_PATH=$KDEDIR/lib/kde4/plugins
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBEPO6PTQdfac6L/08RAiJBAKDOJ9YPzAmDm9UzyYmOK/KcKAX6iQCfQafm iiuWp84tA3X5Z0Wg4IWHyAQ= =dBfV -----END PGP SIGNATURE-----