Hi all, I've got a problem when I try to compile PIAVE : g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I/usr/include/libxml2 -I/usr/include/arts -c pgrab.cc pgrab.cc: In function `int main(int, char* const*)': pgrab.cc:216: error: `assert' undeclared (first use this function) pgrab.cc:216: error: (Each undeclared identifier is reported only once for each function it appears in.) make[2]: *** [pgrab.o] Erreur 1 make[2]: Leaving directory `/home/axel/cvs/piave/utils' make[1]: *** [all-recursive] Erreur 1
but if I add the following line : #include <cassert> It compiles without any problem. The only question is : Am I the only person which have this problem ? Thank's Axel