Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Nov 2006 09:01:24 +0000
From:      Ben Paley <ben@spooty.net>
To:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   libtool & missing library?
Message-ID:  <200611070901.25132.ben@spooty.net>

next in thread | raw e-mail | index | archive | help
Hello,

I'm trying to compile kftpgrabber from source, and get this when I make:


/bin/bash ../../../../libtool --silent --tag=CXX --mode=link 
g++   -Wno-long-long -Wundef -Wall -W -Wpoi
nter-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQ           
T_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o 
libkftpinterfaces.la -rpath /usr/lo           
cal/lib -L/usr/local/lib -L/usr/X11R6/lib -version-info 0:0:0 -no-undefined  
kftpbookmarkimportplugin.lo            -lkparts
libtool: link: cannot find the library `'
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2/kftpgrabber/src/misc/interfaces.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2/kftpgrabber/src/misc.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2/kftpgrabber/src.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2/kftpgrabber.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2.
root@sark#



I've tried moving the libtool which comes with the source and linking 
to /usr/local/bin/libtool instead, then doing make clean; then the error 
changes:




if 
g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I./..  -I./../engine  -I./../misc/interfaces  -I/usr/local/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_THREAD_SAFE  -Wno-long-long -Wundef -Wall -W -Wpointer-arith -O2 -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT 
configbase.o -MD -MP -MF ".deps/configbase.Tpo" -c -o configbase.o 
configbase.cpp;  then mv -f ".deps/configbase.Tpo" ".deps/configbase.Po"; 
else rm -f ".deps/configbase.Tpo"; exit 1; fi
configbase.cpp: In member function `void KFTPCore::ConfigBase::postInit()':
configbase.cpp:65: error: `Config' has not been declared
configbase.cpp:65: error: `downloadActions' was not declared in this scope
configbase.cpp:68: error: `Config' has not been declared
configbase.cpp:68: error: `uploadActions' was not declared in this scope
configbase.cpp:71: error: `Config' has not been declared
configbase.cpp:71: error: `fxpActions' was not declared in this scope
configbase.cpp:65: warning: unused variable 'downloadActions'
configbase.cpp:68: warning: unused variable 'uploadActions'
configbase.cpp:71: warning: unused variable 'fxpActions'
configbase.cpp: In member function `void KFTPCore::ConfigBase::saveConfig()':
configbase.cpp:80: error: `Config' has not been declared
configbase.cpp:80: error: `setDownloadActions' was not declared in this scope
configbase.cpp:83: error: `Config' has not been declared
configbase.cpp:83: error: `setUploadActions' was not declared in this scope
configbase.cpp:86: error: `Config' has not been declared
configbase.cpp:86: error: `setFxpActions' was not declared in this scope
configbase.cpp:89: error: `Config' has not been declared
configbase.cpp:89: error: `setSize' was not declared in this scope
configbase.cpp:90: error: `Config' has not been declared
configbase.cpp:90: error: `setPosition' was not declared in this scope
configbase.cpp:80: warning: unused variable 'setDownloadActions'
configbase.cpp:83: warning: unused variable 'setUploadActions'
configbase.cpp:86: warning: unused variable 'setFxpActions'
configbase.cpp:89: warning: unused variable 'setSize'
configbase.cpp:90: warning: unused variable 'setPosition'
configbase.cpp: In member function `char KFTPCore::ConfigBase::ftpMode(const 
QString&)':
configbase.cpp:116: error: `Config' has not been declared
configbase.cpp:116: error: `asciiList' was not declared in this scope
configbase.cpp:116: warning: unused variable 'asciiList'
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2/kftpgrabber/src/misc.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2/kftpgrabber/src/misc.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2/kftpgrabber/src.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2/kftpgrabber.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2.
*** Error code 1

Stop in /root/kftpgrabber-0.8.0-alpha2.
root@sark#






There's more, of course, but that's how it ends. Has anyone got a clue? I'm 
running FreeBSD 6.2-PRERELEASE

If anyone's got a reply, could they cc to me, as I get the digest and 
sometimes miss things in amongst all the other posts!

Thanks,
Ben



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611070901.25132.ben>