The following fixed it: brew install openssl ./configure -with-openssl=/usr/local/Cellar/openssl/1.0.2d_1
On 10/21/15, Richard Hipp <[email protected]> wrote: > But I want Fossil to "just work" for El Capitan, including building > out-of-the-box. > > On 10/21/15, Ben Summers <[email protected]> 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 <[email protected]> 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. 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 Nijtmans <[email protected]> wrote: >>>> 2015-10-21 14:13 GMT+02:00 Martin Gagnon: >>>>> On Wed, Oct 21, 2015 at 3:26 AM, Jan Nijtmans <[email protected]> >>>>> wrote: >>>>>> 2015-10-20 19:51 GMT+02:00 Joe Mistachkin <[email protected]>: >>>>>>> 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 "timeline -v" command which is the fix >>>>> that should have been done in the first place on the >>>>> timeline_showfiles_fix branch to solve the discrepancy between >>>>> the CLI and webpage for the list of modified files on a check-in. >>>> >>>> Looks OK to me, I indeed think the issue is resolved now. Thanks for >>>> all your work! >>>> >>>> Trunk is already deployed on core.tcl.tk (thanks Richard!), which means >>>> the >>>> Fossil release is good to go IMHO. I don't have any pending issues any >>>> more. >>>> >>>> Regards, >>>> Jan Nijtmans >>>> _______________________________________________ >>>> fossil-dev mailing list >>>> [email protected] >>>> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev >>>> >>> >>> >>> -- >>> D. Richard Hipp >>> [email protected] >>> _______________________________________________ >>> fossil-dev mailing list >>> [email protected] >>> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev >> >> _______________________________________________ >> fossil-dev mailing list >> [email protected] >> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev >> > > > -- > D. Richard Hipp > [email protected] > -- D. Richard Hipp [email protected] _______________________________________________ fossil-dev mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
