C++ loadpstoeditplugins declaration breaks C compilation
converts PostScript or PDF files to other vector graphics formats
Brought to you by:
wglunz
The loadpstoeditplugins declaration in 4.00 pstoedit.h includes std::ostream and bool parameters, which are only compatible with C++. When building autotrace with pstoedit-4.00, the build fails as a result, e.g.:
https://kojipkgs.fedoraproject.org//work/tasks/9232/103559232/build.log
The attached patch adds a _plainC wrapper function, which then allows autotrace to be built.
will be fixed in next release
included in 4.01