[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 06:04:15
|
I'm testing software on Mac OS X 10.3.9, and I found that Q 7.11 doesn't compile there. This is on a Power Mac G4 with Xcode 1.5 (gcc 3.3). clib.c: In function `ictowcs': clib.c:587: warning: passing arg 2 of `libiconv' from incompatible pointer type clib.c: In function `icfromwcs': clib.c:608: warning: passing arg 2 of `libiconv' from incompatible pointer type clib.c: In function `__F__clib_glob': 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.) |