Package Details: wxhexeditor-git 0.25.r98.gc22ce20-1

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)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

queueRAM commented on 2014-09-12 17:47 (UTC)

Yes, i was getting those 'undefined reference' errors as well. I looked into it and it is caused by the LDFLAGS from being in the incorrect place in the final linking stage of wxHexEditor executable. Change line 53 the Makefile target to the following: $(EXECUTABLE): $(OBJECTS) $(CXX) $(OBJECTS) $(LIBS) ${CXXFLAGS} ${OPTFLAGS} ${LDFLAGS} $(WXLDFLAGS) -o $@ Now i'm stuck getting a link error with some wx method: src/HexDialogs.o: In function `CompareDialog::Compare(wxFileName, wxFileName, bool, int, wxFileName)': HexDialogs.cpp:(.text+0xff6a): undefined reference to `wxUpdateUIEvent::Clone() const'

Alister.Hood commented on 2014-09-12 16:24 (UTC)

Does it fail for anyone with a bunch of messages like this?: HexDialogs.cpp:(.text+0x23c): undefined reference to `GOMP_sections_next'

stevenhoneyman commented on 2014-06-02 19:13 (UTC)

Adopted and updated. Please note that about when using this svn version, you might need to compile wxgtk without debug mode enabled. There are some assertion warning boxes if you don't (unless that has been fixed by now!)

stevenhoneyman commented on 2014-06-02 16:37 (UTC)

Adopted. Will update later today :)

dennis123123 commented on 2014-05-10 20:04 (UTC)

This needs updating! As below, patch needed for wx-config-2.8 also to specify python2 when compiling (that's why mhash and udis86 wouldn't work)

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

Should be a capital 'M' in 'Makefile' Also, wxhexeditor-svn is affected by the wxgtk bump to 3.0 as wxhexeditor was where you need to specify the libs as follows: WXLDFLAGS = `$(WXCONFIG) --libs std,aui` -ludis86

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

this package does not work correctly ==> Starting prepare()... sed: can't read makefile: No such file or directory ==> ERROR: A failure occurred in prepare(). Aborting...

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

I have adopted this package and updated it to the latest revision. It's identical to my previous wxhexeditor-svn-updated package :)

aricart commented on 2012-03-06 17:55 (UTC)

Fixed PKGBUILD for latest revision: http://pastebin.com/AFh6Rsei