You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the cmake infrastructure using homebrew. Verified with standard tutorial that it works.
But when I try to do it on the downloaded source. I complains like this.
bash-3.2# pwd
/Users/admin/Downloads/retdec-master
bash-3.2# cmake -H.
-- The CXX compiler identification is AppleClang 9.0.0.9000037
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
CMake Error: The source directory "OUTPUT_VARIABLE" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
CMake Error at /usr/local/Cellar/cmake/3.10.1/share/cmake/Modules/CMakeTestCXXCompiler.cmake:30 (try_compile):
Failed to configure test project build system.
Call Stack (most recent call first):
CMakeLists.txt:4 (project)
-- Configuring incomplete, errors occurred!
See also "/CMakeFiles/CMakeOutput.log".
Could someone provide some instructions about building it.
Thanks,
Prokash
The text was updated successfully, but these errors were encountered:
I'm trying to compile the source on os x 10.13.
I got the cmake infrastructure using homebrew. Verified with standard tutorial that it works.
But when I try to do it on the downloaded source. I complains like this.
bash-3.2# pwd
/Users/admin/Downloads/retdec-master
bash-3.2# cmake -H.
-- The CXX compiler identification is AppleClang 9.0.0.9000037
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
CMake Error: The source directory "OUTPUT_VARIABLE" does not exist.
Specify --help for usage, or press the help button on the CMake GUI.
CMake Error at /usr/local/Cellar/cmake/3.10.1/share/cmake/Modules/CMakeTestCXXCompiler.cmake:30 (try_compile):
Failed to configure test project build system.
Call Stack (most recent call first):
CMakeLists.txt:4 (project)
-- Configuring incomplete, errors occurred!
See also "/CMakeFiles/CMakeOutput.log".
Could someone provide some instructions about building it.
Thanks,
Prokash
The text was updated successfully, but these errors were encountered: