On Tue, 24 Jan 2017 12:04:46 +0100 Damien Mattei <[email protected]> wrote:
> just tested on Mac OS X.12.1 (Sierra) with --jvm=yes and got this: > > /Users/mattei/Downloads/bigloo4.3a/bin/bigloo.sh -O3 -fcfa-arithmetic > -q -lib-dir /Users/mattei/Downloads/bigloo4.3a/lib/bigloo/4.3a > -lib-dir /Users/mattei/Downloads/bigloo4.3a/lib/bigloo/4.3a -I Llib > -lib-dir /Users/mattei/Downloads/bigloo4.3a/lib/bigloo/4.3a -unsafe > -safee -copt -fPIC -copt "-IC" Llib/ssl.scm -o objs/ssl.o -c > In file included from objs/ssl.c:11: > C/bglssl.h:13:10: fatal error: 'openssl/ssl.h' file not found > #include <openssl/ssl.h> > ^ > 1 error generated. > make[6]: *** [objs/ssl.o] Error 1 > make[5]: *** [api-c] Error 2 > make[4]: *** [build-c] Error 2 > make[3]: *** [build] Error 2 > make[2]: *** [bootall] Error 1 > make[1]: *** [boot-api] Error 2 > make: *** [boot-c] Error 2 > > > i do not know if my system misses something (ssl source?) the last > bigloo i compiled succesfully on this system was the 4.1.a version > (seems no ssl problem at this time but was at least one year before), > as i developps under linux it's perheaps just that my Mac laptop is > not having the usefull libraries, i do not know. > > > Damien > > On Mon, Jan 23, 2017 at 8:59 AM, <[email protected]> wrote: > > Hi everyone, > > > > It is now more than time to release Bigloo 4.3a. Unless someone reports > > a sever problem by next Friday. This version will be official released by > > the end of the week. > > > > Thanks in advance for checking that the last bundle installs correctly > > and that your applications compile and run well with that latest version. It just means that you are lacking the openssl library, which is not per se a problem. However, it's an error of the configure process not to have detected that. I will try to fix that right away. Thanks for your report. -- Manuel
