Re: Portable AllegroServe + Clisp



RC <otqocrkwvv@xxxxxxxxxxxxxxxxxxx> writes:
> The problem with CLISP seems to be related to this
> section in aserve/main.cl:
>
> #+(and clisp unix)
> (defun getpid () (unix:getpid))
>
> There does not seem to be a getpid in my version of CLISP.

>$ clisp --version -K full
>GNU CLISP 2.30 (released 2002-09-15) (built 3326310440) (memory
>$ /usr/local/clisp/bin/clisp --version -K full
>GNU CLISP 2.33.2 (2004-06-02) (built 3326301126) (memory 3326302668)

Please look up sys::program-id in your ancient clisp. It's getenv.
It's been there for some years (but depending on compilation options)
under UNIX.

With a clisp>March 2005, sys::process-id is there on both MS-Windows and UNIX.
Ir probably should be moved to the EXT package.

Regards,
Jorg Hohle
Telekom/T-Systems Technology Center
.



Relevant Pages

  • Re: Expanding a derived type spec
    ... > in different Lisp implementations? ... Of these, only CLISP takes an optional environment argument, even ... Prev by Date: ...
    (comp.lang.clos)
  • Newbie ASDF question
    ... Using CLISP: ... gives me a condition of type ASDF:MISSING-DEPENDENCY (although the .asd file ... Jamie ... Prev by Date: ...
    (comp.lang.lisp)
  • Re: How to xor?
    ... Frank Buss writes: ... > a nice specification is given by the ext:xor function in CLisp: ... Christophe ... Prev by Date: ...
    (comp.lang.lisp)
  • Re: GNU CLISP 2.38 (2006-01-24) released
    ... > unpack it into Lispbox directory. ... > The next time you start SLIME, new CLISP would be used. ... IT'S THE LAW. ... Prev by Date: ...
    (comp.lang.lisp)
  • Re: Problem with CL-SDL-OPENGL, SBCL
    ... bindings for CLISP available? ... Justin ... Prev by Date: ...
    (comp.lang.lisp)