Re: Classpath problem(?) with NetLogo-Ersatz integration

2014-06-27 Thread Samuel Dennis Borlongan
Not really. I've checked-in an updated version that works when ersatz/pil is invoked. Samuel Dennis R. Borlongan On Fri, Jun 27, 2014 at 1:28 PM, Christophe Gragnic < christophegrag...@gmail.com> wrote: > Hi Samuel (and others reading!), > > On Fri, Jun 27, 2014 at 2:16 AM, Samuel Dennis Borlon

Re: Classpath problem(?) with NetLogo-Ersatz integration

2014-06-27 Thread Christophe Gragnic
On Fri, Jun 27, 2014 at 9:10 AM, Samuel Dennis Borlongan wrote: > Not really. > I've checked-in an updated version that works when ersatz/pil is invoked. Thanks but still no luck: $ ersatz/pil [ersatz/java/java+.l:1] !? (load "@ersatz/java/init") "@ersatz/java/init" -- Read open error ? chri

Re: Classpath problem(?) with NetLogo-Ersatz integration

2014-06-27 Thread Samuel Dennis Borlongan
How about now? (I blame Windows [path handling weirdness that allows syntax that doesn't work in non-Windows environments]) Samuel Dennis R. Borlongan On Fri, Jun 27, 2014 at 4:03 PM, Christophe Gragnic < christophegrag...@gmail.com> wrote: > On Fri, Jun 27, 2014 at 9:10 AM, Samuel Dennis Borl

Re: Classpath problem(?) with NetLogo-Ersatz integration

2014-06-27 Thread Christophe Gragnic
On Fri, Jun 27, 2014 at 11:29 AM, Samuel Dennis Borlongan wrote: > How about now? Sorry, `ersatz/pil` is OK, but `cd ersatz` then `./pil` is not ("ersatz/java/init" -- Read open error). > (I blame Windows [path handling weirdness that allows syntax that doesn't > work in non-Windows environments

PicoLisp exists to SOS: Save Our Souls!

2014-06-27 Thread Alabhya Singh
A recent mail to Abu, posted here on Abu's advise. Dear Abu, I must thank you that PicoLisp exists to SOS: Save Our Souls! * Some Points + Recursive acronym - Like GNU: GNU is Not Unix. - Pico is Lisp Integration|Integrated System for Programs|Programming. + What Lisp brought to pro

httpGate not found:: Simple Canvas Drawing: A Minimal Example

2014-06-27 Thread Alabhya Singh
In "Simple Canvas Drawing: A Minimal Example" # /usr/lib/picolisp/bin/httpGate 80 8080 gives error: file not found! -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Classpath problem(?) with NetLogo-Ersatz integration

2014-06-27 Thread Samuel Dennis Borlongan
Fixed. Now both ersatz/pil -javaVersion -bye and cd ersatz ; ./pil -javaVersion -bye ; cd .. work. Samuel Dennis R. Borlongan On Fri, Jun 27, 2014 at 8:26 PM, Christophe Gragnic < christophegrag...@gmail.com> wrote: > On Fri, Jun 27, 2014 at 11:29 AM, Samuel Dennis Borlongan > wrote: > >

Re: httpGate not found:: Simple Canvas Drawing: A Minimal Example

2014-06-27 Thread Alexander Burger
Hi Alabhya, > # /usr/lib/picolisp/bin/httpGate 80 8080 > gives error: file not found! Probably you don't have global installation of PicoLisp. You could either install from a package, e.g. in a Debian-based system with # apt-get install picolisp or otherwise follow the description in the I

Re: httpGate not found:: Simple Canvas Drawing: A Minimal Example

2014-06-27 Thread Alexander Burger
On Fri, Jun 27, 2014 at 04:52:58PM +0200, Alexander Burger wrote: > either install from a package, e.g. in a Debian-based system with > ># apt-get install picolisp Oops, sorry! While the above always give the expected results, the following > or otherwise follow the description in the INSTAL

Re: Classpath problem(?) with NetLogo-Ersatz integration

2014-06-27 Thread Christophe Gragnic
On Fri, Jun 27, 2014 at 4:11 PM, Samuel Dennis Borlongan wrote: > Fixed. > Now both > ersatz/pil -javaVersion -bye > and > cd ersatz ; ./pil -javaVersion -bye ; cd .. > work. Almost. There is still a path separator issue. In ./pil, it's -cp .:tmp:… instead of -cp .;tmp:… Thanks for considering a

Re: Classpath problem(?) with NetLogo-Ersatz integration

2014-06-27 Thread Samuel Dennis Borlongan
Fixed, and merged with v3.1.6.17. Samuel Dennis R. Borlongan On Sat, Jun 28, 2014 at 1:52 AM, Christophe Gragnic < christophegrag...@gmail.com> wrote: > On Fri, Jun 27, 2014 at 4:11 PM, Samuel Dennis Borlongan > wrote: > > Fixed. > > Now both > > ersatz/pil -javaVersion -bye > > and > > cd ers

Re: httpGate not found:: Simple Canvas Drawing: A Minimal Example

2014-06-27 Thread Alabhya Singh
Dear Abu, Thanks! Now it works. 1. Why only deb package is guaranteed to work in contrast to others, say plain tar.gz? Should they not all be same? And if there are official differences then they could be documented along with additional installation steps like (cd src; make gate). 2. I saw h

Re: httpGate not found:: Simple Canvas Drawing: A Minimal Example

2014-06-27 Thread Alexander Burger
Dear Alabhya, > Thanks! Now it works. Great! > 1. Why only deb package is guaranteed to work in contrast to others, > say plain tar.gz? Should they not all be same? The plain tarball unpacks to a locally isolated directory. It cannot write files to files spread around the system, and it also d

Re: httpGate not found:: Simple Canvas Drawing: A Minimal Example

2014-06-27 Thread alab...@yahoo.com
Dear Abu, In my case of 32 bit, pil version => 3.1.6.0 C. OS is Porteus-3, Slackware LiGNUx 32 bit. While installing as root, I did (cd src; make). Still I had to do again (cd src; make gate) to get httpGate. May be I am missing out something or the makefile in src is not making all. Regards

Re: httpGate not found:: Simple Canvas Drawing: A Minimal Example

2014-06-27 Thread Alexander Burger
Hi Alabhya, > While installing as root, I did (cd src; make). > Still I had to do again (cd src; make gate) to get httpGate. Oops, yes! Sorry, I didn't check thoroughly. The first target in "src/Makefile" is just 'picolisp', not 'all'. So you have in fact to do (cd src; make all) ♪♫ Alex -- UN

Re: httpGate not found:: Simple Canvas Drawing: A Minimal Example

2014-06-27 Thread Alexander Burger
On Sat, Jun 28, 2014 at 07:00:45AM +0200, Alexander Burger wrote: > I try to put at least a note into INSTALL before the next release (on Monday). I did so, but now reverted again. I want to keep 'httpGate' out of the INSTALL instructions, keeping it simple. ♪♫ Alex -- UNSUBSCRIBE: mailto:picoli