Re: Portable AllegroServe + Clisp
- From: Joerg Hoehle <hoehle@xxxxxxxxxxxxxxxxxxxxx>
- Date: 31 May 2005 11:59:23 +0200
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
.
- References:
- Portable AllegroServe + Clisp
- From: RC
- Re: Portable AllegroServe + Clisp
- From: Tayssir John Gabbour
- Re: Portable AllegroServe + Clisp
- From: RC
- Portable AllegroServe + Clisp
- Prev by Date: International Lisp Conference, June 2005
- Next by Date: Re: URI Escape/Unescape Library?
- Previous by thread: Re: Portable AllegroServe + Clisp
- Next by thread: Re: Portable AllegroServe + Clisp
- Index(es):
Relevant Pages
|