Axel, put #include <assert.h>
at the top of the fiules where the compiler complains. Varol Okan :) Axel R. wrote: >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 > > > > >------------------------------------------------------- >This SF.net email is sponsored by: SF.net Giveback Program. >Does SourceForge.net help you be more productive? Does it >help you create better code? SHARE THE LOVE, and help us help >YOU! Click Here: http://sourceforge.net/donate/ >_______________________________________________ >Kdenlive-devel mailing list >Kdenlive-devel at lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/kdenlive-devel > >
