my suspicion is that you didn't load the icu data dll. There's an API call
that attempts to load the dll:
https://code.google.com/p/chromium/codesearch#chromium/src/v8/include/v8.h&l=6395

On Sun, Feb 14, 2016 at 2:22 PM Ben Noordhuis <[email protected]> wrote:

> On Sat, Feb 13, 2016 at 11:20 AM, Daniel Burchardt
> <[email protected]> wrote:
> > Hi,
> >
> > I create port v8 for python, after try import module i have error:
> undefined
> > symbol: icudt54_dat. Where is problem? What i doing bad?
> >
> > Thanks for help
>
> Hard to say without more information on how you configured and built
> V8 (and also what version.)
>
> V8 links against ICU by default but you can disable that with `make
> i18nsupport=off`.  Might be worth a try.
>
> --
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to