Closed twardoch closed 5 years ago
When trying to build makedict on Mac OS X 10.9, I was getting errors: /dictd_parser.cpp:164:10: Use of undeclared identifier 'EXIT_FAILURE'
I fixed this by adding
to file.hpp
Now it compiles fine.
I am closing the issue, because the converter has been deprecated. Please use other converters like pyglossary.
When trying to build makedict on Mac OS X 10.9, I was getting errors: /dictd_parser.cpp:164:10: Use of undeclared identifier 'EXIT_FAILURE'
I fixed this by adding
include
to file.hpp
Now it compiles fine.