Package Details: wxedid 0.0.31-1

Git Clone URL: https://aur.archlinux.org/wxedid.git (read-only, click to copy)
Package Base: wxedid
Description: wxWidgets-based EDID (Extended Display Identification Data) editor
Upstream URL: https://sourceforge.net/projects/wxedid/
Licenses: GPL3
Submitter: net147
Maintainer: SunRed
Last Packager: SunRed
Votes: 12
Popularity: 1.34
First Submitted: 2018-12-11 00:33 (UTC)
Last Updated: 2024-04-11 18:22 (UTC)

Latest Comments

arzeth commented on 2024-04-18 20:26 (UTC)

I had to add

export CPPFLAGS="${CPPFLAGS} -O2"

after the cd line

because otherwise

/usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  414 | #  warning _FORTIFY_SOURCE requires compiling with optimization (-O)
      |    ^~~~~~~
configure: error: (E) rcd_autogen failed

even though I have -Ofast in CFLAGS and CXXFLAGS in /etc/makepkg.conf

rbm78bln commented on 2024-03-20 07:20 (UTC) (edited on 2024-03-20 07:21 (UTC) by rbm78bln)

Please update:

pkgver=0.0.31

md5sums=('c754a158f568b4bf0de6802fbf6f652a')

Works perfectly fine for me.

Thanks.

Max-P commented on 2024-03-17 03:20 (UTC)

Version 0.0.31 works just fine with whatever wxwidgets is current

Xaap commented on 2024-01-06 18:09 (UTC) (edited on 2024-01-06 18:11 (UTC) by Xaap)

A workaround in the meantime without downgrading is to use some fresh user account, no gtk theme set, no specific fonts, etc... This works, even though it may have a small chance of segfaulting at launch, just retry.

exsign commented on 2023-12-28 23:12 (UTC)

@Strykar Following the comment of @net147 downgraded wxwidgets-gtk3 to version 3.2.2.1. Working for now.

net147 commented on 2023-11-16 22:23 (UTC) (edited on 2023-11-16 22:23 (UTC) by net147)

@Strykar Perhaps a wxWidgets update broke it as it was working at the time I last updated the wxedid package. The issue would have to be fixed upstream in wxWidgets and/or wxEDID.

Strykar commented on 2023-11-16 21:39 (UTC)

This just core dumps invoked with or without switches.

bkb commented on 2022-07-17 11:17 (UTC)

All these wx things are basically broken. Some needs a newer version, some needs the old one. A long chain of dependency made it impossible to even switch from old to new or new to old, without uninstalling nearly the OS

imp0 commented on 2022-07-14 21:47 (UTC)

wxgtk2 was removed from the main repo's, I did a successful build against 'wxwidgets-gtk3' for this package.

Is is possible to update the dependencies?