On Sat, Jun 13, 2015 at 12:59 PM, Jinwoo Lee <[email protected]> wrote: > 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.
Even after I update the dependency to lib/libnotmuch.dylib, building ruby-bindings fails because I don't have the ruby development tools installed on my machine. I with configure has an option to skip the ruby-bindings build. > > On Fri, Jun 12, 2015 at 11:37 PM, David Bremner <[email protected]> wrote: >> David Bremner <[email protected]> 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 >> [email protected] >> http://notmuchmail.org/mailman/listinfo/notmuch _______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
