DJGPP cross compiler crashes.

2019-04-18 Thread Carlo B.
Hello everyone, I would like to signal that the DJGPP cross compiler, included into the available packages, crashes as soon as you try to compile something with it. To reproduce the problem, just create a simple source file with just this line for simplicity: int main() { return 0; } and after

libsoxr for mingw32/64

2019-05-23 Thread Carlo B.
Hello, I was wondering if it would be possible to add libsoxr to the list of the available packages for MINGW (32bit and 64bit). This package is already available into cygwin, but not for MINGW. Thank you very much for your time. Sincerely. -- Problem reports:

Re: DJGPP cross compiler crashes.

2019-04-18 Thread Carlo B.
errors, please note that i586-pc-msdosdjgpp-gcc works fine until it does not link. Sincerely. Il giorno gio 18 apr 2019 alle ore 23:19 Hans-Bernhard Bröker ha scritto: > > Am 18.04.2019 um 16:11 schrieb Carlo B.: > > > I would like to signal that the DJGPP cross com

Re: Mingw pkg-config not working

2020-02-27 Thread Carlo B.
y ha scritto: > > On 20/02/2020 11:06, Carlo B. wrote: > [...] > > x86_64-w64-mingw32-pkg-config are emulated with a shell script, for > > example the one for i686 is: > > > > #!/bin/sh > > exec pkgconf --personality=i686-w64-mingw32 $@ > > > >

Mingw pkg-config not working

2020-02-20 Thread Carlo B.
Hello, I discovered that the mingw cross compilers for i686 and x86-64 have a problem with support of pkg-config. From what I have seen, the mingw included into CYGWIN is not using the usual pkg-config, but it uses pkgconf instead, which is a good thing at first sight, since it does not depend to

wxWidgets 3.1.5 has not built-in regex support.

2021-12-29 Thread Carlo B.
Hello, I'm trying to build an application (Codelite) with the recently released wxWidgets 3.1.5 package, but I'm getting an error because wxRE_ADVANCED is undefined. I suspect that this release has been compiled without the built-in regex engine. Is it possible to fix this this issue? Thank you

EXPAT 2.4.4 released with fixed CMake support for CYGWIN

2022-01-31 Thread Carlo B.
Hello, with reference with this message: https://cygwin.com/pipermail/cygwin/2022-January/250572.html I would like to report that EXPAT 2.4.4 has been released with fixed CMake support for CYGWIN: https://github.com/libexpat/libexpat/blob/R_2_4_4/expat/Changes Will it be possible to release an

CMake support into libssh-0.8.7-1 is broken.

2022-01-14 Thread Carlo B.
Hello, I discovered that CMake support into current libssh-0.8.7-1 is broken. After you installed the development package, you just need to add this line into a dummy CMakeLists.txt: find_package(libssh) and into the console you will read: CMake Error at

Re: CMake support into libssh-0.8.7-1 is broken.

2022-01-21 Thread Carlo B.
Hello, Il giorno gio 20 gen 2022 alle ore 20:07 Marco Atzeri ha scritto: > > On 15.01.2022 14:19, Marco Atzeri wrote: > > On 14.01.2022 23:30, Carlo B. wrote: > >> Hello, > >> I discovered that CMake support into current libssh-0.8.7-1 is broken. > >> Afte

CMake support into expat-2.4.1 is broken.

2022-01-20 Thread Carlo B.
Hello, I tried to build the latest stable of OpenColorIO but I got an error because the support for CMake into expat is broken. I'm getting this message: CMake Error at /usr/lib/cmake/expat-2.4.1/expat.cmake:74 (message): The imported target "expat::expat" references the file

Error when building autoconf2.1, broken package?

2022-07-19 Thread Carlo B.
Hello, I did these actions: 1) Downloaded autoconf2.1-2.13-12-src.tar.bz2 2) Unpack that file. 3) I run this command: cygport autoconf2.1.cygport all and this is the output on screen: >>> Preparing autoconf2.1-2.13-12.x86_64 >>> Unpacking source autoconf-2.13.tar.gz *** Info: applying patch

