Re: Building KDE3.1rc2 - any traps?

2002-11-08 Thread Cajus Pollmeier
On Donnerstag, 7. November 2002 19:17, Tim Hägele wrote: > I compiled it today without a problem in kdelibs, kdebase with gcc-3.2. > Do you use --enable-final? It wont compile with it. Yes. I use --enable-final. Next time I'll try without ;-) Now it works after moving qt and kde into the same dest

Re: Building KDE3.1rc2 - any traps?

2002-11-07 Thread Anton Hattendorf
Am Donnerstag, 7. November 2002 09:03 schrieb Cajus Pollmeier: > Hi! Hi > I'm trying to build KDE3.1rc2 from source and have some problems with it: > Compiling of qt-x11-free-3.1.0-rc3 and arts-1.1.0 works fine. Kdelibs stops > with dependecy problems when building the dcop stuff. There seems to

Re: Building KDE3.1rc2 - any traps?

2002-11-07 Thread Tim Hägele
I compiled it today without a problem in kdelibs, kdebase with gcc-3.2. Do you use --enable-final? It wont compile with it. On Thursday 07 November 2002 09:03, Cajus Pollmeier wrote: > Hi! > > I'm trying to build KDE3.1rc2 from source and have some problems with > it: > > Normally I keep packages

Re: Building KDE3.1rc2 - any traps?

2002-11-07 Thread Karolina Lindqvist
torsdagen den 7 november 2002 09.03 skrev Cajus Pollmeier: > Is it a known issue, or am I just missing something? Took a quick view > through the build-deps. Hmm. automake fits my config, just not using > gcc3.2. My computer is right now compiling kde 3.1rc2 with gcc 2.95, and I got no problems

Re: Building KDE3.1rc2 - any traps?

2002-11-07 Thread Cajus Pollmeier
On Donnerstag, 7. November 2002 09:55, Paolo Ulivi wrote: Thanks for the quick response ;-) > I think it's a known issue, see kde-devel digest #4264: you are probably > picking the wrong moc binary from a previous QT install. # which moc /opt/qt/bin/moc # moc -v Qt Meta Object Compiler version 2

Re: Building KDE3.1rc2 - any traps?

2002-11-07 Thread Paolo Ulivi
On Thu, Nov 07, 2002 at 09:03:11AM +0100, Cajus Pollmeier wrote: > Compiling of qt-x11-free-3.1.0-rc3 and arts-1.1.0 works fine. Kdelibs stops > with dependecy problems when building the dcop stuff. There seems to > be a -L/opt/qt/lib missing when linking. After adding it manually, it > compiled,

Building KDE3.1rc2 - any traps?

2002-11-07 Thread Cajus Pollmeier
Hi! I'm trying to build KDE3.1rc2 from source and have some problems with it: Normally I keep packages of these "experimental" builds in /opt, so qt goes to /opt/qt, kde to /opt/kde when installed. QTDIR, KDEDIR and PATH are adjusted as needed when starting the build (and this worked till beta2)