Hi Manuel, > > - I had to download and install the gmp-library (gmp-6.1.2) > What do you mean by "I had to"? Do you mean that without gmp-6.1.2 > the compilation+installation process failed? In your opinion, is there > something that should be improved here?
It was a build/compilation error. I think the error message came from ./gmp/install-gmp: if [ ! -f $src ]; then echo "*** ERROR:configure:--gmpsrc. Cannot find gmp \"$src\" library." echo "Aborting"; exit 1; fi I must admit, I am not quite sure anymore. I just installed the latest version gmp-6.1.2. I don't think it has anything to do with the gmp-version. I don't think any action is needed. I just mentioned it, should other people experience the same. Best regards Bent 2017-01-25 9:44 GMT+01:00 <[email protected]>: > Hi Bent, > > > I just downloaded and build Bigloo 4.3a-last. I am using "Linux Mint > 17.3" > > with all software updated and experienced the following: > > > > - I had to download and install the gmp-library (gmp-6.1.2) > What do you mean by "I had to"? Do you mean that without gmp-6.1.2 > the compilation+installation process failed? In your opinion, is there > something that should be improved here? > > > - In configure I set jvmbackend=yes > > > > - I got a compilation error from the file > > "./bigloo4.3a//api/ssl/src/objs/class_s/bigloo/ssl/ssl_ > client_socket.java" > > Looking at the file I think I can comment out: > > > > _.printStackTrace(); > > > > on line 98 and 169. > Ah yes. I have missed that on old Java compatibility code. I have fixed > that problem. I'm preparing a new tarball. > > > After this all files compiled and the tests could be completed OK. > > > > After installing I ran some additional tests (native and jvm) of my own. > > Everything seems OK. > Good. Thanks for your testing. > > > *Thank you very much for all your efforts on developing this excellent > > software and keeping it up to date.* > and thank you very much for your support. > > -- > Manuel >
