Updated mutt

2005-05-22 Thread Gary R. Van Sickle
...is here: http://home.att.net/~g.r.vansickle/cygwin/mutt/mutt-1.4.2.1i-1.tar.bz2 http://home.att.net/~g.r.vansickle/cygwin/mutt/mutt-1.4.2.1i-1-src.tar.bz2 http://home.att.net/~g.r.vansickle/cygwin/mutt/setup.hint -- Gary R. Van Sickle

Re: Updated mutt

2005-05-22 Thread Corinna Vinschen
On May 22 03:49, Gary R. Van Sickle wrote: ...is here: http://home.att.net/~g.r.vansickle/cygwin/mutt/mutt-1.4.2.1i-1.tar.bz2 http://home.att.net/~g.r.vansickle/cygwin/mutt/mutt-1.4.2.1i-1-src.tar.bz2 http://home.att.net/~g.r.vansickle/cygwin/mutt/setup.hint Uploaded. I removed 1.4.1-1.

Re: new setup for testing

2005-05-22 Thread Gerrit P. Haase
Brian Dessent wrote: You can find the test version here: http://cygwin.com/setup-snapshots/setup-2.506-alpha.exe This doesn't work for me anymore when called with -5 parameter. I have W2K Prof. Gerrit -- =^..^=

Re: new setup for testing

2005-05-22 Thread Brian Dessent
Gerrit P. Haase wrote: This doesn't work for me anymore when called with -5 parameter. I have W2K Prof. That was a change of Max's. The --no-md5 / -5 option is gone completely, as is the functionality it was meant to inhibit. There is no more pre-checking of md5s for local repositories.

Re: new setup for testing

2005-05-22 Thread Gerrit P. Haase
Brian Dessent wrote: Gerrit P. Haase wrote: This doesn't work for me anymore when called with -5 parameter. I have W2K Prof. That was a change of Max's. The --no-md5 / -5 option is gone completely, as is the functionality it was meant to inhibit. There is no more pre-checking of md5s

Re: new setup for testing

2005-05-22 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Gerrit P. Haase wrote: Brian Dessent wrote: You can find the test version here: http://cygwin.com/setup-snapshots/setup-2.506-alpha.exe This doesn't work for me anymore when called with -5 parameter. I have W2K Prof. Gerrit The column headers disappear

Re: new setup for testing

2005-05-22 Thread Brian Dessent
Gerrit P. Haase wrote: The column headers disappear partially when switching back from full screen view to normal view, see attached screenshot. It works at first, breaks after using the radio buttons one time, e.g. switch from 'curr' to 'exp' then toggle back from full screen view to

State of ddd and cygipc package

2005-05-22 Thread Corinna Vinschen
Since cygserver exists for quite some time now, I'm wondering why the ddd package still references cygipc. I'd like to ask the ddd maintainer to come up with a new package which just uses the cygserver IPC stuff instead of using cygipc. The next step would be to either move the cygipc package

Re: State of ddd and cygipc package

2005-05-22 Thread Igor Pechtchanski
On Sun, 22 May 2005, Corinna Vinschen wrote: [snip] The next step would be to either move the cygipc package into the _obsolete (aka ZZZRemovedPackages) group, or remove it entirely. In case of cygipc I think that removing the package is the way to go. Well, if the package is simply

make of glib-2.6.4 fails

2005-05-22 Thread jose isaias cabrera
Greetings! I am trying to build glib 2.6.4, since a package that I want to build requires it. the configure part went ok without errors. I configured with the --prefix=/usr option on. Here is the last part of the make run: ... ... bs/gspawn.o .libs/gwin32.o -Wl,--whole-archive

[patch] dump service info in cygcheck

2005-05-22 Thread Brian Dessent
(Okay, this time I hope this is the correct mailing list since this lives in winsup/utils.) Here is a first stab at the aforementioned patch to dump service information for cygcheck -s. If you do not provide -v then you get the condensed output (i.e. cygrunsrv -Q service for each service),

Do network programs work well?

2005-05-22 Thread Alireza Ghasemi
Hello All, I have compiled some network programs and libraries with cygwin.But it seems that they don't work properly.for example Prozilla never begins downloading and always says it can't resolve host(while host is available for other programs). or libspopc test programs say Operation not

