-
Notifications
You must be signed in to change notification settings - Fork 53
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
Spaces in path names cause errors #98
Comments
rebar compile seems to work rebar compile |
Please setup PATH to clang error,<<"clang: error: no such file or directory: |
The issue is not PATH to clang, but that the script does not support white space in the directory names, such as: When I changed the path to the Erlang installation to exclude white space, it worked fine. |
That's bad. Need a fix. |
Trying to build this with latest SW incl Xcode on Mac
After cloning and then try to make it, it fails:
make
echo "-define(VERSION,"
git describe --tags
")." > include/mad.hrlerlc -o ebin deps/ling/bc/.erl || true
deps/ling/bc/.erl: no such file or directory
./mad cle dep com str bun mad
OK
==> dependency: "git://github.com/synrc/sh" tag: {branch,"master"}
==> "sh"
cc -c -Wno-deprecated-declarations -g -Wall -fPIC -MMD -I/Users/etxemag/Library/Application Support/ErlangInstaller/21.0/lib/erl_interface-3.10.3/include -I/Users/etxemag/Library/Application Support/ErlangInstaller/21.0/erts-10.0/include /Users/etxemag/Projects/test/mad/deps/sh/c_src/fdlink.c -o /Users/etxemag/Projects/test/mad/deps/sh/c_src/fdlink.o
Port Compilation Error:[{error,<<"clang: error: no such file or directory: 'Support/ErlangInstaller/21.0/lib/erl_interface-3.10.3/include'\nclang: error: no such file or directory: 'Support/ErlangInstaller/21.0/erts-10.0/include'\n">>}]
ERROR
OK
OK
sh
make: *** [Makefile:4: default] Error 1
The text was updated successfully, but these errors were encountered: