[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: sdl: Allow dlopen for OpenGL.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: sdl: Allow dlopen for OpenGL. |
Date: |
Thu, 19 Mar 2015 09:50:06 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
David Thompson <address@hidden> skribis:
> I use the following crude command to test, run from a git checkout of Sly[0].
>
> guix environment -l package.scm -E "guile -c \"(use-modules ((sdl sdl)
> #:prefix sdl:)) (sdl:init 'video) (pk 'window (sdl:set-video-mode 320 240 24
> 'opengl))\""
Do you run it on GuixSD or on an FHS distro? In the latter case, it
might end up loading a shared object from the host distro, which could
fail for a variety of reasons.
Ludo’.