Re: _PC_VDISABLE cpp problem

2014-06-06 Thread Jeff Epler
According to http://pubs.opengroup.org/onlinepubs/7908799/xsh/unistd.h.html _POSIX_VDISABLE is either undefined, or defined to a value other than -1. As far as I can tell, no text requires that it be defined to a valid *preprocessor* number. In fact, http://standards.ieee.org/findstds/interps/100

_PC_VDISABLE cpp problem

2014-06-05 Thread Ole Streicher
Hi, when trying to compile eso-midas, I get the following error [1]: In file included from /usr/include/unistd.h:202:0, from ost.c:67: ost.c: In function 'inhibit': ost.c:181:34: error: missing binary operator before token "char" #if defined(_POSIX_VDISABLE) && (_POSIX_VDISABLE