Asking for help to install Gambit

NoSpaze nospaze at gmail.com
Fri Mar 26 17:38:13 UTC 2010


Am Freitag, den 26.03.2010, 14:08 +0000 schrieb Paul Smith:
> On Fri, Mar 26, 2010 at 1:13 PM, NoSpaze <nospaze at gmail.com> wrote:
> >> I am trying to install gambit-0.2007.12.04.tar.gz on F12, but getting
> >> errors.
> >
> > If nobody answered the first time, it has to be for some reason. Maybe
> > you can try specifying the errors.
> 
> 
> Thanks, Rodolfo. I am now qouting the errors below.
> 
> Paul
> 
> ----------------------------------
> config.status: creating Makefile
> config.status: WARNING:  Makefile.in seems to ignore the --datarootdir setting

mmm... warnings. Let them be.

> With make:
> 
> -DHAVE_DRAND48=1 -I. -I. -g -O2 -c integer.cc  -fPIC -DPIC -o .libs/integer.o
> integer.cc: In function 'Gambit::IntegerRep*
> Gambit::atoIntegerRep(const char*, int)':
> integer.cc:2153: error: 'strlen' was not declared in this scope

Seems the problem is the current gcc version (4.3). Try adding

#include <memory>
#include <climits>
#include <cstring>

to the headers section in the file which trigs the error
(src/libgambit/integer.cc)...

Tell us how did you go. :)
----------------------------------------------
Rodolfo Alcazar Portillo - nospaze at gmail.com
otbits.blogspot.com / counter.li.org: #367962
----------------------------------------------
As a software development model, Anarchy does not scale well.
-- Dave Welch




More information about the users mailing list