Re: [q-lang-users] ANN: Q 7.7 RC2
Brought to you by:
agraef
From: Marco M. <ma...@ma...> - 2007-06-10 14:31:33
|
On Jun 9, 2007, at 1:30 AM, Albert Graef wrote: > Albert Graef wrote: > The final 7.7 release is imminent. Did anyone get around testing > compilation on Cygwin and OSX yet? There are several errors under OSX (10.4.8). The first one is gcc -DHAVE_CONFIG_H -I. -I.. -I../src -g -O2 -MT libq.lo -MD -MP - MF .deps/libq.Tpo -c libq.c -fno-common -DPIC -o .libs/libq.o libq.c: In function 'from_utf8': libq.c:660: warning: passing argument 2 of 'libiconv' from incompatible pointer type libq.c: In function 'to_utf8': libq.c:739: warning: passing argument 2 of 'libiconv' from incompatible pointer type libq.c: In function 'file_from_utf8': libq.c:797: warning: passing argument 2 of 'libiconv' from incompatible pointer type libq.c: In function 'file_to_utf8': libq.c:849: warning: passing argument 2 of 'libiconv' from incompatible pointer type A complete log of my attempt to compile q-7.7 is available at http://web.math.unifi.it/~maggesi/typescript |