[q-lang-users] (no subject)
Brought to you by:
agraef
From: Marco M. <ma...@ma...> - 2007-06-11 13:11:55
|
Ok, I was able to compile the newly released Q-7.7 under OSX 10.4.8 with the following commands C_INCLUDE_PATH=/sw/include LIBRARY_PATH=/sw/lib ./configure C_INCLUDE_PATH=/sw/include LIBRARY_PATH=/sw/lib make once gmp and readline are installed via Fink. On Jun 10, 2007, at 5:44 PM, Albert Graef wrote: >> 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 > > Those are harmless (just warnings, no errors). Yes. I was in hurry and I didn't look to those errors very carefully, sorry. Thank you for our help and for the great work, M. |