Package Details: mingw-w64-wxmsw3.1 1:3.1.5-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-wxmsw3.1.git (read-only, click to copy)
Package Base: mingw-w64-wxmsw3.1
Description: Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)
Upstream URL: http://wxwidgets.org
Licenses: custom:wxWindows
Submitter: ivan_p
Maintainer: ivan_p
Last Packager: ivan_p
Votes: 2
Popularity: 0.000000
First Submitted: 2016-05-13 14:35 (UTC)
Last Updated: 2021-07-04 18:44 (UTC)

Latest Comments

andrewkoz commented on 2021-04-20 20:57 (UTC)

wx3.1.5 has been released: http://wxwidgets.org/news/2021/04/wxwidgets-3.1.5-released/

patlefort commented on 2018-05-20 20:12 (UTC) (edited on 2018-05-20 20:13 (UTC) by patlefort)

Currently broken:

In file included from ../src/common/log.cpp:58:
../include/wx/msw/private.h: In static member function ‘static void* AutoHANDLE<INVALID_VALUE>::InvalidHandle()’:
../include/wx/msw/private.h:148:49: error: invalid static_cast from type ‘long unsigned int’ to type ‘HANDLE’ {aka ‘void*’}
         return static_cast<HANDLE>(INVALID_VALUE);

I think it should be using reinterpret_cast.

ivan_p commented on 2018-03-17 11:30 (UTC)

@pingplug Thanks, fixed!

pingplug commented on 2018-03-17 10:14 (UTC) (edited on 2018-03-17 10:15 (UTC) by pingplug)

line 56: make before configure?

ivan_p commented on 2018-03-05 10:32 (UTC) (edited on 2018-03-05 10:32 (UTC) by ivan_p)

As of version 3.1.1 there's an alternative build system using CMake.

If you want to fiddle with it, my try on it is here:

https://github.com/ivanpu/aur/tree/master/experiments/mingw-w64-wxmsw3.1

NOTE: it's not yet working on my end.

rkitover commented on 2016-12-12 15:51 (UTC)

Same problem as mingw-w64-wxmsw, broken libuuid in the mingw crt prevents linking: https://gist.github.com/rkitover/5878021d826e5c8af3b04e374ea3bdbf https://github.com/Alexpux/MINGW-packages/issues/1761 I will file a bug against the mingw-w64-crt package.