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.000266
First Submitted: 2009-01-20 22:52 (UTC)
Last Updated: 2025-06-09 04:02 (UTC)

Latest Comments

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

dobo commented on 2014-05-23 13:14 (UTC)

It still works when compiling with wxgtk2.8. --- PKGBUILD 2014-05-23 15:11:49.904926673 +0200 +++ PKGBUILD_ 2014-05-23 13:33:52.457886719 +0200 @@ -7,7 +7,7 @@ pkgdesc="a free hex editor / disk editor arch=('i686' 'x86_64' 'mips64el' 'armv6h') url="http://wxhexeditor.sourceforge.net/" license=('GPL') -depends=('udis86-git' 'wxgtk') +depends=('udis86-git' 'wxgtk2.8') makedepends=('webkitgtk2') provides=("wxhexeditor=${pkgver}") conflicts=('wxhexeditor') @@ -31,7 +31,7 @@ prepare() { build() { cd "${srcdir}/wxHexEditor" - make -j1 + make WXCONFIG=/usr/bin/wx-config-2.8 -j1 } package() {

kfgz commented on 2014-05-14 18:54 (UTC)

I recently have this message when i try to run wxHexEditor ASSERT INFO: ./src/gtk/textctrl.cpp(833): assert "IsSingleLine()" failed in GetEditable(): shouldn't be called for multiline BACKTRACE: [1] wxTextCtrl::GetEditable() const [2] wxTextEntry::SetMaxLength(unsigned long) [3] wxScrollBarBase::~wxScrollBarBase() [4] wxScrollBarBase::~wxScrollBarBase() [5] std::vector<wxString, std::allocator<wxString> >::_M_fill_insert(__gnu_cxx::__normal_iterator<wxString*, std::vector<wxString, std::allocator<wxString> > >, unsigned long, wxString const&) [6] wxEntry(int&, wchar_t**) [7] __libc_start_main

bf_x commented on 2014-03-27 19:17 (UTC)

wxHexEditor: relocation error: wxHexEditor: symbol _ZTV21wxwxSizerItemListNode, version WXU_3.0 not defined in file libwx_gtk2u_core-3.0.so.0 with link time reference

bf_x commented on 2014-03-27 18:40 (UTC)

Not working :/

RibShark commented on 2014-02-13 08:59 (UTC)

Missing dependency: webkitgtk2

queueRAM commented on 2014-01-16 22:18 (UTC)

The undefined reference errors are due to the update to wxgtk 3.0. By default 'wx-config --libs' only returns the standard wx libraries which don't inlcude the AUI which wxhexeditor needs. A fix is to change line 7 of Makefile to: WXLDFLAGS = `$(WXCONFIG) --libs std,aui` -ludis86

revel commented on 2014-01-16 21:50 (UTC)

this package does not build correctly for me a bunch of undefined reference errors like HexEditorGui.cpp:(.text+0x20b60): undefined reference to `vtable for wxAuiNotebook'

CrumblingStatue commented on 2013-09-04 19:42 (UTC)

Best hex editor I've come across. It is fast, and has really neat features!

chenxiaolong commented on 2013-05-18 03:49 (UTC)

Updated to version 0.22. This package now depends on TheBodziO's udis86-git package :)

thebodzio commented on 2013-04-19 18:31 (UTC)

I made udis86-git package which provides udis86 (https://aur.archlinux.org/packages/udis86-git/). It contains udcli and may be used to build wxHexEditor.