On Dec 21, 2005, at 6:40 AM, LeAnthony Mathews wrote:

> O.K. after taking a day or two off trying to get the wxCL GUI examples 
> to run on my windows XP machine I have given it another try here are 
> my issues:
>
> 1..using the slime init file:
> site-init.lisp
>
> I added the line:
>
> (register-source-directory "C:\lispbox-0.6\packages\wxcl\")

And I bet your registered source directory looks like this

        #P"C:lispbox-0.6packageswxcl"

Try

        (register-source-directory (pathname 
"C:\\lispbox-0.6\\packages\\wxcl\\")

Strings in CL use #\\ as quote character.


...

>       
> (register-source-directory "C:\lispbox-0.6\packages\wxcl\")
>
> (register-source-directory "C:/lispbox-0.6/packages/wxcl/")

The second form works if your system can parse the filename with the 
above syntax.

Cheers

marco

--
Marco Antoniotti                                        
http://bioinformatics.nyu.edu/~marcoxa
NYU Courant Bioinformatics Group                tel. +1 - 212 - 998 3488
715 Broadway 10th FL                            fax. +1 - 212 - 998 3484
New York, NY, 10003, U.S.A.

_______________________________________________
Gardeners mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/gardeners

Reply via email to