Has anyone been able to compile kdevelop 1.2 under 7.2 using the
kde1-compat libraries.  The first problem I had was getting kdevelop
configure to use the kde1 include files instead of the kde2 includes. 
Since configure didn't have an option like "--with-kde-dir=" I did
"KDEDIR=/usr/lib/kde1-compat ./configure --with-qt-dir=/usr/lib/qt"
which solved that problem.

Confiure still can't compile a simple kde app, though. The relevant
errors from config.log are below. It appears that kdevelop is trying to
link to the wrong libraries. Is there anyway I can fix this?

thanks
Lucas

configure:5478: g++ -c -O2 -fno-exceptions -fno-rtti -fno-check-new
-frtti -I/usr/lib/kde1-compat/include -I/usr/lib/qt/include
-I/usr/X11R6/include   conftest.C
configure:5506: checking for KDE libraries installed
configure:5509: /bin/sh ./libtool --silent --mode=link g++ -o conftest
-O2 -fno-exceptions -fno-rtti -fno-check-new -frtti
-I/usr/lib/kde1-compat/include -I/usr/lib/qt/include
-I/usr/X11R6/include   -s -L/usr/X11R6/lib -L/usr/lib/kde1-compat/lib 
conftest.C  -lkdecore -lqt  -lXext -lX11  -rpath
/usr/lib/kde1-compat/lib -rpath /usr/X11R6/lib  1>&5
/usr/bin/ld: warning: libqt.so.2, needed by /usr/lib/libDCOP.so.1, may
conflict with libqt.so.1
/tmp/ccY4Vz23.o: In function `main':
/tmp/ccY4Vz23.o(.text+0xa): undefined reference to
`KApplication::kde_htmldir(void)'
/tmp/ccY4Vz23.o(.text+0x22): undefined reference to
`KApplication::kde_appsdir(void)'
/tmp/ccY4Vz23.o(.text+0x3d): undefined reference to
`KApplication::kde_icondir(void)'
/tmp/ccY4Vz23.o(.text+0x58): undefined reference to
`KApplication::kde_sounddir(void)'
/tmp/ccY4Vz23.o(.text+0x73): undefined reference to
`KApplication::kde_datadir(void)'
/tmp/ccY4Vz23.o(.text+0x8e): undefined reference to
`KApplication::kde_localedir(void)'
/tmp/ccY4Vz23.o(.text+0xa9): undefined reference to
`KApplication::kde_cgidir(void)'
/tmp/ccY4Vz23.o(.text+0xc4): undefined reference to
`KApplication::kde_configdir(void)'
/tmp/ccY4Vz23.o(.text+0xdf): undefined reference to
`KApplication::kde_mimedir(void)'
/tmp/ccY4Vz23.o(.text+0xfa): undefined reference to
`KApplication::kde_toolbardir(void)'
/tmp/ccY4Vz23.o(.text+0x115): undefined reference to
`KApplication::kde_wallpaperdir(void)'
/tmp/ccY4Vz23.o(.text+0x130): undefined reference to
`KApplication::kde_bindir(void)'
/tmp/ccY4Vz23.o(.text+0x14b): undefined reference to
`KApplication::kde_partsdir(void)'
collect2: ld returned 1 exit status

Reply via email to