aguynamedryan


Joined 2 years ago
Homeworks submitted:
Homework comments:
1
0

About Me

No description provided.

Classes

Learning Vim from the inside

Class status: Established
Role: Student
. 5% complete

Structure and Interpretation of Computer Programs

Class status: Established
Role: Student
. 0% complete

Submitted Assignments

Learning Vim from the inside: Lesson 3, HW 1

I'm running Mac OS X 10.6.2. I have XCode installed (you have to if you want to compile ANYTHING). I've also got macports installed too, but I don't think that played a role in my successful compilation.

This didn't work:

./configure
make

This did:

./configure --disable-darwin
make

aguynamedryan 2 years ago