From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24776 invoked by alias); 31 Oct 2013 18:46:29 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 24763 invoked by uid 89); 31 Oct 2013 18:46:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f181.google.com Received: from mail-pd0-f181.google.com (HELO mail-pd0-f181.google.com) (209.85.192.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 31 Oct 2013 18:46:27 +0000 Received: by mail-pd0-f181.google.com with SMTP id x10so2748854pdj.40 for ; Thu, 31 Oct 2013 11:46:25 -0700 (PDT) X-Received: by 10.66.182.199 with SMTP id eg7mr3418278pac.135.1383245185636; Thu, 31 Oct 2013 11:46:25 -0700 (PDT) Received: from [192.168.0.101] (S0106000cf16f58b1.wp.shawcable.net. [24.79.212.134]) by mx.google.com with ESMTPSA id i6sm5771479pbc.1.2013.10.31.11.46.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 31 Oct 2013 11:46:24 -0700 (PDT) Message-ID: <5272A57F.7090408@users.sourceforge.net> Date: Thu, 31 Oct 2013 18:46:00 -0000 From: "Yaakov (Cygwin/X)" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Re: X11 open gl c++ code does not compile with new cygwin download References: <5272957F.4070207@comcast.net> In-Reply-To: <5272957F.4070207@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-10/txt/msg00044.txt.bz2 On 2013-10-31 12:38, Wendel Dean Renner wrote: > I downloaded cygwin with X, Open GL, and the g++ compiler four years ago > on a Windows XP system. I have now replaced that computer > with an I7 computer running Windows 7. I included all the packages > from my notes before, but I selected the 32 bit version of cygwin. > Compiling the exact same source code with what I was using before: > g++ -c -O -m32 -Wno-deprecated > I now get the error about the header file glu.h: > /usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../include/w32api/GL/glu.h:68:79: > > error: expected `)' before `*' token For the X11 GL/glu.h, you need to install libGLU-devel and its dependencies. Yaakov Cygwin/X -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/