Phil Andrew
Phil Andrew
λ ./scripts/gn.sh args out/Default Waiting for editor on "/media/philip/chromium/home/projects/carbonyl/chromium/src/out/Default/args.gn"... Generating files... ERROR at //build/config/compiler/BUILD.gn:1394:22: Script returned non-zero exit code. clang_revision = exec_script("//tools/clang/scripts/update.py", ^---------- Current dir: /media/philip/chromium/home/projects/carbonyl/chromium/src/out/Default/ Command: python3 /media/philip/chromium/home/projects/carbonyl/chromium/src/tools/clang/scripts/update.py --print-revision...
I'll try again from a clean build
Fails to build on ubuntu ``` [36400/36421] SOLINK ./libcontent.so FAILED: libcontent.so libcontent.so.TOC python3 "../../build/toolchain/gcc_solink_wrapper.py" --readelf="../../third_party/llvm-build/Release+Asserts/bin/llvm-readelf" --nm="../../third_party/llvm-build/Release+Asserts/bin/llvm-nm" --sofile="./libcontent.so" --tocfile="./libcontent.so.TOC" --output="./libcontent.so" -- ../../third_party/llvm-build/Release+Asserts/bin/clang++ -shared -Wl,-soname="libcontent.so" -Werror -fuse-ld=lld -Wl,--fatal-warnings -Wl,--build-id -fPIC -Wl,-z,noexecstack -Wl,-z,relro...
Quite difficult to compile in windows, I gave up and compiled in Ubuntu, seems machine learning is a lot easier in Ubuntu (Linux). Now the answer to my question seems...
Just for interest, I build my Idris code using SBT inside my build here: https://github.com/PhilAndrew/JumpMicro/blob/master/JMScalaJs/build.sbt
Don't get distracted by silly things like buying a house, buy a cat and get distracted by that.
I just tried tonight to build and debug following your instructions, note that I don't use the community edition, however I get the following error. Any immediate idea why? I'll...
I tried with community edition Version 2017.1 EAP (171.3224.1) and it failed with the same error.
Im on Windows
I gave up and made a nodejs REST version and called that from my Scala code via REST since I knew I could rely on the nodejs libraries to work...