Updates:
        Status: Fixed

Comment #1 on issue 889 by [email protected]: Compilation error on OpenBSD box 4.7
http://code.google.com/p/v8/issues/detail?id=889

According to this comment, found by searching SConstruct for "visibility", you should add the option "visibility=default" to the scons command you use to compile v8 with. If this does not work, you can try removing the 'CXXFLAGS' line, or the entire section.

   'visibility:hidden': {
      # Use visibility=default to disable this.
      'CXXFLAGS':     ['-fvisibility=hidden']


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to