Page 1 of 1

love fails to build

Posted: Wed Sep 02, 2009 4:22 am
by scythe
./configure && make && make install fails at make; it can't find SDL.h.

What exactly is SDL.h? I'm assuming it's not a love dependency. I'm on NetBSD, and there's no love package to install, before you ask.

Re: love fails to build

Posted: Wed Sep 02, 2009 5:36 am
by bmelts
SDL.h is the main header file for SDL; LÖVE uses SDL to display graphics. If you don't have SDL.h, LÖVE is not going to be very happy.

Is this 0.5.0 or 0.6.0 you're having problems with?