Re: Error when building autoconf2.1, broken package?

2022-07-22 Thread Carlo B.
-src.tar.bz2 to make it working again also for other people. Sincerely, Carlo Bramini. Il giorno gio 21 lug 2022 alle ore 15:07 Takashi Yano ha scritto: > > On Tue, 19 Jul 2022 12:42:47 +0200 > "Carlo B." wrote: > > Hello, > > I did these actions: > > 1) Downloaded

Re: Error when building autoconf2.1, broken package?

2022-08-10 Thread Carlo B.
Hello, Il giorno mer 3 ago 2022 alle ore 21:52 Jon Turney ha scritto: > > On 22/07/2022 15:44, Carlo B. wrote: > > Hello, > > it works, thank you very much. > > I also added AUTOCONF_VERSION=2.13 directly into the cygport script, > > before calling cygconf a

Packages of mingw64 i686/x86_64 openssl 1.1.1 are empty!

2022-08-11 Thread Carlo B.
Hello, if you look these packages: mingw64-x86_64-openssl-1.1.1q-0.1 mingw64-x86_64-openssl-1.1.1p-0.1 mingw64-i686-openssl-1.1.1q-0.1 mingw64-i686-openssl-1.1.1p-0.1 they are EMPTY. For example, the content of mingw64-x86_64-openssl-1.1.1q-0.1 is: usr/ usr/share/ usr/share/doc/

[PATCH] SERIAL: Fix a copy-paste error in DTR setup

2022-11-29 Thread Carlo B.
Hello, In commit 2dab880c963ce0204c3513d664f610b587a3e6a6 I did a mistake when I copied the new fhandler_serial::switch_modem_lines() from my modified 3.3.6 branch to the current master and I left a copy paste error that I corrected later. This patch fixes that error. Sorry for the trouble.

Sharing my packages for CYGWIN

2022-11-17 Thread Carlo B.
Hello, at this address I did a repository of packages that I made for CYGWIN: https://github.com/carlo-bramini/packages-cygwin Sometimes, when I need something not existing (or newer) into the official list of packages for CYGWIN, I upload it here. All these packages exists also in all major

Error after updating gettext, missing libunistring5.

2022-11-11 Thread Carlo B.
Hello, After Setup.exe updated gettext in my CYGWIN installation, I got this error when building a software: C:/cygwin64/bin/msgfmt.exe: error while loading shared libraries: cygunistring-5.dll: cannot open shared object file: No such file or directory After manually installing libunistring5,

PATCH: TIOCMBIS/TIOCMBIC not working when using usbser.sys

2022-11-11 Thread Carlo B.
I'm sending here the patch as you requested. I hope that you will find it useful. Sincerely, Carlo Bramini. 0001-PATCH-Cygwin-fix-TIOCMBIS-TIOCMBIC-not-working-when-.patch Description: Binary data -- Problem reports: https://cygwin.com/problems.html FAQ:

PATCH: TIOCMBIS/TIOCMBIC not working when using usbser.sys

2022-11-10 Thread Carlo B.
Hello, into winsup/cygwin/fhandler/serial.cc, the function fhandler_serial::switch_modem_lines() is called when TIOCMBIS/TIOCMBIC are used into an ioctl() call. This function uses EscapeCommFunction() for setting and resetting RTS and DTR signals of a serial port. Unfortunately, this function does

Re: Mingw pkg-config not working

2020-04-08 Thread Carlo B. via Cygwin
: > > On Sun, 2020-04-05 at 15:51 +0200, Carlo B. via Cygwin wrote: > > I wanted to report that I received a reply on the issue that I had opened > > here: > > > > https://todo.sr.ht/~kaniini/pkgconf/10#comment-7894 > > Thanks for following up. > > > Th

MinGW pkg-config not working (part 2)

2020-04-15 Thread Carlo B. via Cygwin
Hello, After the release of the new pkg-conf, with the use of symlinks instead of a script for using the personality feature, I got some strange errors at compile time. Let's think to have a directory called "mylibrary" into your home directory, so you have a path for example

