Bug 157841 - Safari-601.6.17(10.11.5 El Capitan) build-jsc error
Summary: Safari-601.6.17(10.11.5 El Capitan) build-jsc error
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac OS X 10.11
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 08:48 PDT by singi
Modified: 2016-05-19 01:06 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description singi 2016-05-18 08:48:42 PDT
ShinJeonghoonui-Mac-mini:Safari-601.6.17 singi$ ./Tools/Scripts/build-jsc 
Not searching for unused variables given on the command line.
CMake Warning at Source/cmake/OptionsCommon.cmake:80 (message):
  GNU gold linker isn't available, using the default system linker.
Call Stack (most recent call first):
  CMakeLists.txt:155 (include)


-- Using platform-specific CMakeLists: /Users/singi/Safari-601.6.17/Source/bmalloc/PlatformMac.cmake
-- Using platform-specific CMakeLists: /Users/singi/Safari-601.6.17/Source/WTF/wtf/PlatformMac.cmake
CMake Error at Source/JavaScriptCore/CMakeLists.txt:786 (message):
  No LLVM libs found, but FTL is enabled.  Stopping build.


when i downloaded llvm project in Safari Directory.
but i have this error, 
i try to other version(601.1.46) Safari, it was success to build.
Comment 1 Alexey Proskuryakov 2016-05-18 22:48:20 PDT
I don't think that we can make building old branches work, sorry.

What are you trying to accomplish? Perhaps I can help you resolve the issue in some other way.
Comment 2 singi 2016-05-19 01:06:53 PDT
i want compile to JavaScriptCore at "Safari-601.6.17",

because, Safari.601.6.17 is included to El Capitan 10.11.5 version.

anyway, thanks u attention. :)