Re: [q-lang-users] ANN: Q 7.7 RC2
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2007-06-10 15:36:06
|
Hi Marco, thanks a lot for taking up the ball! Which version did you test? (RC1/RC2/latest CVS?) > 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). Older GNU iconv and other iconv implementations trigger these, but they can be safely ignored (usually). Your compile then fails at clib.c because various headers (gmp.h, readline.h, history.h, as far as I can tell) are missing on your system, or they are in a non-standard location. If the former then you need to install the corresponding development packages (assuming that you are using Fink); if the latter then it's probably easiest to set C_INCLUDE_PATH (and maybe LIBRARY_PATH) accordingly. HTH, Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |