Re: Stack Overflow, was: Re: How to solve: module 'syscalls' requires package OS

Jean Louis <[email protected]> Mon, 27 Mar 2017 17:13:36 +0300
Newsgroups gmane.lisp.clisp.general
Message-ID <[email protected]>
On Mon, Mar 27, 2017 at 10:07:54AM -0400, Sam Steingold wrote:
> > * Jean Louis <[email protected]> [2017-03-27 15:45:42 +0300]:
> >
> > Yet, I still don't know what to do to solve:
> > module 'syscalls' requires package OS
> > in other program.
> 
> Please create a small isolated reproducible test case.

I guess I know what happened. In SLIME I am using "lisp" memory image
which has some .clisprc and other configuration inside, so that it
loads faster. That is because (ql:quickload takes time.

then I was using within the Emacs:

;; (saveinit "image"... line, and that image would always show the
   above problem.

When I used it with
clisp -q -norce -i file.lisp

and then in REPL created memory image, there was no problem.


The reason I need memory image is not for that pipe org2html, but to
upload the CGI to server. I was convinced I can just make lisp image,
and upload.

Yet on server there is no library libncursesw with appropriate
version, there is older one.

So I think I must upload all the lisp files to server first, and make
memory image on server directly.

It is impossible to just make one image that it works on other
computer, right?

I will try with the .fas file instead.

Jean

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list