Re: Mingw pkg-config not working

2020-04-05 Thread Carlo B. via Cygwin
t; I hope that somebody has understood what he means (posix is not exactly my primary platform) and it could be useful for fixing the issue. Thank you very much for your time. Sincerely, Carlo Bramini. Il giorno gio 26 mar 2020 alle ore 14:07 Carlo B. ha scritto: > > Hello, > I imple

Re: Mingw pkg-config not working

2020-03-26 Thread Carlo B. via Cygwin
you very much for your time and your support. Sincerely, Carlo Bramini. Il giorno sab 22 feb 2020 alle ore 18:47 Jon Turney ha scritto: > > On 20/02/2020 11:06, Carlo B. wrote: > [...] > > x86_64-w64-mingw32-pkg-config are emulated with a shell script, for > > exa

Re: Build of glm-0.9.7.6-1-src.tar.xz does not work.

2020-08-25 Thread Carlo B. via Cygwin
8.2020 17:30, Jon Turney wrote: > > On 22/08/2020 06:00, Marco Atzeri via Cygwin wrote: > >> On 21.08.2020 10:35, Carlo B. via Cygwin wrote: > >>> Hello, > >>> I tried to rebuild glm-0.9.7.6-1-src.tar.xz but the "install" command &g

Build of glm-0.9.7.6-1-src.tar.xz does not work.

2020-08-21 Thread Carlo B. via Cygwin
Hello, I tried to rebuild glm-0.9.7.6-1-src.tar.xz but the "install" command does not work. I'm getting this error message: >>> Installing glm-0.9.7.6-1.noarch make: *** Nessuna regola per generare l'obiettivo «install». Arresto. *** ERROR: make install DESTDIR failed Translated in english, it

New version of GLM package?

2020-12-17 Thread Carlo B. via Cygwin
Hello everyone, I'm wondering if it would be possible to release a newer version of this package and also fixing this bug if it is possible: https://cygwin.com/pipermail/cygwin/2020-August/245945.html Thank you very much for your time and your support. Sincerely. -- Problem reports:

Re: New version of GLM package?

2020-12-21 Thread Carlo B. via Cygwin
Hello, Il giorno dom 20 dic 2020 alle ore 14:32 Marco Atzeri via Cygwin ha scritto: > > On 20.12.2020 12:58, Carlo B. via Cygwin wrote: > > Hello, > > perhaps, if copying the files by hand is too heavy as another user > > said, it is possible to use version 0.9.9.

Re: New version of GLM package?

2020-12-20 Thread Carlo B. via Cygwin
Hello, perhaps, if copying the files by hand is too heavy as another user said, it is possible to use version 0.9.9.5, as I had written here: https://cygwin.com/pipermail/cygwin/2020-August/245981.html it is not the latest version, but it is surely much newer than 0.9.7: you just need to change

GLM for MinGW at same version of the ones for CYGWIN?

2021-03-02 Thread Carlo B. via Cygwin
Hello, with reference to this thread: https://cygwin.com/pipermail/cygwin/2020-December/247106.html recently, GLM for CYGWIN has been updated to 0.9.9.5. I'm wondering if it would be possible to do the same thing and update the GLM packages for MinGW to the same version. An update will simplify

Re: How to configuring a cross compiler for ARM Cortex M4F from GCC using Cygwin

2021-03-01 Thread Carlo B. via Cygwin
Hello, Il giorno dom 28 feb 2021 alle ore 09:29 Welwin Joseph via Cygwin ha scritto: > > Hi, > I am new to the concept of configuring crosscompiler from GCC , can anyone > guide me on how to create/ Configure a cross compiler from GCC compiler for > ARM cortex M4F using Cygwin. I am using a

Error with wxWidgets 3.0.5 for CYGWIN.

