Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Thanks!

Static-vectors, on which Sketch depends, needs to have a working C toolchain (C compiler, linker, etc.) installed. Maybe that's the problem here?

If you do have the toolchain installed, and can call the compiler with "cc", then maybe sbcl's PATH is wrong. You can try copying your env PATH to .sbclrc:

(require :sb-posix) (sb-posix:setenv "PATH" YOUR-PATH-STRING 1)



Thanks for following-up.

I've got gcc 4.9.2 installed and tried adding both my $PATH and the path to gcc to .sbclrc using the above, to no avail.

Maybe I'm doing something incorrectly? (Quite possible, as I haven't used CL in a few years.)

https://gist.github.com/ethagnawl/0af37c12cf2bd1b8063c


I think PATH should only contain folders, not the full path to your binary. But now I'm not sure if even that would help. It would be the best if you could join #lispgames or #lisp on freenode so we can debug it in realtime. We might even find someone there who has more experience with cffi.


OK. I'll check out #lispgames either tonight or tomorrow.

Thanks, again, for your help!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: