Re: [q-lang-users] q 7.11 build fails on Mac OS X 10.3.9
Brought to you by:
agraef
From: Ryan S. <rya...@us...> - 2008-06-09 08:46:26
|
On Jun 9, 2008, at 02:56, Albert Graef wrote: > Ryan Schmidt wrote: > >> clib.c:6077: error: `GLOB_NOMATCH' undeclared (first use in this >> function) >> clib.c:6077: error: (Each undeclared identifier is reported only once >> clib.c:6077: error: for each function it appears in.) > > GLOB_NOMATCH is required by POSIX, so it looks like the local glob > implementation is broken or too old. What does your 10.3.9 glob(3) > manpage say about the return value of glob()? The manpage is attached. |