jsc-android-buildscripts icon indicating copy to clipboard operation
jsc-android-buildscripts copied to clipboard

Script for building JavaScriptCore for Android (for React Native but not only)

Results 50 jsc-android-buildscripts issues
Sort by recently updated
recently updated
newest added

In https://github.com/react-native-community/jsc-android-buildscripts#requirements, there is the line for Java8 that `Java 8: brew tap caskroom/versions && brew cask install java8` . But Java8 is no longer available on Homebrew, and caskroom/versions...

### Issue Description When attempting to build the project, I run into this error. I have the ninja package installed, cmake, and all the rest installed. They all are available...

# Question When using javascript based crypto libraries such as hdkey (uses crypto.createHmac) performance is very low generating 10 addresses with hdkey takes about 1.8 seconds with latest JSC. for...

After encountering and fixing the problem in #80, it appears that RN is actually still using the built in JSC instead of the one specified in ``` configurations.all { resolutionStrategy...

Hi guys: your know, lot of you guys upgrade react-native to 0.60 or above, there are many many `libjsc.so` crashes were reported from google play. and many friendly developers suggest...

# Bug reactnative:0.59..3.. jsc version: 236355.1.1 ``` signal 11 (SIGSEGV), code -6 (SI_TKILL), fault addr -------- r0 00003ef4 r1 00000007 r2 0000008f r3 00000000 r4 00000007 r5 a68e1f50 r6 00000030...

### Issue Description Getting the below error on `npm run start` ``` /Users/patrickdsouza/Documents/Work/myWork/jscUpdate/jsc-android-buildscripts/build/target/toolchains/arm-linux-androideabi/sysroot/usr/include/c++/v1/optional:172:29: error: redefinition of 'bad_optional_access' class _LIBCPP_EXCEPTION_ABI bad_optional_access ^ DerivedSources/ForwardingHeaders/wtf/Optional.h:281:7: note: previous definition is here class bad_optional_access :...

# Bug ``` ld: archive has no table of contents file 'uconvmsg/libuconvmsg.a' for architecture x86_64 ``` detail ``` uconvmsg/uconvmsg_dat.S pkgdata: ar r -c uconvmsg/libuconvmsg.a uconvmsg/uconvmsg_dat.o /opt/local/bin/ranlib: object: uconvmsg/libuconvmsg.a(uconvmsg_dat.o) malformed object...

### Issue Description Trying to build the master branch on Ubuntu 16.0.4. Haven't done this for a while, last time I did succeed. With cmake 3.6 I get missing "algorithm"...

This seems a bit bizarre, But when I published a version of my app w/ upgraded JSC I ran into some weird timing issues with our app. Essentially my redux...