pytries / marisa-trie

Static memory-efficient Trie-like structures for Python based on marisa-trie C++ library.
https://marisa-trie.readthedocs.io/en/latest/
MIT License
1.03k stars 91 forks source link

OSX 10.10.3 Build Failure #22

Closed jzelinskie closed 8 years ago

jzelinskie commented 9 years ago

Just want to let you know that this project fails to compile on the OSX 10.10.3 with CLI Tools 6.3 because of the missing <__debug> header. Check out this StackOverflow article for more info.

I've worked around this by simply downgrading to the previous CLI tools.

kmike commented 8 years ago

According to the same StackOverflow thread, it is fixed in CLI Tools 6.3.1.