The problem is its looking for libtqt.so.4.2.0 and its not there. This dep needs to be resolved no?
On 10/26/10, Robert Xu robxu9@gmail.com wrote:
On Tue, Oct 26, 2010 at 10:05, John john@neodoc.biz wrote:
On Sun, 24 Oct 2010 20:02:54 -0400 Robert Xu wrote:
On Sun, Oct 24, 2010 at 19:36, Kristopher Gamrat pikidalto@gmail.com wrote:
Did you compile and install (lib)tqt? Looks like it needs the -devel part but didn't pick up on it during the configure for some reason. Compiling (lib)tqt should automatically give your system the -devel packages, or you can go back and check "./configure --help" to see if you can recompile with the libtqt-devel dependency turned off.
Piki, It doesn't work that way libtqt is tqtinterface.
The warning is harmless.
You need to downgrade autoconf to 2.63 or lower.
Ok, downgraded to autoconf-2.63 and ran 'make clean'
This hasn't solved the problem with 'make' I still get this:
make[3]: Entering directory `/spare/kde-3.5.12/dependencies/tqtinterface/qtinterface' test -z "/usr/local/kde/lib" || /bin/mkdir -p "/usr/local/kde/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c -p libtqt.la '/usr/local/kde/lib' libtool: install: /usr/bin/install -c -p .libs/libtqt.so.4.2.0 /usr/local/kde/lib/libtqt.so.4.2.0 /usr/bin/install: cannot stat `.libs/libtqt.so.4.2.0': No such file or directory make[3]: *** [install-libLTLIBRARIES] Error 1 ====
Where does the reference to '.libs/libtqt.so.4.2.0' come from when .libs/ contains libtqt.so.4 ?
Robert, I see the same message in your OpenSuse build logs as well?
I haven't changed the dependencies yet, that's why I haven't rebuilt it.
-- later, Robert Xu