trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2010

Re: [trinity-devel] Building kdebindings

From: "Timothy Pearson" <kb9vqf@...>
Date: Mon, 13 Sep 2010 12:17:58 -0500
> FTBFS. Build log and build script attached.
>
> Darrell
>

Try adding this to your configure string:
DO_NOT_COMPILE='dcopperl kalyptus qtsharp xparts python'

Treat it as a configure flag; e.g. if your configure command was:
./configure --prefix=/opt/trinity

the new command would be:
./configure --prefix=/opt/trinity DO_NOT_COMPILE='dcopperl kalyptus
qtsharp xparts python'

From what I can tell gcc might be trying to compile something it
shouldn't.  The above line was required under Debian, but does not remove
any functionality from the resulting build as far as I can tell.

Tim