Re: [BUG] Latest python38 package (3.8.7-1) fails to execute 'ensurepip', 3.8.3.-1 works

2021-01-24 Thread Marco Atzeri via Cygwin
bottom post and trim on this mailing list, please On 24.01.2021 07:58, Oleh Svirshchevsky via Cygwin wrote: Hi Marco, Confirming that the provided patch fixes the problem, thanks! Do you have an estimate of when you plan on releasing 3.8.7-2 with this fix? Thanks, Oleh as soon I solve also

GLX and Xlib

2021-01-24 Thread Rafał Jopek via Cygwin
Hello, I have a compile error, can anyone help fix this? An example is here: https://www.khronos.org/opengl/wiki/Programming_OpenGL_in_Linux:_GLX_and_Xlib Compile error: $ gcc quad.c -o quad -lX11 -lGL -lGLU In file included from quad.c:12: /usr/include/w32api/GL/glu.h:68:78: error: expected ‘)

[ANNOUNCEMENT] Updated: Perl distributions

2021-01-24 Thread Achim Gratz
The following Perl distributions have been updated to their latest release version available on CPAN: noarch -- perl-JSON-4.03-1 perl-JSON-PP-4.06-1 perl-Role-Tiny-2.002004-1 Notes = The following distributions have been deprecated upstream after several years of effectively being ou

Re: GLX and Xlib

2021-01-24 Thread Csaba Raduly via Cygwin
Hi Rafal, On Sun, 24 Jan 2021 at 11:48, Rafał Jopek via Cygwin wrote: > > Hello, > > I have a compile error, can anyone help fix this? > > An example is here: > https://www.khronos.org/opengl/wiki/Programming_OpenGL_in_Linux:_GLX_and_Xlib > > Compile error: > > $ gcc quad.c -o quad -lX11 -lGL -lG

GLX and libX11

2021-01-24 Thread Rafał Jopek via Cygwin
Hello, After starting the application, the following error appears: $ ./quad.exe libGL error: Windows-DRI extension not available libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast visual 0x224 selected An example is here: https://www.khronos.

Re: GLX and libX11

2021-01-24 Thread Marco Atzeri via Cygwin
On 24.01.2021 14:05, Rafał Jopek via Cygwin wrote: Hello, After starting the application, the following error appears: $ ./quad.exe libGL error: Windows-DRI extension not available libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast visual 0x

Re: Link/$PATH interaction problem

2021-01-24 Thread Ken Brown via Cygwin
On 1/24/2021 12:12 AM, Frank Eske via Cygwin wrote: Similar to December's "cygwin1.dll > 3.1.4 Program execution fails if (WSL-)symlink exists and is present in PATH", but it's still present in 3.1.6 and 3.1.7. Right. This was reported and fixed after the release of 3.1.7: https://cygwin.co

Re: missing perl directories

2021-01-24 Thread Anthony Heading
On Sat, Jan 23, 2021, at 7:08 PM, Achim Gratz wrote: > Anthony Heading writes: > […] > > What approach do you want? (Choose 'local::lib', 'sudo' or 'manual') > > [local::lib] > > Well, just say "manual" at this prompt to override the heuristics for > switching to local::lib, then. Alternatively

[ANNOUNCEMENT] Updated: binutils-2.35.1-1, mingw64-{i686, x86_64}-binutils-2.35.1-1

2021-01-24 Thread Achim Gratz
The binutils packages for Cygwin and MingW64 cross-compilation toolchains have been updated to the latest upstream release 2.35.1. These packages have been promoted from test to current. The GNU Binutils are a collection of binary tools. Most of these programs use BFD, the Binary File Descri

Re: GLX and libX11

2021-01-24 Thread Michael Enright
On Sun, Jan 24, 2021 at 5:38 AM Marco Atzeri via Cygwin wrote: > > > Have you started the program from inside a XTerm with a running > XServer ? > I compiled and ran the program in a mintty window, while X server was started and the environment variable DISPLAY was set. It ran perfectly. I don't

[ANNOUNCEMENT] Updated: tzcode, tzdata 2021a

2021-01-24 Thread Brian Inglis
The following packages have been upgraded in the Cygwin distribution: * tzcode2021a * tzdata2021a The Time Zone Database (often called tz, tzdb, or zoneinfo) contains data that represents the history of local time for many locations around the world, and supports conversion of UTC

Re: GLX and libX11

2021-01-24 Thread Marco Atzeri via Cygwin
On 25.01.2021 00:46, Michael Enright wrote: On Sun, Jan 24, 2021 at 5:38 AM Marco Atzeri via Cygwin wrote: Have you started the program from inside a XTerm with a running XServer ? I compiled and ran the program in a mintty window, while X server was started and the environment variable D