Re: [webkit-dev] Thought about Nix JavaScriptCore port

2016-02-07 Thread Eric Wing
I just tried pulling the mainline to try the B3 drop. The merge wasn't so clean. But right now I'm getting a compile error. B3Compilation.cpp.o LLVMHeaders.h:46:10 fatal error: 'llvm-c/Analysis.h' file not found Any ideas? Thanks, Eric P.S. Small changes for making SONAME versioning an option

Re: [webkit-dev] Thought about Nix JavaScriptCore port

2016-02-07 Thread Konstantin Tokarev
07.02.2016, 14:40, "Eric Wing" : > I just tried pulling the mainline to try the B3 drop. The merge wasn't so > clean. > But right now I'm getting a compile error. > B3Compilation.cpp.o > > LLVMHeaders.h:46:10 fatal error: 'llvm-c/Analysis.h' file not found > > Any ideas?

Re: [webkit-dev] Thought about Nix JavaScriptCore port

2016-02-07 Thread Eric Wing
On 2/7/16, Konstantin Tokarev wrote: > > > 07.02.2016, 14:40, "Eric Wing" : >> I just tried pulling the mainline to try the B3 drop. The merge wasn't so >> clean. >> But right now I'm getting a compile error. >> B3Compilation.cpp.o >> >> LLVMHeaders.h:46:10

Re: [webkit-dev] Thought about Nix JavaScriptCore port

2016-02-07 Thread Konstantin Tokarev
Please try updated version of my branch, it now does not use LLVM unless you enable USE_LLVM_DISASSEMBLER. 08.02.2016, 02:18, "Eric Wing" : > On 2/7/16, Konstantin Tokarev wrote: >>  07.02.2016, 14:40, "Eric Wing" : >>>  I just tried