On Wednesday 13 June 2001 07:41, Achim Bohnet wrote: > On Wednesday 13 June 2001 03:39, Bud Rogers wrote: > > Compiling kdevelop from cvs fails because those two files are missing. > > They don't seem to exist on my system. I have kdebase-dev and > > kdelibs-dev installed. Anyone give me a hint what package they might be > > in? > > They are new (will be) in kdelibs-dev KDE 2.2 alpha/beta. Don't know if > Ivan's 2.2alpha packages are 'recent' enough to make kdevelop (aka gideon) > happy.
Roland Krause told me a couple of CXXFLAGS to make it work. I'll include the gist of his response in case anyone else wants to have a try. On Tuesday 12 June 2001 23:02, Roland Krause wrote: > You're not trouble, the problem is, we are in a state of flux between > KDE-2.2 and KDE-2.1.[12] right now. > Anyway, the solution is to put -DUSE_QTPRINT_SYSTEM -DUSE_KDE_2_1_1 > into your compiler options (if you compile using kdevelop). > > "Duh", you will say, if I had it I wouldnt need to compile it... > therefore you can say: > > export CXXFLAGS="-DUSE_QTPRINT_SYSTEM -DUSE_KDE_2_1_1"; ./configure > and it will also do... Adding those flags worked. I'm using Debian's build scripts, dh_make and debuild. They have their own ideas about what configure should do, etc. I had to go all the way back to admin/acinclude.m4.in to find a place the scripts didn't rewrite. If I had just exported the CXXFLAGS and run configure it would have been simpler. Anyway, I have a brand new kdevelop deb. Tonight I will play with it. -- Bud Rogers <[EMAIL PROTECTED]> http://www.sirinet.net/~budr All things in moderation. And not too much moderation either.