Page 1 of 1

SVN: Problems with autoreconf - *** missing separator

PostPosted: Thu Sep 10, 2009 3:37 pm
by jake
Hi,

I have just updated my svn trunk version, I have installed the recent versions of flex (2.5.35), bison (2.4.1), autoconf (2.64), and boost (1.40).

I then run
Code: Select all
trunk$ autoreconf -i -s
trunk$ make -C preprocessor
trunk$ make -C preprocessor
Makefile:15: *** missing separator.  Stop.


I am attaching the preprocessor/Makefile that gets generated

Thanks for any help

Jake

Re: SVN: Problems with autoreconf - *** missing separator

PostPosted: Thu Sep 10, 2009 8:04 pm
by StephaneAdjemian
Hi Jake, Did you run ./configure before make as described on this wiki page ?

Best, Stéphane.