
Hello,
I tried to build what is currently in anonymous cvs. Here are (new) problems I faced in building inkscape with MinGW (and gcc not tried g++)
* modules/ps.c `SIGPIPE' undeclared -> I commented the call to signal , don't know what it does and how to fix it
* toolbox.c toolbox.c: In function `sp_toolbox_file_create': toolbox.c:342: `action' undeclared (first use in this function) -> Someone has removed the declaration SPAction *action;
* modules/extension.c undefined reference to `mkstemp' -> see http://developer.gnome.org/doc/API/2.0/glib/glib-File-Utilities.html#g-mkste... ?
* Libxml2 I had to use version 2.4 of dll because 2.6 results in a crash. Anyone has tried to link against 2.6 on linux ?
To try it :
1- Install gtk runtime from http://www.dropline.net/gtk/download.php 2- Download http://195.221.122.126/tmp/inkscape-0.36cvs-w32.exe [1.22 Mo], extract, and change the path to your gtk libs in inkscape.bat 3- Run inkscape.bat
Almost not tested but it seems that the problem when regional decimal symbol = comma (instead of dot) is back (don't know if it's due to my build or what) :( I've not included translations in the archive.
M