ocaml: patches needed

2010-10-11 Thread Yaakov (Cygwin/X)
Damien, Thanks for updating OCaml to use FlexDLL. There are some further patches required for a fully-functional OCaml: 1) libcamlrun_shared is not a dynlink module, it is a dynamically-linkable OCaml interpreter (similar to libperl or libpython) to be used by mod_ocaml. Therefore, it must be

Re: 1.7.7-1: troubleshooting couldn't allocate heap, Win32 error 487 [resolved]

2010-10-11 Thread Andy Koppe
On 10 October 2010 23:17, Casey Boettcher wrote: redacted ModLoad: `74ec `74eed000 C:\Windows\SysWOW64\AirfoilInject3.dll redacted the name of the offending application was Airfoil. That's another one for the Big List Of Dodgy Apps then. Grr, I wonder what their excuse

Re: How to know if the x11 display uses 24-bit RGB color or instead uses a color palette with a fixed number of colors

2010-10-11 Thread Csaba Raduly
On Fri, Oct 8, 2010 at 12:10 PM, Thomas Wolff wrote:  Am 08.10.2010 04:50, schrieb Mark Geisert: For a while now the X components have been unbundled and can be installed separately, mostly. I wonder why they were unbundled. It has been suggested here before that it would be useful to

Re: cygwin + xwin in win7 as unprivileged user?

2010-10-11 Thread Csaba Raduly
On Wed, Oct 6, 2010 at 7:31 PM, davidstvz wrote: In any case, XWin is not crashing per se, instead when I type exit from the initial xterminal and exit cygwin (or press the windows close button) it remains running in the background.  So to open it again, I have to first terminate it from the

Re: trouble posting to cygwin-apps

2010-10-11 Thread Csaba Raduly
On Fri, Oct 8, 2010 at 9:27 PM, Kenneth Wolcott wrote: IMNSHO:  Solution: Subscribe to the list and post to the list using a non-company email address.  The only downside I can think of is where the management does not allow you to use non-company email or application to access a

Re: trouble posting to cygwin-apps

2010-10-11 Thread SZABO Gergely
Csaba Raduly rcsaba at gmail.com writes: On Fri, Oct 8, 2010 at 9:27 PM, Kenneth Wolcott wrote: IMNSHO:  Solution: Subscribe to the list and post to the list using a non-company email address.  The only downside I can think of is where the management does not allow you to use

cygwin 1.7 on Intel Atom N450?

2010-10-11 Thread David Billinghurst
Will cygwin 1.7 run on a netbook with an Intel Atom N450 cpu and Win XP Home or Win 7 starter? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: How to know if the x11 display uses 24-bit RGB color or instead uses a color palette with a fixed number of colors

2010-10-11 Thread Thomas Wolff
Am 11.10.2010 09:41, schrieb Csaba Raduly: On Fri, Oct 8, 2010 at 12:10 PM, Thomas Wolff wrote: Am 08.10.2010 04:50, schrieb Mark Geisert: For a while now the X components have been unbundled and can be installed separately, mostly. I wonder why they were unbundled. It has been suggested

[ANNOUNCEMENT] Updated: ocaml-3.12.0-3

2010-10-11 Thread Damien Doligez
Version 3.12.0-3 of ocaml has been uploaded. OCaml is a functional programming language with imperative features, objects, and modules. This update uses the newly-packaged FlexDLL to support dynamic linking. -- Damien Doligez *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want

Re: Unable to remap error

2010-10-11 Thread Harie Ram
1. You have 3rd party DLLs built with Cygwin. These won't get rebased by default because rebaseall doesn't know about them. Read the readme for details on how to include these other DLLs How would I know which are the 3rd party dlls ?? I have installed the packages from the Cygwin

Re: hostname command

2010-10-11 Thread Eric Blake
On 10/09/2010 12:15 AM, Hans Jørgen Aagaard Jensen wrote: Hi hostname in cygwin does not accept the normal unix/linux options as -f, -d, etc. That's correct - cygwin's hostname(1) comes from coreutils, which does not support all the options that some other hostname(1) implementations

Re: cygwin + xwin in win7 as unprivileged user?

2010-10-11 Thread davidstvz
The problem is, it continues running in the background with the permissions of the user that originally started it, and then other users can't do anything with it (even when the first user logs off and a new user logs on it continues running). David Csaba Raduly-2 wrote: On Wed, Oct 6, 2010

Re: hostname command

2010-10-11 Thread Charles Wilson
On 10/11/2010 10:27 AM, Eric Blake wrote: PS. the builtin hostname in bash just ignore options. I am referring to /bin/hostname.exe. Bash does not have a builtin hostname. When you type hostname in bash, you ARE using /bin/hostname, which is currently from coreutils. Also, you need to be

