Collections - Commercial Accounts

2005-11-11 Thread David DeVoy
DeVoy, O'Brien & Associates Inc. COLLECTIONS - COMMERCIAL ACCOUNTS Hi. My name is David DeVoy with DeVoy & O'Brien & Associates Inc. We specialize in Professional Mediations and COLLECTIONS. I have emailed you today to ask your permission on forwarding our Corporate Collections Profile. In that

Re: i686-pc-cygwin crash gcc-4.0 branch

2005-11-11 Thread Bobby McNulty
Brian Dessent wrote: Brian Dessent wrote: /home/sherlock/gcc/o/gcc/xgcc -B/home/sherlock/gcc/o/gcc/ -B/usr/local/i686-pc-c ygwin/bin/ -B/usr/local/i686-pc-cygwin/lib/ -isystem /usr/local/i686-pc-cygwin/i nclude -isystem /usr/local/i686-pc-cygwin/sys-include -DHAVE_CONFIG_H -I. -I../. ./../../g

Re: Error in GetICMProfile() declaration

2005-11-11 Thread Brian Dessent
"Paul J. Lucas" wrote: > So this really looks like a bug in the declaration. It looks like you're right. I believe that the w32api headers are maintained by the mingw project so the best thing to do would probably be submit a patch here

Re: Error compiling mod_perl with apache-1.3.33-2 and perl-5.8.7-4 (was: Apache with mod_perl up and running)

2005-11-11 Thread Nenad Antic
Eric Blake wrote, on 11/7/2005 3:35 PM: BTW i think there is a bug in the snapshot in file /usr/include/sys/stdio.h, line 338. Had to change: -ssize_t _EXFUN(__getline, (char **, size_t *, FILE *)); +ssize_t _EXFUN(__getline, (char **, size_t *, int, FILE *)); No, this is wrong. getlin

Error in GetICMProfile() declaration

2005-11-11 Thread Paul J. Lucas
In /usr/include/w32api/wingdi.h, GetICMProfile() has its second argument declared as a DWORD. According to: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/icm/icm_5aed.asp it should be declared as an LPDWORD. Indeed, in order to call this function correctly, I current have to

RE: nfs problems

2005-11-11 Thread Rodrigo Amestica
Hi Sam, many thanks for following up on this problem. Does your local windows machine has more than 2 (two) hard drives? In my machine, c: and d: are two different drives. I have tried by creating /exports/c and /exports/d as explained in the README file. First I just created /exports/d; mo

Re: Hard links on a UDF file system

2005-11-11 Thread Corinna Vinschen
On Nov 11 17:54, Jason Pearce wrote: > I have a removable disc (IOMEGA REV), and I want to use cygwin to take > backups using cp -l and rsync as per > http://www.mikerubel.org/computers/rsync_snapshots/ > This requires hard links to work, which they do on the NTFS partitions, > but the IOMEGA ha

Re: [ANNOUNCEMENT] updated: postgresql-8.0.4-1 and 8.1.0-1

2005-11-11 Thread René Berber
Reini Urban wrote: > postgresql 8.0.4 and 8.1.0 is released. Just a note, changing from 7.4.5 to 8.1.0 breaks Xemacs 21.4.17. Somehow Xemacs depends on pq.dll which came with the old postgresql, the new one only has cygpq.dll; why does Xemacs depends on postgresql? Regards. -- René Berber --

RE: Cygwin NFSD 2.3.3

2005-11-11 Thread Robb, Sam
[ redirecting to the cygwin mailing list... ] > I've just been trying to get Cygwin NFSD working on a WinXP x64 > workstation using Cygwin version 1.5.18(0.132/4/2). > > I have nearly got a working setup, but I have run into a particular > problem. The problem involves running "/bin/pwd" on the U

Hard links on a UDF file system

2005-11-11 Thread Jason Pearce
I have a removable disc (IOMEGA REV), and I want to use cygwin to take backups using cp -l and rsync as per http://www.mikerubel.org/computers/rsync_snapshots/ This requires hard links to work, which they do on the NTFS partitions, but the IOMEGA has a UDF file system and they don't seem to wo

Re: Hang with 20051018 (3rd version) snapshot while building OOo

2005-11-11 Thread Volker Quetschke
> (snip) >>Unfortunately it still does hang. See here: >> for details. > > It's still hanging in a multimedia timer call, which is "interesting". > > The latest snapshot comments out the part of the code which sets the > timer resolution, on the off cha

Re: Binary file write has CRLF inserted

2005-11-11 Thread Eric Blake
> I have used cygwin to build the GCC ARM tools and libraries. I am using the > cygwin1.dll for running my application on windows. > > fp = fopen("c:\\hi.yuv", "wb"); There's your problem. Use POSIX names if you want POSIX behavior. Try fopen("/cygdrive/c/hi.yuv") instead. -- E

Binary file write has CRLF inserted

2005-11-11 Thread DSP Tech
Hi, I have used cygwin to build the GCC ARM tools and libraries. I am using the cygwin1.dll for running my application on windows. But file write in my application program has problem. The code is { FILE *fp; fp = fopen("c:\\hi.yuv", "wb"); fwr

Re: boost program_options library with cygwin

2005-11-11 Thread Thomas Porschberg
On Thu, Nov 10, 2005 at 10:25:40AM -0800, Brian Dessent wrote: > Thomas Porschberg wrote: > > > because libcppunit was built as cygwin-library. I resolved the > > problem by compiling the library from sources with -mno-cygwin > > flag. And then I used this library for both, my application > > cygw

Re: shutdown 1.7.1 problem on windows 2000

2005-11-11 Thread Corinna Vinschen
On Nov 11 12:42, Selmi Luko? wrote: > hello > > my problem is that when i launch it with > shutdown -f -s 15 > then it correctly terminates the windows session and everything but doesn't > switch off computer, it will stay with message that it is safe to turn off > computer http://cygwin.com/ml/

shutdown 1.7.1 problem on windows 2000

2005-11-11 Thread Selmi Lukoš
hello my problem is that when i launch it with shutdown -f -s 15 then it correctly terminates the windows session and everything but doesn't switch off computer, it will stay with message that it is safe to turn off computer however when i shutdown windows manually (or for example when i set win

Re: Hang with 20051018 (3rd version) snapshot while building OOo

2005-11-11 Thread Corinna Vinschen
On Nov 7 11:18, Volker Quetschke wrote: > (snip) > >>>There's a new snapshot with even more debugging available now. > >> > >>Here is the new strace: > > > > That one showed that cygwin was hanging in a windows function that > > shouldn't really hang.

Re: Sony rootkit

2005-11-11 Thread Corinna Vinschen
On Nov 11 08:12, tom potts wrote: > I was wondering if cygwin can see the "$sys$" files > after the sony rootkit has corrupted their computer? Since the $sys$ prefix is handled on a device driver level, it's very unlikely. You will understand that I don't want to install the Sony rootkit to test

Sony rootkit

2005-11-11 Thread tom potts
I was wondering if cygwin can see the "$sys$" files after the sony rootkit has corrupted their computer? ___ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yah