2021-02-26 Thread Carlo B. via Cygwin
Hello, after updating some packages, I tried to rebuild my Kicad sources and I discovered that I could not do it anymore. During the process, it hangs with this error: error: 'wxRE_ADVANCED' was not declared in this scope. It seems that the new package of wxWidgets 3.0.5 had not been compiled

cygport: CYGCMAKE_SOURCE seems to have no effect.

2021-09-16 Thread Carlo B. via Cygwin
Hello, I'm trying to make a package for CYGWIN to provide liblo, but I'm having some difficulties. This library is available to the most used linux distributions (but not limited to), here there is the link to the one into a Debian as example: https://packages.debian.org/buster/liblo-dev I

Re: cygport: CYGCMAKE_SOURCE seems to have no effect.

2021-09-17 Thread Carlo B. via Cygwin
cmake" but I don't know if this is the right way to do it and could be accepted or not. Sincerely. Il giorno gio 16 set 2021 alle ore 17:18 Carlo B. ha scritto: > > Hello, > I'm trying to make a package for CYGWIN to provide liblo, but I'm > having some difficulties. > This l

Re: cygport: CYGCMAKE_SOURCE seems to have no effect.

2021-09-17 Thread Carlo B. via Cygwin
Hello, thank you for your message, > Worked just fine for a recent update of fortune-mod. > I gave a look to the source tree inside the package fortune-mod-3.6.1-1-src.tar.xz and the CMakeLists.txt is into the top-level directory, so it is not the same thing. And it seems to me that

Re: cygport: CYGCMAKE_SOURCE seems to have no effect.

2021-09-17 Thread Carlo B. via Cygwin
Hello, > If you look at the Cygport Install Functions docs for docinto, ...into, > defining target directories, you would see that an "absolute" path > disables cygport from prefixing a subdirectory name with the package > name, etc. so CMakeLists.txt is (linked) under ${S,B}/cmake, and cygport >

CYGPORT: using WAF build system.

2021-10-14 Thread Carlo B. via Cygwin
Hello, I would like to make a package with LV2 plugins for CYGWIN. The problem is that those plugins are using the WAF build system and it is not clear to me how to proceed. Do you know if some of the existing packages for CYGWIN are using WAF, so that they could be uses as example for starting?

Re: CYGPORT: using WAF build system.

2021-10-17 Thread Carlo B. via Cygwin
, but I'm getting this message: *** ERROR: waf.cygclass does not yet support cross-compiling I hope that somebody may fix this in the future. Sincerely. Il giorno ven 15 ott 2021 alle ore 17:22 Brian Inglis ha scritto: > > On 2021-10-14 04:02, Carlo B. via Cygwin wrote: > > I would

Re: CYGPORT: using WAF build system.

2021-10-17 Thread Carlo B. via Cygwin
ib/Node.py", line 342, in ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=kw.get('maxdepth',25),dir=dir,src=src,remove=kw.get('remove',True))] RuntimeError: generator raised StopIteration *** ERROR: waf configure failed Il giorno ven 15 ott 2021 alle o

Re: Bug in CYGWIN's UUID library: GUID_NULL not found.

2023-02-20 Thread Carlo B. via Cygwin
I see... problem solved. Thank you very much. Sincerely, Carlo Bramini. Il giorno lun 20 feb 2023 alle ore 17:01 Takashi Yano ha scritto: > > On Mon, 20 Feb 2023 16:48:50 +0100 > "Carlo B. wrote: > > Hello, > > I think that there is a bug into the uuid l

Bug in CYGWIN's UUID library: GUID_NULL not found.

2023-02-20 Thread Carlo B. via Cygwin
Hello, I think that there is a bug into the uuid library, the one to be used with the W32API for the POSIX core. Please have a look to the following tiny test code: // #include #include #include #include int main() {

Installing/upgrading only NOARCH packages.

2023-04-19 Thread Carlo B. via Cygwin
Hello, after the 32-bit port of CYGWIN has been obsoleted, I was looking for a way for installing or upgrading the NOARCH packages, like the libraries for the mingw cross compilers for example. Unfortunately, I have not found an existing way for doing it. Is it possible to do it? Otherwise, I'm