Quoting LucaDC <dicappello@...2144...>:
Jon Cruz wrote:
Round of fixes in revision 9953.
They may allow other files to compile and reveal more bugs, or it might be fixed. Please test and let us know.
Much better, thanks. But not enough. I still get this error. Luca
Make error line 299: problem compiling: src/extension/internal/emf-win32-inout.cpp: In function 'void Inkscape::Extension::Internal::emf_print_document_to_file(SPDocument*, const gchar*)': src/extension/internal/emf-win32-inout.cpp:127: error: 'sp_item_display_key_new' was not declared in this scope
Drat. I accidentally did an undo on that line, but got the others in. The fix for line 127 should be
mod->dkey = SPItem::display_key_new(1);
I'd commit a fix myself, but I'm at a wifi spot that only allows web access.