Windows compile results:
Make error line 181: problem compiling: src/extension/internal/emf-win32-print.cpp: In member function 'virtual unsigned int Inkscape::Extension::Internal::PrintEmfWin32::fill(Inkscape::Extension::Print*, const NRBPath*, const NRMatrix*, const SPStyle*, const NRRect*, const NRRect*, const NRRect*)':src/extension/internal/emf-win32-print.cpp:458: error: 'const struct SPIPaint' has no member named 'type'src/extension/internal/emf-win32-print.cpp:458: error: 'SP_PAINT_TYPE_COLOR' was not declared in this scope
src/extension/internal/emf-win32-print.cpp: In member function 'virtual unsigned int Inkscape::Extension::Internal::PrintEmfWin32::stroke(Inkscape::Extension::Print*, const NRBPath*, const NRMatrix*, const SPStyle*, const NRRect*, const NRRect*, const NRRect*)':src/extension/internal/emf-win32-print.cpp:488: error: 'const struct SPIPaint' has no member named 'type'
src/extension/internal/emf-win32-print.cpp:488: error: 'SP_PAINT_TYPE_COLOR' was not declared in this scope
Thanks, Kent
On 9/10/07, Jon A. Cruz <jon@...18...> wrote:
Next step in supporting CMYK, etc, was to purge the paint enum type. Take a look to see if things are still holding up.
The main reason is that we're getting to support proper SVG paint, not just the union/enum subset. That is, a paint could have both a URL and a normal color part specified, or a URL, a normal color part *and* an icc-color...
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel