X-Spam-Check-By: sourceware.org
Date: Wed, 4 Jan 2006 14:42:52 +0100
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
Reply-To: "Gerrit P. Haase" <gerrit@familiehaase.de>
Message-ID: <1991214125219.20060104144252@familiehaase.de>
To: Vijay Kiran Kamuju <infyquest@gmail.com>
CC: cygwin@cygwin.com
Subject: Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610
In-Reply-To: <36bf289b0601040522q698e4c41h13f5e0c63e1c48a8@mail.gmail.com>
References: <36bf289b0601030256h58a1832erbda960cabbcab2e9@mail.gmail.com>  <1731197412708.20060104100419@familiehaase.de>  <36bf289b0601040235s1fb6ca37jaf9de5c7e84a159e@mail.gmail.com>  <1711208879216.20060104131526@familiehaase.de>  <36bf289b0601040436g1a9e16dduc44f9347f75a82e0@mail.gmail.com>  <161212763712.20060104142010@familiehaase.de>  <36bf289b0601040522q698e4c41h13f5e0c63e1c48a8@mail.gmail.com>
MIME-Version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Vijay schrieb:

> the same errors.

So make it:
#ifndef __CYGWIN__
#ifdef __EMX__
[...]
#endif
#endif
#ifdef __CYGWIN__
#define PR_(foo) ___##foo
#define PT_(foo,func) ___##foo,##func
#endif

and remove all the lines beginning with 'SIZE' and all the '.type' lines.
I don't see '.comm' in the CVS source.


Gerrit
-- 
=^..^=



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

