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 .. 5 6 7 8 9 10 11 Next › Last »

Nothing4You commented on 2013-04-15 20:29 (UTC)

`wx-config --cxx` `wx-config --cxxflags` -I/usr/include/libudis86 -Imhash/include -MMD -O2 -c src/HexDialogs.cpp -o src/HexDialogs.o In file included from src/HexEditorFrame.h:32:0, from src/HexPanels.h:27, from src/HexEditor.h:37, from src/HexDialogs.h:28, from src/HexDialogs.cpp:25: src/HexPanels.h:30:20: fatal error: udis86.h: No such file or directory #include <udis86.h> ^ compilation terminated. make: *** [src/HexDialogs.o] Error 1

chenxiaolong commented on 2013-02-21 06:14 (UTC)

Hi Erdem, I've added armv6h to the arch array. By the way, thanks for making such a useful program :)

<deleted-account> commented on 2013-02-21 04:20 (UTC)

Hi All, Author here. Thanks for let me using my own program on Raspberry PI. This package also works on "armv6h" architecture without any modifications. Please, replace arch with "arch=('i686' 'x86_64' 'mips64el' 'armv6h')". Best Regards, Erdem

<deleted-account> commented on 2012-05-06 17:51 (UTC)

Thank you very much.

chenxiaolong commented on 2012-05-06 17:40 (UTC)

@dario86: Done and done :)

<deleted-account> commented on 2012-05-06 17:34 (UTC)

This package and wxhexeditor-svn work unmodified on mips64el architecture. Please, replace "arch=('i686' 'x86_64')" with "arch=('i686' 'x86_64' 'mips64el')".

chenxiaolong commented on 2012-05-05 19:54 (UTC)

@queueRAM: Thanks, I adopted the packages and updated them :)

chenxiaolong commented on 2012-05-05 19:54 (UTC)

I have adopted this package and updated it to the latest version. It is identical to my previous wxhexeditor-updated package.

queueRAM commented on 2012-05-05 17:29 (UTC)

rabyte orphaned the main wxhexeditor packages in AUR if you want to take that over: http://aur.archlinux.org/packages.php?ID=23325 http://aur.archlinux.org/packages.php?ID=33847

chenxiaolong commented on 2011-10-31 05:36 (UTC)

I've created an updated wxhexeditor package here: https://aur.archlinux.org/packages.php?ID=53583 SVN version here: https://aur.archlinux.org/packages.php?ID=53584 It uses the shared udis86 library rather than trying to compile its own. The SVN version also uses the shared mhash library.