[Webkit-unassigned] [Bug 80282] undefined reference to JSC::IdentifierTable::~IdentifierTable() on EFL port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 10:19:36 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=80282





--- Comment #5 from ChangSeok Oh <kevin.cs.oh at gmail.com>  2012-03-05 10:19:36 PST ---
(In reply to comment #4)
> Changing cross-platform code in this way may be OK, but needs a better explanation than being a build fix. In what way is the EFL port different from other ports using JSC or V8?

As I know, current EFL DRT runs just only with the option --cmakearg="-DSHARED_CORE=ON".
http://trac.webkit.org/wiki/WebKitEFLLayoutTest (Of course, I think this is an also bug, we're going to eliminate a this restriction.)
Then WTF functions are wrapped in a libwtf_efl.a which is a 'static' library. It means libwtf_efl.a should have complete definitions to match with declarations, or else we'll face "undefined reference" issue.
So. If this patch doesn't make any problem to other ports, I hope to apply it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list