That helps. Ok the file is there, it has read permissions for all groups.

This may help. This is the syntax I use to make a path in a game I'm
working on, that works on linux (although I haven't tried exporting it
as a stand alone so maybe not).

(sdl:create-path "pongbgnd.bmp" cl-user::*bmp-path*)

where *mp-path* is

#-unix(defparameter *bmp-path* nil)
#+unix(defparameter *bmp-path* "/home/justinhj/lisp-game-engine/")






2009/5/11 Elliott Slaughter <[email protected]>:
> Thanks again for helping out.
>
> On Mon, May 11, 2009 at 8:48 PM, Justin Heyes-Jones <[email protected]>
> wrote:
>>
>> Hi Elliot
>>
>> The file is definitely there.
>
> But does it have sane permissions, ownership, etc?
>
>> As for debugging, I can't see to eval an expression.
>
> You should be able to eval expressions by just typing them into the
> debugger, e.g.:
>
> * (error "break here")
> debugger invoked on a SIMPLE-ERROR: break here
> [ ... ]
> 0] (truename ".")
> #P"C:\\Documents and Settings\\Elliott Slaughter\\"
>
> And you can get a backtrace by typing "backtrace":
>
> 0] backtrace
> 0: (SB-INT:SIMPLE-EVAL-IN-LEXENV (ERROR "break here") #<NULL-LEXENV>)
> 1: (INTERACTIVE-EVAL (ERROR "break here"))
> [ ... ]
>
> Hope this helps.
>
> --
> Elliott Slaughter
>
> "Don't worry about what anybody else is going to do. The best way to predict
> the future is to invent it." - Alan Kay
>
> _______________________________________________
> application-builder mailing list
> [email protected]
> http://www.lispniks.com/mailman/listinfo/application-builder
>
>
_______________________________________________
application-builder mailing list
[email protected]
http://www.lispniks.com/mailman/listinfo/application-builder

Reply via email to