bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] Bug: guile on SuSE


From: Jim Segrave
Subject: Re: [Bug-gnubg] Bug: guile on SuSE
Date: Sat, 19 Jul 2003 08:59:43 +0200
User-agent: Mutt/1.2.5.1i

On Sat 19 Jul 2003 (01:33 +0200), Achim Mueller wrote:
> On SuSE-8.2 I still get an error (guile-1.6.2), though it works while
> doing "--without-guile". On Gentoo (guile-1.4.1) there are no problems.
> 
> I/opt/kde3/include/artsc  -I/opt/gnome/include/gnome-1.0   
> -march=pentium4 -mcpu=pentium4 -O2 -MT guile.o -MD -MP -MF
> ".deps/guile.Tpo" \
>   -c -o guile.o `test -f 'guile.c' || echo './'`guile.c; \
> then mv ".deps/guile.Tpo" ".deps/guile.Po"; \
> else rm -f ".deps/guile.Tpo"; exit 1; \
> fi
> guile.c: In function `rollout_position':
> guile.c:423: warning: passing arg 1 of `GeneralEvaluationR' from
> incompatible pointer type
> guile.c:423: warning: passing arg 3 of `GeneralEvaluationR' from
> incompatible pointer type
> guile.c:423: warning: passing arg 4 of `GeneralEvaluationR' from
> incompatible pointer type
> guile.c:423: warning: passing arg 5 of `GeneralEvaluationR' from
> incompatible pointer type
> guile.c:423: warning: passing arg 6 of `GeneralEvaluationR' from
> incompatible pointer type
> guile.c:423: warning: passing arg 7 of `GeneralEvaluationR' from
> incompatible pointer type
> guile.c:423: error: too few arguments to function `GeneralEvaluationR'

You have an out of date copy of guile.c. The old version of guile.c
prior to the rollout changes and Joern's rework of the progress window
code had 7 args, starting with an array of strings. The new version
has 8 args and the old first arg is gone. You need to do a cvs update.

-- 
Jim Segrave           address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]