On Thu, Aug 6, 2009 at 8:00 AM, the Adib<theadib@...1439...> wrote:
The current revision 22000 should compile fine again.
You're right, thanks. So I now have a working script that downloads and installs the dev tools, checks out the inkscape sources, and builds them on Windows. It's at
http://kegel.com/wine/inkscape-download-and-build.sh.txt
It was hard to figure out what to do based on the wiki, but the script ended up being very simple. Perhaps it could be added to the wiki page about win32 building.
The next hurdle is that the inkscape I built at r22001 crashes very early before any window opens when I start it in windows: Problem signature: Problem Event Name: APPCRASH Application Name: inkscape.exe Application Version: 0.46.0.0 Application Timestamp: 4a7b0013 Fault Module Name: libatkmm-1.6-1.dll Fault Module Version: 6.0.6001.18000 Fault Module Timestamp: 4791a783 Exception Code: c0000135 Exception Offset: 0006ecfb OS Version: 6.0.6001.2.1.0.768.2
Can someone who has built on Windows and produced a working inkscape let me know which revision they pulled from svn?
The used development packages (devlibs from modevia) are built using MinGW. That means VisualC++ or Borland will not build Inkscape unless you build the libraries yourself. There might be a chance for VisualC++. Also the buildtool used on windows is very MinGW centric.
Understandable.
Thanks, Dan