On 2009/12/03, at 16:19, Jasper Taylor wrote: > Hi Daniel etc > I am still having trouble building under Snow Leopard. I guessed the version > gprolog-20091123.tgz might include your fix to this problem, but when I try > to build it the configure script runs OK but when I try to make I get: > jasper-taylors-macbook:src jaspert$ make > (cd EnginePl; make config) > gcc -m32 -O3 -fomit-frame-pointer -o pl_config pl_config.c > ./pl_config > Bad Value of WORD_SIZE - should be 32 > make[1]: *** [wam_regs.h] Error 1 > make: *** [all] Error 2 > Any suggestions?
Try running "autoconf" in the "src" directory before running "configure". Cheers, Paulo ----------------------------------------------------------------- Paulo Jorge Lopes de Moura, PhD Assistant Professor Dep. of Computer Science, University of Beira Interior 6201-001 Covilhã, Portugal Office 3.18 Ext. 3276 Phone: +351 275319891 Fax: +351 275319899 Email: <mailto:[email protected]> Home page: <http://www.di.ubi.pt/~pmoura> Research: <http://logtalk.org/> Blog: <http://blog.logtalk.org/> ----------------------------------------------------------------- _______________________________________________ Bug-prolog mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-prolog
