Re: python module patch

2007-08-18 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Reini Urban wrote: > extern __declspec(dllexport) cannot be used as constant during > compile-time. > => "initializer element is not constant" > cygwin auto-import feature get's that right at link-time. > > This is needed for the constant (compile-t

Re: rsync problems from Vista installed cygwin, ok on XP

2007-08-18 Thread DaveB
Igor Peshansky wrote: > > >> DaveB wrote[snip] >> Local permissions... haven't used getfacl before but tried it in cygwin >> and got this... >> >> >> [EMAIL PROTECTED] /cygdrive/c/4up >> $ getfacl * >> # file: 20070709 mach refresh issue >> # owner: daveb >

[Fwd: Re: Automatic detection of MinGW toolchain (the one that comes with Cygwin)]

2007-08-18 Thread Charles Wilson
FYI, from the eclipse.tools.cdt newsgroup. CDT is the "C/C++ Development Tooling" for the Eclipse platform -- in short, a cross platform IDE for C/C++ programming. On Windows, it supports both cygwin and mingw compilers. -- Chuck === begin forwarded message == GW wro

Re: RXVT doesn't recognize ALT + Cursor keys

2007-08-18 Thread Andrew DeFaria
Corinna Vinschen wrote: On Aug 18 10:50, Corinna Vinschen wrote: It just doesn't work for a Cygwin rxvt window. For some reason it does neither recognize Alt + Cursor, nor Ctrl + Cursor keys for me. ^ scratch that, I was confused. Corinna A real emacs person would use Alt-F (f

Re: rysnc 2.6.6 under cygwin 1.5.24-2 hangs immediately

2007-08-18 Thread Joel Harrison
I've continued trying to read up on this issue, I've not made any headway and rsync still freezes immediately when running it to connect to a remote system either sending or receiving. Compounding the issue is all the dangling threads that I can't kill from within cygwin, have to use taskman. Tha

Re: empty PATH, LD_LOAD_PATH default

2007-08-18 Thread Reini Urban
Reini Urban schrieb: Oops! s/LD_LOAD_PATH/LD_LIBRARY_PATH/g of course. Reini Urban schrieb: I have a minor compatibility problem. In Linux and other unices it is valid to start a process with an empty path because the LD_LOAD_PATH is correctly set to resolve the path for dynamic libraries.

Re: empty PATH, LD_LOAD_PATH default

2007-08-18 Thread Reini Urban
Reini Urban schrieb: I have a minor compatibility problem. In Linux and other unices it is valid to start a process with an empty path because the LD_LOAD_PATH is correctly set to resolve the path for dynamic libraries. I have this situation in perl TAINT-checked environments. Our dll loader

empty PATH, LD_LOAD_PATH default

2007-08-18 Thread Reini Urban
I have a minor compatibility problem. In Linux and other unices it is valid to start a process with an empty path because the LD_LOAD_PATH is correctly set to resolve the path for dynamic libraries. I have this situation in perl TAINT-checked environments. Our dll loader cannot handle LD_LOAD_

python module patch

2007-08-18 Thread Reini Urban
On order to compile some python modules I needed the attached patch. Can the maintainer confirm this? Or Yaakov? extern __declspec(dllexport) cannot be used as constant during compile-time. => "initializer element is not constant" cygwin auto-import feature get's that right at link-time. This is

Re: Creating dll in cygwin gives "Undefined reference" errors

2007-08-18 Thread Pradip Jadav
On 8/11/07, Brian Dessent <[EMAIL PROTECTED]> wrote: > g++ -o main.exe main.o -ldl -Wl,-out-implib,libmain.dll.a I tried this, but it gives same "Unresolved reference" errors. I will do R&D on this and excluding "__declspec" part later. But currently I am going with "__declspec " part . Using it,

Re: RXVT doesn't recognize ALT + Cursor keys

2007-08-18 Thread Corinna Vinschen
On Aug 18 10:50, Corinna Vinschen wrote: > It just doesn't work for a Cygwin rxvt window. For some reason it does > neither recognize Alt + Cursor, nor Ctrl + Cursor keys for me. ^ scratch that, I was confused. Co

RXVT doesn't recognize ALT + Cursor keys

2007-08-18 Thread Corinna Vinschen
Hi, this time I need help. I'm used to using xterm for all my terminal needs usually. Yesterday I tested a scenario which would call for using rxvt in non-X11 mode. All is fine, except that I'm unable to use my keyboard layout as I'm used to it. I'm working under tcsh in emacs edit mode and wh