comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <rm-host.bauhaus@maps.futureapps.de>
Subject: Re: Setting up Opengl
Date: Thu, 18 Nov 2010 23:52:42 +0100
Date: 2010-11-18T23:52:43+01:00	[thread overview]
Message-ID: <4ce5ae3b$0$6979$9b4e6d93@newsspool4.arcor-online.net> (raw)
In-Reply-To: <m2aal676i5.fsf@pushface.org>

On 11/18/10 8:53 PM, Simon Wright wrote:
> Gautier write-only<gautier_niouzes@hotmail.com>  writes:

>> http://globe3d.svn.sourceforge.net/viewvc/globe3d?revision=139&view=revision
>>
>> The distribution (from the zip file) should build "out-of-the-box" on
>> Windows, and (provided you set all source file names lower case) on
>> Linux. I test and develop it on both systems.

I'm now seeing the metal sheets (Mac, Intel, 10.6, GNAT GPL 2010).

This demo thing looks like someone's brought stuff home
from DIY store, don't they have style in space? ;-)


> The latest revision (139) built globe_3d_demo just fine, but not mini
> (because there's no file [Mm]ini.adb, I guess!)

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;




  reply	other threads:[~2010-11-18 22:52 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 [this message]
2010-11-19  9:52             ` Gautier write-only
2010-11-19 20:14             ` Simon Wright
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