Walter Neumann on Tue, 4 Feb 2003 06:44:02 -0500 (EST)


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

CVS doesn't compile (was Re: realprecision bug)


The current CVS dies early in the make with:

/usr/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fomit-frame-pointer
-DBOTH_GNUPLOT_AND_X11 -I. -I../src/headers -o kernel.o level0.s
/usr/bin/gcc  -c -O3 -DGCC_INLINE -Wall -fomit-frame-pointer
-DBOTH_GNUPLOT_AND_X11 -I. -I../src/headers -o mp.o mp.c
mp.c:1289: parse error before '*' token
mp.c: In function `dvmdiu':
mp.c:1290: number of arguments doesn't match prototype
../src/headers/paridecl.h:1090: prototype declaration
mp.c:1291: `y' undeclared (first use in this function)
mp.c:1291: (Each undeclared identifier is reported only once
mp.c:1291: for each function it appears in.)
mp.c:1295: `x' undeclared (first use in this function)
mp.c:1296: `rem' undeclared (first use in this function)
make[1]: *** [mp.o] Error 1
make[1]: Leaving directory `/home/neumann/CVS/pari/Olinux-i686'
make: *** [gp] Error 2

--walter