Error with CMake on macOS (Catalina)
See original GitHub issueDescribe the bug When following steps on Getting started block, got an error with CMake.
To Reproduce Steps to reproduce the behavior:
- Clone project from GitHub
- Go to project folder
- Run
npm install
- See error
Expected behavior Dependencies installed.
Screenshots
Desktop (please complete the following information):
- OS:
macOS
- NodeGUI version:
0.6.7
- React NodeGUI version:
0.2.6
- OS Version:
10.15.1
Additional context
The problem is gone when install CMake using brew
. I think to add install CMake requirement to Getting started page for not confusing people.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
cmake build failed on macos catalina 10.15 - Stack Overflow
I am personally using CLion from jetbrains, while tried to build old codes written in C/C++, it's giving me error because MacOS 10.15,...
Read more >cmake build failed on macos catalina 10.15 - iTecNote
I have recently installed macos catalina with Xcode 11.1 and updated cmake, clang and llvm sudo rm -rf /Library/Developer/CommandLineTools xcode-select ...
Read more >macOS & GCC 9.2.0 (#21135) · Issues - CMake - GitLab
... CMake 3.18.2 still does not build on macOS Catalina with GCC 9.2.0. In the LexerParser part, it raises the following error message:....
Read more >Installing - CMake
Typically this means selecting CMake as the Source directory and then selecting a binary directory for the resulting executables. macOS. There are pre-compiled ......
Read more >Clang linking error MacOS Big Sur | Apple Developer Forums
I solved this problem by installing the CommandLineTool from Xcode. Before solving this problem, I found that there is no CommandLineTools folder in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
oops sorry I’m still on vs 2015. I’ll upgrade and report back. My bad.
edit: It works now. Perhaps the quickstart have some footnote for the prerequisites.
Agreed, the requirement should be noted on the quickstart page - just ran into this issue myself. I’m happy to make a pull request and add a brief requirement description if you’d like @master-atul