Is it possible to include golang and rust to cygwin?

2021-12-18 Thread C,C H
Hi, Team, I am looking for making golang and rust codes compiled in cygwin, but it seems not easy to build these compilers from scratch. Currently, cygwin does not provide golang and rust compilers. As far as I know, these popular programming languages are ported to msys2. Is it possible to pro

Re: Is it possible to include golang and rust to cygwin?

2021-12-18 Thread Marco Atzeri
On 18.12.2021 09:08, C,C H wrote: Hi, Team, I am looking for making golang and rust codes compiled in cygwin, but it seems not easy to build these compilers from scratch. likely. Compilers tend to be complex software. Also for CLANG we are missing recent releases. If you need help, show some

Re: Is it possible to include golang and rust to cygwin?

2021-12-18 Thread ASSI
C,C H writes: > I am looking for making golang and rust codes compiled in cygwin, but it > seems not easy to build these compilers from scratch. Rust is a lost cause, there were some discussions among their developers that went nowhere. Their stance is "we support one compiler for Windows, that's

Re: cygport compile command fails

2021-12-18 Thread Achim Gratz
Tatsuro MATSUOKA writes: > I tried both CXXFLAGS="-std=gnu++11" and CXXFLAGS="-std=gnu++14" to the > configure but the results are the same. It turns out this is a latent bug in Qt5 sources. It was relying on an implicit include chain that is no longer present in gcc-11 header files. https://g

[ANNOUNCEMENT] Updated: double-conversion 3.1.6-1

2021-12-18 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * libdouble-conversion-devel-3.1.6-1 * libdouble-conversion3-3.1.6-1 * double-conversion-3.1.6-1-src * double-conversion-debuginfo-3.1.6-1 This is an update to the latest upstream -- This project (double-conversion) provides

[ANNOUNCEMENT] Updated: exiv2 0.27.5

2021-12-18 Thread Lemures Lemniscati via Cygwin-announce
The following packages have been uploaded to the Cygwin distribution: * exiv2-0.27.5-1 * libexiv2-devel-0.27.5-1 * libexiv2_27-0.27.5-1 * exiv2-0.27.5-1-src * exiv2-debuginfo-0.27.5-1 This is an update to the latest upstream -- Exiv2 is a C++ library and a command line utility to access Exiv, I

[ANNOUNCEMENT] Updated: Perl distributions

2021-12-18 Thread Achim Gratz
The following Perl distributions have been updated to their latest release version available on CPAN: noarch -- perl-IO-Socket-INET6-2.73-1-src perl-JSON-4.04-1-src perl-JSON-PP-4.07-1-src perl-libwww-perl-6.60-1-src perl-Net-DNS-1.33-1-src -- *** CYGWIN-ANNOUNCE UNSUBSCRIBE

[ANNOUNCEMENT] xorg-server-21.1.2-1

2021-12-18 Thread Jon Turney
The following packages have been uploaded to the Cygwin distribution: * xorg-server-21.1.2-1 * xorg-server-common-21.1.2-1 * xorg-server-extra-21.1.2-1 * xorg-server-devel-21.1.2-1 * xorg-server-xorg-21.1.2-1 * xwinclip-21.1.2-1 These packages contain XWin and the other X.Org X11 servers. In

cygport qt5-base.cygport compile fails ( *** ERROR: configure failed )

2021-12-18 Thread Tatsuro MATSUOKA
cygport qt5-base.cygport compile fails ( *** ERROR: configure failed ) Error massage ERROR: Feature 'dbus-linked' was enabled, but the pre-condition 'features.dbus && libs.dbus' failed. ERROR: Feature 'system-pcre2' was enabled, but the pre-condition 'libs.pcre2' failed. ERROR: Feature 'opens

[ANNOUNCEMENT] Updated: fortune-mod 3.10.0

2021-12-18 Thread Cygwin fortune-mod Maintainer
The following packages have been upgraded in the Cygwin distribution: * fortune-mod 3.10.0 The ever-popular fortune program, which will display quotes or witticisms. Fun-loving system administrators can add fortune to users' .profile or .login files so that they get their dose of wisdom each ti

Re: Re: cygport compile command fails

2021-12-18 Thread Tatsuro MATSUOKA
> - Original Message - > > Tatsuro MATSUOKA writes: > > I tried both CXXFLAGS="-std=gnu++11" and CXXFLAGS="-std=gnu++14" to the > > configure but the results are the same. > > It turns out this is a latent bug in Qt5 sources. It was relying on an > implicit include chain that is no

qt terminal for gnuplot on cygwin workaround)

2021-12-18 Thread Tatsuro MATSUOKA
A workaround for qt enables qt termnal on Cygwin is shown by Enrico Forestieri https://sourceforge.net/p/gnuplot/mailman/gnuplot-beta/thread/16092.81463...@web103110.mail.kks.yahoo.co.jp/ --- a/qtbase-everywhere-src-5.10.1/src/network/socket/qlocalsocket_unix.cpp +++ b/qtbase-everywhere-src-5.10