[Slackbuilds-users] Inkscape Build Broken on Current

Mark Halstead mdhalstead at att.net
Sun Jun 30 19:09:06 UTC 2013


Hi Folks,

Recent updates have broken the build for inkscape-0.48.4. The compiler 
complains of a stray comma on line 242 and terminates. I built the 
package successfully after removing the comma from the source code. This 
has been fixed upstream in the source head at inkscape so a patch might 
be in order for the present. Here is the pertinent data:

inkscape-0.48.4/src/widgets/desktop-widget.h

    private:
        GtkWidget *tool_toolbox;
        GtkWidget *aux_toolbox;
---   GtkWidget *commands_toolbox,;         ### Line 242, stray comma
+++GtkWidget *commands_toolbox;
        GtkWidget *snap_toolbox;

Thanks,

Mark Halstead


More information about the SlackBuilds-users mailing list