Cannot see plot with qt graphics_tool kit on octave-6.4.0

2022-06-22 Thread Tatsuro MATSUOKA
I cannot see a plot with qt graphics_toolkit. >> graphics_tookit qt; >> plot(1:10); plot window is filed with black. I met this on two different PCs. On one PC, >> plot(1:10); Xlib: sequence lost (0x11a61 > 0x1a63) in reply type 0x0! Xlib: sequence lost (0x11a76 > 0x1a78) in reply type 0x0!

Re: fltk does not work on cygwin version octave-6.4.0

2022-06-22 Thread Tatsuro MATSUOKA
> - Original Message - > From: "Marco Atzeri" > To: "Tatsuro MATSUOKA" "cygwin > Date: 2022/06/23 木 10:19 > Subject: Re: fltk does not work on cygwin version octave-6.4.0 > >> You can test the GL behaviour with > >> > >> $ cygcheck -l mesa-demos | grep bin > >> /usr/bin/eglinfo > >>

Re: fltk does not work on cygwin version octave-6.4.0

2022-06-22 Thread Marco Atzeri
On 23.06.2022 01:05, Tatsuro MATSUOKA wrote: You can test the GL behaviour with $ cygcheck -l mesa-demos | grep bin /usr/bin/eglinfo /usr/bin/es2_info /usr/bin/glinfo /usr/bin/glxgears /usr/bin/glxinfo /usr/bin/wglgears /usr/bin/wglinfo /usr/bin/xeglgears $ cygcheck -l mesa-demos | grep

Re: fltk does not work on cygwin version octave-6.4.0

2022-06-22 Thread Tatsuro MATSUOKA
> - Original Message - > From: "Marco Atzeri" > To: "Tatsuro MATSUOKA" "cygwin > Date: 2022/06/23 木 04:33 > Subject: Re: fltk does not work on cygwin version octave-6.4.0 > On 22.06.2022 12:37, Tatsuro MATSUOKA wrote: > >> - Original Message - > >> From: "Tatsuro MATSUOKA" > >>

email -attach

2022-06-22 Thread ricardo.couto
Hi guys, The package "email" does not works fine with "attach" option when use more than one files to attach. Please, check-it. -- Este email foi escaneado pelo Avast antivírus. https://www.avast.com/antivirus -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: fltk does not work on cygwin version octave-6.4.0

2022-06-22 Thread Marco Atzeri
On 22.06.2022 12:37, Tatsuro MATSUOKA wrote: - Original Message - From: "Tatsuro MATSUOKA" To: "Marco Atzeri"; "cygwin Date: 2022/06/22 水 12:53 Subject: Re: fltk does not work on cygwin version octave-6.4.0 - Original Message - From: "Marco Atzeri" To: "cygwin Date: 2022/06/22 水

Re: [PATCH] Cygwin: Make 'ulimit -c' control writing a coredump

2022-06-22 Thread Jon Turney
On 15/06/2022 13:30, Corinna Vinschen wrote: On Jun 15 12:40, Jon Turney wrote: On 15/06/2022 12:21, Jon Turney wrote: Factor out pre-formatting a command to be executed on fatal signal, and use that for both error_start (if present in the CYGWIN env var) and for 'dumper'. Factor out

Re: fltk does not work on cygwin version octave-6.4.0

2022-06-22 Thread Tatsuro MATSUOKA
> - Original Message - > From: "Tatsuro MATSUOKA" > To: "Marco Atzeri"; "cygwin > Date: 2022/06/22 水 12:53 > Subject: Re: fltk does not work on cygwin version octave-6.4.0 > > > - Original Message - > > > From: "Marco Atzeri" > > > To: "cygwin > > > Date: 2022/06/22 水 02:06 > > >

Re: dumper does not dump

2022-06-22 Thread Ariel Burbaickij
> Can you point out what documentation mentions that so we can fix it! The very source of it: https://sourceware.org/legacy-ml/cygwin-patches/2000-q3/msg00041.html ;-). OK, yes, I see that -c is not there anymore -- the things, they are changing. Let me try what you suggest and see where it

Re: dumper does not dump

2022-06-22 Thread Jon Turney
On 22/06/2022 08:19, Ariel Burbaickij wrote: Hello cygwin group, I am facing the following issue: there is GTK application reproducibly "core dumping" (in quotation marks because so far there is no comfortable core file that we know and learnt to love from native *NIX, of course) upon me

dumper does not dump

2022-06-22 Thread Ariel Burbaickij
Hello cygwin group, I am facing the following issue: there is GTK application reproducibly "core dumping" (in quotation marks because so far there is no comfortable core file that we know and learnt to love from native *NIX, of course) upon me selecting a certain menu entry. Now, I went and