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: Thompson, David
Subject: Re: (Guile-SDL) Problem building on OS X
Date: Fri, 23 Aug 2013 14:21:01 -0400

Thanks for the help. I'll see if it resolves the issue.

On Fri, Aug 23, 2013 at 1:19 PM, Thien-Thi Nguyen <address@hidden> wrote:
> () "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



reply via email to

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