[q-lang-users] Q 7.11 on Mac OS X
Brought to you by:
agraef
From: Ryan S. <rya...@us...> - 2008-02-28 09:22:05
|
Hello. Q 7.10 compiled just fine on Mac OS X 10.4.11 Intel, but 7.11 doesn't. Here's what it does: $ sudo port install q Password: ---> Fetching q ---> Verifying checksum(s) for q ---> Extracting q ---> Configuring q ---> Building q with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/_Users_rschmidt_macports_dports_lang_q/work/ q-7.11" && make all " returned error 2 Command output: creating clib.la (cd .libs && rm -f clib.la && ln -s ../clib.la clib.la) /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc-4.0 - DHAVE_CONFIG_H -I. -I../.. -I../../libq -I/opt/local/include -O2 - MT system.lo -MD -MP -MF .deps/system.Tpo -c -o system.lo system.c /usr/bin/gcc-4.0 -DHAVE_CONFIG_H -I. -I../.. -I../../libq -I/opt/ local/include -O2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c system.c -fno-common -DPIC -o .libs/system.o system.c: In function 'ictowcs': system.c:766: warning: passing argument 2 of 'libiconv' from incompatible pointer type system.c: In function 'icfromwcs': system.c:787: warning: passing argument 2 of 'libiconv' from incompatible pointer type system.c: In function '__F__system_sys_vars': system.c:1685: error: 'CLOCK_REALTIME' undeclared (first use in this function) system.c:1685: error: (Each undeclared identifier is reported only once system.c:1685: error: for each function it appears in.) system.c:1687: error: 'CLOCK_MONOTONIC' undeclared (first use in this function) system.c:1692: error: 'CLOCK_PROCESS_CPUTIME_ID' undeclared (first use in this function) system.c:1697: error: 'CLOCK_THREAD_CPUTIME_ID' undeclared (first use in this function) system.c: In function '__F__system_process_cpu_clockid': system.c:5710: error: 'clockid_t' undeclared (first use in this function) system.c:5710: error: parse error before 'id' system.c:5711: error: 'id' undeclared (first use in this function) system.c: In function '__F__system_thread_cpu_clockid': system.c:5727: error: 'clockid_t' undeclared (first use in this function) system.c:5727: error: parse error before 'id' system.c:5728: error: 'id' undeclared (first use in this function) system.c: In function '__F__system_iconv': system.c:6208: warning: passing argument 2 of 'libiconv' from incompatible pointer type make[4]: *** [system.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Error: Status 1 encountered during processing. $ |