newLISP development release v.10.1.4

Started by Lutz, August 13, 2009, 05:45:09 AM

Previous topic - Next topic

Lutz

• the time offset in the 'now' function was broken and has been fixed.



files and changes notes: http://www.newlisp.org/downloads/development/">http://www.newlisp.org/downloads/development/

ale870

#1
Thank you, I will check them at about two weeks (I have a windows installation only at work!)
--

itistoday

#2
I discovered a minor bug that prevents the universal build from installing (from source) on OS X.



The problem is that this line generates a binary called "newlisp-universal" instead of "newlisp":


make -f makefile_darwin_universal_utf8

And therefore you get this error:


$ sudo make install
install -d /usr/share/newlisp
install -d /usr/share/newlisp/modules
install -d /usr/share/newlisp/util
install -d /usr/share/doc/newlisp
rm /usr/bin/newlisp
install -m 755  newlisp /usr/bin/newlisp-10.1.4
install: newlisp: No such file or directory
make: [install] Error 71 (ignored)
Get your Objective newLISP groove on.

tom

#3
(never mind)

Lutz

#4
Quotebinary called "newlisp-universal" instead of "newlisp"


this is on purpose the file "newlisp-universal" is made on 10.4 Tiger then used by a different script to generate packages for ppc and intel, which then get extracted from the universal file.

itistoday

#5
Quote from: "Lutz"
Quotebinary called "newlisp-universal" instead of "newlisp"


this is on purpose the file "newlisp-universal" is made on 10.4 Tiger then used by a different script to generate packages for ppc and intel, which then get extracted from the universal file.


Well, do you therefore think one should not be able to install the universal newlisp binary from source..? I can't see why we can't have the best of both worlds. :-)
Get your Objective newLISP groove on.