Hmm, looks like the ruby extension on my macbook are not being built with correct architecture?
cc -arch ppc -arch i386 -pipe -bundle -undefined dynamic_lookup -o thrift_native.bundle binary_protocol_accelerated.o compact_protocol.o memory_buffer.o protocol.o struct.o thrift_native.o -L. -L/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib -L. -arch ppc -arch i386 -lruby -lpthread -ldl -lm ld warning: in binary_protocol_accelerated.o, file is not of required architecture ld warning: in compact_protocol.o, file is not of required architecture ld warning: in memory_buffer.o, file is not of required architecture ld warning: in protocol.o, file is not of required architecture ld warning: in struct.o, file is not of required architecture ld warning: in thrift_native.o, file is not of required architecture Is this working for anyone else? Otherwise Perl and JS targets look good. -Jake On Wed, May 12, 2010 at 7:53 PM, Mark Slee <[email protected]> wrote: > +1 > > Built cleanly for me (--without-ruby) > > -----Original Message----- > From: Bryan Duxbury [mailto:[email protected]] > Sent: Wednesday, May 12, 2010 2:15 PM > To: [email protected] > Subject: Thrift 0.3.0 RC3 - Now With More Languages! > > I propose that we accept: > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc3.tar.gz< > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc3.tar.gz> > > as the official Thrift 0.3.0 release. It is based on a fresh checkout from > https://svn.apache.org/repos/asf/incubator/thrift/branches/0.3.0. > > The GPG signature can be found at > http://people.apache.org/~bryanduxbury/thrift-0.3.0-rc3.tar.gz.asc< > http://people.apache.org/%7Ebryanduxbury/thrift-0.3.0-rc3.tar.gz.asc> > with an MD5 sum of be09aa3a4e46847550eac8c849650c28 > 9e > > Please download and untar, verify the signature and sum, then run configure > and make. >
