does moving icudata.a at the end of the list fix the issue for you? On Mon, Feb 15, 2016 at 4:50 PM Daniel Burchardt <[email protected]> wrote:
> I not build on windows. My extra objects: > extra_objects = [ > "/opt/v8build/v8/out/native/obj.target/tools/gyp/libv8_base.a", > > "/opt/v8build/v8/out/native/obj.target/tools/gyp/libv8_libbase.a", > > "/opt/v8build/v8/out/native/obj.target/tools/gyp/libv8_external_snapshot.a", > > "/opt/v8build/v8/out/native/obj.target/tools/gyp/libv8_libplatform.a", > > "/opt/v8build/v8/out/native/obj.target/third_party/icu/libicudata.a", > > "/opt/v8build/v8/out/native/obj.target/third_party/icu/libicui18n.a", > > "/opt/v8build/v8/out/native/obj.target/third_party/icu/libicuuc.a", > ] > > > W dniu poniedziałek, 15 lutego 2016 10:16:07 UTC+1 użytkownik Jochen > Eisinger napisał: > >> 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. > -- -- 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.
