compil 1.1.0

Bugs

Modérateur : xcasadmin

frederic han
Messages : 1137
Inscription : dim. mai 20, 2007 7:09 am
Localisation : Paris
Contact :

compil 1.1.0

Message par frederic han » jeu. juil. 11, 2013 10:05 am

Salut, j'ai quelques soucis pour compiler la 1.1 (pour le spkg)


Pb1: il y a 2 fois:

Exemples/analyse/gradconj.xws \

dans examples/Makefile.am, ce qui fait planter le make install



Pb2:

libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. -I/usr/local/sage-5.10/local/include -g -O2 -fno-strict-aliasing -DGIAC_GENERIC_CONSTANTS -MT Xcas1.lo -MD -MP -MF .deps/Xcas1.Tpo -c Xcas1.cc -fPIC -DPIC -o .libs/Xcas1.o
In file included from threaded.h:50:0,
from poly.h:28,
from giac.h:5,
from History.h:27,
from Xcas1.h:22,
from Xcas1.cc:40:
/usr/local/sage-5.10/local/include/gmpxx.h: In member function 'intmax_t __gmp_expr<__mpz_struct [1], __mpz_struct [1]>::get_sx() const':
/usr/local/sage-5.10/local/include/gmpxx.h:1710:49: error: 'mpz_get_sx' was not declared in this scope
/usr/local/sage-5.10/local/include/gmpxx.h: In member function 'uintmax_t __gmp_expr<__mpz_struct [1], __mpz_struct [1]>::get_ux() const':
/usr/local/sage-5.10/local/include/gmpxx.h:1711:50: error: 'mpz_get_ux' was not declared in this scope
make[1]: *** [Xcas1.lo] Erreur 1
make[1]: quittant le répertoire « /usr/local/sage-5.10/spkg/build/giac-1.1.0/src/src »
make: *** [install-recursive] Erreur 1

Fred

parisse
Messages : 5739
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Re: compil 1.1.0

Message par parisse » jeu. juil. 11, 2013 10:48 am

en effet pour le 1.
Pour le 2, ca semble etre un probleme interne a l'install de gmp dans sage (peut-etre en conflit avec le gmp du systeme?), le mieux c'est que tu ./configure avec --disable-gmpxx, de toutes facons si j'utilise encore GMPXX, ca doit etre anecdotique...

Répondre