[CM] s7 repl for linux?

Forrest Curo treegestalt at gmail.com
Mon Mar 29 15:53:51 PDT 2021


Everything goes happily to
cd qhttpserver-master && qmake-qt5
/bin/sh: 1: qmake-qt5: not found

Okay, the line the 'makefile' is # 41:
cd qhttpserver-master && $(QMAKE)

and the way that's carried out: cd qhttpserver-master && qmake-qt5
is missing a needed space between qmake and -qt5

I do that manually. Doing this I get

'Info: creating stash file
/home/forrest/s7/s7webserver/qhttpserver-master/.qmake.stash'

and make (from there) makes lines&lines
with a warning:
QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I../build
-I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o ../build/http_parser.o
../http-parser/http_parser.c
../http-parser/http_parser.c: In function ‘http_parser_parse_url’:
../http-parser/http_parser.c:2340:18: warning: this statement may fall
through [-Wimplicit-fallthrough=]
 2340 |         found_at = 1;
      |         ~~~~~~~~~^~~
../http-parser/http_parser.c:2343:7: note: here
 2343 |       case s_req_server:
      |       ^~~~

but the end result is a repl at localhost 6080 that responds with "Not
connected"
and a python s7webserver_repl that just says: "Unable to contact Radium"

?!



On Mon, Mar 29, 2021 at 9:18 AM Kjetil Matheussen <k.s.matheussen at gmail.com>
wrote:

> On Mon, Mar 29, 2021 at 2:59 AM Forrest Curo <treegestalt at gmail.com>
> wrote:
> >
> > I'm finding a web repl in the packages. That hangs my compilation and
> isn't what I had in mind anyway. The emacs modes I've tried have been
> intractable.
> >
> > How to get a repl (with history) to practice with?
> >
>
> There is a pretty good repl with history for the web server. That's
> the only repl I use. It's convenient when developing inside emacs that
> you can restart scheme without having to restart the scheme repl in
> emacs.
>
> cd s7webserver
> make
> ./s7webserver
>
> Then from a terminal, run the scheme repl that connects to the web server:
> cd s7webserver./s7webserver_repl.py
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cm-mail.stanford.edu/pipermail/cmdist/attachments/20210329/d9ee4c86/attachment.html>


More information about the Cmdist mailing list