Package Details: wxhexeditor 0.24-4

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: GPL2
Submitter: None
Maintainer: severach (mxfm)
Last Packager: severach
Votes: 87
Popularity: 0.000064
First Submitted: 2009-01-20 22:52 (UTC)
Last Updated: 2022-12-16 03:28 (UTC)

Dependencies (4)

Required by (0)

Sources (3)

Latest Comments

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

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.

queueRAM commented on 2013-04-15 21:15 (UTC)

This is actually do to a problem with the udis86 PKGBUILD file. I've linked to an updated version on that AUR package [0] which fixes the problem and allows wxhexeditor to then build. [0] https://aur.archlinux.org/packages/udis86/