[Webkit-unassigned] [Bug 135936] undefined reference to `JSC::JSCell::structure() const

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 15 07:41:21 PDT 2014


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


Kalev Lember <kalevlember at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Kalev Lember <kalevlember at gmail.com>  2014-08-15 07:41:30 PST ---
Ah, indeed, my build was missing a -DCMAKE_BUILD_TYPE=Release and adding that made things work. Thanks.

Re Zan's comment #4, the cmake support macros that Fedora has for rpm builds actually seem to override both CFLAGS / CXXFLAGS and CMAKE_C_FLAGS_RELEASE / CMAKE_CXX_FLAGS_RELEASE. The former is used to pass extra compiler flags and CMAKE_C_FLAGS_RELEASE / CMAKE_CXX_FLAGS_RELEASE are overridden to omit the default -O3 and only pass -DNDEBUG. That setup seems to work fairly well with the way webkitgtk cmake builds are set up.

Looks like no actual bug here so I'll close out the ticket. Thanks again for the help!

-- 
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