Re: kdekiosk and libtool?
Jon S <[email protected]> Tue, 6 Jan 2004 17:25:56 -0600
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Message-ID | <[email protected]> |
On Jan 6, 2004, at 12:01 PM, Jon S wrote: > > On Jan 6, 2004, at 10:43 AM, Benjamin Reed wrote: > >> Jon S wrote: >> >>> Ok here is what I have done so far.. >>> checked out kdelibs (cvs co kdelibs) >>> copied ~/kdelibs/admin to ~/kdekiosk/admin/ >>> ran make -f etc....... >>> configure-kde >>> make all >>> got this error >>> /bin/sh ../../libtool --silent --mode=compile --tag=CXX g++-3.3 >>> -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/kde/include >>> -I/usr/local/qt/include -I/opt/kde/include -DQT_THREAD_SUPPORT >>> -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM >>> -I/usr/X11R6/include/freetype2 -I/opt/kde/lib/flex/include >>> -I/opt/kde/include -I/opt/local/include -I/sw/include >>> -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith >>> -Wwrite-strings -fno-builtin -g -Os -fno-exceptions -fno-check-new >>> -fno-common -DQT_MAC -no-cpp-precomp -c -o kiosketimelabel.lo `test >>> -f 'kiosketimelabel.cpp' || echo './'`kiosketimelabel.cpp >>> /bin/sh ../../libtool --silent --mode=link --tag=CXX g++-3.3 >>> -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith >>> -Wwrite-strings -fno-builtin -g -Os -fno-exceptions -fno-check-new >>> -fno-common -DQT_MAC -no-cpp-precomp -L/opt/kde/lib >>> -L/opt/local/lib -L/sw/lib -o libkioske_kiosketimelabel.la -rpath >>> /opt/kde/lib -L/usr/local/qt/lib -L/opt/kde/lib -L/opt/kde/lib >>> -module -avoid-version -no-undefined kiosketimelabel.lo -lkdeui >>> libtool: link: cannot find the library `' >>> make[3]: *** [libkioske_kiosketimelabel.la] Error 1 >>> make[2]: *** [all-recursive] Error 1 >>> make[1]: *** [all-recursive] Error 1 >>> make: *** [all] Error 2 >> >> Well I just did a fresh checkout of kdekiosk, and did: >> >> cp ../kdelibs/admin/* admin/ >> make -f admin/Makefile.common cvs >> configure-kde >> make >> >> ...and was able to link the bit you're having issues with (although >> it fails later with some X11 stuff that needs commenting out). >> >> -- >> Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/ >> gpg: 6401 D02A A35F 55E9 D7DD 71C5 52EF A366 D3F6 65FE >> >> > DAng! > > Same problem.......(using the same steps) > > _______________________________________________ > The more I look at this, it must be a problem with my libtool.. I am trying to compile kdepim using the patch that IceFox provede last night and I am getting simialr errors... libtool: link: cannot find the library `' That is now 2 separate packacges with this libtool error. Is that something that is addressed in the configure-kde script? Maybe I am using an outdated version? -pH1nk