Siegmar Gross writes:
> today I updated all packages of my 32-Bit Cygwin installation (installed
> on top of Windows 7). After that xemacs crashed if I tried to open a
> file.
Can't reproduce. Please follow the instructions at
https://cygwin.com/problems.html
In particular
Run cygcheck -
> Because 32-bit and 64-bit cygwin are completely independent, it's not
possible for a a 32-bit cygwin X client to connect via a unix-domain
socket to a 64-bit cygwin X server (and vice versa)
Thank you for your conprephensive explanation.
Now I made a windows (Dos) batch file to start both 3
On 09/04/2015 01:40, tmacchant wrote:
DISPLAY=:0.0 makes me to see xterm!
Note that so far I can share Cygwin/X for both 32 bit and 64 bit.
But now it should be started separately
(I am using both 32 bit and 64 bit version because I'm providing cvs
snapshot of gnuplot on both 32 and 64 bit.)
On 04/09/2015 04:15 AM, David Stacey wrote:
I can't believe that I'm the first person to fall foul of this - any library
that relies heavily on templates risks falling into the same trap.
It's true that someone using STL strings has the potential to see this bug
but I doubt there are allot
I corroborate the original poster's experience with this issue.
Steps to reproduce the issue: for example open a file with vim under
Cygwin, press: up, up, down, down, left, left, right, right. Vim under
Cygwin places:
C
C
D
D
B
B
A
A
in the file due to the arrow keys being pressed. Vim under ba
On 4/9/2015 5:51 AM, cyg Simple wrote:
From: Jim Reisert AD1C
Wouldn't it be nice if Cygwin cleaned up the /tmp directory each time the
computer is re-booted? I don't know how that would work in real life,
however.
Simply create a scheduled task to execute a windows batch file on system
s
On 31/03/2015 17:35, David Stacey wrote:
I'll post back here if and when I make more progress.
tl;dr: The problem was caused by a template being instantiated twice
(one in the shared DLL and one in the main executable). This was fixed
by compiling with '-frepo'. I do wonder if g++ should have
On Apr 9 09:54, Weston Turner wrote:
> I corroborate the original poster's experience with this issue.
>
> Steps to reproduce the issue: for example open a file with vim under
> Cygwin, press: up, up, down, down, left, left, right, right. Vim under
> Cygwin places:
>
> C
> C
> D
> D
> B
> B
> A
On 9. 4. 2015 18:54, Weston Turner wrote:
> I corroborate the original poster's experience with this issue.
>
> Steps to reproduce the issue: for example open a file with vim under
> Cygwin, press: up, up, down, down, left, left, right, right. Vim under
> Cygwin places:
>
> C
> C
> D
> D
> B
> B
Hi,
> today I updated all packages of my 32-Bit Cygwin installation
(installed
> on top of Windows 7). After that xemacs crashed if I tried to
open a
> file. Therefore I reinstalled the older version
xemacs-21.4.23.1.
> Unfortunately the older version crashes as well. I can sta
Hi,
today I updated all packages of my 32-Bit Cygwin installation (installed
on top of Windows 7). After that xemacs crashed if I tried to open a
file. Therefore I reinstalled the older version xemacs-21.4.23.1.
Unfortunately the older version crashes as well. I can start xemacs
without command li
On 02/04/2015 19:13, David A. Wheeler wrote:
Running setup*.exe produces "Publisher: Unknown publisher", and it's doubtful
that many people check the signature of the .exe file before running. Even if they did,
there's the problem that the signature comes from the same place.
Has Cygwin consi
On 4/9/2015 12:34 PM, Corinna Vinschen wrote:
> On Apr 9 09:54, Weston Turner wrote:
>> I corroborate the original poster's experience with this issue.
>>
>> Steps to reproduce the issue: for example open a file with vim
>> under Cygwin, press: up, up, down, down, left, left, right,
>> right. Vi
On Apr 8 11:49, Christoph Weise wrote:
> I am porting to cygwin a program in FORTRAN/C that relies on C
> routines to create a shared memory region allowing various independent
> FORTRAN routines to share data. Program compiles and runs ok on Linux
> with g77/gcc compilers. I am compiling on cygwi
On Apr 8 16:40, Steven Penny wrote:
> On Wed, Apr 8, 2015 at 5:17 AM, Steven Penny wrote:
> > I upgraded to the new Cygwin today, why is this command producing different
> > permissions? Moreover how do I get it to produce sane results?
>
> I was able to use these command to produce sane results
Siegmar Gross writes:
>
>> > today I updated all packages of my 32-Bit Cygwin installation
>> (installed
>> > on top of Windows 7). After that xemacs crashed if I tried to
>> open a
>> > file. Therefore I reinstalled the older version
>> xemacs-21.4.23.1.
>> > Unfortunately the old
Greetings, Henry S. Thompson!
> Run cygcheck -s -v -r > cygcheck.out and include that file as an
> attachment in your report. Please do not compress or otherwise
> encode the output. Just attach it as a straight text file so that it
> can be easily viewed.
I've tried to "not compress or o
> Siegmar Gross writes:
> Hi,
> today I updated all packages of my 32-Bit Cygwin installation (installed
> on top of Windows 7). After that xemacs crashed if I tried to open a
> file. Therefore I reinstalled the older version xemacs-21.4.23.1.
> Unfortunately the older vers
On 4/9/2015 8:05 AM, Jon TURNEY wrote:
[snip]
> The actual work that needs to be done here is to identify an alternative
> open source signing tool and how to use it.
>
> It would be nice to have such a tool packaged for cygwin, as that would
> allow people to sign any MinGW-w64 executables they m
On Apr 9 09:15, David Stacey wrote:
> On 31/03/2015 17:35, David Stacey wrote:
> >I'll post back here if and when I make more progress.
>
> tl;dr: The problem was caused by a template being instantiated twice (one in
> the shared DLL and one in the main executable). This was fixed by compiling
>
From: Jim Reisert AD1C
>
> Wouldn't it be nice if Cygwin cleaned up the /tmp directory each time the
> computer is re-booted? I don't know how that would work in real life,
however.
>
Simply create a scheduled task to execute a windows batch file on system
start that changes directory to the Cy
On Apr 9 13:51, René Berber wrote:
> On 4/9/2015 12:34 PM, Corinna Vinschen wrote:
> > On Apr 9 09:54, Weston Turner wrote:
> >> I corroborate the original poster's experience with this issue.
> >>
> >> Steps to reproduce the issue: for example open a file with vim
> >> under Cygwin, press: up,
22 matches
Mail list logo