Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The "ThriftInstallation" page has been changed by TimWilson-Brown. The comment on this change is: Fix formatting. http://wiki.apache.org/thrift/ThriftInstallation?action=diff&rev1=12&rev2=13 -------------------------------------------------- If you get the error {{{./thrift-20080411p1/compiler/cpp/thriftl.cc:2190: undefined reference to `yywrap'}}} you need to install the [[http://flex.sourceforge.net/|flex library]] (See also ThriftRequirements) and '''re-run the configuration script'''. If you get the error {{{mv: cannot stat `.deps/TBinaryProtocol.Tpo': No such file or directory}}} while building the Thrift Runtime Library: + - * re-reun configure with {{--enable-libtool-lock}}, or + Re-reun configure with {{{--enable-libtool-lock}}}, or + - * turn off parallel make using {{{make -j 1}}} or placing {{{.NOTPARALLEL:}}} in lib/cpp/Makefile. + Turn off parallel make using {{{make -j 1}}} or placing {{{.NOTPARALLEL:}}} in lib/cpp/Makefile. + + Although the thrift compiler build appears to be compatible with parallel make without libtool lock, the thrift runtime build is not. (Thrift 0.2.0, Cygwin/Windows XP) == Installing ==
