Package Details: madedit-svn r589-6

Git Clone URL: https://aur.archlinux.org/madedit-svn.git (read-only, click to copy)
Package Base: madedit-svn
Description: Open-Source & Cross-Platform Text/Hex Editor written in C++ and wxWidgets.
Upstream URL: http://sourceforge.net/projects/madedit/develop
Licenses: GPL
Conflicts: madedit
Provides: madedit
Submitter: R00KIE
Maintainer: R00KIE
Last Packager: R00KIE
Votes: 23
Popularity: 0.000000
First Submitted: 2011-06-21 21:05 (UTC)
Last Updated: 2017-07-23 12:00 (UTC)

Pinned Comments

R00KIE commented on 2020-06-13 15:57 (UTC)

I'll have to recommend you try wxMEdit https://aur.archlinux.org/packages/wxmedit/ The code seems to still be maintained.

Madedit's code has been unmaintained for a long time and it seems to be breaking because everything else around it moved on (compilers, libraries, etc.).

If anyone is interested in maintaining this package let me know, I can either add you as a co-maintainer or disown the package and let someone else take over.

Latest Comments

R00KIE commented on 2020-06-13 15:57 (UTC)

I'll have to recommend you try wxMEdit https://aur.archlinux.org/packages/wxmedit/ The code seems to still be maintained.

Madedit's code has been unmaintained for a long time and it seems to be breaking because everything else around it moved on (compilers, libraries, etc.).

If anyone is interested in maintaining this package let me know, I can either add you as a co-maintainer or disown the package and let someone else take over.

rcrath commented on 2020-05-10 04:30 (UTC)

install fails: onfigure:3410: error: possibly undefined macro: AM_INTL_SUBDIR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. ==> ERROR: A failure occurred in build(). Aborting... checking dependencies...

Packages (3) gobject-introspection-1.64.1-2 gstreamer0.10-base-plugins-0.10.36-13 python-markdown-3.1.1-4

codestation commented on 2014-01-08 04:18 (UTC)

Consider using wxMEdit since MadEdit hasn't been maintained in a long time. https://aur.archlinux.org/packages/wxmedit/

<deleted-account> commented on 2012-06-22 10:36 (UTC)

use madedit-svn,no errors.

<deleted-account> commented on 2012-06-09 09:57 (UTC)

I encountered the same problem as salviati. Is there any solution for this bug?

R00KIE commented on 2012-03-18 17:05 (UTC)

Thanks for the tips. Can you try the one I have just uploaded? It builds and seems to work fine here (x86_64).

frat commented on 2012-03-18 13:18 (UTC)

boost version must under 1.4.7,or boost refer to wrong ext_ directory. need LDFLAG=-lx11 now.

salviati commented on 2011-12-22 08:32 (UTC)

Compilation fails: ./xpressive/boost/xpressive/proto/fusion.hpp:28:54: fatal error: boost/fusion/support/ext_/is_segmented.hpp: No such file or directory

leafonsword commented on 2011-10-29 14:04 (UTC)

完美解决乱码~

<deleted-account> commented on 2011-04-27 02:07 (UTC)

Madedit don't show selected text in invert. FIX: --- MadEdit.org +++ MadEdit.cpp @@ -41,7 +41,7 @@ #ifndef FIXINVERT //# ifdef __WXMSW__ -# define FIXINVERT 0 +# define FIXINVERT 2 //# else //# define FIXINVERT 1 //# endif @@ -9511,7 +9511,7 @@ m_ClientBitmap=new wxBitmap(w,h); m_MarkBitmap=new wxBitmap(w,h); -#if FIXINVERT != 0 +#if 0//FIXINVERT != 0 if(InvertRect==NULL) { wxMemoryDC dc1, dc2;