X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 	tests=AWL,BAYES_05,SARE_MSGID_LONG40
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <b0ddfae81003280516r6f7ace85k7c327e63ef2c2de1@mail.gmail.com>
References: <b0ddfae81003270823v2af60a63nf4678c33dc9ba0e7@mail.gmail.com> 	 <4BAF40F1.303@users.sourceforge.net> 	 <b0ddfae81003280516r6f7ace85k7c327e63ef2c2de1@mail.gmail.com>
Date: Sun, 28 Mar 2010 10:51:15 -0400
Received: by 10.150.1.8 with SMTP id 8mr3665369yba.298.1269787875629; Sun, 28  	Mar 2010 07:51:15 -0700 (PDT)
Message-ID: <b0ddfae81003280751s6b6b69d6mf5981fa79e84c2db@mail.gmail.com>
Subject: Re: how was debate on _GNU_SOURCE resolved? can't find  	pthread_getattr_np
From: mike marchywka <marchywka@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
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

On 3/28/10, mike marchywka <marchywka@gmail.com> wrote:
> On 3/28/10, Yaakov (Cygwin/X) wrote:
>> On 2010-03-27 10:23, mike marchywka wrote:
>>> I'm now getting this error and don't seem to be able to find
>>> the getattr_np thing by grepping through includes,
>>>
>>> ../JavaScriptCore/runtime/Collector.cpp:683: error: `pthread_getattr_np'
>>> was not
>>>   declared in this scope
>>> ../JavaScriptCore/runtime/Collector.cpp:685: error:
>>> `pthread_attr_getstack' was
>>> not declared in this scope
>>> make[1]: *** [obj/release/Collector.o] Error 1
>>
>> I'm still not sure why you're trying to build Qt4 yourself when the
>> distro already includes it (with the patches necessary for it to compile.
>
> At this point  curiosity. They seem to have a build called cygwin-g++
> and I thought it might be easy to patch. I needed to dig thought the
> code at some point anyway, so this could be interesting. Also trying to
> see what comes up between 1.5 and 1.7. etc.
>
>
> Its starting to look like I will have to do that however. Simple
> things like the time zone support seemed to be well guarded
> with ifdef, not sure what to do about this yet...
>
>
>
>

Actually, after rereading my original post maybe the NP
stuff is walled off, I was too busy writing the example for chris LOL,


#if HAVE(PTHREAD_NP_H)
#include <pthread_np.h>
#endif






>>
>>
>> Yaakov
>> Cygwin/X
>>
>


-- 
marchywka@gmail.com
note new address 2009-12-16:
Mike Marchywka
1975 Village Round
Marietta GA 30064
415-264-8477 (w)<- use this
404-788-1216 (C)<- leave message
989-348-4796 (P)<- emergency only
marchywka@hotmail.com
Note: If I am asking for free stuff, I normally use for hobby/non-profit
information but may use in investment forums, public and private.
Please indicate any concerns if applicable.
Note: hotmail is censoring incoming mail using random criteria beyond
my control and often hangs my browser
but all my subscriptions are here..., try also marchywka@yahoo.com

--
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

