On Tue, Aug 3, 2010 at 1:17 AM, John Griffiths <[email protected]> wrote: > The configure went well and all dependencies were properly satisfied. One > exception: OpenGL says it is not available. > > make run until I get this error: > > svg.C: In member function ‘virtual int SvgMain::process_realtime(VFrame*, > VFrame*)’: > svg.C:283: error: no matching function for call to ‘stat::stat(char [1024], > stat*)’ > /usr/include/bits/stat.h:40: note: candidates are: stat::stat() > /usr/include/bits/stat.h:40: note: stat::stat(const stat&) > svg.C:295: error: ‘fstat’ was not declared in this scope > make[3]: *** [svg.lo] Error 1 > make[3]: Leaving directory > `/home/xxxx/Downloads/cinelerra/cinelerra-cv/plugins/svg' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory > `/home/xxxx/Downloads/cinelerra/cinelerra-cv/plugins' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/xxxx/Downloads/cinelerra/cinelerra-cv' > make: *** [all] Error 2 > > Any suggestions? Try to add two lines:
#include <sys/types.h> #include <sys/stat.h> before line 28: #include <unistd.h> Please report results. Einar _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
