Build errors on Mac OS X 10.11.6, XCode 7.2
Opened this issue · 0 comments
Description
When I clone XVim, reset to the proper commit for XCode 7, and then type make, I get a build error.
Operation
I cloned the repo and did a git reset --hard d0ee97d, which is the commit before 809527b. This is the commit XCode 7 users are supposed to use, if I understand that correctly. I then did make in the XVim directory. I got these build errors:
error: unable to open output file '/Users/swilcox/XVim/build/XVim.build/Release/XVim.build/Objects-normal/x86_64/XVimNormalEvaluator.o':
'Undefined error: 0'
error: unable to open output file '/Users/swilcox/XVim/build/XVim.build/Release/XVim.build/Objects-normal/x86_64/XVimVisualEvaluator.o':
'Undefined error: 0'
I tried installing XVim with Alcatraz too, and that failed for some other reason. Help?
Environments
- Xcode Version [ 7.2 ]
- XVim branch and revision [ master ]
- Keyboard Language [ N/A ]
- Input source language [ N/A ]