Hi Bruno,
Bruno Haible via Gnulib discussion list <[email protected]> writes:
> Building a testdir of 'selinux-h' on MSVC, I get these errors:
>
> .\selinux/selinux.h(87): error C2059: syntax error: ','
> .\selinux/selinux.h(87): error C2059: syntax error: ';'
> .\selinux/selinux.h(87): error C2061: syntax error: identifier 'm'
> .\selinux/selinux.h(87): error C2081: 'mode_t': name in formal parameter list
> illegal
> .\selinux/selinux.h(87): error C2146: syntax error: missing ')' before
> identifier 'm'
> .\selinux/selinux.h(88): error C2059: syntax error: ')'
>
> Fixed as follows.
Thanks.
You are manually creating a testdir of all header modules to make sure
they properly include all their depedencies, correct?
Wouldn't the following do the same?
$ gnulib-tool --create-megatestdir --dir testdir1 $(gnulib-tool --list |
grep -- '-h$')
plus a testdir of them all together.
Collin