Details
Description
The default filesystem on Mac OS X is case-insensitive
If thrift is compiled with c_glib support, upon install, the "thrift.h" installed by c_glib trumps the classical "Thrift.h" C++ header.
C++ apps afterwards fail to compile (for obvious reasons).
Had to re-compile+install libthrift without c_glib support to get back the original contents of Thrift.h needed for C++ support