Re: PATCH: avoid system shared memory version mismatch detected by versioning shared memory name

2008-02-22 Thread Brian Dessent
Noel Burton-Krahn wrote: The problem is there are several installable apps built on Cygwin, like EAC, ClamAV, and one I just found which is a Cygwin-on-a-thumbdrive. The problem is they can't all coexist because they're distributed with different versions of the cygwin dlls. Making them

Re: PATCH: avoid system shared memory version mismatch detected by versioning shared memory name

2008-02-22 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Thu, 21 Feb 2008, Noel Burton-Krahn wrote: On 2/21/08, Christopher Faylor [EMAIL PROTECTED] wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. On Thu, Feb 21, 2008 at 05:01:20PM -0800, Noel Burton-Krahn wrote: This is a patch to avoid the

PATCH: avoid system shared memory version mismatch detected by versioning shared memory name

2008-02-21 Thread Noel Burton-Krahn
This is a patch to avoid the system shared memory version mismatch detected problem when two applications use different versions of Cygwin. My solution is to append the Cygwin version number to the name of the shared memory segment, so only Cygwin with the same version share a memory space.

Re: PATCH: avoid system shared memory version mismatch detected by versioning shared memory name

2008-02-21 Thread Noel Burton-Krahn
The problem is there are several installable apps built on Cygwin, like EAC, ClamAV, and one I just found which is a Cygwin-on-a-thumbdrive. The problem is they can't all coexist because they're distributed with different versions of the cygwin dlls. Making them work with the current cygwin means