Good recent inkscape rev to check out?
Hey folks, I'd like to build inkscape from near the top of tree, does anyone have an svn revision number (or branch name) for pre1? As somebody else noted, the tip is currently a bit broken. I have a nice batch file that automates the downloading of dev tools etc. and the checkout of source code and the build; I'm using it to benchmark windows vs. wine for compilation speed. (And as a stress test for wine.)
Also, does anyone ever build inkscape for windows with visual C++ express?
Thanks, Dan
The current revision 22000 should compile fine again.
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. ... So there is no out of the box solution.
HTH, Adib. ---
On Thu, Aug 6, 2009 at 4:37 PM, Yann Papouin<yann.papouin@...400...> wrote:
Also, does anyone ever build inkscape for windows with visual C++ express?
I'm not able to answer you I would also like to know if anyone ever build inkscape for windows with:
CodeBlocks Borland C++ Builder
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
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
On Thu, Aug 6, 2009 at 10:10 PM, Dan Kegel<dank@...2221...> wrote:
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
Amusingly, the executable works on Wine, so it's only Vista it's having trouble with. - Dan
On Thu, Aug 6, 2009 at 11:11 PM, Dan Kegel<dank@...2221...> wrote:
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
Amusingly, the executable works on Wine, so it's only Vista it's having trouble with.
64 bit Vista, I might add.
It probably just can't find the libraries and/or needs XP compatibility mode. I tried running it with
set MINGW_BIN=c:\mingw\bin set GTKDOS=c:\devlibs set PATH=%MINGW_BIN%;%GTKDOS%\bin;%PATH% cd build inkscape
(which is what I had to do on Wine), and it still didn't work.
If anyone has gotten this to work on 64 bit Vista, please let me know - Dan
Is there a bug tracking this? I don't know if it'll be a release blocker, but it should be in the release notes if it isn't.
--Ted
On Aug 7, 2009, at 7:33 AM, Dan Kegel <dank@...2221...> wrote:
On Thu, Aug 6, 2009 at 11:11 PM, Dan Kegel<dank@...2221...> wrote:
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
Amusingly, the executable works on Wine, so it's only Vista it's having trouble with.
64 bit Vista, I might add.
It probably just can't find the libraries and/or needs XP compatibility mode. I tried running it with
set MINGW_BIN=c:\mingw\bin set GTKDOS=c:\devlibs set PATH=%MINGW_BIN%;%GTKDOS%\bin;%PATH% cd build inkscape
(which is what I had to do on Wine), and it still didn't work.
If anyone has gotten this to work on 64 bit Vista, please let me know
- Dan
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
For devlibs you should use the following repo:
On Fri, Aug 7, 2009 at 1:17 AM, Yann Papouin<yann.papouin@...400...> wrote:
For devlibs you should use the following repo:
My script does indeed do that, so I've got the right devlibs, I think.
Indeed :)
2009/8/7 Dan Kegel <dank@...2221...>
On Fri, Aug 7, 2009 at 1:17 AM, Yann Papouin<yann.papouin@...400...> wrote:
For devlibs you should use the following repo:
My script does indeed do that, so I've got the right devlibs, I think.
participants (5)
-
Alexandre Prokoudine
-
Dan Kegel
-
Ted Gould
-
the Adib
-
Yann Papouin