Re: Porting GNU Projects - BASH

2009-08-12 Thread bornlibra23


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.





Re: Porting GNU Projects - BASH

2009-07-30 Thread bornlibra23

Thanks Mark
Can you tell me does the ICU library have the mbrtowc, mbrtomb  like
functions?
Thanks
bornlibra23
-- 
View this message in context: 
http://www.nabble.com/Porting-GNU-Projects---BASH-tp24721339p24735376.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.





Re: Porting GNU Projects - BASH

2009-07-30 Thread bornlibra23

Hello Mark
Can you please tell me if this library is independently portable to a new
architecture? Also how difficult is it to port it? Also it will be needed to
integrate it in the existing library headers? Any points on that?
Thanks
bornlibra23
-- 
View this message in context: 
http://www.nabble.com/Porting-GNU-Projects---BASH-tp24721339p24735426.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.





Porting GNU Projects - BASH

2009-07-29 Thread bornlibra23

Hello People
I am trying to port various GNU products to Stratus OpenVOS platform
including the baash shell. However I am stuck currently for the lack of wide
 multibyte character support. Can somebody guide me to an implementation of
the same that I can port first. The glibc is also proving a monster to port
for various reasons. I have tried to build the wide character support of
glibc separately but it didnt workout. Can somebody isolate the code  guide
me in implementing it on VOS? This is proving to be a major blocker. Please
help
Thanks
bornlibra23
-- 
View this message in context: 
http://www.nabble.com/Porting-GNU-Projects---BASH-tp24721339p24721339.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.