Click to See Complete Forum and Search --> : KDE 3.1 RC3 compile problems


Dun'kalis
11-29-2002, 03:37 PM
Grr...This is the THIRD time I've tried it. I've recompiled kdelibs twice...

Anyway, I'm compiling kdebase right now. I'm using CRUX Linux (gcc-3.2), and when it starts compiling kcontrol/kfontinst (kcontrol/kcmfontinst), it dies.

Here are the error messages it spits out:

.libs/FontThumbnail.o: In function `CFontThumbnail::CFontThumbnail[not-in-charge]()':
.libs/FontThumbnail.o(.text+0x704f): undefined reference to `FTC_Manager_New'
.libs/FontThumbnail.o(.text+0x7061): undefined reference to `FTC_SBit_Cache_New'
.libs/FontThumbnail.o(.text+0x7073): undefined reference to `FTC_Image_Cache_New'
.libs/FontThumbnail.o: In function `CFontThumbnail::CFontThumbnail[in-charge]()':
.libs/FontThumbnail.o(.text+0x710f): undefined reference to `FTC_Manager_New'
.libs/FontThumbnail.o(.text+0x7121): undefined reference to `FTC_SBit_Cache_New'
.libs/FontThumbnail.o(.text+0x7133): undefined reference to `FTC_Image_Cache_New'
.libs/FontThumbnail.o: In function `CFontThumbnail::~CFontThumbnail [not-in-charge]()':
.libs/FontThumbnail.o(.text+0x716f): undefined reference to `FTC_Manager_Done'
.libs/FontThumbnail.o: In function `CFontThumbnail::~CFontThumbnail [in-charge]()':
.libs/FontThumbnail.o(.text+0x71ff): undefined reference to `FTC_Manager_Done'
.libs/FontThumbnail.o: In function `CFontThumbnail::~CFontThumbnail [in-charge deleting]()':
.libs/FontThumbnail.o(.text+0x728f): undefined reference to `FTC_Manager_Done'
.libs/FontThumbnail.o: In function `CFontThumbnail::getGlyphBitmap(FTC_Image_Desc_&, unsigned long, CFontThumbnail::Bitmap&, int&, int&, int&, void**)':
.libs/FontThumbnail.o(.text+0x73d8): undefined reference to `FTC_Image_Cache_Lookup'
.libs/FontThumbnail.o(.text+0x74c6): undefined reference to `FTC_SBit_Cache_Lookup'
.libs/FontThumbnail.o: In function `CFontThumbnail::create(QString const&, int, int, QImage&)':
.libs/FontThumbnail.o(.text+0x783f): undefined reference to `FTC_Manager_Lookup_Size'

Wha?

Homer119
11-29-2002, 03:48 PM
so u ran

mrproper

then ran

make xconfig

then compled ur kernel, then u ran

make modual & & modual install make bzImage

if u did this let us know

Dun'kalis
11-29-2002, 03:54 PM
Huh? This has nothing to do with the kernel!

And, next time, try getting it right:

make mrproper (not needed for adding features)
make menuconfig
make deps
make bzImage
make modules && make modules_install
cp arch/i386/boot/bzImage /boot/vmlinuz
lilo

Homer119
11-29-2002, 04:38 PM
lol sry i was just typing fast, wasnt thinking, and didnt know i was talking to a dick.

Your Welcome, *****.

Dun'kalis
11-29-2002, 07:46 PM
Hmm...No cookies...Tried different configure options, tried removing kfontinst from the make runs, but still dies. I've filed a bug report (bug 51341), so hopefully the KDE people will be able to help me.

Oh, and I wasn't trying to be rude, I was trying to alert you to your mistake...

Off to try some more stuff!

Dun'kalis
11-29-2002, 10:46 PM
OK, using make -k forces it to continue, but I don't know if it will work properly. I'll report back the results. And then hope for it to be fixed in the next RC or stable release...

Q3_Slack3r
12-07-2002, 09:55 PM
If it doesn't work you may want to consider kde 3.05
I've installed it on crux with minimal fuss

x_Ray
12-07-2002, 10:11 PM
Originally posted by Dun'kalis
OK, using make -k forces it to continue, but I don't know if it will work properly. I'll report back the results. And then hope for it to be fixed in the next RC or stable release...

I compiled kdebase from cvs this morning without issues, so looks like they already fixed it.