Toolbar problem: action missing
I had troubles with the toolbar, so I decided to get a clean svn checkout, get the latest devlibs and do a clean build.
Still I get the following warnings when starting Inkscape:
(inkscape.exe:43288): Gtk-WARNING **: ZoomIn: missing action ZoomIn (inkscape.exe:43288): Gtk-WARNING **: ZoomPage: missing action ZoomPage (inkscape.exe:43288): Gtk-WARNING **: ZoomNext: missing action ZoomNext (inkscape.exe:43288): Gtk-WARNING **: ZoomPage: missing action ZoomPage (inkscape.exe:43288): Gtk-WARNING **: DialogFillStroke: missing action DialogFillStroke (inkscape.exe:43288): Gtk-WARNING **: DialogText: missing action DialogText (inkscape.exe:43288): Gtk-WARNING **: DialogAlignDistribute: missing action DialogAlignDistribute
And the toolbar is not populated with all buttons (it stops after "zoom to fit drawing in windows"). I downloaded the latest build from inkscape.modevia.com which does not show these warnings.
Does anybody have an idea what is wrong on my end?
Thanks alot, Johan
On Fri, Mar 21, 2008 at 12:30 PM, <J.B.C.Engelen@...1578...> wrote:
Does anybody have an idea what is wrong on my end?
I have no idea but I can confirm this, had exactly the same symptoms with my SVN compile on win xp yesterday. On linux, everything is fine.
I did a bit of investigation, but I have to leave. Here are my findings: problem is between r17961 which is broken and r17945 which works. OK, that's wide I really have to go ;) Cheers, Aubanel.
2008/3/21, bulia byak <buliabyak@...400...>:
On Fri, Mar 21, 2008 at 12:30 PM, <J.B.C.Engelen@...1578...> wrote:
Does anybody have an idea what is wrong on my end?
I have no idea but I can confirm this, had exactly the same symptoms with my SVN compile on win xp yesterday. On linux, everything is fine.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Thanks Aubanel,
I just checked, seems I did it somewhere. rev 17952 works. rev 17957 is broken.
Working on it. Johan
________________________________
From: Aubanel MONNIER [mailto:aubanel@...400...] Sent: vrijdag 21 maart 2008 20:06 To: bulia byak Cc: Engelen, J.B.C. (Johan); inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Toolbar problem: action missing I did a bit of investigation, but I have to leave. Here are my findings: problem is between r17961 which is broken and r17945 which works. OK, that's wide I really have to go ;) Cheers, Aubanel. 2008/3/21, bulia byak <buliabyak@...400...>:
On Fri, Mar 21, 2008 at 12:30 PM, <J.B.C.Engelen@...1578...> wrote: > Does anybody have an idea what is wrong on my end? I have no idea but I can confirm this, had exactly the same symptoms with my SVN compile on win xp yesterday. On linux, everything is fine. -- bulia byak Inkscape. Draw Freely. http://www.inkscape.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Ok I fixed it.
When adding the LPE context verb, it breaks Inkscape. I have no idea why. Do we have too many verbs?!?
-johan
________________________________
From: inkscape-devel-bounces@lists.sourceforge.net [mailto:inkscape-devel-bounces@lists.sourceforge.net] On Behalf Of J.B.C.Engelen@...1578... Sent: vrijdag 21 maart 2008 21:37 To: aubanel@...400...; buliabyak@...400... Cc: inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Toolbar problem: action missing Thanks Aubanel, I just checked, seems I did it somewhere. rev 17952 works. rev 17957 is broken. Working on it. Johan
________________________________
From: Aubanel MONNIER [mailto:aubanel@...400...] Sent: vrijdag 21 maart 2008 20:06 To: bulia byak Cc: Engelen, J.B.C. (Johan); inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Toolbar problem: action missing I did a bit of investigation, but I have to leave. Here are my findings: problem is between r17961 which is broken and r17945 which works. OK, that's wide I really have to go ;) Cheers, Aubanel. 2008/3/21, bulia byak <buliabyak@...400...>:
On Fri, Mar 21, 2008 at 12:30 PM, <J.B.C.Engelen@...1578...> wrote: > Does anybody have an idea what is wrong on my end? I have no idea but I can confirm this, had exactly the same symptoms with my SVN compile on win xp yesterday. On linux, everything is fine. -- bulia byak Inkscape. Draw Freely. http://www.inkscape.org ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Fri, Mar 21, 2008 at 8:28 PM, <J.B.C.Engelen@...1578...> wrote:
When adding the LPE context verb, it breaks Inkscape. I have no idea why. Do we have too many verbs?!?
maybe something simply went out of sync? e.g. did you add to it both the list in verbs.h and the list in verbs.cpp at the same position?
-----Original Message----- From: bulia byak [mailto:buliabyak@...400...] Sent: zaterdag 22 maart 2008 1:05 To: Engelen, J.B.C. (Johan) Cc: aubanel@...400...; inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Toolbar problem: action missing
On Fri, Mar 21, 2008 at 8:28 PM, <J.B.C.Engelen@...1578...> wrote:
When adding the LPE context verb, it breaks Inkscape. I
have no idea
why. Do we have too many verbs?!?
maybe something simply went out of sync? e.g. did you add to it both the list in verbs.h and the list in verbs.cpp at the same position?
Doh! Sorry for my confused coding. I indeed forgot to add the verb to the list in verbs.cpp; forgot that it existed at all actually... :S seems I've reached the max of my brain's capacity, things are dropping out :(
Thanks, Johan
participants (3)
-
unknown@example.com
-
Aubanel MONNIER
-
bulia byak