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 1Md4n8-0002Sf-1s for garchives@archives.gentoo.org; Mon, 17 Aug 2009 16:10:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D065EE026B; Mon, 17 Aug 2009 16:10:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1B0AE026B for ; Mon, 17 Aug 2009 16:10:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4D148666E6 for ; Mon, 17 Aug 2009 16:10:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.058 X-Spam-Level: X-Spam-Status: No, score=-3.058 required=5.5 tests=[AWL=-0.459, 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 SsbE1505bThc for ; Mon, 17 Aug 2009 16:10:30 +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 6814F65666 for ; Mon, 17 Aug 2009 16:10:29 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1Md4mj-0007mR-M9 for gentoo-user@gentoo.org; Mon, 17 Aug 2009 18:10:13 +0200 Received: from athedsl-391708.home.otenet.gr ([79.131.82.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Aug 2009 18:10:13 +0200 Received: from realnc by athedsl-391708.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Aug 2009 18:10:13 +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 19:09:53 +0300 Organization: Lucas Barks Message-ID: References: <20090817032005.GB6096@solfire> <20090817094212.4a68eff3@malediction> <20090817105259.1ad60968@malediction> <20090817155122.GA6049@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-391708.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: <20090817155122.GA6049@solfire> Sender: news X-Archives-Salt: 7748e764-52aa-4794-91b1-ec7ae41b640f X-Archives-Hash: 36ac2a6fb9d3cedd1913b636dd3a942e On 08/17/2009 06:51 PM, meino.cramer@gmx.de wrote: >>> On my system it's in /usr/include/GL/glew.h header, which belongs to >>> media-libs/glew, so you probably need to have it installed. >> >> My bad, I've misread grep results. It really is >> in /usr/include/GL/glext.h. >> And that file should be symlink created by "eselect opengl" with >> source belonging either to media-libs/mesa or nvidia drivers. >> >> If source file include lines are correct, you might want to try >> re-emerging nvidia drivers and eselect'ing them. >> >> -- >> Mike Kazantsev // fraggod.net > > Hi, > > thank for the help ! :o) > > Currently I cannot decide whether everything is setup correctly on my > box: > > ls -l /usr/include/GL/glext.h > > gives me > > lrwxrwxrwx 1 root root 40 2009-08-14 04:34 /usr/include/GL/glext.h -> //usr//lib/opengl/global/include/glext.h > > which looks linke pointing neither to mesa nor to nvidia -- at least > for my blurred eyes. You didn't follow the instructions. "eselect opengl" will tell you. To make sure, do "eselect opengl set x11; eselect opengl set nvidia". But as I already wrote in another post, this looks like a bug in the application you're trying to build.