[PATCH] build: Support Mac OS X 10.6.8

2015-07-02 Thread Nate Eagleson
"J. Lewis Muir" writes: > On 6/30/15 4:29 PM, Nate Eagleson wrote: >> +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from >> +# picking up notmuch's libutil.a. The best way to prefer our local >> +# libutil.a is to specify it via absolute path,

Re: [PATCH] build: Support Mac OS X 10.6.8

2015-07-02 Thread Nate Eagleson
J. Lewis Muir jlm...@imca-cat.org writes: On 6/30/15 4:29 PM, Nate Eagleson wrote: +# Mac OS X 10.6 has a built-in libutil.dylib that prevents ld from +# picking up notmuch's libutil.a. The best way to prefer our local +# libutil.a is to specify it via absolute path, which should work

[PATCH] build: Support Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
OS X 10.6.8 has a built-in library named libutil.dylib and a version of ld that picks that up instead of util/libutil.a. We now use an absolute path to util/libutil.a, so that notmuch can be built successfully on 10.6.8. --- Makefile.local | 8 +++- 1 file changed, 7 insertions(+), 1

[PATCH] Fix compilation on Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
://notmuchmail.org/pipermail/notmuch/2015/020601.html Nate Eagleson (1): build: Support Mac OS X 10.6.8 Makefile.local | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) -- 1.8.1.3

[PATCH] build: Support Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
OS X 10.6.8 has a built-in library named libutil.dylib and a version of ld that picks that up instead of util/libutil.a. We now use an absolute path to util/libutil.a, so that notmuch can be built successfully on 10.6.8. --- Makefile.local | 8 +++- 1 file changed, 7 insertions(+), 1

[PATCH] Fix compilation on Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
://notmuchmail.org/pipermail/notmuch/2015/020601.html Nate Eagleson (1): build: Support Mac OS X 10.6.8 Makefile.local | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) -- 1.8.1.3 ___ notmuch mailing list notmuch@notmuchmail.org http

build failures on Mac OS X 10.6.8 - diagnosis

2015-06-05 Thread Nate Eagleson
On Jun 3, 2015, at 2:00 AM, Tomi Ollila wrote: > On Tue, Jun 02 2015, Nate Eagleson wrote: > >> Hi folks, >> >> I'm trying to move from Apple's Mail.app in favor of offlineimap/notmuch, >> but I've run into a build failure on Mac OS X 10.6.8. >> >> T

Re: build failures on Mac OS X 10.6.8 - diagnosis

2015-06-05 Thread Nate Eagleson
On Jun 3, 2015, at 2:00 AM, Tomi Ollila wrote: On Tue, Jun 02 2015, Nate Eagleson n...@nateeag.com wrote: Hi folks, I'm trying to move from Apple's Mail.app in favor of offlineimap/notmuch, but I've run into a build failure on Mac OS X 10.6.8. The failure was reported on this list

build failures on Mac OS X 10.6.8 - diagnosis

2015-06-02 Thread Nate Eagleson
Hi folks, I'm trying to move from Apple's Mail.app in favor of offlineimap/notmuch, but I've run into a build failure on Mac OS X 10.6.8. The failure was reported on this list a few months ago, but no explanation or solution was found: http://notmuchmail.org/pipermail/notmuch/2015/020531.html

build failure on Mac OS X 10.6.8 - diagnosis

2015-06-02 Thread Nate Eagleson
Hi folks, I'm trying to move from Apple's Mail.app in favor of offlineimap/notmuch, but I've run into a notmuch build failure on Mac OS X 10.6.8. The failure was reported on this list a few months ago, but no explanation or solution was found:

build failure on Mac OS X 10.6.8 - diagnosis

2015-06-02 Thread Nate Eagleson
Hi folks, I'm trying to move from Apple's Mail.app in favor of offlineimap/notmuch, but I've run into a notmuch build failure on Mac OS X 10.6.8. The failure was reported on this list a few months ago, but no explanation or solution was found:

build failures on Mac OS X 10.6.8 - diagnosis

2015-06-02 Thread Nate Eagleson
Hi folks, I'm trying to move from Apple's Mail.app in favor of offlineimap/notmuch, but I've run into a build failure on Mac OS X 10.6.8. The failure was reported on this list a few months ago, but no explanation or solution was found: http://notmuchmail.org/pipermail/notmuch/2015/020531.html