Re: Do network programs work well?

2005-05-22 Thread Brian Dessent
Alireza Ghasemi wrote: I have compiled some network programs and libraries with cygwin.But it seems that they don't work properly.for example Prozilla never begins downloading and always says it can't resolve host(while host is available for other programs). or libspopc test programs say

Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Hello Cygwinners, I'm getting this errorcode when running my local mozilla build: #define ENOTSUP 134 /* Not supported */ when this call is issued: rv = pthread_attr_setschedparam(tattr, schedule); Is pthread_attr_setschedparam() not supported? What can I do about it?

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Corinna Vinschen
On May 22 14:00, Gerrit P. Haase wrote: Is pthread_attr_setschedparam() not supported? No. What can I do about it? Is it save to comment this call? Implement it. Probably yes. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Corinna Vinschen wrote: On May 22 14:00, Gerrit P. Haase wrote: Is pthread_attr_setschedparam() not supported? No. What can I do about it? Is it save to comment this call? Implement it. Probably yes. And why is this in /usr/include/sys/features.h:87 then: # define

Re: [patch] several new features for cygrunsrv

2005-05-22 Thread Corinna Vinschen
Hi Brian, On May 21 18:40, Brian Dessent wrote: Corinna Vinschen wrote: I really like this patch, cool stuff. However, I have two nits. First, your patch adds new options, so it should also add some wording to cygrunsrv.README. Okay, here is a new patch. Thanks :-) *

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Corinna Vinschen
On May 22 15:04, Gerrit P. Haase wrote: And why is this in /usr/include/sys/features.h:87 then: # define _POSIX_THREAD_PRIORITY_SCHEDULING1 ? Yup, you're right, I just replied without looking into the source first (which, btw., is always a good way of figuring stuff out by yourself,

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Corinna Vinschen wrote: On May 22 15:04, Gerrit P. Haase wrote: And why is this in /usr/include/sys/features.h:87 then: # define _POSIX_THREAD_PRIORITY_SCHEDULING 1 ? Yup, you're right, I just replied without looking into the source first (which, btw., is always a good way of figuring

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Corinna Vinschen wrote: On May 22 15:04, Gerrit P. Haase wrote: And why is this in /usr/include/sys/features.h:87 then: # define _POSIX_THREAD_PRIORITY_SCHEDULING1 ? Yup, you're right, I just replied without looking into the source first (which, btw., is

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Corinna Vinschen
On May 22 15:42, Gerrit P. Haase wrote: Corinna Vinschen wrote: On May 22 15:04, Gerrit P. Haase wrote: And why is this in /usr/include/sys/features.h:87 then: # define _POSIX_THREAD_PRIORITY_SCHEDULING 1 ? Yup, you're right, I just replied without looking into the source first

trying to compile mod_dosevasive with cygwin and getting errors

2005-05-22 Thread Tony Guadagno
Hi, Sorry, I am new at this. Could someone please help. I have cygwin 1.5.16-1 and apache 2.0.54 I have compiled the apache source with no problem. I use the following command to compile mod_dosevase and get the following error: I am sure I am not doing something right...could someone

Re: [patch] several new features for cygrunsrv

2005-05-22 Thread Brian Dessent
Corinna Vinschen wrote: I'm wondering if that's a good idea. Consider a script trying to evaluate `cygrunsrv -L -V' output. It sounds easier to check only for stdout path and stderr path instead for also a third, combined alternative. Okay, I've reverted that change. You won't be able to

Re: trying to compile mod_dosevasive with cygwin and getting errors

2005-05-22 Thread Brian Dessent
Tony Guadagno wrote: chmod 755 /usr/local/apache2/modules/mod_dosevasive20.so chmod: cannot access `/usr/local/apache2/modules/mod_dosevasive20.so': No such f ile or directory apxs:Error: Command failed with rc=65536 Shared libraries normally end in .dll not .so under Cygwin and Windows.

Re: What tools does Cygwin contain? ( pinky)

2005-05-22 Thread zzapper
Drat, I meant to add and most interestingly: http://cygwin.com/packages/cygutils/ Which contains for instance msgtool, namei, ipck semtool which I'd never heard of -- zzapper vim -c :%s%s*%Cyrnfr)fcbafbe[Oenz(Zbbyranne%|:%s)[[()])-)Ig|norm Vg? http://www.rayninfo.co.uk/tips/ vim, zsh

