About the svn-head builds posted on inkscape.modevia.com: are these done automatically or is building manually initiated? (just out of curiosity) More seriously: the quoted time of the build is that PST, CET or...? :) (it can be important when people want to test after bugfixes)
As for debugging: the website says to run "gdb --symbols=inkscape.dbg inkscape", however this does not work for me. I use "gdb" and then in gdb I must enter: "file inkscape.exe inkscape.dbg" (note that the order in which the filenames are typed is essential). Then one must enter "run" to run the prog, etc. (I think it is most clear to explicitly write to enter "run" on the website).
And... while I am busy: http://inkscape.modevia.com/win32_inkscape_org/win32buildnotes.html needs to be updated for the current buildtool. This helps new developers tremendously.
Thanks for your efforts! Johan
J.B.C.Engelen@...1578... wrote:
About the svn-head builds posted on inkscape.modevia.com: are these done automatically or is building manually initiated? (just out of curiosity) More seriously: the quoted time of the build is that PST, CET or...? :) (it can be important when people want to test after bugfixes)
I can only speak for the ones I do. I previously was using my local time, GMT-6, but now I do a bit of addition and put GMT on them.
As for debugging: the website says to run "gdb --symbols=inkscape.dbg inkscape", however this does not work for me. I use "gdb" and then in gdb I must enter: "file inkscape.exe inkscape.dbg" (note that the order in which the filenames are typed is essential). Then one must enter "run" to run the prog, etc. (I think it is most clear to explicitly write to enter "run" on the website).
Maybe the ".exe" is needed? This works for me: c:\inkscape>gdb --symbols=inkscape.dbg inkscape.exe (gdb) r
And... while I am busy: http://inkscape.modevia.com/win32_inkscape_org/win32buildnotes.html needs to be updated for the current buildtool. This helps new developers tremendously.
Yeah, I started on a docbook file, but never finished. I should work on this today.
bob
-----Original Message----- From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of Bob Jamison Sent: maandag 5 maart 2007 14:18 To: Engelen, J.B.C. (Johan); inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Dev-Builds on modevia.com
J.B.C.Engelen@...1578... wrote:
As for debugging: the website says to run "gdb
--symbols=inkscape.dbg inkscape", however this does not work for me. I use "gdb" and then in gdb I must enter: "file inkscape.exe inkscape.dbg" (note that the order in which the filenames are typed is essential). Then one must enter "run" to run the prog, etc. (I think it is most clear to explicitly write to enter "run" on the website).
Maybe the ".exe" is needed? This works for me: c:\inkscape>gdb --symbols=inkscape.dbg inkscape.exe (gdb) r
I meant that it does not load the symbols file (I do not know the reason; it _should_ work). So it does run inkscape but will not load the symbols, which prevents usefull backtraces.
And... while I am busy: http://inkscape.modevia.com/win32_inkscape_org/win32buildnotes.html needs to be updated for the current buildtool. This helps
new developers tremendously.
Yeah, I started on a docbook file, but never finished. I should work on this today.
Cool, thanks!
participants (2)
-
unknown@example.com
-
Bob Jamison