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: Info about parallel make build failure, fixed headings. http://wiki.apache.org/thrift/ThriftInstallation?action=diff&rev1=9&rev2=10 -------------------------------------------------- + == Compiling == + First make sure your system meets ThriftRequirements If you are building from the first time out of the source repository, you will @@ -47, +49 @@ make }}} - Issues while compiling: + === Issues while compiling === 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, turn off parallel make using make -j 1. Although the thrift compiler build appears to be compatible with parallel make, the thrift runtime build is not. (Thrift 0.2.0, Cygwin/Windows XP) + + == Installing == From the top directory, become superuser and do: {{{
