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 <cstdlib>
to file.hpp
Now it compiles fine.
Original issue reported on code.google.com by a...@twardoch.com on 25 Nov 2013 at 4:36
Original issue reported on code.google.com by
a...@twardoch.com
on 25 Nov 2013 at 4:36