Re: [Inkscape-devel] The messed up icon issue
On Wed, Apr 14, 2004 at 08:02:58PM +0200, Lucas Vieites wrote:
Well, I'm sorry but it seems I'm out to confuse you. How can I gather all the output from ./configure & make & make install? Just in case that could be helpful. I am running Suse 9.0 with Ximian Gnome and notthing really weird.
Wow. Okay, then I sure hope we can figure this out, because that's a pretty common platform. :)
Try this script:
#!/bin/bash ( ./autogen.sh && \ ./configure && \ make distclean && \ ./configure && \ make && \ make install && \ which inkscape ) 2>&1 >/tmp/inkscape.out
And then send the "inkscape.out" file to me (rather than to the whole list: it'll be a big file). Also, check the icon behavior after this build, just for fun.
This script might be worth adding to the codebase (we need a scripts/ directory for stuff like this.) And probably refer to the script via the README and the BuildingInkscape page in wiki?
Bryce
On Wed, 14 Apr 2004, Kees Cook wrote:
On Wed, Apr 14, 2004 at 08:02:58PM +0200, Lucas Vieites wrote:
Well, I'm sorry but it seems I'm out to confuse you. How can I gather all the output from ./configure & make & make install? Just in case that could be helpful. I am running Suse 9.0 with Ximian Gnome and notthing really weird.
Wow. Okay, then I sure hope we can figure this out, because that's a pretty common platform. :)
Try this script:
#!/bin/bash ( ./autogen.sh && \ ./configure && \ make distclean && \ ./configure && \ make && \ make install && \ which inkscape ) 2>&1 >/tmp/inkscape.out
And then send the "inkscape.out" file to me (rather than to the whole list: it'll be a big file). Also, check the icon behavior after this build, just for fun.
participants (2)
-
Bryce Harrington
-
Kees Cook