|
From: Hans-Peter Z. <hp...@gm...> - 2000-11-28 22:28:48
|
On Tue, Nov 28, 2000 at 09:45:58PM +0000, David Quental wrote: > Hello linkt-users, best 73s. > My name is David and i am near Lisbon, my callsign is CT1DRB. > I have suse 7.0, wid kde2 (i got upgrating files from suse site) but > usually i use yet kde2. I also got various linkt versions but had no > luck on compilation (maybe due to my ignorance on linux system, sri), so > the problem is: > > g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde/include > -I/usr/lib/qt-2.2.1/include > -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new -Wall > -pedantic -W > -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long > -fno-builtin -c sound.cpp > sound.cpp:26: kaudioplayer.h: No such file or directory > make[3]: *** [sound.o] Error 1 > make[3]: Leaving directory `/mnt/disco2/linkt/linkt' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/mnt/disco2/linkt/linkt' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/mnt/disco2/linkt' > make: *** [all-recursive-am] Error 2 > I saw that in /opt/ file there are /kde and /kde2, but i did not get any > compilation in linkt. > So any help on this matter will be appreciated. > Best 73s to all on this site, tschuess... > _______________________________________________ > Linkt-users mailing list > Lin...@li... > http://lists.sourceforge.net/mailman/listinfo/linkt-users > did you try the latest version? -001121 I think? This one _should_ find the right kde-includes. Otherwise try rm config.cache;KDEDIR=/opt/kde2 ./configure --with-kde-headers=/opt/kde2 And if _that_ doesnt work, try to rename /opt/kde (the old kde1) temporary, then rm config.cache;./configure. Do not forget to change the name back to /opt/kde otherwise old kde apps won't work anymore. 73s Hans-Peter -- Hans-Peter Zorn, Karlsruhe, Germany http://www.stud.uni-karlsruhe.de/~uhsm/ hp...@gm... (preferred) http://1409.org/people/hp/ hp...@14... (hamradio stuff) |