From mint-bounce@lists.fishpool.fi Wed Jan 20 17:10:59 2010 Message-ID: <4B577EB7.3000700@atari-source.org> Date: Wed, 20 Jan 2010 17:07:51 -0500 From: Mark Duckworth User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] wide characters References: <1263950578.14483.13.camel@server.demon.co.uk> <0010efd4.01b496d61d26@smtp.freeola.net> In-Reply-To: <0010efd4.01b496d61d26@smtp.freeola.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: mduckworth@atari-source.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: On 1/20/10 1:16 PM, Peter Slegg wrote: > On Wed, 20 Jan 2010 01:22:58 , Alan Hourihane wrote: > >> On Tue, 2010-01-19 at 15:02 +0000, p.slegg@scubadivers.co.uk wrote: >> >>>> ---- Original Message ---- >>>> #include >>>> >>>> Thanks for the pointer on this library. We should really integrate this >>>> into mintlib. >>>> >>>> Alan. >>>> >>> Am I the only one trying to use wctype ? >>> >> Probably, as most GNU packages provide a workaround. >> >> >>> Will integration into mintlib help ? >>> >> Not directly, there shouldn't be anything preventing you from operating >> on this now with what you have. >> >> Alan. >> > > I thought I had it for a moment. > > Without adding utf8 stuff to the makefile and with this in > the form.c: > > #include > > It compiled and then failed on the link: > > obj.040/Form.o: In function `input_keybrd': > /usr/src/highwire/Form.c:1806: undefined reference to `utf8_iswalnum' > > Adding utf8 to the makefile: > INCLUDE = -I/usr/GEM/include -I/usr/include/utf8 > > produced the same result. > > Peter > Well you need to add -lutf8 to the linker flags too probably. Thanks, Mark