From: justinhj
Subject: CLISP and wxcl
Date: 
Message-ID: <1124498125.991357.80990@z14g2000cwz.googlegroups.com>
I'm trying to install wxcl via CLISP and asdf...

All seems to be installing ok and I get this

 PARSE-NAMESTRING: syntax error in filename
"/home/justin/.asdf-install-dir/site/wxcl-1.0.0/clisp-wrappers\\" at
position 73

Any idea what could cause that?

I can download other asdf packages no problem (except for cl-sdl)

From: Surendra Singhi
Subject: Re: CLISP and wxcl
Date: 
Message-ID: <8xyxtbyh.fsf@netscape.net>
Hello,
   First of all, I will advise that at least please CC your questions on the
wxCL devel mailing list. As this will help us in improving wxCL and fixing and
tracking issues.

http://www.wxcl-project.org/en--contact--main2.html


"justinhj" <········@gmail.com> writes:

> I'm trying to install wxcl via CLISP and asdf...
>
> All seems to be installing ok and I get this
>
>  PARSE-NAMESTRING: syntax error in filename
> "/home/justin/.asdf-install-dir/site/wxcl-1.0.0/clisp-wrappers\\" at
> position 73
>
> Any idea what could cause that?

Yes, "clisp-wrappers\\" should be "clisp-wrappers/", are you on linux or mac?

If yes, then please read the quick start guide, as wxCL will not work straight
from the box :(, you need to build wxC dll for your platform.

Cheers.
-- 
Surendra Singhi
http://www.public.asu.edu/~sksinghi/index.html

"War is Peace! Freedom is Slavery! Ignorance is Strength!"
    - Orwell, 1984, 1948
From: justinhj
Subject: Re: CLISP and wxcl
Date: 
Message-ID: <1124545939.529067.125130@g49g2000cwa.googlegroups.com>
I'm running on Windows XP using Cygwin.

Justin
From: justinhj
Subject: Re: CLISP and wxcl
Date: 
Message-ID: <1124675873.643932.134200@g47g2000cwa.googlegroups.com>
So I'm not clear, do I need to rebuild the dll for a cygwin/CLISP
setup?

Justin