Re: ==> boost lib version >= 1.37

2010-03-27 Thread Frédéric Bron
> I need the boost lib version >= 1.37 > This seems to come with boost version 1.33_1 > Does anyone have any instructions how to install the newest boost lib on > cygwin. You will not find anything in cygwin. You have to built the library yourself which what I do: * untar $ ./bootstrap.sh --with

==> boost lib version >= 1.37

2010-03-27 Thread Dieter Best
Hello, I need the boost lib version >= 1.37 I have the following system (I just updated, so this should be fairly recent) $ uname -a CYGWIN_NT-6.1-WOW64 best 1.7.2(0.225/5/3) 2010-03-24 21:12 i686 Cygwin This seems to come with boost version 1.33_1 Does anyone have any instructions how to inst

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread Christopher Faylor
On Sat, Mar 27, 2010 at 03:50:00PM -0400, mike marchywka wrote: >On 3/27/10, Christopher Faylor wrote: >>Function declarations which don't exist in any header file cannot show >>up when you set a flag. > >They exist in SOME header as they came up on google- I didn't know what >may be available else

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread Charles Wilson
On 3/27/2010 12:31 PM, David Rothenberger wrote: > It seems all the dlnames are set to "cyg*.dll" already. Yep. > Do you have libsasl2-devel installed? Are you saying that it's working > fine for you with /usr/lib/sasl2/*.la files? Yes, and...it seems to work ok. I don't use svn very often; I ju

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread mike marchywka
On 3/27/10, Christopher Faylor wrote: > Function declarations which don't exist in any header file cannot show > up when you set a flag. They exist in SOME header as they came up on google- I didn't know what may be available elsewhere, the fact it isn't on my system doesn't mean it doesn't exis

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread Christopher Faylor
On Sat, Mar 27, 2010 at 12:38:56PM -0400, mike marchywka wrote: >>I must be missing the joke. > >no, you finally answered the question. I didn't know they were non >existent until I checked the headers. Not being familiar with the >issue I thought they might exist if I set the flag. Function dec

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread mike marchywka
> > I must be missing the joke. no, you finally answered the question. I didn't know they were non existent until I checked the headers. Not being familiar with the issue I thought they might exist if I set the flag. > >>Grepping through the pthread header however I don't see any indication >>the

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread Andy Koppe
Charles Wilson: > Hmm.  I remember having transient problems with svn and many of the > 1.7.0 snapshots, but they were intermittent and I had bigger fish to > fry.  I don't recall any issues with 1.7.1, nor am I having any trouble > with 1.7.2.  However, I would not be surprised if > > (a) the "pro

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread David Rothenberger
On 3/27/2010 9:08 AM, Charles Wilson wrote: > On 3/27/2010 11:23 AM, David Rothenberger wrote: >> On 3/27/2010 7:47 AM, Charles Wilson wrote: >>> Obviously, something is going wrong there. What happens when the .la >>> file isn't found, is that libltdl falls back on cygwin's dlopen(), which >>> si

Re: how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread Christopher Faylor
On Sat, Mar 27, 2010 at 11:23:15AM -0400, 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 >../JavaSc

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread Charles Wilson
On 3/27/2010 11:23 AM, David Rothenberger wrote: > On 3/27/2010 7:47 AM, Charles Wilson wrote: >> Obviously, something is going wrong there. What happens when the .la >> file isn't found, is that libltdl falls back on cygwin's dlopen(), which >> simply looks in the normal search path for the DLL -

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread David Rothenberger
On 3/27/2010 7:47 AM, Charles Wilson wrote: > On 3/27/2010 12:10 AM, Eliot Moss wrote: >> On 3/26/2010 11:20 PM, David Rothenberger wrote: >>> I think the .la files are causing the problems. I believe they come from >>> libsasl2-devel. You said you removed that package, but maybe something >>> wen

how was debate on _GNU_SOURCE resolved? can't find pthread_getattr_np

2010-03-27 Thread mike marchywka
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 n

Re: "svn --version" halts in 1.7.2-2

2010-03-27 Thread Charles Wilson
On 3/27/2010 12:10 AM, Eliot Moss wrote: > On 3/26/2010 11:20 PM, David Rothenberger wrote: >> I think the .la files are causing the problems. I believe they come from >> libsasl2-devel. You said you removed that package, but maybe something >> went wrong. > > Perhaps ... so I changed the directo

Re: [ANNOUNCEMENT] mintty-0.6.1-1

2010-03-27 Thread Corinna Vinschen
On Mar 27 06:06, Andy Koppe wrote: > Corinna Vinschen: > >> - Fall back to /bin/bash rather than /bin/sh if no shell is specified > >> otherwise. This is for the benefit of Windows domain account users, > >> for whom Cygwin setup does not create /etc/passwd entries by default. > > > > Wouldn't it b