From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: add GL Date: Mon, 30 Sep 2013 21:31:48 +0200 Message-ID: <87eh865cnv.fsf@gnu.org> References: <99e60edde98ace6c1c3f70b068d02e70.squirrel@fulvetta.riseup.net> 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]:39620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQjH7-0003bt-5k for guix-devel@gnu.org; Mon, 30 Sep 2013 15:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQjH1-0008R2-0l for guix-devel@gnu.org; Mon, 30 Sep 2013 15:36:57 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:47424) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQjH0-0008Qy-P2 for guix-devel@gnu.org; Mon, 30 Sep 2013 15:36:50 -0400 In-Reply-To: <99e60edde98ace6c1c3f70b068d02e70.squirrel@fulvetta.riseup.net> (youlysses@riseup.net's message of "Mon, 30 Sep 2013 00:53:19 -0700") 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: youlysses@riseup.net Cc: guix-devel@gnu.org Hi! Thanks for joining the hackathon this week-end! youlysses@riseup.net skribis: > Attached is a patch to add gl.scm, a set of a applications, extensions, > utilities, or what have-you, related to Opengl-- that don't really > deserve/fit to be in there own file and/or module. Freeglut still fails to build as you previously reported (did you see my reply?): --8<---------------cut here---------------start------------->8--- In file included from freeglut_internal.h:112:0, from freeglut_callbacks.c:29: /nix/store/ksgcicnwcadglmki5ai1d5xxfhjx52hf-libxi-1.6.1/include/X11/extensi= ons/XInput.h:53:31: fatal error: X11/extensions/XI.h: No such file or direc= tory --8<---------------cut here---------------end--------------->8--- Ludo=E2=80=99.