Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling in os x #49

Closed
prokash opened this issue Dec 19, 2017 · 1 comment
Closed

Compiling in os x #49

prokash opened this issue Dec 19, 2017 · 1 comment

Comments

@prokash
Copy link

prokash commented Dec 19, 2017

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

@s3rvac
Copy link
Member

s3rvac commented Dec 19, 2017

Closing as a duplicate of #7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants