LiMinggang / madedit-mod

MadEdit-Mod is a cross platform Text/Hex editor(based on the madedit project @ sourceforge)
GNU General Public License v3.0
126 stars 27 forks source link

Aarch64 version enclosed #324

Closed EMLommers closed 1 year ago

EMLommers commented 2 years ago

Hi, I modified the source and working on ARM Aarch64 Debian Bookwor/sid See enclosed. You have to diff yourself. madedit-mod-master.zip ! Regards, EMLommers

LiMinggang commented 2 years ago

Thanks. WIll merge later

On Wed, Mar 9, 2022 at 10:01 PM Accumulator @.***> wrote:

Hi, I modified the source and working on ARM Aarch64 Debian Bookwor/sid See enclosed. You have to diff yourself. madedit-mod-master.zip https://github.com/LiMinggang/madedit-mod/files/8217746/madedit-mod-master.zip ! Regards, EMLommers

— Reply to this email directly, view it on GitHub https://github.com/LiMinggang/madedit-mod/issues/324, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABE7MHA7PNLIIOPJV6PP42TU7D7SFANCNFSM5QKSGTAA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

LiMinggang commented 2 years ago

Hi, would you please sent the patches(git format-patches -numofpatches) to me instead of a whole bunch of source code? It's hard for me to figure out what was changed actually by you. Thanks

On Thu, Mar 10, 2022 at 4:41 PM ming li @.***> wrote:

Thanks. WIll merge later

On Wed, Mar 9, 2022 at 10:01 PM Accumulator @.***> wrote:

Hi, I modified the source and working on ARM Aarch64 Debian Bookwor/sid See enclosed. You have to diff yourself. madedit-mod-master.zip https://github.com/LiMinggang/madedit-mod/files/8217746/madedit-mod-master.zip ! Regards, EMLommers

— Reply to this email directly, view it on GitHub https://github.com/LiMinggang/madedit-mod/issues/324, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABE7MHA7PNLIIOPJV6PP42TU7D7SFANCNFSM5QKSGTAA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

LiMinggang commented 1 year ago

Fixed in 0.4.20

wuzhaohui100 commented 2 months ago

补丁没有补全,在arm64架构上编译报错 In file included from ../minipython/Include/Python.h:11, from ../src/EmbeddedPython.hpp:11, from ../src/EmbeddedPython.cpp:8: ../minipython/Include/pyconfig.h:31:22: fatal error: ../../../config.h: 没有那个文件或目录 31 | #include "../../../config.h" | ^~~~~~~ compilation terminated.

LiMinggang commented 2 months ago

有没有试过去掉这一行或者是把"../../../config.h"替换成"../../config.h"?