Created attachment 251479 [details] Error Log Using cmake without -DDEVELOPER_MODE=ON causes target JSC to fail with a lot of Undefined Reference errors. See attached log.
(In reply to comment #0) > Created attachment 251479 [details] > Error Log > > Using cmake without -DDEVELOPER_MODE=ON causes target JSC to fail with a lot > of Undefined Reference errors. See attached log. It's because of visibility CXX FLAGS. I will upload the patch not to use visibility. We can use linker script instead of it.
Created attachment 252931 [details] Patch
Comment on attachment 252931 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=252931&action=review LGTM. > Source/cmake/OptionsEfl.cmake:60 > + set(WebKit2_VERSION_SCRIPT "-Wl,--version-script,${CMAKE_MODULE_PATH}/eflsymbols.filter") Oh, nice catch !
Comment on attachment 252931 [details] Patch Clearing flags on attachment: 252931 Committed r184166: <http://trac.webkit.org/changeset/184166>
All reviewed patches have been landed. Closing bug.