Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by tom: http://wiki.apache.org/thrift/ThriftInstallationWin32 ------------------------------------------------------------------------------ ./configure }}} + + Run make + {{{ + cd compiler/cpp + mingw32-make.exe + }}} + + === Possible issues === + + 1) yywrap is not found + + make sure you add -lfl in your cxxflags in Makefile, also try adding -Lc:/cygwin/libs + + 2) boost is not found + + try and change the include dir to use the windows path from c like this: + Edit compiler/cpp/Makefile, look for the declaration of BOOST_CPPFLAGS, change that line for + {{{ + BOOST_CPPFLAGS = -Ic:/cygwin/usr/include/boost-1_33_1 + }}} + + 3) realpath is not found + + add -DMINGW -mno-cygwin to the CXXDEFS variable in Makefile +
