Search found 4 matches

by The Mad Scientist
Fri Jan 23, 2009 5:00 pm
Forum: Common Lisp
Topic: Help with asdf
Replies: 6
Views: 15555

Re: Help with asdf

Update: I decided to install cbuild and use it to get libraries. It just seems cleaner and easier.

Now I'm reading the OpenGL, CFFI, and GLUT manuals.
by The Mad Scientist
Fri Jan 23, 2009 3:24 pm
Forum: Common Lisp
Topic: Help with asdf
Replies: 6
Views: 15555

Re: Help with asdf

Okay, so I just switched over to SBCL. Within ten minutes: CL-USER> (require 'asdf-install) ("ASDF-INSTALL") Success! It doesn't even look like I have to mess around with the registry and symbolic links and whatnot. Just install a library from SLIME, and I can use it. One thing: will I nee...
by The Mad Scientist
Fri Jan 23, 2009 3:27 am
Forum: Common Lisp
Topic: Help with asdf
Replies: 6
Views: 15555

Re: Help with asdf

EDIT: So I did another search of my system, this time for "cl-asdf", and found /usr/share/doc/cl-asdf. This baffled me, since I clearly remember doing a search earlier for "asdf" and not finding this directory. Anyway, the readme file said to use the following command to access a...
by The Mad Scientist
Fri Jan 23, 2009 1:36 am
Forum: Common Lisp
Topic: Help with asdf
Replies: 6
Views: 15555

Help with asdf

I apologize if this issue has already been dealt with. I couldn't search for "asdf" (since it's a "common word" :roll: ), but I manually went through all seven pages of this forum to make sure no threads about asdf and Common Lisp had already been made. So, here's my problem: I s...