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 DanielKreuzhofer:
http://wiki.apache.org/thrift/ThriftInstallationMacOSX

------------------------------------------------------------------------------
  ./configure: line 20681: syntax error near unexpected token `MONO,'
  ./configure: line 20681: `  PKG_CHECK_MODULES(MONO, mono >= 2.0.0, 
net_3_5=yes, net_3_5=no)'
  
- This error sounds strange but the reason is - you are missing the pgkconfig 
tool on your mac. To see further details how to solve this problem, please 
refer to the FAQ: http://wiki.apache.org/thrift/FAQ
+ This error sounds strange but the reason is - you are missing the pgkconfig 
tool on your mac. To see further details how to solve this problem, please 
refer to the ["FAQ"]
  
  After installing Darwinports and then pkgconfig you should be finally ready 
to go. You need to run the bootstrap.sh and configure script again before you 
can compile thrift. Do that and then:
  
@@ -64, +64 @@

  make
  }}}
  
- if the compilation is successful - be happy and install thrift by running 
"make install".
+ if the compilation is successful - be happy and install thrift by running 
  
+ {{{
+ make install
+ }}}
+ 
+ Yo should be able to run thrift from the command line now
+ 

Reply via email to