guile-user
[Top][All Lists]
Advanced

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

Re: C module problem


From: Aidan Gauland
Subject: Re: C module problem
Date: Tue, 1 Mar 2011 12:23:20 +1300
User-agent: Mutt/1.5.20 (2009-06-14)

On Mon, Feb 28, 2011 at 10:37:28PM +0100, Andy Wingo wrote:
> Apologies for this.  It is actually a libltdl issue:
> 
>   "As I am sure many are aware, libltdl's error reporting is pretty
>   dumb, lt_dlerror() regularly reports things like "file not found"
>   where the actual problem might be something completely different, and
>   a reasonable error string may be readily available from dlerror()."
> 
>   http://lists.gnu.org/archive/html/libtool/2010-06/msg00056.html
> 
> In this case loading the library fails probably because you did not add
> SDL libs.  `sdl-config --cflags --libs` perhaps?  Just a guess.

Ah, OK, that did it.  Thanks!

> That said, the dynamic FFI is more fun;

I'll just use the FFI, since it's there.

> and also, there is a guile-sdl package out there somewhere.

I found one on Savannah, but it failed to build, saying it could not
find some header file.  But I'd rather use Guile's FFI (now that I
know it's there).

--Aidan

Attachment: signature.asc
Description: Digital signature


reply via email to

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