Re: Re[2]: Slow fork issue - Win x64

2010-10-11 Thread Reini Urban
2010/10/10 Nicole Hamilton: Jarkko Häkkinen wrote: I'm getting rather similar results on my Cygwin 1.7.1, Windows 7 as evidenced by the figures below. [13:41:50 ~]$ while (true); do date; done | uniq -c       5 Tue Feb 16 14:00:09 FLEST 2010       7 Tue Feb 16 14:00:10 FLEST 2010       9

Re: cygwin 1.7 on Intel Atom N450?

2010-10-11 Thread René Berber
On 10/11/2010 6:29 AM, David Billinghurst wrote: Will cygwin 1.7 run on a netbook with an Intel Atom N450 cpu and Win XP Home or Win 7 starter? Yes (tested on Toshiba NB200). -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: Re[2]: Slow fork issue - Win x64

2010-10-11 Thread Nicole Hamilton
Reini Urban wrote: And native linux 64-bit bash has these: rur...@deblap:~$ while (true); do date; done | uniq -c 228 Mon Okt 11 20:12:51 CEST 2010 250 Mon Okt 11 20:12:52 CEST 2010 221 Mon Okt 11 20:12:53 CEST 2010 200 Mon Okt 11 20:12:54 CEST 2010 183 Mon Okt 11

Which CHOST?

2010-10-11 Thread Al
Hello, what is the current CHOST? It is i686-pc-cygwin1.7 according to this posting from Eric: http://www.cygwin.com/ml/cygwin/2009-02/msg00669.html But I find the following files, which indicate it is i686-pc-cygwin: i686-pc-cygwin-c++-4.exe i686-pc-cygwin-gcc-4.3.4.exe

Re: Which CHOST?

2010-10-11 Thread Eric Blake
On 10/11/2010 02:21 PM, Al wrote: Hello, what is the current CHOST? I'm not sure what you meant by CHOST - it's not an environment variable that I'm familiar with. Who expects it to be set? Did you mean target triplet? It is i686-pc-cygwin1.7 according to this posting from Eric:

Re: Which CHOST?

2010-10-11 Thread Al
Hello Eric, thank you. I'm not sure what you meant by CHOST - it's not an environment variable that I'm familiar with.  Who expects it to be set?  Did you mean target triplet? I wasn't aware that is so specific for the gentoo build tools. Yes, there it is a central environment variable. It

Re: Which CHOST?

2010-10-11 Thread Eric Blake
On 10/11/2010 03:01 PM, Al wrote: I wasn't aware that is so specific for the gentoo build tools. Yes, there it is a central environment variable. Why did gentoo need to invent it? And does it have any documentation? Instead your posting became the origin of the official $CHOST setting for

Re: Which CHOST?

2010-10-11 Thread Al
Oh, so you're worried more about a cross-compilation environment hosted on gentoo, rather than something directly pertaining to cygwin. No, it's not cross compilation. I compile directly on Cygwin on a prefix. Cygwin is my posix layer, Gentoo portage is my build tool, /home/prefix/gentoo is my

x86_64-w64-mingw32-g++ can't find -ldl

2010-10-11 Thread ke...@ca
I'm using x86_64-w64-mingw32 in cygwin as 64-bit compiler to build 64-bit applications. Functions like dlopen(), dlerror(), etc., are used in codes. I got errors when linking *.o to *.dll as follows. echo Linking shared library myxx.dll x86_64-w64-mingw32-g++ -D(omitted) -I(omitted)

Re: x86_64-w64-mingw32-g++ can't find -ldl

2010-10-11 Thread Eric Blake
On 10/11/2010 05:23 PM, ke...@ca wrote: I'm using x86_64-w64-mingw32 in cygwin as 64-bit compiler to build 64-bit applications. Functions like dlopen(), dlerror(), etc., are used in codes. There's your problem. x86_64-w64-mingw32 is a cross-compiler. It compiles mingw executables, not

Re: x86_64-w64-mingw32-g++ can't find -ldl

2010-10-11 Thread Yaakov (Cygwin/X)
On Mon, 2010-10-11 at 17:26 -0600, Eric Blake wrote: There's your problem. x86_64-w64-mingw32 is a cross-compiler. It compiles mingw executables, not cygwin executables. And mingw lacks dlopen. You'll never get this to work. Never might be a *bit* harsh. If OP can't easily port the

Re: Which CHOST?

