Package Details: mingw-w64-cmake 1-40

Git Clone URL: https://aur.archlinux.org/mingw-w64-cmake.git (read-only, click to copy)
Package Base: mingw-w64-cmake
Description: CMake wrapper for MinGW (mingw-w64)
Upstream URL: http://fedoraproject.org/wiki/MinGW
Licenses: GPL
Submitter: brcha
Maintainer: xantares
Last Packager: xantares
Votes: 57
Popularity: 0.74
First Submitted: 2013-04-17 12:11 (UTC)
Last Updated: 2022-12-05 17:39 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

xantares commented on 2020-12-07 17:26 (UTC)

@jpcima what is your use-case ?

Martchus commented on 2020-12-07 14:23 (UTC) (edited on 2020-12-07 14:36 (UTC) by Martchus)

I'd just call the regular CMake instead, at least for --build and --install that works just fine: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mingw-w64-qt6-base#n79

jpcima commented on 2020-12-07 13:09 (UTC)

Some commands are non-working under the wrapper: -E, --build, and some others. Please consider this version of script: https://git.io/JI8pV

<deleted-account> commented on 2020-11-24 15:32 (UTC)

yes, I just built it myself without wine.

xantares commented on 2020-11-24 15:08 (UTC)

are you sure gmp builds without wine ?

<deleted-account> commented on 2020-11-24 15:04 (UTC)

you are right, didn't look that far into the dependencies. problem fixed by removing wine from the gmp PKGBUILD.

xantares commented on 2020-11-24 14:55 (UTC)

it probably installs wine when building gmp which is a dependency of ceres

<deleted-account> commented on 2020-11-24 14:39 (UTC)

IMHO having Wine as an optional depend is totally not worth it. yay or other package managers will still try to install it when resolving dependencies, I'm having a load of trouble trying to install mingw-w64-ceres-solver and there is no way to avoid wine, which eventually fails because it can't resolve all its dependencies.

Martchus commented on 2020-11-08 15:13 (UTC) (edited on 2020-11-08 15:54 (UTC) by Martchus)

As mentioned in your PR, I patched Qt 6 and the Vulkan library problem was just due to forcing static libraries. So I suppose all that's left is actually specific to the static version. I'll create a separate package (mingw-w64-cmake-static) for that.

xantares commented on 2020-11-07 12:21 (UTC)

I dont know where to start, what are the specific issues you're talking about ?