Package Details: wxhexeditor 0.24-5

Git Clone URL: https://aur.archlinux.org/wxhexeditor.git (read-only, click to copy)
Package Base: wxhexeditor
Description: A free hex editor / disk editor for Linux, Windows and MacOSX
Upstream URL: http://www.wxhexeditor.org
Licenses: GPL-2.0-only
Submitter: None
Maintainer: severach (mxfm)
Last Packager: severach
Votes: 87
Popularity: 0.000002
First Submitted: 2009-01-20 22:52 (UTC)
Last Updated: 2025-06-09 04:02 (UTC)

Latest Comments

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

EUA commented on 2015-03-25 01:55 (UTC)

Assertion errors due wxgtk3 compilation with debug_flag setting. But all of assertion sources are will be silenced with v0.24 that released soon. Users want to experiment it could use wxhexeditor-git package. Thanks for maintaining it Steven. the Author.

stevenhoneyman commented on 2015-03-11 17:41 (UTC)

It's working fine on wxgtk (3) for me. I don't really want to have to go back a step and have this hang on to old 2.8

greyltc commented on 2015-03-11 00:35 (UTC)

@stevenhoneyman can you please update this PKGBUILD with @dobo's fix below? or orphan the package so someone else can?

flipmess commented on 2015-02-23 15:41 (UTC)

compiles and is working fine with dobo's changes :) thx!!

dobo commented on 2015-01-28 07:19 (UTC)

You can try this: --- PKGBUILD 2015-01-28 08:18:17.396558584 +0100 +++ wxhexeditor/PKGBUILD 2015-01-28 08:16:00.443229143 +0100 @@ -7,18 +7,18 @@ pkgdesc="a free hex editor / disk editor arch=('i686' 'x86_64') url="http://wxhexeditor.sourceforge.net/" license=('GPL') -makedepends=('wxgtk') +depends=('wxgtk2.8') +makedepends=('webkitgtk2') source=("http://downloads.sourceforge.net/project/wxhexeditor/wxHexEditor/v${pkgver}%20Beta/wxHexEditor-v${pkgver}-src.tar.bz2") md5sums=('d0e785c95cf40737246e5b2cc4cb7204') build() { cd "$srcdir/wxHexEditor" - make CC=gcc CPP=cpp CXX=g++ + make WXCONFIG=/usr/bin/wx-config-2.8 LDFLAGS="-lgomp -lwebkitgtk-1.0" } package() { cd "$srcdir/wxHexEditor" make DESTDIR="$pkgdir" PREFIX="/usr" install }

stevenhoneyman commented on 2015-01-03 17:12 (UTC)

Yeah it's very glitchy. Every file I close I get "Thread failed" or something. If you compile wxgtk yourself you can disable assertions. I know that's just covering up the problem but I don't see it being fixed soon.

akatz712 commented on 2015-01-03 17:05 (UTC)

I made the change This: make CC=gcc CPP=cpp CXX=g++ To this: make CC=gcc CPP=cpp CXX=g++ LDFLAGS="-lgomp -lwebkitgtk-1.0" This version says assertion failed - ./src/gtk/textctrl.cpp(847): assert "IsSingleLine()" failed in GetEditable(): shouldn't be called for multiline then when continue, I can examine files in hex okay. I did not really test things out more than that. But it is interesting all of the time I thought about upgrading and my older version 22 was perfectly okay.

Alister.Hood commented on 2015-01-02 21:47 (UTC)

This was pretty 'finished' before - isn't the issue just the changes in wxgtk 3.x? It's pretty simple to patch around - I've been meaning to do that when I get a chance.

simonzack commented on 2015-01-02 14:13 (UTC)

On windows 010 hex editor is really good (I like it's templates feature), and it also happens to be on linux. It's not open source but it would still be nice if somebody packaged it for aur. I once emailed the authors requesting for a portable version but they didn't seem that interested, I suppose it could be installed to a chroot and the binaries be extracted.