Package Details: wxhexeditor-git 0.25.r98.gc22ce20-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: GPL2
Conflicts: wxhexeditor
Provides: wxhexeditor
Submitter: stevenhoneyman
Maintainer: severach (mxfm)
Last Packager: severach
Votes: 36
Popularity: 0.039497
First Submitted: 2015-03-24 17:55 (UTC)
Last Updated: 2022-12-16 03:25 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

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?

leesei commented on 2018-12-11 14:51 (UTC)

clang required to build udis86 but not in dependencies

wxhexeditor may have the same issue, it used to specify CC and GCC for make https://aur.archlinux.org/cgit/aur.git/commit/?h=wxhexeditor&id=7f98703d60eb

JSpaces commented on 2018-09-29 23:11 (UTC) (edited on 2018-09-29 23:13 (UTC) by JSpaces)

I was able to compile by editing the build section in the PKGBUILD to be:

build() {

cd ${pkgname}

export LDFLAGS="${LDFLAGS} -fopenmp"

make -d WXCONFIG=/usr/bin/wx-config CXXFLAGS="${CXXFLAGS/-fopenmp/}"

}

This fixed the __kmpc_ errors during the linking.

ferreum commented on 2018-05-10 14:31 (UTC) (edited on 2018-05-10 14:54 (UTC) by ferreum)

Build fails unless clang is installed.

With clang installed, the linker command fails later with undefined references starting with "__kmpc_". This seems to be openmp related but installing it doesn't fix the build.

lilydjwg commented on 2017-04-15 02:45 (UTC)

It needs python to build.