From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MctVo-0006x2-7v for garchives@archives.gentoo.org; Mon, 17 Aug 2009 04:08:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A23CE03F5; Mon, 17 Aug 2009 04:07:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 39323E03F5 for ; Mon, 17 Aug 2009 04:07:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id A8A0665A1F for ; Mon, 17 Aug 2009 04:07:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.063 X-Spam-Level: X-Spam-Status: No, score=-3.063 required=5.5 tests=[AWL=-0.464, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hgtaNU1h-kBY for ; Mon, 17 Aug 2009 04:07:51 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id BB5AA64CEE for ; Mon, 17 Aug 2009 04:07:49 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MctVY-0008OL-ND for gentoo-user@gentoo.org; Mon, 17 Aug 2009 06:07:44 +0200 Received: from athedsl-371665.home.otenet.gr ([79.131.3.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Aug 2009 06:07:44 +0200 Received: from realnc by athedsl-371665.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Aug 2009 06:07:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: In search for a undeclared identifier... Date: Mon, 17 Aug 2009 07:07:33 +0300 Organization: Lucas Barks Message-ID: References: <20090817032005.GB6096@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-371665.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090815 Thunderbird/3.0b3 In-Reply-To: <20090817032005.GB6096@solfire> Sender: news X-Archives-Salt: 37e81e9c-1504-4088-bff7-b2c0c45cf0d2 X-Archives-Hash: 2ff76cdd9408ddd9172577de3335e827 On 08/17/2009 06:20 AM, meino.cramer@gmx.de wrote: > > Hi, > > I try to build the developper branch of a software project, > which is not in Gentoo. > > This works a longer time. > > Now the compilatino process aborts with > > glmodule.c:926: error: 'glActiveTexture' undeclared (first use in this function) > . > > Sounds somehow OpenGL-related: > I am using a nVidia Corporation GeForce 7600 GT with NVidia-drivers > and eselected opengl. Since Blender, which uses OpenGL a lot runs fine > and is also build each day from developper sources... > > Does anyone know to what glActiveTexture belongs to? > And where I can buy one for my Linux box ;) You don't need to buy anything. All you need is to tell the person who wrote glmodule.c to go fix the code :) It's probably a matter of: #define GL_GLEXT_PROTOTYPES #include