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

Have cmake create the lib/runtime/runtime.obj directory #84

Open
dhaukoos opened this issue Oct 30, 2017 · 2 comments
Open

Have cmake create the lib/runtime/runtime.obj directory #84

dhaukoos opened this issue Oct 30, 2017 · 2 comments
Assignees

Comments

@dhaukoos
Copy link

dhaukoos commented Oct 30, 2017

Following instructions for macOS, all went fine until the final make command...

[ 74%] Linking C shared library ../../lib/libgit2.dylib
[ 74%] Built target git2
Scanning dependencies of target chi-ctollvm
[ 74%] Building CXX object chi-ctollvm/CMakeFiles/chi-ctollvm.dir/ctollvm.cpp.o
[ 75%] Linking CXX executable ../bin/chi-ctollvm
Copying standard clang includes from /usr/local/Cellar/llvm/5.0.0/lib/clang to /Users//chigraph/build/lib/clang
[ 75%] Built target chi-ctollvm
Scanning dependencies of target chigraphruntime
[ 75%] Generating arc.c.bc for runtime...
error: unable to open output file '/Users//chigraph/build/lib/runtime/runtime.obj/arc.c.bc':
'No such file or directory'
1 error generated.
make[2]: *** [lib/runtime/runtime.obj/arc.c.bc] Error 1
make[1]: *** [lib/runtime/CMakeFiles/chigraphruntime.dir/all] Error 2
make: *** [all] Error 2

@russelltg
Copy link
Member

russelltg commented Oct 30, 2017 via email

@dhaukoos
Copy link
Author

dhaukoos commented Oct 30, 2017 via email

@russelltg russelltg self-assigned this Oct 30, 2017
@russelltg russelltg changed the title error building on Mac Have cmake create the lib/runtime/runtime.obj directory Oct 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants