Aaron Jensen
2017-05-14 02:38:54 UTC
Hi there,
I was trying to build master and I can't w/o USE_DB.
It broke here:
83ebe9022d88d9493d7ee5739f4503af1e28448b
The error is:
drv_maildir.c:1779:48: error: use of undeclared identifier 'ctx'
basel = nfsnprintf( buf, sizeof(buf), "%s/", ctx->path );
I don't know the first thing about the code so I don't want to attempt
a fix, but I thought I'd let you know because it's probably an easy
fix. Thanks!
Oh, one more aside, the Changelog generation in Makefile.am can fail
if the building user has git's format.pretty set. I think you can add
--pretty=medium
to the log command to force the log format that the script expects.
Thanks,
Aaron
I was trying to build master and I can't w/o USE_DB.
It broke here:
83ebe9022d88d9493d7ee5739f4503af1e28448b
The error is:
drv_maildir.c:1779:48: error: use of undeclared identifier 'ctx'
basel = nfsnprintf( buf, sizeof(buf), "%s/", ctx->path );
I don't know the first thing about the code so I don't want to attempt
a fix, but I thought I'd let you know because it's probably an easy
fix. Thanks!
Oh, one more aside, the Changelog generation in Makefile.am can fail
if the building user has git's format.pretty set. I think you can add
--pretty=medium
to the log command to force the log format that the script expects.
Thanks,
Aaron