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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,30e165cfb56b149d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.223.73 with SMTP id qs9mr5563332pbc.7.1342301385053; Sat, 14 Jul 2012 14:29:45 -0700 (PDT) Path: l9ni11739pbj.0!nntp.google.com!news2.google.com!goblin1!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: error running openGL/Ada demo from GLOBE_3D using GNAT 2012 Date: Sat, 14 Jul 2012 16:29:41 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <4b22c809-4d41-4d0d-8824-4c335e4e6957@googlegroups.com> <59529bd2-2e93-4512-8867-d8c6ff0ea787@googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: KdJUrTuvv3Zv/s8pPxNluw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-07-14T16:29:41-05:00 List-Id: On 7/14/2012 3:59 PM, gautier_niouzes@hotmail.com wrote: > Nasser: > It looks like an OpenGL issue with your Linux installation. > Perhaps a plain Ubuntu would help ? Everything fine with other OpenGL-based software ?... > G. > I am following instructions in GLOBE_3D/globe_3d_info.html where it says "As a prerequisite, you need the following libraries to be installed: FreeGLUT, Xi, Xext, Xmu" I have all of these. Instructions doe not give specific versions, so I made sure all these libraries are on my linux system (they must be, else it will not link) Btw, there is no "FreeGLUT" library. There is freeglu3 .deb package, which I have installed. It supplied /usr/lib/libglut.so I have libGL.so, libGLU.so, libglut.so, libX11.so, libXi.so, libXmu.so, libXext.so and libm.so If there are more specific instructions as what versions of libraries one needs, that would be better. For me to just keep trying different linux distro and different libraries by random in the hope it works, is not very productive way to build something. regards, --Nasser