Closed kylemcdonald closed 8 years ago
OS X compilation is almost the same as Linux, except that you need to manually pass the /usr/local/* paths to g++, and Annoy needs to be modified to replace lseek64 with lseek. I just tested these changes and it works for me on 10.11 and llvm 7.3.
/usr/local/*
lseek64
lseek
OS X compilation is almost the same as Linux, except that you need to manually pass the
/usr/local/*
paths to g++, and Annoy needs to be modified to replacelseek64
withlseek
. I just tested these changes and it works for me on 10.11 and llvm 7.3.