Re: [Simulavr-devel] sample build...

2008-01-12 Thread Michael Hennebry
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 t

Re: [Simulavr-devel] sample build...

2008-01-12 Thread William Rivet
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...

Re: [Simulavr-devel] sample build...

2008-01-12 Thread Michael Hennebry
On Sat, 12 Jan 2008, William Rivet wrote: > 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 > ig