Re: cygwin 1.7 fstat weirdness

2009-04-07 Thread Gregg Reynolds
On Mon, Apr 6, 2009 at 9:38 PM, Matt Wozniski wrote: > > On Mon, Apr 6, 2009 at 4:11 PM, Corinna Vinschen wrote: > > On Apr  6 14:46, Gregg Reynolds wrote: > >>   int fd = path ? open(path, O_RDONLY, TCFILEMODE) : 0;  // path = > >> "Makefile" > >

Re: cygwin 1.7 fstat weirdness

2009-04-06 Thread Gregg Reynolds
On Mon, Apr 6, 2009 at 3:11 PM, Corinna Vinschen wrote: > On Apr  6 14:46, Gregg Reynolds wrote: >> Hi, >> >> I'm trying to get tokyo cabinet running.  I have a strange error.  One >> of the test utilities does: >> >>   #define TCFILEMODE     00644

cygwin 1.7 fstat weirdness

2009-04-06 Thread Gregg Reynolds
Hi, I'm trying to get tokyo cabinet running. I have a strange error. One of the test utilities does: #define TCFILEMODE 00644 // permission of a creating file int fd = path ? open(path, O_RDONLY, TCFILEMODE) : 0; // path = "Makefile" and then fstats: if(fstat(fd, &sbuf)

Re: tokyo cabinet

2009-03-26 Thread Gregg Reynolds
On Thu, Mar 26, 2009 at 11:41 AM, Greg Chicares wrote: > On 2009-03-26 16:27Z, Gregg Reynolds wrote: > [...] >> #define strtold(a,b) ((long double)strtod((a),(b))) >> >> make check fails on >> >> tchtest write casket 5 5000 5 5 > > Does that test d

tokyo cabinet

2009-03-26 Thread Gregg Reynolds
Tokyo Cabinet is an LGPL-licensed GDBM/BDB-like database manager. http://tokyocabinet.sourceforge.net/index.html I managed to get a cygwin build running, but make check fails. I'm a little pressed for time so I wonder if anybody out there has a running cygwin build or would like to help debug thi

Re: strtold, isnormal

2009-03-23 Thread Gregg Reynolds
On Mon, Mar 23, 2009 at 3:46 PM, Corinna Vinschen wrote: >> although I don't know if it's appropriate for cygwin.  Now I just have >> to figure out what to do about strtold. > > #define strtold(a,b)    ((long double)strtod((a),(b))) > > Well that was simple. Thanks! -- Unsubscribe info: ht

Re: strtold, isnormal

2009-03-23 Thread Gregg Reynolds
On Mon, Mar 23, 2009 at 3:19 PM, Andy Koppe wrote: >>> Oh, btw., the isnormal macro exists in math.h. >> >> Thanks.  But for some reason it's not getting picked up: >> >> gcc -c -I. -I/usr/local/include -I/home/reynolds-gregg/include >> -I/usr/local/include -DNDEBUG -D_GNU_SOURCE=1 -D_REENTRANT >>

Re: strtold, isnormal

2009-03-23 Thread Gregg Reynolds
On Mon, Mar 23, 2009 at 10:49 AM, Corinna Vinschen wrote: > On Mar 23 16:44, Corinna Vinschen wrote: >> On Mar 23 10:40, Gregg Reynolds wrote: >> > Hi, >> > >> > I'm trying to build tokyocabinet on cygwin.  It needs strtold and the >> > isnorma

strtold, isnormal

2009-03-23 Thread Gregg Reynolds
Hi, I'm trying to build tokyocabinet on cygwin. It needs strtold and the isnormal macro. Before I hack up an ad-hoc fix are there any plans to implement these for cygwin? Thanks, gregg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/

Re: typesetting

2008-01-08 Thread Gregg Reynolds
On 1/8/08, Sylvain RICHARD <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Are there any typesetting programs out there like (the English/German > > focused Tex and Latex macros) that enables one to develop typesetting > > documents in Asian languages, such as Japanese, within the cygwi

Re: Webdav batch file transfer: curl, wget

2007-09-13 Thread Gregg Reynolds
On 9/12/07, Richard Ivarson <[EMAIL PROTECTED]> wrote: > > curl --user NAME:PASSWORD > https://webdavserver.com/folder/{fileAA,fileBB,fileCC,fileDD,fileEE,}.txt -O > -O -O -O -O ... > 1) Is there a simpler way than the five "-O"'s I used? Would a wildcard be > possible (didn't find a mention in t

Re: Webdav batch file transfer: curl, wget

2007-09-13 Thread Gregg Reynolds
On 9/12/07, Brian Dessent <[EMAIL PROTECTED]> wrote: > Curl on the other hand is better suited for http scripting where you are > trying to emulate the actions of a user, such as when submitting form > fields. Wget has the ability to do http POSTs but it only supports the > old "application/x-www

Re: Webdav cadaver: script possible?

2007-09-11 Thread Gregg Reynolds
On 9/7/07, Richard Ivarson <[EMAIL PROTECTED]> wrote: > > For example, until now I've to do these steps: > > > cadaver https://my_webdav.site.com > this asks for username and password, then enters cadaver's command mode > > there I've to enter: > * mget the_files > * quit If all you're only doing