On 02/03/2011 03:17 PM, Serghei Amelian wrote:
Try to decide what you want to use, autotools or cmake :)
[..]
That might be the issue. I guess I've been blindly following the trinity HowToBuild which I read to say if there is a trinity/<module>/admin, then
(1) copy the autotools and make the Makefile.common:
cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh make -f admin/Makefile.common
then configure
(2) then cmake
(3) then make,
(4) then make install
So what your saying is
"Hey dummy, if there is a CMakeList.txt, don't do step (1), just use cmake!" :)
I can see how cmake might get confused if I ran the autoconf tools first...
Thank you again Serghei.