2010-10-11 Thread Al
Why did gentoo need to invent it?  And does it have any documentation? I really can't answer why they did invent it. I guess it is specific for the Gentoo/Prefix overlay, which is is still experimental. It is used to keep the different kernels and platforms apart in the build scripts. There

[ANNOUNCEMENT] Updated: googlecl-0.9.11-1

2010-10-11 Thread Chris Sutcliffe
Version 0.9.11-1 of googlecl has been uploaded. GoogleCL brings Google services to the command line. For examples see: http://code.google.com/p/googlecl/wiki/ExampleScripts Change include: * Much better unicode support. * More natural specification of command line arguments.

Re: Build Graphviz

2010-10-11 Thread Steven Woody
On 11 October 2010 11:49, Jeremy Bopp jer...@bopp.net wrote: On 10/10/2010 09:44 PM, Steven Woody wrote: It's strange ...  When use method of 'http://sourceware.org/cygwinports', I failed because I cannot found graphviz package in the setup's package list window even though I did see the

RFU: googlecl-0.9.11-1

2010-10-11 Thread Chris Sutcliffe
Please upload: --- wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.11-1.tar.bz2 \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.11-1-src.tar.bz2 --- Thank you, Chris -- Chris Sutcliffe http://emergedesktop.org

Re: RFU: googlecl-0.9.11-1

2010-10-11 Thread Yaakov (Cygwin/X)
On Mon, 2010-10-11 at 13:47 -0400, Chris Sutcliffe wrote: wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.11-1.tar.bz2 \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.11-1-src.tar.bz2 Uploaded. Can we remove any older versions? Yaakov

Re: RFU: googlecl-0.9.11-1

2010-10-11 Thread Chris Sutcliffe
On 11 October 2010 16:06, Yaakov (Cygwin/X) wrote: On Mon, 2010-10-11 at 13:47 -0400, Chris Sutcliffe wrote: wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.11-1.tar.bz2  \ http://emergedesktop.org/cygwin/googlecl/googlecl-0.9.11-1-src.tar.bz2 Uploaded.  Can

Re: RFU: googlecl-0.9.11-1

2010-10-11 Thread Yaakov (Cygwin/X)
On Mon, 2010-10-11 at 21:22 -0400, Chris Sutcliffe wrote: On 11 October 2010 16:06, Yaakov (Cygwin/X) wrote: Uploaded. Can we remove any older versions? Yes, please leave 0.9.10 as previous and feel free to remove all other versions. Done. Yaakov

Re: Can't use mintty instead of rxvt for ssh -Y using cygwin xserver

2010-10-11 Thread Andy Koppe
On 11 October 2010 17:02, reckoner wrote: Evidently, there is some subtle difference in how the DISPLAY variable, which is set in the user startup files is processed by rxvt as opposed to mintty. Ultimately, although the DISPLAY variable is clearly set in the user startup files, I

Re: Can't use mintty instead of rxvt for ssh -Y using cygwin xserver

2010-10-11 Thread Christopher Faylor
On Mon, Oct 11, 2010 at 05:14:56PM +0100, Andy Koppe wrote: On 11 October 2010 17:02, reckoner wrote: Evidently, there is some subtle difference in how the DISPLAY variable, which is set in the user startup files is processed by rxvt as opposed to mintty. Ultimately, although the DISPLAY variable

Re: Can't use mintty instead of rxvt for ssh -Y using cygwin xserver

2010-10-11 Thread Charles Wilson
On 10/11/2010 1:21 PM, Christopher Faylor wrote: You probably could try to figure out if the X server is working and then see which display is being used from that but I really don't think it makes sense to slow down mintty to perform this check. FWIW, this wouldn't work with the linux

Problems with URXVT [Perl]

2010-10-11 Thread Angelo Graziosi
I have noticed that when I put: URxvt*perl-ext-common: default,tabbed to ~/.Xdefaults URXVT does not work right: $ urxvt $ urxvt: perl hook 0 evaluation error: no such resource 'perl_ext_2,-tabbed', requested at /usr/lib/urxvt/perl/tabbed line 64. urxvt: Can't call method parent on an

Updated: ocaml-3.12.0-3

2010-10-11 Thread Damien Doligez
Version 3.12.0-3 of ocaml has been uploaded. OCaml is a functional programming language with imperative features, objects, and modules. This update uses the newly-packaged FlexDLL to support dynamic linking. -- Damien Doligez *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want

Updated: googlecl-0.9.11-1

2010-10-11 Thread Chris Sutcliffe
Version 0.9.11-1 of googlecl has been uploaded. GoogleCL brings Google services to the command line. For examples see: http://code.google.com/p/googlecl/wiki/ExampleScripts Change include: * Much better unicode support. * More natural specification of command line arguments.