bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting GNU Projects - BASH


From: bornlibra23
Subject: Re: Porting GNU Projects - BASH
Date: Wed, 12 Aug 2009 22:40:00 -0700 (PDT)


Mike Frysinger wrote:
> 
> On Wednesday 29 July 2009 11:11:19 bornlibra23 wrote:
> try GNU's libiconv
> -mike
> 
Thanks for the tip mike but when I did that I got the following errors:
In file included from ./iconv.c:234:
./iconv_open2.h: In function `libiconv_open':
./iconv_open2.h:85: error: structure has no member named `state'
In file included from ./iconv.c:290:
./iconv_open2.h: In function `libiconv_open_into':
./iconv_open2.h:85: error: structure has no member named `state'
gmake[1]: *** [iconv.lo] Error 1

After investigation I found that as I didnt have mbrtowc() & another
function (my system doesnt have support for Unicode or multibyte characters)
thats why I got this error.

Can you suggest something?
Thanks
bornlibra23
-- 
View this message in context: 
http://www.nabble.com/Porting-GNU-Projects---BASH-tp24721339p24949159.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]