Replies: 2 comments 4 replies
-
you should mention the version of bun you are using |
Beta Was this translation helpful? Give feedback.
1 reply
-
There are cpu requirements to be able to build. My 2013 Mac Pro can not build the latest version due to my Intel Xeon processor. However, my 2018 MacBook pro has no issues with its Intel i9. Ok the desktop I am stuck on v1.1.20. The point is that it is not an Intel Mac issue but a CPU compatibility issue. What machine are you running |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to build bun v1.2.15 locally on an intel macbook. I am getting the following error during this stage:
[1/2] Building CXX object CMakeFiles/bun-debug.dir/src/bun.js/bindings/ZigGlobalObject.cpp.o
FAILED: CMakeFiles/bun-debug.dir/src/bun.js/bindings/ZigGlobalObject.cpp.o
../../src/bun.js/bindings/ZigGlobalObject.cpp:268:10: error: no member named 'set_terminate' in namespace 'std'
268 | std::set_terminate( { Zig__GlobalObject__onCrash(); });
| ~~~~~^
1 error generated.
ninja: build stopped: subcommand failed.
cmake took 8.31 seconds
Command exited: code 1
error: script "build:debug" exited with code 1
I have tried cleaning my system and installing the dependencies again. Still i get the same error everytime i try to build.
Beta Was this translation helpful? Give feedback.
All reactions