From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Add Package Freeglut Date: Sat, 28 Sep 2013 17:28:31 +0200 Message-ID: <871u49m0dc.fsf@gnu.org> References: <1380378598.864.25.camel@battlestallion> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPwWa-0002xm-Lm for guix-devel@gnu.org; Sat, 28 Sep 2013 11:33:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPwWT-0005cc-Gq for guix-devel@gnu.org; Sat, 28 Sep 2013 11:33:40 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:43961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPwWT-0005cR-Aj for guix-devel@gnu.org; Sat, 28 Sep 2013 11:33:33 -0400 In-Reply-To: <1380378598.864.25.camel@battlestallion> (Joshua S. Grant's message of "Sat, 28 Sep 2013 09:29:58 -0500") 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: "Joshua \"Youlysses\" S. Grant" Cc: guix-devel@gnu.org "Joshua \"Youlysses\" S. Grant" skribis: > Attached is the actual expression and the general output I got from it. > Glu build/installs without a problem on my machine, but Freeglut seems > to fail due to inputs not matching what it's looking for -- though I've > seen the same inputs work in other expressions... That starts on line > 416 in freeglut.buildlog -- none of the x11 extensions seem to be > working, except libxxf86vm. Nice! > Also, I noted it in the expression -- but SGI Free Software License B > (V2) needs to be added under licenses.scm. OK. > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -g -O2 -Wall= -pedantic -MT libglut_la-freeglut_cursor.lo -MD -MP -MF .deps/libglut_la-f= reeglut_cursor.Tpo -c freeglut_cursor.c -fPIC -DPIC -o .libs/libglut_la-fr= eeglut_cursor.o > In file included from /nix/store/jkg8s91f8f7sgarj35zvajgwsfs7x3qb-libx11-= 1.5.0/include/X11/Xlib.h:47:0, > from /nix/store/0s15pnadjxh7ykswhq0k60fd46c5q67p-mesa-8.= 0.5/include/GL/glx.h:38, > from freeglut_internal.h:108, > from freeglut_display.c:29: > /nix/store/j5fbzanhxzc521x4130rh7nwa365fyc5-xproto-7.0.23/include/X11/Xfu= ncproto.h:136:24: warning: ISO C does not permit named variadic macros [-Wv= ariadic-macros] > In file included from /nix/store/jkg8s91f8f7sgarj35zvajgwsfs7x3qb-libx11-= 1.5.0/include/X11/Xlib.h:47:0, > from /nix/store/0s15pnadjxh7ykswhq0k60fd46c5q67p-mesa-8.= 0.5/include/GL/glx.h:38, > from freeglut_internal.h:108, > from freeglut_ext.c:30: > /nix/store/j5fbzanhxzc521x4130rh7nwa365fyc5-xproto-7.0.23/include/X11/Xfu= ncproto.h:136:24: warning: ISO C does not permit named variadic macros [-Wv= ariadic-macros] > In file included from freeglut_internal.h:112:0, > from freeglut_display.c:29: > /nix/store/ksgcicnwcadglmki5ai1d5xxfhjx52hf-libxi-1.6.1/include/X11/exten= sions/XInput.h:53:31: fatal error: X11/extensions/XI.h: No such file or dir= ectory > compilation terminated. That indicates that =E2=80=98inputproto=E2=80=99 (which provides XI.h) need= s to be added as an input. Could you try that and report back? Thanks, Ludo=E2=80=99.