Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - crms1496

#1
So, do I have to edit the makefile to build with FFI support? I see that there are linux_utf8 and linux_utf8_ffi makefiles, but only raspberrypi and raspberrypi_utf8.
#2
Is it possible to build newLISP on my Pi, which is running Raspbian Testing, with Readline and FFI? I edited the raspberrypi_utf8 make file to have the readline lines uncommented, and the other lines commented, but I always get errors during make. Also, the version of libffi-dev in testing doesn't match the version I saw in the linux_utf8_ffi file. Should I have libffi5-dev installed instead?
#3
Okay. This works for me:

Disable wifi

Start newlisp-edit

From there I can turn the wifi on again, and the guiserver will work again.
#4
Curiously enough, changing to port to 2000 and disconnecting the computer from the network caused the guiserver to connect.
#5
I have attempted each of your suggestions. Each time, newLISP-GS failed to connect. I installed the jdk7-compat package from the AUR, and symlinked to it.

As a small experiment, I disconnected my computer from my wireless network, and tried again.

Everything worked much quicker, although there the guiserver still failed to work.

Thanks for the help!
#6
Hello! I just want to start off this post, as it is my first (yeah, I know this probably is not the place, but I do have an issue that I will get to) make an introduction. Well, more of a bit of history and some praise. I am a fairly new to the world of programming. I did quite a lot in ti-84 Basic (math class can be boring), but did not move pass there for several years. I recently attempted Python, but I did not like it much. I then discovered common lisp (sbcl), but quickly changed over to Racket. I enjoyed Racket quite a bit, and made a small gui program in it. I have absolutely fallen in love with the simplicity of lisp (but not CL, of course...)

I recently discovered newLISP, and I must tip my hat to you, Lutz. It is wonderful. I love contexts, and feel they are a wonderful way to keep symbols from colliding without using weird names or using separate namespaces for data and functions.



Anyways... My problem.

Whenever I try to run newlisp-edit or (gs:init), newlisp-GS fails to connect.



newLISP-GS v.1.5 on Linux

 double buffering supported.

 listening on 47011

 accepted connection from 0.0.0.0

 connecting to 0.0.0.0:47012

 retrying to connect

 retrying to connect



It will continue to retry the connection. I am running Arch Linux with newLISP v10.5.4 from the aur, and using OpenJDK.

Your help is appreciated. Many thanks!