I wrote:
>
> Also, does anybody happen to know what an error code of -2
> implies in 0.4?
I found in include/file.h the definition for the error
code. Now I just have to scrutinize file.c to figure out
why the config file isn't being found.
#define FILE_ERR_NOTFOUND -2
I'm looking through the source for version 0.5, of course,
which I couldn't actually use. Is it possible to cross-compile
this beast from a debian/x86 machine?