Re: Adding mingw package for libuuid-devel (with pkg-config file uuid.pc)

2021-06-17 Thread Sandro Mani
Hi 1. Does the existence of these files imply that libuuid-devel was actually added to MinGW, just not as a separate package? /usr/x86_64-w64-mingw32/sys-root/mingw/lib/libuuid.a This one is in mingw-crt /usr/x86_64-w64-mingw32/sys-root/mingw/include/uuids.h This one is in mingw-headers

Re: Adding mingw package for libuuid-devel (with pkg-config file uuid.pc)

2021-06-17 Thread Sim Tov
PS: I've opened Fedora's native /usr/include/linux/uuid.h from libuuid-devel and it looks quite Linux specific... Here is what I've found regarding porting uuid to windows: https://trac.xapian.org/ticket/303 see this (and other patches there): https://trac.xapian.org/attachment/ticket/303/window

Adding mingw package for libuuid-devel (with pkg-config file uuid.pc)

2021-06-16 Thread Sim Tov
Hello, I try to create a CI/CD pipeline that would allow to automatically cross-compile gImageReader's GTK interface for Windows. Here is the Dockerfile in my fork: https://github.com/AvtechScientific/gImageReader/blob/master/packaging/win32/Dockerfile . To build it, one needs to run: `sudo docker