You are not logged in.

1

Tuesday, February 18th 2003, 1:28am

Konstruct has kicked my ass.

after 6 hours of comipling It seems to be choking on kdemultimedia any sugestions?


tracksconfigimp.cpp: In member function `void TracksConfigImp::newSong(int, QString, int)':
tracksconfigimp.cpp:241: warning: unused variable `QListViewItem*newItem'
make[6]: *** [kaudiocreator.all_cpp.o] Error 1
make[6]: Leaving directory `/home/richardc/DL/konstruct/kde/kdemultimedia/work/kdemultimedia-3.1/kaudiocreator'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/richardc/DL/konstruct/kde/kdemultimedia/work/kdemultimedia-3.1/kaudiocreator'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/richardc/DL/konstruct/kde/kdemultimedia/work/kdemultimedia-3.1'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/richardc/DL/konstruct/kde/kdemultimedia/work/kdemultimedia-3.1'
make[2]: *** [build-work/kdemultimedia-3.1/Makefile] Error 2
make[2]: Leaving directory `/home/richardc/DL/konstruct/kde/kdemultimedia'
make[1]: *** [dep-../../kde/kdemultimedia] Error 2
make[1]: Leaving directory `/home/richardc/DL/konstruct/kde/kdeaddons'
make: *** [dep-../../kde/kdeaddons] Error 2
Richard Corsale

Unregistered

2

Tuesday, February 18th 2003, 6:48am

You should post the part before this part whis contains the error which caused this. :-)

3

Wednesday, February 19th 2003, 9:38pm

I have a similar issue - is there a better place to ask ?

I get this after about 5 mins of compiling:

/usr/bin/ld: cannot find -lXft
collect2: ld returned 1 exit status
make[6]: *** [../lib/libqt-mt.so.3.1.1] Error 1
make[6]: Leaving directory `/home/maxim/konstruct/libs/qt-x11-free/work/qt-x11-free-3.1.1/src'
make[5]: *** [sub-src] Error 2
make[5]: Leaving directory `/home/maxim/konstruct/libs/qt-x11-free/work/qt-x11-free-3.1.1'
make[4]: *** [build-work/qt-x11-free-3.1.1/Makefile] Error 2
make[4]: Leaving directory `/home/maxim/konstruct/libs/qt-x11-free'
make[3]: *** [dep-../../libs/qt-x11-free] Error 2
make[3]: Leaving directory `/home/maxim/konstruct/libs/arts'
make[2]: *** [dep-../../libs/arts] Error 2
make[2]: Leaving directory `/home/maxim/konstruct/kde/kdelibs'
make[1]: *** [dep-../../kde/kdelibs] Error 2
make[1]: Leaving directory `/home/maxim/konstruct/kde/kdebase'
make: *** [dep-../../kde/kdebase] Error 2

Clearly I need lXft - but I seem to have it installed. Is there an env variable I'm needing? Help is appreciated.

Thanks
Max

Unregistered

4

Thursday, February 20th 2003, 7:27am

RedHat? Try to symlink /usr/lib/libXft.so -> libXft.so.2

5

Friday, February 21st 2003, 6:30pm

fixed it - problem was....

there was no symlink for libXft.so - there was:

libXft2.so > libXft.so.2
libXft.so.2 > libXft.so.2.o

so I created a new link libXft.so to libXft.so.2 - konstruct is running now - hopefully it will work out.

thanks for the suggestion - it helped me find the issue.

max

Unregistered

6

Tuesday, February 25th 2003, 10:26am

The newest Konstruct version's CHANGELOG lists a fix for the Xft problem.