Package Details: perl-wx 0.9932-6

Git Clone URL: https://aur.archlinux.org/perl-wx.git (read-only, click to copy)
Package Base: perl-wx
Description: Interface to the wxWidgets cross-platform GUI toolkit
Upstream URL: https://metacpan.org/dist/Wx
Licenses: GPL, PerlArtistic
Submitter: None
Maintainer: swiftgeek
Last Packager: swiftgeek
Votes: 60
Popularity: 0.001145
First Submitted: 2007-09-20 07:29 (UTC)
Last Updated: 2023-02-08 12:29 (UTC)

Latest Comments

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

crowja commented on 2017-06-02 23:07 (UTC)

guys, building failed in my machine. did anyone experienced this issue? GDI.c: In function ‘void XS_Wx__Colour_GetPixel(PerlInterpreter*, CV*)’: GDI.c:12636:17: error: ‘class wxColour’ has no member named ‘GetPixel’ RETVAL = THIS->GetPixel(); ^~~~~~~~ make: *** [Makefile:451: Frames.o] Error 1 using gcc version 6.3.1 20170306 (GCC)

xcMI2w commented on 2017-06-02 21:57 (UTC)

Ty @dracorp ,the new version builds just fine :)

dracorp commented on 2017-06-02 19:04 (UTC)

It builds well with the newest version.

xcMI2w commented on 2017-06-02 18:02 (UTC)

When will this package be fixed? I'm on gcc 7.1.1

Heitor commented on 2017-02-27 18:55 (UTC)

@ivan_p You're right. The problem is the version of GCC. The pacman says I have GCC 6.3.1, but GCC tells me 5.4.0. I dont know if I choose a wrong way. I removed the folder "/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0" and maked a symbolic link: "sudo ln -s /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1 /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0". Works fine. Problem solved! Thank you.

ivan_p commented on 2017-02-27 16:35 (UTC) (edited on 2017-02-27 16:37 (UTC) by ivan_p)

@Heitor Might be gcc version: 6.3 is in [extra], but your log shows 5.4. gcc 6 uses C++11 standard by default, gcc 5 needs it to be enabled (just like the error mentions).

Heitor commented on 2017-02-27 15:42 (UTC)

@dracorp My version of wxgtk is the same: $ pacman -Ss wxgtk extra/wxgtk 3.0.2-6 [installed] I need perl-wx for sli3r... Thakns!

dracorp commented on 2017-02-23 17:31 (UTC) (edited on 2017-02-23 17:58 (UTC) by dracorp)

@Heitor It works for me. Which version of wxgtk? 3.0.2-6?

Heitor commented on 2017-02-22 21:28 (UTC)

I can't install perl-wx: /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options. /usr/include/wx-3.0/wx/strvararg.h:350:18: error: ‘is_enum’ in namespace ‘std’ does not name a template type typedef std::is_enum<T> is_enum; ^ /usr/include/wx-3.0/wx/strvararg.h:354:54: error: ‘is_enum’ was not declared in this scope enum { value = wxFormatStringSpecifierNonPodType<is_enum::value>::value }; ^ /usr/include/wx-3.0/wx/strvararg.h:354:68: error: template argument 1 is invalid enum { value = wxFormatStringSpecifierNonPodType<is_enum::value>::value }; Any idea? Thanks!

dracorp commented on 2016-08-30 19:06 (UTC)

@lbeenens: I've added those dependencies to checkdepends.