From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9d97397bba859f70 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-17 13:42:23 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: fab102@bluemail.ch (Karim) Newsgroups: comp.lang.ada Subject: Re: Ada OpenGL bindings, how to use them with gnat ? Date: 17 Jul 2003 13:42:22 -0700 Organization: http://groups.google.com/ Message-ID: <4a1641ae.0307171242.5b143037@posting.google.com> References: <4a1641ae.0307150801.71bb5d16@posting.google.com> <20030717010405.349ead8c.david@realityrift.com> NNTP-Posting-Host: 217.162.208.76 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058474542 24764 127.0.0.1 (17 Jul 2003 20:42:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 17 Jul 2003 20:42:22 GMT Xref: archiver1.google.com comp.lang.ada:40435 Date: 2003-07-17T20:42:22+00:00 List-Id: Hello Thanks for the hints. I downloaded the newest version of adaopengl and installed it into /usr/home/karim/ada/adaopengl-0.10 I have read the README text file, and there is written to change the Make.conf and to adapt it to the system. I changed nothing, because I thought it was o.k, and I don`t have enough experience to understand each parameter. I tried to run the make file in the examples/adaglut dir, but got an error : gnatmake: error, unable to locate gnatgcc *** Error code 4 1.There exist no command for gnatgcc on my system , but I have installed the gnatport for FreeBSD on it. Can you help me with this ? 2.I cannot imagine how to use the bindings, does they works like libraries ? 3.You are right. It seems that it is not that hard to write a simple ada opengl application to open a window, but how can I compile it with gnat ?? (What is the exact console command to compile a basic opengl or glut source ??) 4. Is there a lib to load images (textures) with ada ?? (I don`t think that mesa/GL are shipping one.) greetings Karim