Re: flags in a bitmap
Bill Allombert <[email protected]> Fri, 4 Jul 2025 17:58:04 +0200
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <aGf6DN6aefabVGXY@seventeen> |
On Fri, Jul 04, 2025 at 04:52:45PM +0200, Ruud H.G. van Tol wrote: > pari % make gp > [...] > /usr/bin/gcc -c -I. -I../src/headers -fPIC -O3 -Wall -fno-strict-aliasing > -o zetamult.o ../src/basemath/zetamult.c > bison -d ../src/language/parse.y -o ../src/language/parse.c > ../src/language/parse.y:28.9-19: syntax error, unexpected identifier, > expecting string > make[1]: *** [../src/language/parse.inter] Error 1 > make: *** [gp] Error 2 > > > I normally use brew's gp, which is also on this Mac. Then please use brew's bison and not MacOS bison. You can do make gp BISON=/path/to/brew/bison Cheers, Bill.