Hi!
I'm trying to compile Inkscape 0.48 trunk version under Windows following the instructions from http://wiki.inkscape.org/wiki/index.php/Win32Port.
I keep getting a few types of error messages:
Make error line 291: problem compiling: src/eraser-context.cpp: In function 'void set_to_accumulated(SPEraserContext*)':
src/eraser-context.cpp:752:55: error: 'r' was not declared in this scope
The code at the problematic location looks like this:
Inkscape::Rubberband::Rubberband* r; r = Inkscape::Rubberband::get(desktop);
When I browse it under Eclipse, Eclipse hooks Rubberband up and shows the class definition promptly. However when I try to compile Inkscape from console, it throws an error described above.
Make error line 291: problem compiling: In file included from src/extension/internal/bitmap/adaptiveThreshold.h:9:0, from src/extension/internal/bitmap/adaptiveThreshold.cpp:12: src/extension/internal/bitmap/imagemagick.h:14:22: fatal error: Magick++.h: No such file or directory compilation terminated.
Magick++.h exists in the devlibs directory. This one I get from both Eclipse and console.
I have checked all environment variables and they seem to be ok. Any ideas what it might be?
Thank you, Polina