From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Thompson Subject: Re: [PATCH] gnu: sdl: Allow dlopen for OpenGL. Date: Wed, 18 Mar 2015 18:55:58 -0400 Message-ID: <87twxhzzi9.fsf@fsf.org> References: <1426655589-32639-1-git-send-email-iyzsong@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYMsb-00009K-5Q for guix-devel@gnu.org; Wed, 18 Mar 2015 18:56:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYMsa-0000QP-7E for guix-devel@gnu.org; Wed, 18 Mar 2015 18:56:01 -0400 Received: from mail.fsf.org ([208.118.235.13]:56402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYMsa-0000QJ-2f for guix-devel@gnu.org; Wed, 18 Mar 2015 18:56:00 -0400 In-Reply-To: <1426655589-32639-1-git-send-email-iyzsong@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?5a6L5paH5q2m?= , guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 writes: > Fixes a regression introduced in 666aa99. > Reported by Felipe L=C3=B3pez and David Thompso. Unfortunately, this doesn't solve the issue. I need to dig deeper into the SDL source to figure out exactly why it's still failing. 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 2= 4 'opengl))\"" (any package that has guile-sdl as an input will do, but there are none in the distro yet) When the test fails, the output is: ;;; (window #f) If I remove the 'opengl flag, a window is succesfully opened: ;;; (window #) We'll find the culprit, eventually! :) [0] https://gitorious.org/sly/sly --=20 David Thompson Web Developer - Free Software Foundation - http://fsf.org GPG Key: 0FF1D807 Support the FSF: https://fsf.org/donate