[PATCH] Setup.exe package search/filter (PING cgf)

2009-04-24 Thread Dave Korn
Prompted by Marcio (thanks!), I went back to the setup.exe filter search patch. The one outstanding issue, you may remember, was the need to set a minimum size for the setup dialog, to prevent horrible ugliness when the controls overdrew each other or went outside the client area. On

Re: [PATCH] Setup.exe package search/filter (PING cgf)

2009-04-24 Thread Dave Korn
Dave Korn wrote: So here's an updated and retested version of the patch done under the assumption that reverting that change will be acceptable; if not, I can find a different way of doing it. Ok for head? Doh, no, obviously not, I left a bunch of debugging in. Hang on ten minutes, I'll

Re: [PATCH] Setup.exe package search/filter (PING cgf)

2009-04-24 Thread Dave Korn
Dave Korn wrote: So here's an updated and retested and corrected! version of the patch done under the assumption that reverting that change will be acceptable; if not, I can find a different way of doing it. Ok for head? 2009-04-24 Andrew Punch and...@x.xxx.xx *

Re: [PATCH] Setup.exe package search/filter (PING cgf)

2009-04-24 Thread Christopher Faylor
On Fri, Apr 24, 2009 at 08:30:36PM +0100, Dave Korn wrote: Prompted by Marcio (thanks!), I went back to the setup.exe filter search patch. The one outstanding issue, you may remember, was the need to set a minimum size for the setup dialog, to prevent horrible ugliness when the controls

Re: [PATCH] Setup.exe package search/filter (PING cgf)

2009-04-24 Thread Christopher Faylor
On Fri, Apr 24, 2009 at 08:31:23PM +0100, Dave Korn wrote: Dave Korn wrote: So here's an updated and retested version of the patch done under the assumption that reverting that change will be acceptable; if not, I can find a different way of doing it. Ok for head? Doh, no, obviously

Re: [PATCH] Setup.exe package search/filter (PING cgf)

2009-04-24 Thread Dave Korn
Christopher Faylor wrote: If you are talking about the commenting out of psd.hasMinRect = true; then it looks like that was unintentional. Yep, that's exactly what I meant. Looks good. Thanks. Thanks, I shall commit it. cheers, DaveK

[RFU 1.5 and 1.7] gnugo 3.8

2009-04-24 Thread A.R. Burgers
Hello, I've uploaded binary and source packages of gnugo-3.8-1 (cygwin 1.5) and gnugo-3.8-2 (cygwin-1.7). These version depend on libncurses-9 instead of libncurses-8. This is an update to the next development and currently best version. wget -x -nH --cut-dirs=2 \

Re: pstree on windows xp - find process spawned from windows process

2009-04-24 Thread nachum
Hi, I'm new to cygwin, and I am beginning to like it. I am having trouble though with child processes that have only Windows PIDs and not cygwin PIDs. When I run Xilinx bitgen from cygwin 2 processes are run both with the name bitgen.exe. Below I am running bitgen through make.

Re: R: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Eric Lilja
Marco Atzeri wrote: try LDFLAGS = -Wl,--enable-auto-import -o $(EXEC) Yes, that did fix it, thank you very much. I should have tried it myself and I apologise for not doing so. The reason why I didn't, is that the other programs I tried earlier worked even if I ignored this warning and

Re: pstree on windows xp - find process spawned from windows process

2009-04-24 Thread Corinna Vinschen
On Apr 24 00:27, nachum wrote: Regarding forking - you can see from my first post that bitgen is spawning a new process / PID and there is no way that I've found within cygwin to identify which program is the parent of the new fork. PID 504 is the new Sure. It's a native Windows process, not

Re: cygwin / ssh / veritas problem: PBX_Acceptor

2009-04-24 Thread Corinna Vinschen
On Apr 23 16:41, Can Ekingen wrote: I installed cygwin base and admin packages along with openssh on a windows server. Veritas volume manager 5.1 is also installed on this server. I can ssh to cygwin and run commands remotely by typing password. But I want to run commands without password.

Re: R: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Corinna Vinschen
On Apr 24 09:38, Eric Lilja wrote: cp Makefile Makefile3 then I opened it with my native windows emacs and it only says: file exists but cannot be read. So I checked the permissions on it with ls -l: $ ls -l Makefile3 -- 1 mindcooler None 299 Apr 24 09:32 Makefile3 and the

