newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on August 13, 2009, 05:45:09 AM

Title: newLISP development release v.10.1.4
Post by: Lutz on August 13, 2009, 05:45:09 AM
• the time offset in the 'now' function was broken and has been fixed.



files and changes notes: http://www.newlisp.org/downloads/development/
Title:
Post by: ale870 on August 13, 2009, 07:56:18 AM
Thank you, I will check them at about two weeks (I have a windows installation only at work!)
Title:
Post by: itistoday on August 25, 2009, 03:32:27 PM
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)
Title:
Post by: tom on August 25, 2009, 06:10:50 PM
(never mind)
Title:
Post by: Lutz on August 25, 2009, 07:44:37 PM
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.
Title:
Post by: itistoday on August 25, 2009, 07:49:15 PM
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. :-)