trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2010

Re: [trinity-devel] tqtinterface compilation problem

From: "Timothy Pearson" <kb9vqf@...>
Date: Mon, 30 Aug 2010 21:01:40 -0500
> On Monday 30 August 2010 20:36:33 Timothy Pearson wrote:
>> > Hello,
>> >
>> > I tried to compile tqtinterface, in this way:
>> >
>> > svn co
>> > svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface
>> > cd tqtinterface
>> > make -f admin/Makefile.common
>> > ./configure
>> > make
>> >
>> > Sources are compiled fine, but libtqt.so.4.2.0 is not created, only
>> > libtqt.la
>> >
>> > --
>> > Serghei
>>
>> Are you attempting to compile for Qt3 or Qt4?  Qt4 support is NOT READY,
>> and will not be able to compile even kdelibs for many months.
>
> Actually --enable-qt4 is not recognized by configure script at all. I
> tried
> with plain "./configure", without parameters.
>
>> If you are compiling for Qt3, then something might be amiss in your
>> build
>> setup.  Please make sure you have all Qt development headers installed,
>> and if you don't mind posting the full output of the commands you listed
>> above I may be able to shed more light on the problem.
>
> I using gentoo and I have already KDE-3 installed, so my QT-3 setup is
> fine, I
> think.
>
> I attached folowing files:
>
> log1.txt is output of "make -f admin/Makefile.common"
> log2.txt is output of "./configure"
> log3.txt is output of "make"
>
> Also, I attached config.log
>
> I'm not sure what meaning the message "You are attempting to compile
> Trinity
> without the Trinity Qt Interface installed.  Please install
> libtqtinterface-dev and try again!"
>
> --
> Serghei
>

Ahh...this might be the problem:
"generated by GNU Autoconf 2.65."

Try it with autoconf 2.63.  I have not had the time to patch the
automake/autoconf system to work correctly with 2.64 and above; would you
like to try your hand at it?

Tim