[ANNOUNCEMENT] Updated: rxvt-20050409-10

2009-04-24 Thread Charles Wilson
RXVT is a VT102 terminal emulator for both X and Windows. This is a bug fix and feature enhancement release. [[ compiled using gcc-3.4.4-999 ]] This will most likely be the final rxvt update for the cygwin-1.5 distribution; future development will continue with rxvt-20090409-20 for cygwin-1.7.

[ANNOUNCEMENT] [1.7] Updated: rxvt-20050409-20

2009-04-24 Thread Charles Wilson
RXVT is a VT102 terminal emulator for both X and Windows. This is a bug fix and feature enhancement release. [[ compiled using gcc-3.4.4-999 ]] This is the first release specific for cygwin-1.7. There are a few minor differences the between this package and the simultaneously- released

2.9 cpio -pm file modification time not retained for new directories

2009-04-24 Thread Michael Ryan
Hello, When I run a command similar to this: find srcdir -depth | cpio -pdvm archive-dir cpio v2.9 does not retain the modification timestamp of non-empty directories under srcdir that do not already exist in archive-dir, i.e. when cpio creates a new non-empty directory under archive-dir

Re: Updated: rxvt-20050409-10

2009-04-24 Thread Thomas Wolff
RXVT is a VT102 terminal emulator for both X and Windows. This is a bug fix and feature enhancement release. ... CHANGES (from rxvt-20090409-9) === ... o Restore Alt-Space behavior (e.g. pass thru to windows, to allow access to Minimize/Maximze/Restore menu).

UTF-8 (was: Re: Updated: rxvt-20050409-10)

2009-04-24 Thread Andy Koppe
2009/4/24 Thomas Wolff: Also (I know I asked this already 1 or 2 years ago...) do you see any chance now to combine the stand-alone feature (libW11...) with rxvt-unicode? (Maybe it's a new challenge for someone now that cygwin introduced native Unicode support) You might want to give MinTTY

Re: R: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Eric Lilja
Corinna Vinschen wrote: On Apr 24 09:38, Eric Lilja wrote: cp Makefile Makefile3 then I opened it with my native windows emacs and it only says: file exists but cannot be read. So I checked the permissions on it with ls -l: $ ls -l Makefile3 -- 1 mindcooler None 299 Apr 24 09:32

SFTP - Maintaining Windows file permissions

2009-04-24 Thread Scott D Friedemann
When a user uploads a file via SFTP, the file has permissions only for the user who uploaded it. If another users tries to upload a new version, he gets a permissions error. Is it possible to set the default so that the Windows file permissions for the directory are followed? Or is there

Re: djbdns?

2009-04-24 Thread Dave Korn
Alexy Khrabrov wrote: I'd like to run my own caching resolver, preferably DJB's dnscache. Probably daemontools could not run on Windows easily, but what about just dnscache? I don't think it's been tried on Cygwin a great deal. I found this post which says that the resolver can be made to

Re: R: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Dave Korn
Eric Lilja wrote: Marco Atzeri wrote: try LDFLAGS = -Wl,--enable-auto-import -o $(EXEC) Yes, that did fix it, thank you very much. I should have tried it myself and I apologise for not doing so. The reason why I didn't, is that the other programs I tried earlier worked even if I ignored

Re: Similar Cron issue--Cron wont do anything

2009-04-24 Thread Pierre A. Humblet
- Original Message - From: LAU2 To: cygwin@cygwin.com Sent: Thursday, April 23, 2009 7:53 PM Subject: Re: Similar Cron issue--Cron wont do anything | | Pierre A. Humblet wrote: | | | - Original Message - | From: LAU2 | To: cygwin@cygwin.com | Sent: Thursday, April 23,

Re: R: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Corinna Vinschen
On Apr 24 13:29, Eric Lilja wrote: Quite recently, however, I moved from XP to Vista and some of these projects haven't been touched since I used XP (like the one I've been asking about in this thread). Do you think that is the problem, me moving from XP to Vista and using files I in

RE: [ANNOUNCEMENT] Updated: rxvt-20050409-10

2009-04-24 Thread Phil Betts
Charles Wilson wrote: o Restore Alt-Space behavior (e.g. pass thru to windows, to allow access to Minimize/Maximze/Restore menu). Reported by Davide Dente. You say restore, but I've never seen this behaviour in rxvt. Did it only make a transient appearance? Alt-Space is used in emacs

Re: cygwin / ssh / veritas problem: PBX_Acceptor

2009-04-24 Thread Can Ekingen
Thanks for the detailed answer. But when I run passwd -R , I get passwd: unknown option -- R error. Even Administrator user gets the same error . ps -ef shows cygrunsrv is owned by SYSTEM Also I wanted to try Method 2 but I can't find cyglsa-config , neither in /bin nor in /usr/bin directory.

[ANNOUNCEMENT] [1.7] Updated: octave-3.0.5

2009-04-24 Thread Marco Atzeri
New versions of {octave,octave-devel,octave-doc}-3.0.5-2 for cygwin-1.7 are available in the Cygwin distribution: This is a new upstream version focused on error correction on previous release. The GNU Octave language for numerical computations Octave is a (mostly Matlab (R) compatible)

Re: 2.9 cpio -pm file modification time not retained for new directories

2009-04-24 Thread Corinna Vinschen
On Apr 24 12:16, Michael Ryan wrote: Hello, When I run a command similar to this: find srcdir -depth | cpio -pdvm archive-dir cpio v2.9 does not retain the modification timestamp of non-empty directories under srcdir that do not already exist in archive-dir, i.e. when cpio creates

Re: cygwin / ssh / veritas problem: PBX_Acceptor

2009-04-24 Thread Corinna Vinschen
On Apr 24 12:09, Can Ekingen wrote: Thanks for the detailed answer. But when I run passwd -R , I get passwd: unknown option -- R error. Even Administrator user gets the same error . ps -ef shows cygrunsrv is owned by SYSTEM Also I wanted to try Method 2 but I can't find cyglsa-config ,

Re: Updated: rxvt-20050409-10

2009-04-24 Thread Charles Wilson
Thomas Wolff wrote: o Restore Alt-Space behavior (e.g. pass thru to windows, to allow access to Minimize/Maximze/Restore menu). Reported by Davide Dente. I'm not sure whether this is appreciable. Wouldn't users of a terminal from the Unix world like to retain its features and want to

Re: [ANNOUNCEMENT] Updated: rxvt-20050409-10

2009-04-24 Thread Charles Wilson
Phil Betts wrote: Charles Wilson wrote: o Restore Alt-Space behavior (e.g. pass thru to windows, to allow access to Minimize/Maximze/Restore menu). Reported by Davide Dente. You say restore, but I've never seen this behaviour in rxvt. Did it only make a transient appearance? Every

Re: [ANNOUNCEMENT] Updated: rxvt-20050409-10

2009-04-24 Thread Dave Korn
Charles Wilson wrote: (I'm just kidding about removing the native functionality from rxvt. Thanks. Just to present an alternative point of view, I think interfering with the standard system accelerators is egregious and should be avoided, certainly in any default mode at any rate. IMO,

Re: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Dave Korn
Eric Lilja wrote: The code was written september 2007 and then it ran and displayed its output just fine. It's a simple AVL Tree with a small test program. I'm using g++ 4.3.2. Something seems to be up with cygcheck too, because I have attached the wierd looking output it gave me (and it took

Re: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Eric Lilja
Hi Dave! Dave Korn wrote: Something seems to be up with tar as well, unless you meant for all those files to have no perms when unpacked? $ tar xvf cpp-program.tar AVL_Tree.h AVL_Tree.cc avl_tree-test.cc Makefile $ ls -lart total 105 -- 1 DKAdmin None 299 Sep 13 2007 Makefile

Re: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Dave Korn
Eric Lilja wrote: Yes, it does. :) But you knew that already since you have already replied? :) Or maybe something happened when you posted and one got delayed. Nah, ISHFRTTBIDRIGSIT! cheers, DaveK -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Eric Lilja
Dave Korn wrote: Eric Lilja wrote: Yes, it does. :) But you knew that already since you have already replied? :) Or maybe something happened when you posted and one got delayed. Nah, ISHFRTTBIDRIGSIT! I should have..., I give up, and so does google! Care to enlighten me? :) - Eric

