X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.4 required=5.0	tests=AWL,BAYES_40,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
Message-ID: <20110509160224.18345n4hkx2n8mpc@messagerie.si.c-s.fr>
Date: Mon, 09 May 2011 16:02:24 +0200
From: EXCOFFIER Denis <denis.excoffier@c-s.fr>
To: cygwin@cygwin.com
Subject: Re: difficulties with snapshots
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed"
Content-Disposition: inline
Content-Transfer-Encoding: 7bit
User-Agent: Internet Messaging Program (IMP) H3 (4.3.9)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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

Hello,

This one is a follow-up of http://cygwin.com/ml/cygwin/2011-05/msg00042.html

On 2011-05-05 11:19:56 -0400, Christopher Faylor wrote:
> On Thu, May 05, 2011 at 10:47:39AM +0200, EXCOFFIER Denis wrote:
>> 2) More importantly, i was not able to compile snapshots since about
>> beginning of May, with an error: wchar.h not found (in lsaauth).
>> The snapshot 20110420 has compiled correctly at that time (say: 21/4);
>> but i was not able to recompile it recently. You must know that
>> i update the cygwin packages every day, therefore the problem probably
>> comes from a recently added package.
>
> Snapshots are provided "as-is".  If you can't compile it then PTC.


Please consider this hideous patch thoughtfully, it solves my "wchar.h not
found" problem in lsaauth, and the full cygwin tree now compiles ok  
like before.

diff -cNr cygwin-snapshot-20110506-1/winsup/lsaauth/Makefile.in  
cygwin-snapshot-20110506-2/winsup/lsaauth/Makefile.in
*** cygwin-snapshot-20110506-1/winsup/lsaauth/Makefile.in        
2011-04-07 08:09:27.000000000 +0159
--- cygwin-snapshot-20110506-2/winsup/lsaauth/Makefile.in        
2011-05-09 15:44:13.476681300 +0159
***************
*** 29,35 ****
   CC              := @CC@
   CC_FOR_TARGET   := $(CC)

! override CC   := @NO_CYGWIN@ $(firstword ${CC})

   CFLAGS          := @CFLAGS@

--- 29,35 ----
   CC              := @CC@
   CC_FOR_TARGET   := $(CC)

! #override CC  := @NO_CYGWIN@ $(firstword ${CC})

   CFLAGS          := @CFLAGS@



Regards,

Denis Excoffier.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



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

