Is it possible to pop -G "Unix Makefiles" into the cmake configuring arguments? As I replaced Ninja globally, it does cause problems with projects that don't declare it explicitly but then use Make later. Can confirm that that fixed literally all the problems I had, unusually.
Search Criteria
Package Details: wxwidgets-common-git 3.3.1.r36.gd557e926b1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/wxgtk-git.git (read-only, click to copy) |
|---|---|
| Package Base: | wxgtk-git |
| Description: | Common libraries and headers for wxwidgets |
| Upstream URL: | https://github.com/wxWidgets/wxWidgets |
| Licenses: | LicenseRef-wxWindows_Library_Licence |
| Conflicts: | wxwidgets-common |
| Provides: | wxwidgets-common |
| Submitter: | pmattern |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-01-15 19:00 (UTC) |
| Last Updated: | 2025-11-29 16:00 (UTC) |
Dependencies (13)
- expat (expat-gitAUR)
- libsecret
- pcre2 (pcre2-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glu (glu-gitAUR) (make)
- gspell (make)
- gst-plugins-base (gst-plugins-base-gitAUR) (make)
- libmspack (make)
- libnotify (libnotify-gitAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat) (make)
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR) (make)
Required by (44)
- aegisub-arch1t3cht-qt5-git (requires wxwidgets-common)
- aegisub-git (requires wxwidgets-common)
- alsa-hdspeconf (requires wxwidgets-common)
- amule-daemon (requires wxwidgets-common)
- audacity-openvino (requires wxwidgets-common)
- audacity-openvino-bin (requires wxwidgets-common)
- codeblocks-svn (requires wxwidgets-common)
- cubicsdr (requires wxwidgets-common)
- dcpomatic (requires wxwidgets-common)
- dcpomatic-git (requires wxwidgets-common)
- espanso-wayland (requires wxwidgets-common)
- espanso-wayland (requires wxwidgets-common) (make)
- espanso-wayland-git (requires wxwidgets-common)
- espanso-wayland-git (requires wxwidgets-common) (make)
- espanso-x11 (requires wxwidgets-common)
- espanso-x11 (requires wxwidgets-common) (make)
- espanso-x11-git (requires wxwidgets-common)
- espanso-x11-git (requires wxwidgets-common) (make)
- gnudatalanguage (requires wxwidgets-common)
- guayadeque (requires wxwidgets-common)
- Show 24 more...
Sources (6)
ninetailedtori commented on 2025-12-02 04:16 (UTC) (edited on 2025-12-02 04:20 (UTC) by ninetailedtori)
FabioLolix commented on 2025-11-29 16:36 (UTC)
For the problem reported by abouvier I got a fix on github (sorry I get too many comments to remember all)
For ninetailedtori I couldn't replicate
ninetailedtori commented on 2025-11-23 17:40 (UTC) (edited on 2025-11-23 17:40 (UTC) by ninetailedtori)
It seems I'm getting compilation issues wrt the std=c++14 forcing. I've tried defining CXX_STANDARD as 14, but that caused c++11 issues to error the compilation, and with just the --std=c++14 cli option as in the PKGBUILD, I still read c++17 compilation errors. Would love some advice on this! :>
And yes, I am manually compiling it, not using a helper!
abouvier commented on 2025-09-19 22:38 (UTC)
mv "${pkgdir}"/usr/lib/cmake/wxWidgets{,Qt} in package_wxwidgets-qt5-git() seems to fail, because the directory is now named wxWidgets-3.3 instead of just wxWidgets.
FabioLolix commented on 2025-08-12 19:50 (UTC)
You should run namcap on the built package :p
I do; I build pratically all of my pkgbuild with devtools, there is quite a noise of implicit depends for this ones though and things slips 1
abouvier commented on 2025-08-12 19:23 (UTC)
You should run namcap on the built package :p
At least libwebp and gspell are missing in depends.
abouvier commented on 2025-07-28 22:08 (UTC)
There are conflicting files in wxwidgets-gtk3-git and wxwidgets-common-git too:
/usr/share/locale/af/LC_MESSAGES/wxstd-3.3.mo exists in both 'wxwidgets-common-git' and 'wxwidgets-gtk3-git'
/usr/share/locale/an/LC_MESSAGES/wxstd-3.3.mo exists in both 'wxwidgets-common-git' and 'wxwidgets-gtk3-git'
/usr/share/locale/ar/LC_MESSAGES/wxstd-3.3.mo exists in both 'wxwidgets-common-git' and 'wxwidgets-gtk3-git'
/usr/share/locale/ca/LC_MESSAGES/wxstd-3.3.mo exists in both 'wxwidgets-common-git' and 'wxwidgets-gtk3-git'
...
abouvier commented on 2025-07-28 22:02 (UTC) (edited on 2025-07-28 22:03 (UTC) by abouvier)
Can you add provides=(wxwidgets-gtk3=$pkgver) too? Otherwise other packages cannot depend on wxwidgets-gtk3>=3.3 and pick the VCS edition.
FabioLolix commented on 2025-07-28 21:48 (UTC)
@abouvier likely at that time the 3.2 branch was more developed then master, that was 2 years ago; I don't remember exactly
abouvier commented on 2025-07-23 10:04 (UTC)
Why forcing the 3.2 branch? Aren't VCS package supposed to track the last commit on the master branch?
Pinned Comments
FabioLolix commented on 2023-06-18 14:07 (UTC)
PR are welcome https://github.com/FabioLolix/PKGBUILD-AUR_fix/tree/master/w