On Dec 21, 2010, at 6:44 AM, Maximilian Albert wrote:
Hi,
I'm having a few problems after my last pull (I'm at rev. 9970 at the moment). Firstly, I couldn't compile straight away because widgets/icon.cpp uses the GStatBuf type which AFAICT was newly added to glib in a recent version (the latest version on Ubuntu 10.04 is glib 2.24.1, which doesn't know it). Would it be possible to recode this so that the latest version supplied by Ubuntu (or other distros, for that matter) is sufficient? After installing glib 2.26.1 from source, I managed to compile Inkscape but now it crashes on startup (see backtrace below). Any ideas?
It's not an issue with the type itself. The calls that use it are all marked as "Since 2.6", and I'm pretty sure that 2.24.1 is newer than 2.6.
I just need to pinpoint an extra <include> to add.