I did what you suggested and reran configure --without-ruby.

Here is a more complete output after running 'make install' after the
removal of ruby:
...
find blib -name 'Makefile*' -exec rm -f {} \;
make -f Makefile-perl.mk install DESTDIR=/
Installing /usr/local/lib/perl5/Thrift.pm
Installing /usr/local/lib/perl5/Thrift/BinaryProtocol.pm
Installing /usr/local/lib/perl5/Thrift/BufferedTransport.pm
Installing /usr/local/lib/perl5/Thrift/FramedTransport.pm
Installing /usr/local/lib/perl5/Thrift/HttpClient.pm
Installing /usr/local/lib/perl5/Thrift/MemoryBuffer.pm
Installing /usr/local/lib/perl5/Thrift/Protocol.pm
Installing /usr/local/lib/perl5/Thrift/Server.pm
Installing /usr/local/lib/perl5/Thrift/Socket.pm
Installing /usr/local/lib/perl5/Thrift/Transport.pm
Appending installation info to
//usr/local/lib/perl5/darwin-thread-multi-2level/perllocal.pod
make[4]: Nothing to be done for `install-data-am'.
Making install in php
Making install in test
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
cd src/ext/thrift_protocol/ \
  && make
make[4]: *** No targets specified and no makefile found.  Stop.
make[3]: *** [src/ext/thrift_protocol/modules/thrift_protocol.so] Error 2
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1


On Sat, Dec 28, 2013 at 9:40 AM, David Nadlinger <[email protected]>wrote:

> Hi,
>
> On Sat, Dec 28, 2013 at 3:37 PM, C Potter <[email protected]> wrote:
> > I downloaded and ran configure according to the readme.  Next, I tried to
> > build, but ran into these problems.  Anybody have any ideas?
>
> What is the full error message? If you don't need the Ruby libraries,
> then you could just disable them (--without-ruby) as a workaround.
>
> David
>

Reply via email to