iv icon indicating copy to clipboard operation
iv copied to clipboard

ECMAScript Lexer / Parser / Interpreter / VM / method JIT written in C++

Results 35 iv issues
Sort by recently updated
recently updated
newest added

There is no `fpu_control.h` on macOS and it is not needed.

There are multiple errors on macOS 14: ``` :info:build [ 5%] Building C object iv/lv5/third_party/gc/CMakeFiles/gcmt-dll.dir/alloc.c.o :info:build cd /opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_iv/iv/work/build/iv/lv5/third_party/gc && /usr/bin/clang -DIV_DISABLE_JIT -Dgcmt_dll_EXPORTS -I/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_iv/iv/work/iv-64c3a9c7c517063f29d90d449180ea8f6f4d946f -I/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_iv/iv/work/iv-64c3a9c7c517063f29d90d449180ea8f6f4d946f/iv/third_party -I/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_iv/iv/work/iv-64c3a9c7c517063f29d90d449180ea8f6f4d946f/iv/lv5/third_party/gc/include -I/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_devel_iv/iv/work/iv-64c3a9c7c517063f29d90d449180ea8f6f4d946f/iv/lv5/third_party/gc/libatomic_ops/src -pipe -Os -DNDEBUG -I/opt/local/include...

https://github.com/ivmai/bdwgc/commit/d5d091accae6046d2a5dadb283e110b31f4684bd https://github.com/ivmai/bdwgc/commit/0a8d46700a9d633ab8167c7781f314742630d186 See: https://github.com/Constellation/iv/issues/107

Closes: https://github.com/Constellation/iv/issues/108

I cannot get around the following (tried different Clangs, tried both Ninja and Makefiles, same error): ``` FAILED: iv/lv5/lv5 : && /opt/local/bin/clang++-mp-15 -pipe -Os -DNDEBUG -I/opt/local/include -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -std=c++11...

``` [----------] 1 test from SuiteCase [ RUN ] SuiteCase.RailgunPassTest Started ........................................................................................ Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x00000028 iv::lv5::Chain::New (begin=, end=0xc1a600) at map.h:98...

Some repo is gone? ``` :info:build fatal: reference is not a tree: 44c4453cf310432519bcd9e399c34c163742096a :info:build CMake Error at /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_devel_iv/iv/work/build/tools/download-test262-prefix/tmp/download-test262-gitclone.cmake:49 (message): :info:build Failed to checkout tag: '44c4453cf310432519bcd9e399c34c163742096a' :info:build make[2]: *** [tools/download-test262-prefix/src/download-test262-stamp/download-test262-download] Error...

`google-benchmark` needs linking to libatomic on 32-bit platforms: ``` /opt/local/bin/g++-mp-13 -pipe -Os -DNDEBUG -I/opt/local/include -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 -fno-operator-names -arch ppc -mmacosx-version-min=10.6 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/opt/local/lib -Wl,-headerpad_max_install_names CMakeFiles/aero_benchmarks.dir/benchmark_aero.cc.o -o aero_benchmarks -L/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_devel_iv/iv/work/iv-64c3a9c7c517063f29d90d449180ea8f6f4d946f/third_party/google-test -L/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_devel_iv/iv/work/iv-64c3a9c7c517063f29d90d449180ea8f6f4d946f/third_party/google-benchmark -Wl,-rpath,/opt/local/lib...

Hello. I installed anything that the wiki said and still got this error when i tried to run `cmake -H. -Brelease`: ``` CMake Error at /usr/share/cmake-3.22/Modules/ExternalProject.cmake:2627 (message): error: could not...

Version: 64c3a9c7c517063f29d90d449180ea8f6f4d946f Testcase: `((((((...(` Depanding on the memory limit, the number of brackets neccesery to trigger this may vary. On my system, the following causes segmentation fault due to stack...