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: added .NOTPARALLEL option.
http://wiki.apache.org/thrift/ThriftInstallation?action=diff&rev1=10&rev2=11

--------------------------------------------------

  
  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)
+ 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}}} or placing {{{.NOTPARALLEL:}}} in 
lib/cpp/Makefile. 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 ==
  

Reply via email to