Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to run on mac os x (lion) #1

Open
h87kg opened this issue Feb 10, 2012 · 3 comments
Open

failed to run on mac os x (lion) #1

h87kg opened this issue Feb 10, 2012 · 3 comments

Comments

@h87kg
Copy link

h87kg commented Feb 10, 2012

ERROR
    ..../aserve/main.cl" @218:
    there is no package with name "UNIX"
CODE
    #+(and clisp unix)
    (defun getpid () (unix:getpid))
It's possible to change "unix:getpid" to "sys::process-pid", but I'm not sure.
@mtravers
Copy link
Owner

Um, what Lisp are you using? I guess CLISP? I've never tried this code under CLISP; I use OpenMCL, SBCL, and/or Allegro.

@h87kg
Copy link
Author

h87kg commented Feb 11, 2012

Yes, it's CLISP. It looks like a CLISP bug.

@fselcukcan
Copy link

i have same issue with Portable AllegroServe on CLISP on Debian 7, whether i install the server from synaptic package manager or from quicklisp. is there a fix release for this, with CLISP having a 4mb launch time memory usage it becomes one of the suitable implementation choices for some cases. Is there any fix for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants