Chris Hubbard
Chris Hubbard
@readbeyond @StephenMcConnel : Here is the PR which is a cherry-pick of the commit for PR#245 with changes for the version number.
I tried installing the latest release version and it doesn't launch. I get these errors in console.app: ``` error 09:19:27.029236-0400 kernel Sandbox: logd_helper(159) deny(1) file-read-data /Applications/OpenShot Video Editor.app/Contents/MacOS/lib/PyQt5/QtCore.so error 09:19:27.182643-0400...
okhttp3 4.2.2 requires API Level 21+ https://square.github.io/okhttp/#requirements > OkHttp works on Android 5.0+ (API level 21+) and Java 8+. To support older devices could be challenging ... > The OkHttp...
v2.24.0 switch from okhttp3 3.10 (used in v.2.23.2) to okhttp3 4.2.2 which has a requirement on API 21. okhttp3 3.12.2 has an API 9+ requirement. That is quite a change...
I am trying to build. I get: ``` configure: error: Xcode 4 or 6 is required to build JDK 8, the version found was 11.5. Use --with-xcode-path to specify the...
I also get this error: ``` FAILURE: Build failed with an exception. > Task :checkJfxrtJar FAILED * Where: Build file '/Users/hubbard/codereview/amazon/corretto-8/javafx/corretto-build/buildRoot/rt-8u202-ga/build.gradle' line: 221 * What went wrong: Execution failed for...
@ziyiluo, @EricEdens I have tried (which took a significant amount of time): * Setup Mac OS X Yosemite VM in Parallels * Installed Xcode 6.4 * ran `./gradew installers:mac:pkg:build` I...
@ziyiluo: I saw https://github.com/corretto/corretto-8/issues/34#issuecomment-453674834: I tried installing Xcode 4.6 on Yosemite and was stopped with this error: ``` Undefined symbols for architecture x86_64: "__Unwind_Resume", referenced from: _main in main-ILbFGt.o "start",...
I tried installing Xcode 5 and got this: ``` configure: error: Xcode 4 or 6 is required to build JDK 8, the version found was 5.0. Use --with-xcode-path to specify...
@ziyiluo Would it be possible to work through this in a chat or video call?