bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] getting started with a CVS build


From: Jon Nall
Subject: [Bug-gnubg] getting started with a CVS build
Date: Sat, 9 Oct 2004 16:45:29 -0500

hi all.
i'm having a bit of a problem getting started with a CVS build on OSX. any help would be appreciated. here's what i'm doing:

cvs -z3 -d:ext:address@hidden:/cvsroot/gnubg co gnubg
cd gnubg
aclocal-1.6
autoconf-2.59
automake-1.6 -a
./configure --with-python --with-gtk2 --with-board3d
touch aclocal.m4 // otherwise i get a complaint about aclocal-1.6 not being found from the "gnubg/missing" script
make

and i get:
... make humming along...
dice.c:176: error: parse error before "mpz_t"

to fix this i change #undef HAVE_GMP_H to #define HAVE_GMP_H 1 in config.h

make
...make humming along...
/bin/sh ./ylwrap `test -f 'external_l.l' || echo './'`external_l.l lex.yy.c external_l.c -- flex
make[2]: *** [external_l.c] Error 1
make[1]: *** [all-recursive] Error 1

and at this point i'm stuck.

if i'm doing something wrong, could someone post instructions on how to build from scratch (might be good to have on the web page as well)? i know very little about the autotool suite.

thanks!
nall.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]