trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2016

Re: [trinity-devel] Help porting KDE3 app to trinity

From: François Andriot <francois.andriot@...>
Date: Fri, 11 Mar 2016 22:01:49 +0100

Le 11/03/2016 17:40, Russell Brown a écrit :
>
>> Making all in klt
>> make[2]: Entering directory '/usr/tract/csrc/klt/klt'
>> /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.  -I.. -I. -I/opt/trinity/include -I/usr/share/tqt3/include -I. -include tqt.h   -DQT_THREAD_SUPPORT  -D_REENTRANT  -I/usr/include/tqt -MT TEPty.lo -MD -MP -MF .deps/TEPty.Tpo -c -o TEPty.lo TEPty.cpp
>> ../libtool: line 2083: TEPty.cpp: command not found
>> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.  -I/opt/trinity/include -I/usr/share/tqt3/include -I. -include tqt.h -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/include/tqt -MT TEPty.lo -MD -MP -MF .deps/TEPty.Tpo -c ""  -fPIC -DPIC -o .libs/TEPty.o
>> g++: error: : No such file or directory
>
>

Hello, maybe you forgot to update the libtool files  before building  ?

E.g. something like:
cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
cp -f "/usr/share/libtool/"*"/ltmain.sh" "admin/ltmain.sh"
make -f "admin/Makefile.common"

Then run "./configure" and "make" again ...

Françpos