[Cooker] compiling kdevelop 1.2 under 7.2beta

2000-10-03 Thread Lucas Fisher

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  15
/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




Re: [Cooker] compiling kdevelop 1.2 under 7.2beta

2000-10-03 Thread eurocoptermx

Hello,

I don't know why everyday I'm receiving a lot of email from
[EMAIL PROTECTED] [EMAIL PROTECTED],  could you help me to
avoid receiving this kind of e-mail anymore?.

I'll appreciate your help.

Oscar


- Original Message - 
From: "Lucas Fisher" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 03, 2000 2:03 PM
Subject: [Cooker] compiling kdevelop 1.2 under 7.2beta


 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  15
 /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