Re: kdekiosk and libtool?
Jon S <[email protected]> Tue, 6 Jan 2004 12:01:17 -0600
| Newsgroups | gmane.comp.kde.darwin |
|---|---|
| Message-ID | <[email protected]> |
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)