bug-guile-sdl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (Guile-SDL) Problem building on OS X


From: Thien-Thi Nguyen
Subject: Re: (Guile-SDL) Problem building on OS X
Date: Fri, 23 Aug 2013 19:19:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

() "Thompson, David" <address@hidden>
() Fri, 23 Aug 2013 11:42:56 -0400

   ./configure --prefix=/usr/ --with-sdl-prefix=/usr/local/Cellar/sdl/1.2.15/

   [...]

   Any thoughts? I have never tried to install guile-sdl on OS X.

Thanks for the bug report.  Unfortunately, until now, i was not even
aware of ‘--with-sdl-prefix’ -- ignorance is bliss!  The next release
will fix that, but until then, you might try to specify these dirs on
the configure script command line via VAR=VAL pairs, something like:

 ./configure --prefix=$HOME/eval \
    CPPFLAGS=-I/usr/local/Cellar/sdl/1.2.15/include \
    LDFLAGS=-L/usr/local/Cellar/sdl/1.2.15/lib

I'm guessing at the leaf-dir names (include, lib); they need to be
chosen such that <SDL/SDL.h> can be found by appending to includedir,
and the shared object library (i think .dynlib under OSX) in libdir.

-- 
Thien-Thi Nguyen
   GPG key: 4C807502
   (if you're human and you know it)
      read my lisp: (responsep (questions 'technical)
                               (not (via 'mailing-list)))
                     => nil

Attachment: pgpy9FOBbm3eI.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]