Ok, did that. Now I'm getting a slightly different error: if gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -D_REENTRANT -pthreads -g -O2 -Wreturn-type -Wmissing-prototypes -Wuninitialized -D_REENTRANT -pthreads -g -O2 -I/usr/local/BerkeleyDB.4.2/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -pthreads -g -O2 -I/usr/local/BerkeleyDB.4.2/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -MT errors.o -MD -MP -MF ".deps/errors.Tpo" -c -o errors.o errors.c; \ then mv -f ".deps/errors.Tpo" ".deps/errors.Po"; else rm -f ".deps/errors.Tpo"; exit 1; fi /bin/bash ../ylwrap cflex.l lex.yy.c cflex.c -- lex got /tmp/cfengine/cfengine-2\.1\.14/src/ "/tmp/cfengine/cfengine-2.1.14/src/cflex.l":line 513: Error: Too many transitions 636/1000 nodes(%e), 11077/12000 positions(%p), 990/2000 (%n), 178207 transitions, 227/10000 packed char classes(%k), 16032/16000 packed transitions(%a), 0/30000 output slots(%o) *** Error code 1 make: Fatal error: Command failed for target `cflex.c' Current working directory /tmp/cfengine/cfengine-2.1.14/src *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /tmp/cfengine/cfengine-2.1.14/src *** Error code 1 make: Fatal error: Command failed for target `all-recursive'
Sorry for the word wrap... Paul >>> "Frank Smith" <[EMAIL PROTECTED]> 05/25/05 11:08 PM >>> I had to install GNU m4 (its available as a package on sunfreeware.com) and then set the environment variable M4 to its path (/usr/local/bin/m4 in my case). Don't forget to clear out the old files before re-running configure. A 'make distclean' will get them all, but might be overkill. Frank --On Wednesday, May 25, 2005 22:49:04 -0400 PAUL WILLIAMSON <[EMAIL PROTECTED]> wrote: > I'm unable to grab the package via pkg-get from blastwave.org and > the 2.1.13 version from sunfreeware core dumps when attempting > to run via cron, so I'm trying my hand at installing cfengine from > source and packaging it up for the 20 or so Solaris 8 servers I > manage. I'm getting the follwoing error on my packaging machine > when trying to make: > > /bin/bash ../ylwrap cfparse.y y.tab.c cfparse.c y.tab.h cfparse.h > y.output cfparse.output -- bison -y -d > got /tmp/cfengine/cfengine-2\.1\.14/src/ > /usr/ccs/bin/m4: bad option: -I > *** Error code 1 > make: Fatal error: Command failed for target `cfparse.c' > Current working directory /tmp/cfengine/cfengine-2.1.14/src > *** Error code 1 > make: Fatal error: Command failed for target `all' > Current working directory /tmp/cfengine/cfengine-2.1.14/src > *** Error code 1 > make: Fatal error: Command failed for target `all-recursive' > > > Any help would be greatly appreciated. > > Thanks, > Paul > > > > _______________________________________________ > Help-cfengine mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-cfengine -- Frank Smith [EMAIL PROTECTED] Sr. Systems Administrator Voice: 512-374-4673 Hoover's Online Fax: 512-374-4501 _______________________________________________ Help-cfengine mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cfengine
