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?
Thanks in advance.
John