Bill Allombert on Thu, 11 Aug 2005 15:26:33 +0200


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

Re: error in function 'galoisinit' in latest cvs


On Thu, Aug 11, 2005 at 12:43:55AM +0200, Philippe Elbaz-Vincent wrote:
> Hi,
> 
> trying to compile (on Linux/x86_64) the latest cvs version of PARI/GP
> failed with the following error
> 
> 
> ../src/modules/stark.c: In function `makescind':
> ../src/modules/stark.c:2598: error: too many arguments to function 
> `galoisinit'
> make[1]: *** [stark.o] Error 1
> 
> 
> and indeed at line 2598
> 
>     G = galoisinit(pol, NULL, 0);
>                               ^-- extra argument
> 
> 
> but according to galconj.c there should be only 2 parameters, is it a typo ?

This was the remain of an old kludge and I forgot to run "make clean".

This should be fixed now,

Thanks,
Bill.