s-yata / marisa-trie

MARISA: Matching Algorithm with Recursively Implemented StorAge
Other
506 stars 89 forks source link

An error occur when "make" in OSX #21

Open realtergel opened 5 years ago

realtergel commented 5 years ago

warning: ignoring file ./.libs/libcmdopt.a, file was built for archive which is not the architecture being linked (x86_64)。

I installed automake, libtool by homebrew. marisa version: 0.2.5

s-yata commented 5 years ago

Unfortunately, my Macbook does not work after the latest OS update. Please wait for a while, sorry.

realtergel commented 5 years ago

No worry, thanks for your response.

s-yata commented 5 years ago

I could not reproduce the above error.

I updated Mac OS to Mojave 10.14.4 and installed Xcode. Then, I installed homebrew and ran brew install for autoconf, automake and libtool. After that, autoreconf -i, ./configure and make succeeded.

dongyuwei commented 3 years ago

I can compile it successfully on macOS Big Sur 11.1(20c69).