trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: October 2012

Re: [trinity-devel] [tdegraphics][autotools] regenerate Autoconf/Automake files

From: Fat-Zer <fatzer2@...>
Date: Wed, 31 Oct 2012 10:43:30 +0400
2012/10/31 Darrell Anderson <humanreadable@...>:
> I am using cmake in my tdegraphics builds and have been since the module was ported to cmake. So let's focus on why cmake isn't working. :)
hmm... rought instractions to reproduce:
1. compile/install kviewshell
2. clean the build directory
3. try to build kdvi
it should fail because it cannot link to kviewshell-static. I see two
solutions now:
1. make kviewshell dynamically-linked
2. install it as static lib to system
I like the first variant more, but it's rather small... I've wanted to
see how it was made in autotools... seems it was dynamic but I'm not
sure enough to make a bug report ...

> Note: When using autotools, be sure to always regenerate the autoconf/automake files, as mentioned in section 3 of the wiki:
>
This regeneration doesn't work itself...