Hi there,
yesterday I tried to build geany-plugins 0.17.1 on my home notebook with openbsd 4.4 on it. It just won't compile. Problem was in geany-plugins-0.17.1/geanygdb/src/gdb-ui-main.c, there we have include line,
#include <elf.h>
and my openbsd system does not have that file.
After an hour or so I found these structs in other include file, called elf_abi.h; so then I change 'include <elf.h>' to 'include <elf_abi.h>' and everything's now just fine.
I don't know how to trick this in 'configure' script, so there isn't any patches attached. Hope you know how to fix it.
And thank you for the best IDE ever =)