Re: [patch v3 1/4] build: integrate building ruby bindings into notmuch build process

Subject: Re: [patch v3 1/4] build: integrate building ruby bindings into notmuch build process

Date: Sat, 13 Jun 2015 12:59:35 -0700

To: David Bremner, notmuch@notmuchmail.org

Cc:

From: Jinwoo Lee


This breaks Mac OS X.  ruby-bindings depends on lib/libnotmuch.so but it
should be lib/libnotmuch.dylib on OS X.

That makes `make' and `make install' fail.

On Fri, Jun 12, 2015 at 11:37 PM, David Bremner <david@tethera.net> wrote:
> David Bremner <david@tethera.net> writes:
>
>> Because ruby generates a Makefile, we have to use recursive make.
>> Because mkmf.rb hardcodes the name Makefile, put our Makefile{.local}
>> in the parent directory.
>
> Pushed the first patch in the series. Let's see if anything breaks.
>
> d
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

Thread: