Re: How to access soundcard in cygwin

2004-01-06 Thread Igor Pechtchanski
Kaiduan, Your mailer *still* doesn't respect the Reply-To: header. When it's set to the Cygwin list, this means that I'd like the reply to go to the Cygwin list, not to me personally. There is no need to Cc: me -- I read the list. To answer your question: sure it's possible to use Windows API i

Re: How to access soundcard in cygwin

2004-01-06 Thread kaiduan xie
Igor, What I am going to do is to port a Voice over IP client from Linux to Cygwin. It needs to read the voice sample from soundcard, encode it using some kind encoding algorithm, such as GSM, G.711, etc, and then send out to network in real time. At the same time, read the voice data packet from

Re: How to access soundcard in cygwin

2004-01-06 Thread Igor Pechtchanski
Kaiduan, Please make sure your mailer respects the Reply-To: header -- I set it for a reason. All discussion of Cygwin-related subjects should happen on the Cygwin list unless specifically requested otherwise. This automatically makes it available to other people who care to look (through the li

I can't import pgdb modulo using Python

2004-01-06 Thread Manuel Tejada
Hello Everybody: I am using Cygwin on Windows ME. When I had Python 2.3.2 installred I tried to import pgdb module to make a connection to PostgreSQL 7.4 but never made a succeed importing "pgdb". See in the next lines why: -- >>> import pgdb Traceback (most recent call

Re: How to access soundcard in cygwin

2004-01-06 Thread Igor Pechtchanski
On Tue, 6 Jan 2004, kaiduan xie wrote: > Hi, all, > > I am going to port a Linux program that read/write the > soundcard with OSS driver to Cygwin. Can anyone tell > me if it is possible to use the OSS API as in Linux to > read/write the soundcard? Depends on what the OSS API does. AFAIK, nobody

How to access soundcard in cygwin

2004-01-06 Thread kaiduan xie
Hi, all, I am going to port a Linux program that read/write the soundcard with OSS driver to Cygwin. Can anyone tell me if it is possible to use the OSS API as in Linux to read/write the soundcard? If not, how to do that in Cygwin? Thanks. kaiduan

problem with cygwin emacs and revert-buffer

2004-01-06 Thread Swenson, Eric
I'm having a problem with emacs buffer corruption when I use the revert-buffer command. Buffer corruption *only* occurs when I use the version of emacs (either emacs or emacs-nox) that comes with cygwin. The GNU emacs that build NOT for cygwin and NOT with the cygwin libraries (I guess this is ca

Re: read-only mounts

2004-01-06 Thread Igor Pechtchanski
On Tue, 6 Jan 2004, Rob S.i.k.l.o.s. wrote: > Hello, > > I've searched the mailing list archives, but haven't found anything > recent/relevant. > > Is there any way to create a mount point that is read-only by everyone? > > The reason I want to do this is because I want users logging in anonymousl

read-only mounts

2004-01-06 Thread Rob S.i.k.l.o.s.
Hello, I've searched the mailing list archives, but haven't found anything recent/relevant. Is there any way to create a mount point that is read-only by everyone? The reason I want to do this is because I want users logging in anonymously to my inetd ftpd to be able to access directories not un

RE: 1.5.5-1:libpcre0 package missing when I chose the Download fr om Internet install option.

2004-01-06 Thread Chan, Stephen (IT)
Hi Larry, Good question. Pair.com is listed under available sites. It is listed as a ftp url. ftp://ftp.cygwin.mirrors.pair.com I think the issue is that by default setup.exe "Skips" libpcre0. To get less to work, I had to click into the "Libs" section of the setup preview and "check" libpcre

RE: 1.5.5-1:libpcre0 package missing when I chose the Download from Internet install option.

2004-01-06 Thread Igor Pechtchanski
Larry, It's (the one in Pennsylvania). It also seems to be valid (i.e., the '@ less' entry in its setup.ini has the libpcre0 requirement). This is probably a setup issue. To the OP: If you use 'IE5 settings' in setup, try marking the 'check cached documents eve

RE: 1.5.5-1:libpcre0 package missing when I chose the Download fr om Internet install option.

2004-01-06 Thread Larry Hall
Steve, Is pair.com a valid Cygwin mirror site? I don't see it on the list of available sites in setup. It's possible that this site is old/ unreliable/no longer a mirror. Please try one of the other sites listed by setup and report back if you still see the problem. Thanks, Larry At 12:59

RE: 1.5.5-1:libpcre0 package missing when I chose the Download fr om Internet install option.

2004-01-06 Thread Chan, Stephen (IT)
Christopher, I may have found the issue. It looks like the default in setup.exe is not to download libpcre0. But the "less" program in the cygwin distribution seems to depend on libpcre0. Steve -Original Message- From: Chan, Stephen (IT) Sent: Friday, January 02, 2004 2:42 PM To: '[E

Re: Can't update cygwin, won't connect to any ftp server

2004-01-06 Thread Igor Pechtchanski
On Tue, 6 Jan 2004, Tim Partridge wrote: > I redownloaded the setup.exe file today to update my cygwin install, so > I have the most current version, 2.416. I'm running WinXP. > > When I try to update my installation, I always receive the error > "unable to get setup.ini from

RE: Can't update cygwin, won't connect to any ftp server

2004-01-06 Thread Dave Korn
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tim Partridge [snip] > When I try to update my installation, I always receive the > error "unable to get setup.ini from > ". > I performed the following ste

Re: Can't update cygwin, won't connect to any ftp server

2004-01-06 Thread Christopher Faylor
On Tue, Jan 06, 2004 at 12:28:44PM -0500, Tim Partridge wrote: >When I try to update my installation, I always receive the error >"unable to get setup.ini from ". > >Any suggestions? thanks, A pretty obvious suggestion: Use another mirror. -- Please use the

Can't update cygwin, won't connect to any ftp server

2004-01-06 Thread Tim Partridge
I redownloaded the setup.exe file today to update my cygwin install, so I have the most current version, 2.416. I'm running WinXP. When I try to update my installation, I always receive the error "unable to get setup.ini from ". I performed the following ste

RE: Cygwin / pthreads / stdio problem

2004-01-06 Thread Dave Korn
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Arash Partow > > > Hi, > > You gotta download the latest cygwin1.dll snapshot, that has > fixes for a lot of those threading problems. There are still > heaps of other problems but these things you

Re: Cygwin / pthreads / stdio problem

2004-01-06 Thread Arash Partow
Hi, You gotta download the latest cygwin1.dll snapshot, that has fixes for a lot of those threading problems. There are still heaps of other problems but these things you are describing have been previously encountered and resolved. http://cygwin.com/snapshots/cygwin1-20040103.dll.bz2 Regards

1.16-1.18´©Ô½Õã½­¹ÅÌïÖÁ½­Î÷æÄÔ´

2004-01-06 Thread cygwin@cygwin.com
浙江古田至江西婺源 活动难度:轻松 时间安排:星期五--星期日(星期五下午19:27出发-星期日23:00到上海) 活动路线:上海―衢州--浙江古田―石耳山―江西鹜源―杭州--上海 活动目的:两天到婺源的最佳路线,走过浙江的古田山自然保护区到位开发的婺源晓鳙村 行程安排: D1 19:27上海―衢州火车 23:49到达衢州,晚宿衢州市 07:30出发往苏庄镇(那里的豆腐很香) 10:30抵达苏庄镇吃饭采购补给 12:00抵达平坑村(穿越的起点) 16:00行走到龙上村(穿越途中的营地) D2 08:00出发爬山(石耳山海拔1200米左右)