Re: trying to compile mod_dosevasive with cygwin and getting errors

2005-05-22 Thread Tony Guadagno
Brian, Thanks for the reply. I found this article. it references cyghttpd.dll that needs to be linked in. The article is old and I cannot find this dll in my installation. Do I have to link in a cygwin lib with the apxs script to make this work? http://httpd.apache.org/docs/cygwin.html

Re: trying to compile mod_dosevasive with cygwin and getting errors

2005-05-22 Thread Brian Dessent
Tony Guadagno wrote: Brian, Thanks for the reply. I found this article. it references cyghttpd.dll that needs to be linked in. The article is old and I cannot find this dll in my installation. Do I have to link in a cygwin lib with the apxs script to make this work? First of all,

Re: Is pthread_attr_setschedparam() not supported?

2005-05-22 Thread Gerrit P. Haase
Corinna Vinschen wrote: On May 22 15:42, Gerrit P. Haase wrote: Corinna Vinschen wrote: On May 22 15:04, Gerrit P. Haase wrote: And why is this in /usr/include/sys/features.h:87 then: # define _POSIX_THREAD_PRIORITY_SCHEDULING 1 ? Yup, you're right, I just replied without

Re: trying to compile mod_dosevasive with cygwin and getting errors

2005-05-22 Thread Gerrit P. Haase
Tony Guadagno wrote: Hi, Sorry, I am new at this. Could someone please help. I have cygwin 1.5.16-1 and apache 2.0.54 I have compiled the apache source with no problem. I use the following command to compile mod_dosevase and get the following error: I am sure I am not doing something

/etc/profile always does a cd $HOME

2005-05-22 Thread Sven Köhler
Hi, i'd like to use cygwin from a normal windows-app. The problem is, that i need a login-shell, so that all environment-vars are properly set. The problem: bash -li always changes the current workdir! IMHO, executing bash -li shouldn't change the workdir. No other system i know does that.

Re: /etc/profile always does a cd $HOME

2005-05-22 Thread René Berber
Sven Köhler wrote: i'd like to use cygwin from a normal windows-app. The problem is, that i need a login-shell, so that all environment-vars are properly set. The problem: bash -li always changes the current workdir! That's not a problem, it's a feature. IMHO, executing bash -li shouldn't

Re: /etc/profile always does a cd $HOME

2005-05-22 Thread Igor Pechtchanski
On Sun, 22 May 2005, Sven Köhler wrote: Hi, i'd like to use cygwin from a normal windows-app. The problem is, that i need a login-shell, so that all environment-vars are properly set. The problem: bash -li always changes the current workdir! IMHO, executing bash -li shouldn't change the

App run under rxvt shows files with backslashes

2005-05-22 Thread Gene Smith
When I run a particular compiler application from rxvt at work (via .bat and .mak files) the program prints file pathnames with normal unix forward slashes. I can click the file pathname and paste it to rxvt and run win32 gvim (with cyg-wrapper.sh by hermitte) and edit the file. This is on

Re: /etc/profile always does a cd $HOME

2005-05-22 Thread Sven Köhler
i'd like to use cygwin from a normal windows-app. The problem is, that i need a login-shell, so that all environment-vars are properly set. The problem: bash -li always changes the current workdir! That's not a problem, it's a feature. IMHO, executing bash -li shouldn't change the workdir.

Re: /etc/profile always does a cd $HOME

2005-05-22 Thread Sven Köhler
i'd like to use cygwin from a normal windows-app. The problem is, that i need a login-shell, so that all environment-vars are properly set. The problem: bash -li always changes the current workdir! So here's what i'd like to do. Perhaps you could help me with that: I'm trying to execute make

XML::LibXML on Cygwin

2005-05-22 Thread marcos rebelo
It is possible to install this Perl module in the Cygwin. When I do 'perl Makefile.pl' the script blows up and creats the file 'perl.exe.stackdump' I changed the code of the Makefile.pl inside the 'sub backtick' from open(STDOUT, $DEVNULL); open(STDERR, $DEVNULL); my $results =