comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Setting up Opengl
Date: Fri, 19 Nov 2010 20:14:42 +0000
Date: 2010-11-19T20:14:42+00:00	[thread overview]
Message-ID: <m2y68p5avh.fsf@pushface.org> (raw)
In-Reply-To: 4ce5ae3b$0$6979$9b4e6d93@newsspool4.arcor-online.net

Georg Bauhaus <rm-host.bauhaus@maps.futureapps.de> writes:

> On 11/18/10 8:53 PM, Simon Wright wrote:

> Mini.adb has been added a few minutes ago.
> The compiler wants an additional keyboard parameter
> for Strike_once. Guessing, then, I have added one and
> mini works, now.  Nice.
>
> *** mini.adb	Thu Nov 18 23:42:56 2010
> --- mini.orig	Thu Nov 18 23:39:48 2010
> ***************
> *** 235,240 ****
>   !     if GLUT.Devices.Strike_once(
> !         Character'Val(27),
> !         GLUT.Devices.default_Keyboard'Access)
> !     then
>         GLUT.LeaveMainLoop;
> --- 235,237 ----
>   !     if GLUT.Devices.Strike_once( Character'Val(27) ) then
>         GLUT.LeaveMainLoop;

You might add this ... builds fine now.

--- globe_3d_gps_darwin.gpr	(revision 141)
+++ globe_3d_gps_darwin.gpr	(working copy)
@@ -2,7 +2,7 @@
 
    for Object_Dir use "../obj/gnatdebg";
    for Source_Dirs use (".", "../bindings", "../bindings/linux", "../src//**");
-   for Main use ("globe_3d_demo.adb", "Mini.adb");
+   for Main use ("globe_3d_demo.adb", "mini.adb");
    for Exec_Dir use ".";
 
    package Binder is



  parent reply	other threads:[~2010-11-19 20:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-17 18:10 Setting up Opengl Szymon Ząbkiewicz
2010-11-17 20:39 ` Gautier write-only
2010-11-17 21:05   ` Szymon Ząbkiewicz
2010-11-17 22:41     ` Georg Bauhaus
2010-11-18  8:38       ` Gautier write-only
2010-11-18 19:53         ` Simon Wright
2010-11-18 22:52           ` Georg Bauhaus
2010-11-19  9:52             ` Gautier write-only
2010-11-19 20:14             ` Simon Wright [this message]
2010-11-20 12:07             ` Gautier write-only
2010-11-19  9:54           ` Gautier write-only
2010-11-19 12:02             ` sjw
2010-11-19 13:18               ` Gautier write-only
2010-11-19 20:24                 ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox