RE: FW: Wide char support on cygwin

2007-04-27 Thread Arthi N (RBIN/ECM2)
Thank you for the reply, from this reply, I shall concentrate more on cygwin. But I have included the needed header inspite of that I get the error !) error: ISO C++ forbids declaration of `wostream' with no type 2) error: `std::wostream' should have been declared inside

Re: FW: Wide char support on cygwin

2007-04-27 Thread Holger Krull
Arthi N (RBIN/ECM2) schrieb: But I have included the needed header inspite of that I get the error !) error: ISO C++ forbids declaration of `wostream' with no type 2) error: `std::wostream' should have been declared inside `std' 3) error: `wostream' is neither

RE: FW: Wide char support on cygwin

2007-04-27 Thread Arthi N (RBIN/ECM2)
The source code is attached. Errors got during compilation : wstreamtest.cpp: In function `int main()': wstreamtest.cpp:17: error: `wistringstream' undeclared (first use this f wstreamtest.cpp:17: error: (Each undeclared identifier is reported only each function it appears in.)

RE: FW: Wide char support on cygwin

2007-04-27 Thread Arthi N (RBIN/ECM2)
On unix we use Workshop6U2p1 for compilation. Thanks and Regards Arthi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Holger Krull Sent: Friday, 27. April 2007 3:16 PM To: cygwin-xfree@cygwin.com Subject: Re: FW: Wide char support on cygwin

Re: FW: Wide char support on cygwin

2007-04-27 Thread Holger Krull
Arthi N (RBIN/ECM2) schrieb: Errors got during compilation : wstreamtest.cpp: In function `int main()': wstreamtest.cpp:17: error: `wistringstream' undeclared (first use this f I get the same. Very weird. Looks as if porting from Sun isn't as easy as suspected. There is entry in

x-mouse not raising: bug or incompatibility?

2007-04-27 Thread Tristen Hayfield
Hi, I have encountered an issue with X11 when using the x-mouse feature of the TweakUI powertoy in Windows XP. I have not been able to reproduce this bug/issue without X11. To reproduce it, do the following: 1. enable the x-mouse feature of the TweakUI powertoy 2. minimise a taskbar-grouped

disabling tcp sockets problems with winClipboardProc, winInitMultiWindowWM and winMultiWindowXMsgProc

2007-04-27 Thread Raul Acevedo
If I add -nolisten tcp to startxwin.sh, and change export DISPLAY=127.0.0.1:0.0 to export DISPLAY=:0.0, X half works. I get errors from winClipboardProc, winInitMultiWindowWM and winMultiWindowXMsgProc because they still think DISPLAY=127.0.0.1:0 and thus presumably try to listen on port 6000. I

winsup/cygwin/include/cygwin time.h

2007-04-27 Thread cgf
CVSROOT:/cvs/uberbaum Module name:winsup Changes by: [EMAIL PROTECTED] 2007-04-27 14:34:26 Modified files: cygwin/include/cygwin: time.h Log message: * include/cygwin/time.h: Use __cdecl on declaration. Remove declarations which are duplicated in

Re: Dumper produces unuseable dumps (fix).

2007-04-27 Thread Corinna Vinschen
Hi Pedro, On Apr 26 21:37, Pedro Alves wrote: Hi guys, I noticed that dumper isn't working for me, silently exiting without producing a dump, so I tried building it from source. The problem was that the bfd_set_arch_mach (core_bfd, bfd_arch_i386, 0) call was failing. I couldn't debug it,

Re: Dumper produces unuseable dumps (fix).

2007-04-27 Thread Christopher Faylor
On Fri, Apr 27, 2007 at 04:01:29PM +0100, Pedro Alves wrote: On 4/27/07, Corinna Vinschen wrote: Unfortunately, the patch is too big to fall under the trivial patch rule, so Red Hat needs a signed copyright assignment from you. Please have a look on http://cygwin.com/contrib.html, especially the

chmod() converts local domain socket file to regular file

2007-04-27 Thread Andrey Simonenko
Greetings, Has Cygwin 1.5.24-2 and XP. A program creates local domain socket. If S_IRUSR bit is removed from the socket file, then this file is converted to a regular file. This program shows this problem (check the output of ls -l sock): #include sys/types.h #include sys/socket.h #include

Re: Cygwin Installation Problems on Windows Vista

2007-04-27 Thread shannonk
I've had this problem with my installation as well and solve it by using the Windows XP Service Pack 2 compatibility mode (selectable in the Properties window of the Cygwin setup.exe executable). It installs fine now... hope it works out for you too. Kevin Hilton-3 wrote: Being using cygwin

Re: pygtk installs only in python2.4?

2007-04-27 Thread Helge Stenström
I have two python directories in cygwin/lib: python2.4, which only contains the directory site-packages, and python2.5, which contains a lot of stuff, but whose site-packes directory is mostly empty. The site-packages directory of python2.4 contains stuff which I assume comes from two different

Re: pygtk installs only in python2.4?

2007-04-27 Thread Jason Tishler
Helge, On Fri, Apr 27, 2007 at 12:49:31PM +0200, Helge Stenstr?m wrote: Is it the responsibility of the Python package, or by pygtk2 and Numeric to put their files in the correct python version directory? It is the responsibility of the 3rd party package (e.g., pygtk2) to put their files in

Re: pygtk installs only in python2.4?

2007-04-27 Thread Helge Stenström
2007/4/27, Jason Tishler [EMAIL PROTECTED]: Helge, On Fri, Apr 27, 2007 at 12:49:31PM +0200, Helge Stenstr?m wrote: Is it the responsibility of the Python package, or by pygtk2 and Numeric to put their files in the correct python version directory? It is the responsibility of the 3rd party

Re: pygtk installs only in python2.4?

2007-04-27 Thread Helge Stenström
Are there any other Python packages that put files in site-packages? Yes: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=usr%2Flib%2Fpython2.4 Plenty of packages, all faulty, for the moment. At least one package has got it right: python-pyrex.

Re: pygtk installs only in python2.4?

2007-04-27 Thread Samuel Thibault
Helge Stenström, le Fri 27 Apr 2007 14:54:12 +0200, a écrit : Plenty of packages, all faulty, for the moment. At least one package has got it right: python-pyrex. Well, that's mostly because it got added to cygwin after python2.5 got out :) The problem here is not it's the wrong place, it's

[ANNOUNCEMENT] Updated: bash-3.2.15-14

2007-04-27 Thread Eric Blake
A new release of bash, 3.2.15-14, has been uploaded, replacing 3.2.15-13 as current. NEWS: = This is a minor patch release. It works around a latent upstream bug that was exposed by release 11, where certain builtins leaked output when invoked inside command substitution, such as: echo

1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Angel Robert Lynas
Cygwin version 1.5.24-2, gcc version 3.4.4 Windows XP Hi all. There seems to be an issue with time.h under some circumstances with a new Cygwin version. Using a simple test program ( called t.c): #include time.h main() {} The problem arises when compilation is attempted with the -mrtd switch,

Re: 1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Christopher Faylor
On Fri, Apr 27, 2007 at 02:20:03PM +0100, Angel Robert Lynas wrote: Hi all. There seems to be an issue with time.h under some circumstances with a new Cygwin version. Using a simple test program ( called t.c): #include time.h main() {} The problem arises when compilation is attempted with the

RE: 1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Dave Korn
On 27 April 2007 14:20, Angel Robert Lynas wrote: Cygwin version 1.5.24-2, gcc version 3.4.4 Windows XP Hi all. There seems to be an issue with time.h under some circumstances with a new Cygwin version. Using a simple test program ( called t.c): #include time.h main() {} The problem

RE: 1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Dave Korn
On 27 April 2007 14:36, Christopher Faylor wrote: I've added __cdecl's to the function declarations in include/cygwin/time.h. Ah, of course that'll fix it. Ignore my last post. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info:

Compiling ping.c in cygwin (problem with headers)

2007-04-27 Thread pseudor
I was compiling the ping.c in the cygwin and got an error messages. Then I find out that the headers from /usr/include/netinet in Linux and cygwin are different (ip_icmp.h). How can make the ping.c to be compiled in the cygwin? Thank you. -- View this message in context:

Re: 1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Christopher Faylor
On Fri, Apr 27, 2007 at 02:42:44PM +0100, Dave Korn wrote: On 27 April 2007 14:36, Christopher Faylor wrote: I've added __cdecl's to the function declarations in include/cygwin/time.h. Ah, of course that'll fix it. Ignore my last post. Your message wasn't entirely wrong, though. I suspect that

[ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.3.8-1

2007-04-27 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.3.8-1. The tarballs should be available on a Cygwin mirror near you shortly. The only change between this version and the previous one is the following: o update to version 6.3.8 o build against Python 2.5 Old News: ===

Re: [ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.3.6-1

2007-04-27 Thread Jason Tishler
Volker, On Tue, Apr 03, 2007 at 11:52:33AM +0200, Dr. Volker Zell wrote: Jason Tishler writes: New News: === I have updated the version of fetchmail to 6.3.6-1. The tarballs should be available on a Cygwin mirror near you shortly. [snip] The following files

WMIC hangs

2007-04-27 Thread Will/Strobel
Objective: ssh into windows run to wmic.exe Problem: when calling wmic.exe cmd line hangs, the process is being created, but nothing else. Once you kill wmic.exe it releases the cmd line back. Is there an issue with wmic or is there an environment var I need to set? -- Will Strobel LayerX

Re: installing DBD::mysql under cygwin

2007-04-27 Thread Matthew Woehlke
Fungazid wrote: Hello to [EMAIL PROTECTED]'T-DO-THAT.com people PLEASE DON'T DO THAT! There is a reason we have the www.cygwin.com/acronyms#PCYMTNQREAIYR policy, *PLEASE* don't violate it by hand, and with the mailing list address at that. -- Matthew Request to turn back time / And rectify

Re: WMIC hangs

2007-04-27 Thread Larry Hall (Cygwin)
Will/Strobel wrote: Objective: ssh into windows run to wmic.exe Problem: when calling wmic.exe cmd line hangs, the process is being created, but nothing else. Once you kill wmic.exe it releases the cmd line back. Is there an issue with wmic or is there an environment var I need to set?

[ANNOUNCEMENT] Updated: gzip-1.3.12-1

2007-04-27 Thread Christopher Faylor
The gzip package has been updated to version 1.3.12-1. This is the latest version of gzip available from ftp.gnu.org. It should fix the issue mentioned here: http://cygwin.com/ml/cygwin/2007-04/msg00680.html The NEWS file from gzip is included after the cygwin-unsubscribe info. For a brief

Re: WMIC hangs

2007-04-27 Thread Christopher Faylor
On Fri, Apr 27, 2007 at 11:51:29AM -0400, Larry Hall (Cygwin) wrote: Will/Strobel wrote: Objective: ssh into windows run to wmic.exe Problem: when calling wmic.exe cmd line hangs, the process is being created, but nothing else. Once you kill wmic.exe it releases the cmd line back. Is there

ftello/fgetpos bug

2007-04-27 Thread Eric Blake
I'm not sure if this is a newlib bug, or a cygwin bug in how the 32- vs. 64-bit versions of stdio functions are initialized for std{in,out,err}. For some reason, ftello and fgetpos fail to work on the default stdin, but have no problem once freopen or fopen has been in the loop. I'm still

[ANNOUNCEMENT] Updated: texinfo-4.8a-1

2007-04-27 Thread Christopher Faylor
I've made a new version of 'texinfo' available for installation. This is the most recent version of texinfo available from ftp.gnu.org. It has been modified so that it no longer tries to run gunzip.exe directly as mentioned here: http://cygwin.com/ml/cygwin/2007-04/msg00680.html Instead, it

Re: WMIC hangs

2007-04-27 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: On Fri, Apr 27, 2007 at 11:51:29AM -0400, Larry Hall (Cygwin) wrote: Will/Strobel wrote: Objective: ssh into windows run to wmic.exe Problem: when calling wmic.exe cmd line hangs, the process is being created, but nothing else. Once you kill wmic.exe it releases the

Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi I have installed latest cygwin software on windows XP. When I run C:\cygwin\cygwin.bat file then I run following command from command prompt: Env I get whole set of environment variables those are there in windows operating system. But when I do ssh [EMAIL PROTECTED] with correct

RE:WMIC hangs

2007-04-27 Thread Will/Strobel
I have changed the cygwin environment variable to only say ntsec for both console user as well for the sshd service and still no luck. I have found that if I call cmd then type {start wmic MyCommand} the wmic command will run, but that defeats my purpose, seeing I would like to write a script

Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Larry Hall (Cygwin)
Pandare, Prasad wrote: Hi I have installed latest cygwin software on windows XP. When I run C:\cygwin\cygwin.bat file then I run following command from command prompt: Env I get whole set of environment variables those are there in windows operating system. But when I do ssh

RE: Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi Larry, Thanks for quick reply. Which previous discussion you are talking about ? I have just subscribed to the mail today and I have delivery wherein I am supposed to Get all envirionment variables from remote machine without adding them manually like Following statement Export

RE: Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi folks, As I am new to UNIX and cygwin and stuck badly due to this environment variables Any suggestion to get me through(except manually setting them in .sh file) is welcome Thanks Prasad Pandare -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry

Re: WMIC hangs

2007-04-27 Thread Larry Hall (Cygwin)
Will/Strobel wrote: I have changed the cygwin environment variable to only say ntsec for both console user as well for the sshd service and still no luck. I have found that if I call cmd then type {start wmic MyCommand} the wmic command will run, but that defeats my purpose, seeing I would

Puzzling local share permissions problem with ssh sessions on Win2K3

2007-04-27 Thread Shankar Unni
I have a Win2K3 SP1 system, freshly installed with the latest bits, and sshd installed with privilege separation (using ssh_host_config). The /etc/passwd has both local and domain users (in that order), as does /etc/group. I have a local shared directory c:\Views (shared as

Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Larry Hall (Cygwin)
Pandare, Prasad wrote: Hi Larry, Thanks for quick reply. Which previous discussion you are talking about ? I have just subscribed to the mail today and I have delivery wherein I am supposed to Get all envirionment variables from remote machine without adding them manually like

Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Larry Hall (Cygwin)
http://cygwin.com/acronyms/#TOFU. Reformatted. Pandare, Prasad wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf ^^^ ^^^ Of Larry Hall (Cygwin) Sent: Friday, April 27, 2007 5:09 PM To:

Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Matthew Woehlke
Larry Hall (Cygwin) wrote: http://cygwin.com/acronyms/#TOFU. Reformatted. Pandare, Prasad wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf ^^^ ^^^ Of Larry Hall (Cygwin) Sent: Friday, April

Re: Puzzling local share permissions problem with ssh sessions on Win2K3

2007-04-27 Thread Andrew DeFaria
Shankar Unni wrote: I have a Win2K3 SP1 system, freshly installed with the latest bits, and sshd installed with privilege separation (using ssh_host_config). The /etc/passwd has both local and domain users (in that order), as does /etc/group. I have a local shared directory c:\Views

Re: perl DBD::mysql under cygwin question

2007-04-27 Thread Andrew DeFaria
fungazid fungazid wrote: Brian hello, Thank you a lot, this specific problem is solved. I used 1)./configure --prefix=/usr/local/mysql --without-server So you want no server... 2) make 3) make install 4) cd /usr/local/mysql/bin 5)./mysql -h 127.0.0.1 I tested mysql and it works. I still

RE: Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi Here is my problem details : = Step 1 . run C:\cygwin\cygwin.bat file = Step 2. Type env in command line to get environment

Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi Here is my problem details : = Step 1 . run C:\cygwin\cygwin.bat file = Step 2. Type env in command line to get environment

Re: Puzzling local share permissions problem with ssh sessions on Win2K3

2007-04-27 Thread Shankar Unni
Andrew DeFaria wrote: Hey Shankar. WAG here. With Windows 2K3 came more security. Check to see what your *share* permissions are - not just the permissions of the folder but the permissions of the share point. I believe MS added something like Network: Deny for security sake and that screws

Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Larry Hall (Cygwin)
Pandare, Prasad wrote: Hi Here is my problem details : snip You forgot the cygcheck output. My WAG based on the info so far is that you either aren't the same id (user) in both logins (i.e. one local and one domain - although it looks like both are domain) or environment variables are being

Updated: bash-3.2.15-14

2007-04-27 Thread Eric Blake
A new release of bash, 3.2.15-14, has been uploaded, replacing 3.2.15-13 as current. NEWS: = This is a minor patch release. It works around a latent upstream bug that was exposed by release 11, where certain builtins leaked output when invoked inside command substitution, such as: echo

Updated Cygwin Package: fetchmail-6.3.8-1

2007-04-27 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.3.8-1. The tarballs should be available on a Cygwin mirror near you shortly. The only change between this version and the previous one is the following: o update to version 6.3.8 o build against Python 2.5 Old News: ===