Re: [fossil-dev] OpenSSL not on ElCapitan. Was: Time to release Fossil version 1.34?

2015-10-21 Thread Richard Hipp
On 10/21/15, Ben Summers wrote: > > Won't that mean that you need to have homebrew installed to use the fossil > binary? > > If you install an older SDK, this will include the headers, and allow the > built binary to used on older OS versions. Hmmm.. Probably that is what it means. How do I "in

Re: [fossil-dev] OpenSSL not on ElCapitan. Was: Time to release Fossil version 1.34?

2015-10-21 Thread Ben Summers
Won't that mean that you need to have homebrew installed to use the fossil binary? If you install an older SDK, this will include the headers, and allow the built binary to used on older OS versions. Ben > On 21 Oct 2015, at 16:34, Richard Hipp wrote: > > The following fixed it: > > b

Re: [fossil-dev] OpenSSL not on ElCapitan. Was: Time to release Fossil version 1.34?

2015-10-21 Thread Richard Hipp
The following fixed it: brew install openssl ./configure -with-openssl=/usr/local/Cellar/openssl/1.0.2d_1 On 10/21/15, Richard Hipp wrote: > But I want Fossil to "just work" for El Capitan, including building > out-of-the-box. > > On 10/21/15, Ben Summers wrote: >> >> It's just the header

Re: [fossil-dev] OpenSSL not on ElCapitan. Was: Time to release Fossil version 1.34?

2015-10-21 Thread Richard Hipp
But I want Fossil to "just work" for El Capitan, including building out-of-the-box. On 10/21/15, Ben Summers wrote: > > It's just the headers which are missing. You just need to build it with an > older OS X SDK. > > Ben > > >> On 21 Oct 2015, at 16:03, Richard Hipp wrote: >> >> I just tried to

Re: [fossil-dev] OpenSSL not on ElCapitan. Was: Time to release Fossil version 1.34?

2015-10-21 Thread Ben Summers
It's just the headers which are missing. You just need to build it with an older OS X SDK. Ben > On 21 Oct 2015, at 16:03, Richard Hipp wrote: > > I just tried to compile the latest Fossil on Apple OS 10.11 (El > Capitan) and I find that OpenSSL is no longer available on the system. > Bummer

[fossil-dev] OpenSSL not on ElCapitan. Was: Time to release Fossil version 1.34?

2015-10-21 Thread Richard Hipp
I just tried to compile the latest Fossil on Apple OS 10.11 (El Capitan) and I find that OpenSSL is no longer available on the system. Bummer. I think I need to fix the makefiles and/or the SSL implementation before the release. Any Apple experts here able to suggest a fix? On 10/21/15, Jan Nijt

Re: [fossil-dev] [fossil-users] Time to release Fossil version 1.34?

2015-10-21 Thread Jan Nijtmans
2015-10-21 14:13 GMT+02:00 Martin Gagnon: > On Wed, Oct 21, 2015 at 3:26 AM, Jan Nijtmans wrote: >> 2015-10-20 19:51 GMT+02:00 Joe Mistachkin : >>> I've moved the backout off trunk so the issues that remain, if any, can >>> be fixed prior to the release. > In the mean time, I fix the CLI "tim

Re: [fossil-dev] [fossil-users] Time to release Fossil version 1.34?

2015-10-21 Thread Martin Gagnon
On Wed, Oct 21, 2015 at 3:26 AM, Jan Nijtmans wrote: > 2015-10-20 19:51 GMT+02:00 Joe Mistachkin : >> Jan Nijtmans wrote: >>> >>> It turns out that the cause of this problem is the following commit: >>> >>> so I backed it out. My loc

Re: [fossil-dev] [fossil-users] Time to release Fossil version 1.34?

2015-10-21 Thread Jan Nijtmans
2015-10-20 19:51 GMT+02:00 Joe Mistachkin : > Jan Nijtmans wrote: >> >> It turns out that the cause of this problem is the following commit: >> >> so I backed it out. My local trunk build doesn't show the problem >> any more. >> > > A