On 19/04/17 01:05, Bruno Haible wrote:
Tom G. Christensen wrote:
This is causing my daily gnulib builds to fail on Solaris.
On Solaris 8 and 9 I'm seeing this error:
In file included from vma-iter.c:41:0:
/usr/include/sys/procfs.h:44:2: error: #error "Cannot use procfs in the
large file compilation environment"
#error "Cannot use procfs in the large file compilation environment"
^
make[4]: *** [vma-iter.o] Error 1
Fixed as follows. Thanks for the report!
Thank you, builds have completed on Solaris 8 and 9 with no issues.
I should note that Solaris 10 has the same guard in <sys/procfs.h> so it
would presumably have been affected as well.
I don't have a Solaris 11 system to check.
-tgc