Search Criteria
Package Details: wxhexeditor-git 0.25.r98.gc22ce20-1
Package Actions
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.000120 |
First Submitted: | 2015-03-24 17:55 (UTC) |
Last Updated: | 2022-12-16 03:25 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- wxgtk3 (wxwidgets-gtk3)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- gksuAUR (optional) – For root access support
- polkit (polkit-gitAUR, polkit-consolekitAUR) (optional) – For root access support
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
?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)
1 2 3 4 Next › Last »