Re: build error on mac os 10.14.1

2018-11-07 Thread yan ke
Solved, It is because the macOS SDK headers loss in 10.14.1. Need install command line tool 10.1 and install the header package in /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg So I think the git make configure need check the SDK header to get the correct

build error on mac os 10.14.1

2018-11-06 Thread yan ke
Hello when build on mac os 10.14.1 with the master branch, I got the error as blew, so what is wrong? ld: archive has no table of contents file 'xdiff/lib.a' for architecture x86_64 ld: archive has no table of contents file 'xdiff/lib.a' for architecture x86_64 ld: archive has no table of