giac pour php
Publié : lun. oct. 06, 2008 3:00 pm
Bonjour,
J'ai essayé d'installer giac pour php comme expliqué sur le site facilimaths,
sous debian etch
giac 0.8.1-1
swig 1.3.29-2.1
J'ai un problème au moment :
g++ ‘php-config –includes‘ -c -o phpgiac.o phpgiac.cxx
et l'erreur suivante :
phpgiac.cxx:13: error: no matching function for call to âgiac::gen::gen(std::string&)â
qui correspond à la commande du fichier phpgiac.cxx:
std::string giac_eval_txt(std::string command){
giac::child_id=1;
gen g(command);
g=eval(g);
return g.print();
}
Avez-vous une idée ?
D'avance merci
Vincent
J'ai essayé d'installer giac pour php comme expliqué sur le site facilimaths,
sous debian etch
giac 0.8.1-1
swig 1.3.29-2.1
J'ai un problème au moment :
g++ ‘php-config –includes‘ -c -o phpgiac.o phpgiac.cxx
et l'erreur suivante :
phpgiac.cxx:13: error: no matching function for call to âgiac::gen::gen(std::string&)â
qui correspond à la commande du fichier phpgiac.cxx:
std::string giac_eval_txt(std::string command){
giac::child_id=1;
gen g(command);
g=eval(g);
return g.print();
}
Avez-vous une idée ?
D'avance merci
Vincent