Package Details: wxhexeditor-git 0.25.r109.gf439d8f-1

Git Clone URL: https://aur.archlinux.org/wxhexeditor-git.git (read-only, click to copy)
Package Base: wxhexeditor-git
Description: A free hex editor / disk editor for Linux, Windows and MacOSX
Upstream URL: http://www.wxhexeditor.org
Licenses: GPL-2.0-only
Conflicts: wxhexeditor
Provides: wxhexeditor
Submitter: stevenhoneyman
Maintainer: severach (mxfm)
Last Packager: severach
Votes: 35
Popularity: 0.000005
First Submitted: 2015-03-24 17:55 (UTC)
Last Updated: 2025-06-09 04:02 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

eniac commented on 2025-06-09 11:18 (UTC)

Thanks for updating the pkgbuild, it compiles fine now

jongeduard commented on 2025-06-08 12:26 (UTC) (edited on 2025-06-08 12:41 (UTC) by jongeduard)

I couldn't upgrade my system anymore:

looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing wxwidgets-gtk3 (3.2.8.1-2) breaks dependency 'wxgtk3' required by wxhexeditor-git

I had to remove this package now.

Probably we edit the PKGBUILD ourselves to adjust the dependency and rebuild the thing.

Update: Nope, just editing doesn't do the job:

==> ERROR: A failure occurred in build().
/usr/share/makepkg/util/message.sh: line 51: QUIET: unbound variable
/usr/bin/makepkg: line 133: logpipe: unbound variable

So currently the program doesn't actually compile either.

dario commented on 2025-06-08 08:38 (UTC)

wxgtk3 was renamed to wxwidgets-gtk3.

DarkShadow44 commented on 2022-08-26 15:15 (UTC)

Thanks, didn't realize this was the fix. Although an update for the PKGBUILD would still be nice.

jongeduard commented on 2022-08-25 20:41 (UTC) (edited on 2022-08-25 20:42 (UTC) by jongeduard)

@DarkShadow44

See mxfm's comment directly below yours. If you whish, you can simply change the path on line 48 in your cloned copy of the PKGBUILD file from "/usr/bin/wx-config-gtk3" to "/usr/bin/wx-config" and then it is going to build for you.

I did this myself and I have the application succesfully installed.

Also see the further comments on the AUR page of the other wxhexeditor package.

DarkShadow44 commented on 2022-08-25 20:19 (UTC)

Please fix, it doesn't compile anymore.

mxfm commented on 2022-07-15 19:13 (UTC) (edited on 2022-07-16 05:07 (UTC) by mxfm)

Please fix the PKGBUILD after wxwidgets update: the WXWIDGETS binary path is wrong (there is no -gtk3 config binary).

eh5 commented on 2019-12-24 16:03 (UTC)

Requires python ?

checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking whether python executable path has been provided... no
checking for python... no
configure: error: Python not found. Use --with-python to specify path to python binary
make: *** [Makefile:75: udis86/libudis86/.libs/libudis86.a] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/eh5/build

severach commented on 2019-02-27 04:03 (UTC)

Can you make this build in a clean chroot?