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

Space in path causes compilation error #249

Open
ghost opened this issue Dec 10, 2016 · 0 comments
Open

Space in path causes compilation error #249

ghost opened this issue Dec 10, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 10, 2016

$ ./configure && make

...
./libtool --tag=CC --quiet --mode=compile clang -Wall -I/usr/include/libxml2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2  -O3 -DNDEBUG -fvisibility=hidden -D_THREAD_SAFE -pthread -DNC_WORKINGDIR_PATH=\"//var/lib/libnetconf/\" -DNC_SESSIONFILE_PATH=\"//var/lib/libnetconf/\" -DNCNTF_STREAMS_PATH=\"//var/lib/libnetconf//streams/\" -DSETBIT=0  -DRCSID=\""built from git 49c791ceb2009b5897b0"\" -I/test 123/libnetconf/src  -fPIC -c src/callbacks.c -o .obj/src/callbacks.lo
clang: error: no such file or directory: '123/libnetconf/src'

Seeing the above error. My directory path where I downloaded libnetconf is below:

$ pwd
/test 123/libnetconf

Any idea how to fix this?

Thanks

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

0 participants