FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Exception from importing SAX-Parser

 
Post new topic   Reply to topic     Forum Index -> Mango
View previous topic :: View next topic  
Author Message
keinfarbton



Joined: 03 Dec 2005
Posts: 224
Location: Stuttgart - Germany

PostPosted: Tue Dec 27, 2005 5:58 pm    Post subject: Exception from importing SAX-Parser Reply with quote

I want to try the xml sax parser. My environment: Linux debian/dmd 0.141/locale de
When I start the binary test/sax I get:
Code:
Error: required u_forDigit_3_2

after updating the svn (which was about 2 weeks old), I got
Code:
Error: required ucnv_open_3_2

I trimmed the sax.d. So now I can say: this error comes with importing the teqXML.d.
After some grep-ing around, I found
Code:
mango/icu/UConverter.d:723:
                {cast(void**) &ucnv_open,                   "ucnv_open"},
mango/icu/UChar.d:
                {cast(void**) &forDigit,                "u_forDigit"},
well, I don't know what this code is for, so I decide to ask here

Tionex
Back to top
View user's profile Send private message
teqdruid



Joined: 11 May 2004
Posts: 390
Location: UMD

PostPosted: Wed Dec 28, 2005 3:32 pm    Post subject: Reply with quote

The SAX parser currently uses ICU for text conversions. Those are them.

Make sure that you have the ICU library installed (version 3.2) and try again.

~John
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Mango All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group