You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by Apache Wiki <wi...@apache.org> on 2008/06/11 22:44:36 UTC

[Thrift Wiki] Update of "FAQ" by CarlByström

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 CarlByström:
http://wiki.apache.org/thrift/FAQ

The comment on the change is:
Added inheritance question

------------------------------------------------------------------------------
  ===== Why can't I build on OS X? =====
  Find pkg.m4, copy it to thrift/aclocal, and rerun bootstrap.sh.
  
+ 
+ ===== Is inheritance supported? =====
+ No, it isn't.  Thrift support inheritance of service interfaces,
+ but only composition/containment for structures.
+