Info about Thrift

2010-05-18 Thread Pooja Gupta
Hi! I am working on Thrift but no where i cud find how Thrift internally works.. Can u please explain me teh archtecture of Thrift? Thanks Regards Pooja Gupta Pune,India

Re: Converting to cmake

2010-05-18 Thread Pierre-Alexandre St-Jean
Sorry to be confusing. People who wants to compile thrift needs automake and autoconf right ? Cmake generates the makefile so once it is generated no need of it anymore. So when delivering the tarball you only have to deliver an already generated makefile. Another good feature of cmake is the

Re: Info about Thrift

2010-05-18 Thread Kevin Clark
This is old, but still generally accurate I think: http://incubator.apache.org/thrift/static/thrift-20070401.pdf On Mon, May 17, 2010 at 11:51 PM, Pooja Gupta payal.pooja.gu...@gmail.com wrote: Hi! I am working on Thrift but no where i cud find how Thrift internally works.. Can u please

Re: Converting to cmake

2010-05-18 Thread David Reiss
Sorry to be confusing. People who wants to compile thrift needs automake and autoconf right ? Only if they are compiling from the repository. If you download a release tarball or instant release, you do not need automake or autoconf. Another good feature of cmake is the generation of out of

Re: Converting to cmake

2010-05-18 Thread Anthony Molinaro
On Tue, May 18, 2010 at 08:16:44AM -0400, Pierre-Alexandre St-Jean wrote: Sorry to be confusing. People who wants to compile thrift needs automake and autoconf right ? No, only maintainers need automake and autoconf, all you need to compile from a source distribution is sh, gcc and make.

Re: Converting to cmake

2010-05-18 Thread Pierre-Alexandre St-Jean
On Tue, May 18, 2010 at 1:01 PM, Anthony Molinaro antho...@alumni.caltech.edu wrote: No, only maintainers need automake and autoconf, all you need to compile from a source distribution is sh, gcc and make. Cmake generates the makefile so once it is generated no need of it anymore. So

[jira] Created: (THRIFT-784) make install target broken when erlang bindings enabled

2010-05-18 Thread Paul Querna (JIRA)
make install target broken when erlang bindings enabled --- Key: THRIFT-784 URL: https://issues.apache.org/jira/browse/THRIFT-784 Project: Thrift Issue Type: Bug Reporter: Paul

[jira] Resolved: (THRIFT-784) make install target broken when erlang bindings enabled

2010-05-18 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Reiss resolved THRIFT-784. Resolution: Fixed Sorry about that. make install target broken when erlang bindings enabled

[jira] Updated: (THRIFT-768) Async client for Java

2010-05-18 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-768?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury updated THRIFT-768: - Attachment: thrift-768-v3.patch Here's a more polished version. This renames a few things, does