Ruud H.G. van Tol on Fri, 04 Jul 2025 16:52:51 +0200


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

Re: flags in a bitmap



On 2025-07-04 15:51, Bill Allombert wrote:
> [...] I have made a GIT branch bill-bitset
>
> commit 8632eaf7528554234aaa90d9a503476452cbd736 (HEAD -> bill-bitset, origin/bill-bitset, master)
> Author: Bill Allombert <Bill.Allombert@math.u-bordeaux.fr>
> Date:   Thu Jul 3 23:57:00 2025 +0200
>
>     New GP functions bitset, bitclear


pari % git status
On branch bill-bitset
Your branch is up to date with 'origin/bill-bitset'.

nothing to commit, working tree clean


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.

I'll check later why it goes wrong, but if you already know ...

-- Ruud