Bonjour,
depuis hier j'arrive pas à compiler un programme que j'ai telecharger, c'est le programme de cgen et ccirc: http://www.eecg.toronto.edu/~jayar/s...Cgen/Cgen.html
je travaille sur debian et j'ai gcc 4.1.2
quand je compile j'ai cette erreur :
gcc -c -I. -Dx86_64 -DLinux -DGEN -pedantic -Wall -O3 -o node_splitter.o node_splitter.cpp
fp.h:27: error: declaration of ‘double log2(double)’ throws different exceptions
/usr/include/bits/mathcalls.h:145: error: from previous declaration ‘double log2(double) throw ()’
fp.h:28: error: declaration of ‘double exp2(double)’ throws different exceptions
/usr/include/bits/mathcalls.h:142: error: from previous declaration ‘double exp2(double) throw ()’
make: *** [node_splitter.o] Error 1
vous pouvez m'aider SVP ?
merci
ps : voila ci-joint les deux fichier fp.h et mathcalls.h fp.txtmathcalls.txt
-----