14 Apr
2004
14 Apr
'04
7:18 p.m.
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.
--
Kees Cook @outflux.net