pnedev / comparePlus

Compare plugin for Notepad++
GNU General Public License v3.0
1.01k stars 139 forks source link

ARM64 Compilation? #277

Closed specul8 closed 2 years ago

specul8 commented 2 years ago

Hi! Is it possible to get a compilation of this as ARM64 to support the ARM64 version of N++?

Thanks!

pnedev commented 2 years ago

@specul8 , OK, I will look into it.

pnedev commented 2 years ago

Could you please try this ARM64 build and tell me if it is working? Put the DLL in Notepad++ plugins folder under ComparePlus subfolder and restart Notepad++. Please have in mind that it is the new ComparePlus plugin which is not yet officially released and there are also no ARM64 Git and SVN libraries included so those commands will not work. The ARM64 support will be available only in the new plugin (ComparePlus) as I have stopped actively supporting the old Compare plugin.

Thanks for the feedback in advance.

specul8 commented 2 years ago

Worked perfectly - Thanks Pavel!

Brad

From: Pavel Nedev @.> Sent: Wednesday, 6 April 2022 11:43 PM To: pnedev/compare-plugin @.> Cc: specul8 @.>; Mention @.> Subject: Re: [pnedev/compare-plugin] ARM64 Compilation? (Issue #277)

Could you please try this ARM64 https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fci.appvey or.com%2Fapi%2Fbuildjobs%2F72ewq2upcnfwdvuy%2Fartifacts%2FComparePlus.dll&da ta=04%7C01%7C%7Cb6b9887e2b504ca1395808da17d36989%7C84df9e7fe9f640afb435aaaaa aaaaaaa%7C1%7C0%7C637848494090250275%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjA wMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=Iv%2BAqvBpF 3VUpJNRlzD8Q9EnwmIn68YitOpcs%2Bgl8SU%3D&reserved=0 build and tell me if it is working? Put the DLL in Notepad++ plugins folder under ComparePlus subfolder and restart Notepad++. Please have in mind that it is the new ComparePlus plugin which is not yet officially released and there are also no ARM64 Git and SVN libraries included so those commands will not work. The ARM64 support will be available only in the new plugin (ComparePlus) as I have stopped actively supporting the old Compare plugin.

Thanks for the feedback in advance.

- Reply to this email directly, view it on GitHub https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co m%2Fpnedev%2Fcompare-plugin%2Fissues%2F277%23issuecomment-1090289386&data=04 %7C01%7C%7Cb6b9887e2b504ca1395808da17d36989%7C84df9e7fe9f640afb435aaaaaaaaaa aa%7C1%7C0%7C637848494090250275%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAi LCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=U0najwsn0BMxmEzB HIJqnoT%2FiJ0JS2eRPmUxERLglZM%3D&reserved=0 , or unsubscribe https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.co m%2Fnotifications%2Funsubscribe-auth%2FACQQHU3D5HBREXIDMN4GY53VDWIHFANCNFSM5 NZCKM5Q&data=04%7C01%7C%7Cb6b9887e2b504ca1395808da17d36989%7C84df9e7fe9f640a fb435aaaaaaaaaaaa%7C1%7C0%7C637848494090250275%7CUnknown%7CTWFpbGZsb3d8eyJWI joiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=l Pr1mr6iYZ2siZsFstIyDq5fidYTqSbwh8z6Jqm8P1U%3D&reserved=0 . You are receiving this because you were mentioned. https://github.com/notifications/beacon/ACQQHUZ3YIBBLC4E6FTPSZDVDWIHFA5CNFS M5NZCKM52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOID6H52Q .gif Message ID: @. @.> >

pnedev commented 2 years ago

Excellent, thanks for the quick check Brad. :+1:

Later I'll see if I could easily build the Git and SQLlite libraries for ARM64.

pnedev commented 2 years ago

Implemented/fixed and will be included in the first ComparePlus plugin release coming in a month or so. Only SVN diff is not possible on ARM64 architectures due to missing SQLlite library for those platforms.