Re: [q-lang-users] ANN: Q 7.0 release candidate
Brought to you by:
agraef
From: John C. <co...@cc...> - 2006-02-06 22:00:17
|
Albert Graef scripsit: > it took much too long, but at long last I finished unicode support in > the Q interpreter and the core modules. Hurrah! > Windows users: sorry, but you will have to wait a little more, I hope I > get around porting the new release this week. I also want to check other > platforms such as OS X asap, and I still have to overhaul the add-on > modules (multimedia library etc.) to make them unicode-aware. (Another > big item on my TODO list which didn't make it into the 7.0 release yet > is 64 bit support, I'm afraid that this will have to wait until Q 7.1.) My attempt to build 7.0 on Cygwin failed because _libiconv_open and _libiconv_close weren't found when trying to build libq.la. I have libiconv installed under Cygwin, so patching around this is probably a matter of inserting a strategic "-liconv" into the Makefile somewhere. It's already mentioned in the defines for LIBICONV, LTLIBICONV, and XML_LIBS; adding it to LIBS and LDFLAGS didn't help any. I presume the fix is simple, though. Can anyone help? -- You escaped them by the will-death John Cowan and the Way of the Black Wheel. co...@cc... I could not. --Great-Souled Sam http://www.ccil.org/~cowan |