I saw the attachments :-)

Sure enough, in the src/Makefile.am I use ":=" instead of "=". Are you
using GNU make? If so, this should not be a problem. I think this is the
autotools (correclty) pointing out a possible portability issue, safely
ignored for now. 

The other error is strange however...It looks like you don't have
"Makefile.in" files. Could you confirm you indeed have a Makefile.in in
your simulavrxx and src directories?

Cheers,

Bill
 

On Sat, 2008-01-12 at 20:27 -0600, Michael Hennebry wrote:
> On Tue, 8 Jan 2008, William Rivet wrote:
> 
> > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/simulavr
> > co simulavrxx
> >
> > then in simulavrxx do:
> > ./bootstrap
> > ./configure --enable-python
> > make
> 
> I tried
> ./bootstrap 2>&1 | tee bootstrap.txt
> ./configure --enable-python 2>&1 | tee configure.txt
> 
> with the attached, if they survive, results.
> bootstrap seemed happy.
> configure seemed happy until the end:
> > ./configure --enable-python
> > make
> 
> I tried
> ./bootstrap 2>&1 | tee bootstrap.txt
> ./configure --enable-python 2>&1 | tee configure.txt
> 
> with the attached, if they survive, results.
> bootstrap seemed happy.
> configure seemed happy until the end, when it wrote:
> > config.status: creating Makefile
> > config.status: error: cannot find input file: Makefile.in
> 
> --
> Michael   [EMAIL PROTECTED]
> "I AM DEATH, NOT TAXES.  *I* TURN UP ONLY ONCE."  --  Death
> 
> _______________________________________________
> Simulavr-devel mailing list
> Simulavr-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/simulavr-devel



_______________________________________________
Simulavr-devel mailing list
Simulavr-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to