Re: errorcode.inc in tarballs
From: James McCoy <jamessan_at_jamessan.com>
Date: Thu, 10 Aug 2017 15:48:13 -0400
On Aug 10, 2017 15:29, "Philip Martin" <philip_at_codematters.co.uk> wrote:
Branko Čibej <brane_at_apache.org> writes:
> Would be better to generate this header at build time ... but to do that
Even that is hard, I know of no easy way for C code to convert an error
One way to convert numbers to names is to parse the C header, which on
awk '/#define\sE.*[0-9]/{printf "{%s, \"%s\"},\n", $3, $2 }' \
The approach that moreutils'[0] errno utility takes[1] looks useful.
[0]: https://joeyh.name/code/moreutils/
Cheers,
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.