On 2015-11-19 3:50 AM, swattor wrote:
> When compiling release geany-1.26 I encounter the following error:
>
> spawn.c: In function 'spawn_async_with_pipes':
> spawn.c:625: error: 'G_SPAWN_ERROR_TOO_BIG' undeclared (first use in this function)
> spawn.c:625: error: (Each undeclared identifier is reported only once
> spawn.c:625: error: for each function it appears in.)
> make[2]: *** [libgeany_la-spawn.lo] Error 1
>

What if you change that symbol to `G_SPAWN_ERROR_2BIG`? The alias shown
in your error message was added in March 2012, so maybe your GLib is too
old.

Cheers,
Matthew Brush


Reply to this email directly or view it on GitHub.