Re: [Chicken-users] pdf: chicken 5 port

2019-07-15 Thread Mario Domenech Goulart
Hi Rob, On Mon, 15 Jul 2019 19:20:00 -0400 Robert Jensen wrote: > I ported pdf [1] to chicken 5 [2]. I set up a release-info pointing at > the 1.1.0 tag. I have contacted the original author to inquire about > future maintenance. > > [1] http://wiki.call-cc.org/eggref/4/pdf > [2]

Re: [Chicken-users] ported Ephem egg to Chicken 5

2019-07-15 Thread Mario Domenech Goulart
Hi Rob, On Mon, 15 Jul 2019 20:39:59 -0400 Rob Altenburg wrote: > This egg contains bindings to the libnova library which is "a general > purpose, double precision, Celestial Mechanics, Astrometry and > Astrodynamics library" available under the GNU LPGL. > > See:

[Chicken-users] ported Ephem egg to Chicken 5

2019-07-15 Thread Rob Altenburg
This egg contains bindings to the libnova library which is "a general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library" available under the GNU LPGL. See: https://github.com/RobAltenburg/ephem

[Chicken-users] pdf: chicken 5 port

2019-07-15 Thread Robert Jensen
Hello, I ported pdf [1] to chicken 5 [2]. I set up a release-info pointing at the 1.1.0 tag. I have contacted the original author to inquire about future maintenance. All the best, Rob [1] http://wiki.call-cc.org/eggref/4/pdf [2] https://github.com/r1b/pdf

Re: [Chicken-users] Building the openssl egg on MacOS

2019-07-15 Thread Lassi Kortela
I maintain the openssl egg these days. Very nice, thanks for your efforts! Ugh. I've always had the impression macOS gets worse with each release, but this is ridiculous, almost as if they expect everyone to use XCode for development... I find that the usability gets better with each

Re: [Chicken-users] Building the openssl egg on MacOS

2019-07-15 Thread Lassi Kortela
I spent a _little_ while digging into the details of this a few months ago, and my understanding is this: * Apple were suffering version-skew hell because (reportedly) the OpenSSL folk kept changing the ABI for the library. * So they lost patience and deprecated OpenSSL on macOS Sounds

Re: [Chicken-users] Building the openssl egg on MacOS

2019-07-15 Thread Norman Gray
Greetings. On 15 Jul 2019, at 19:53, Vasilij Schneidermann wrote: > And honestly > speaking, OpenSSL isn't nice to deal with either Indeed! I spent a _little_ while digging into the details of this a few months ago, and my understanding is this: * Apple were suffering version-skew hell

Re: [Chicken-users] Building the openssl egg on MacOS

2019-07-15 Thread Vasilij Schneidermann
Hello Lassi, I maintain the openssl egg these days. > On MacOS Mojave, "chicken-install openssl" fails because the OS doesn't ship > any pkg-config definition file for its version of the openssl library. The > pkg-config definition is supposed to be in a file called 'openssl.pc' but > 'sudo find

Re: [Chicken-users] Mapping the idiosyncrasies of building the OpenSSL egg on many operating systems

2019-07-15 Thread felix . winkelmann
> I investigated how to get openssl working on all the major BSD-derived > operating systems. Here are the results: > Thanks for this very useful information! We should put this somewhere for later reference. > Only

[Chicken-users] Mapping the idiosyncrasies of building the OpenSSL egg on many operating systems

2019-07-15 Thread Lassi Kortela
I investigated how to get openssl working on all the major BSD-derived operating systems. Here are the results: The shell script used and the build logs I got are here:

[Chicken-users] Building the openssl egg on MacOS

2019-07-15 Thread Lassi Kortela
On MacOS Mojave, "chicken-install openssl" fails because the OS doesn't ship any pkg-config definition file for its version of the openssl library. The pkg-config definition is supposed to be in a file called 'openssl.pc' but 'sudo find / -name openssl.pc 2>/dev/null' turns up no such file for