Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
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
You should post the part before this part whis contains the error which caused this. :-)
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
RedHat? Try to symlink /usr/lib/libXft.so -> libXft.so.2
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
The newest Konstruct version's CHANGELOG lists a fix for the Xft problem.