voikko / corevoikko

Libvoikko and essential linguistic resources
Other
89 stars 25 forks source link

Makes Voikko compile on OS X Mavericks. #6

Closed osimola closed 10 years ago

osimola commented 10 years ago

The problem was, including both and and then using 'using namespace std' caused ambiguous versions of wchar functions to be imported to default scope. For some reason the version of Clang included with Mavericks is stricter about this.