Trouble building icecream
Gioele Barabucci
ml at gioelebarabucci.com
Thu Jun 10 15:01:01 BST 2004
On Wednesday 09 June 2004 10:48, Aurelien Gateau wrote:
> ./configure run
> fine, but running make cause ./configure to be started one more time,
> resulting in an endless loop.
> Any idea?
It happened some times to me with other kde packages.
./configure somehow touches Makefile.am that in the makefile is in the depend
list of ./configure itself, so ./configure is recreated via autotools and
rerun. Back to step 1 :)
IIRC I solved it running make -f Makefile.cvs (or any other script that
rebuild ./configure).
I hope this helps.
--
Gioele
More information about the kde-core-devel
mailing list