Re: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Dave Korn
Eric Lilja wrote: Dave Korn wrote: Eric Lilja wrote: Yes, it does. :) But you knew that already since you have already replied? :) Or maybe something happened when you posted and one got delayed. Nah, ISHFRTTBIDRIGSIT! I should have..., I give up, and so does google! Care to

RE: Re: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Thrall, Bryan
Eric Lilja wrote on Friday, April 24, 2009 3:45 PM: Dave Korn wrote: Eric Lilja wrote: Yes, it does. :) But you knew that already since you have already replied? :) Or maybe something happened when you posted and one got delayed. Nah, ISHFRTTBIDRIGSIT! I should have..., I give up,

Re: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Eric Lilja
Dave Korn wrote: Eric Lilja wrote: Dave Korn wrote: Eric Lilja wrote: Yes, it does. :) But you knew that already since you have already replied? :) Or maybe something happened when you posted and one got delayed. Nah, ISHFRTTBIDRIGSIT! I should have..., I give up, and so does google!

[ANNOUNCEMENT] update: 1.5: gnugo-3.8-1, 1.7: gnugo-3.8-2

2009-04-24 Thread A.R. Burgers
gnugo has been updated to gnugo-3.8-1 for cygwin 1.5, cygwin 3.8-2 for cygwin 1.7 Go is a boardgame originating from Asia. Gnu Go is a state of the art go playing program. The announcement of gnugo-3.8 can be found here: http://lists.gnu.org/archive/html/gnugo-announce/2009-02/msg1.html

Re: C++ program produces no output (g++ 4.3.2, cygwin 1.7)

2009-04-24 Thread Dave Korn
Eric Lilja wrote: :) Btw, Dave, you didn't answer the question what version you were using when you compiled my program? Regarding the warnings I don't see that you see (not the auto-import stuff...). Oh, so I didn't. I was using 4.3.2-2, but I have some local mods to the C++ header.

Re: SFTP - Maintaining Windows file permissions

2009-04-24 Thread Larry Hall (Cygwin)
Scott D Friedemann wrote: When a user uploads a file via SFTP, the file has permissions only for the user who uploaded it. If another users tries to upload a new version, he gets a permissions error. Is it possible to set the default so that the Windows file permissions for the directory

Re: SFTP - Maintaining Windows file permissions

2009-04-24 Thread Scott D Friedemann
Larry Hall (Cygwin) wrote: See 'nontsec' in http://cygwin.com/cygwin-ug-net/using-cygwinenv.html for Cygwin 1.5 or 'noacl' in http://cygwin.com/1.7/cygwin-ug-net/using-utils.html#mount for Cygwin 1.7. Yes. This is what I need. Or is there another method to use so that all users have write

Updated: rxvt-20050409-10

2009-04-24 Thread Charles Wilson
RXVT is a VT102 terminal emulator for both X and Windows. This is a bug fix and feature enhancement release. [[ compiled using gcc-3.4.4-999 ]] This will most likely be the final rxvt update for the cygwin-1.5 distribution; future development will continue with rxvt-20090409-20 for cygwin-1.7.

[1.7] Updated: rxvt-20050409-20

2009-04-24 Thread Charles Wilson
RXVT is a VT102 terminal emulator for both X and Windows. This is a bug fix and feature enhancement release. [[ compiled using gcc-3.4.4-999 ]] This is the first release specific for cygwin-1.7. There are a few minor differences the between this package and the simultaneously- released

[1.7] Updated: octave-3.0.5

2009-04-24 Thread Marco Atzeri
New versions of {octave,octave-devel,octave-doc}-3.0.5-2 for cygwin-1.7 are available in the Cygwin distribution: This is a new upstream version focused on error correction on previous release. The GNU Octave language for numerical computations Octave is a (mostly Matlab (R) compatible)

update: 1.5: gnugo-3.8-1, 1.7: gnugo-3.8-2

2009-04-24 Thread A.R. Burgers
gnugo has been updated to gnugo-3.8-1 for cygwin 1.5, cygwin 3.8-2 for cygwin 1.7 Go is a boardgame originating from Asia. Gnu Go is a state of the art go playing program. The announcement of gnugo-3.8 can be found here: http://lists.gnu.org/archive/html/gnugo-announce/2009-02/msg1.html