

- #Transmission for mac big sur Patch
- #Transmission for mac big sur code
- #Transmission for mac big sur download
(Edited link to the newest build that fixes the incorrect Chinese characters Trying this a few months later than others here. You can try that build (using FPC 3.2.2 and Lazarus 2.3.0 trunk) I made here: transgui-macosx-arm64.zip I tried building transgui with it and was successful, including loading the openssl libs from homebrew.
#Transmission for mac big sur download
One thing that will make it easier to build it yourself is that you no longer need to compile FPC for aarch64 yourself, you can simply download the prebuilt version from here. At least I am not seeing an obvious problem. I am still a little puzzled on why your build does not work for me. I just got the M1 and still so many projects that need fixing :-( I was hoping your build could bridge the time to an official release. I have another bot interface that also works OK. No, I didn't go down that rabbit hole just yet. Literally everything I know I've posted in this thread.

Wish I could be of more help but like I've said, I'm hardly a developer and this is my first experience with pascal. Have you tried compiling your own build of transgui using the instructions I posted? I know it's a bit of work but that's all I can think of at the moment. If you need to have first in your PATH, run:įor compilers to find you may need to set:Įxport pkg-config to find you may need to set: pem files is keg-only, which means it was not symlinked into /opt/homebrew, ~ ❯❯❯ brew info stable 1.1.1k (bottled) Ĭryptography and SSL/TLS (8,071 files, 18MB)Ī CA file has been bootstrapped using certificates from the system use at your own risk! transgui-macosx-arm64.zip If anyone else wants to try out this arm64 build I made, feel free, but the usual caveats that I provide zero support for this build, make no promises it won't set your dog on fire, etc. (ignore all the errored torrents, that is a completely unrelated zfs issue that just happened. All is well, so someone on the official end of things can basically provide a real build of this with the instructions I've provided here and minimal effort. Tried everything I could think of and it all seems to be working, doesn't crash or anything either. It's even proxied through nginx to give it SSL and that's working fine, no issues.
#Transmission for mac big sur Patch
Well what do you know, it works! I figured out the duplicate object member error was totally unrelated to my braindead fix in restranslator.pas, it was actually this same issue popping up again: #1325 and all I had to do was use the 1329 patch provided there! After fixing that, it seems to work fine! Tested by connected to my debian linux server running transmission-daemon 3.00. I have a feeling this is one of those incredibly unhelpful compiler errors that is actually being caused by something else entirely, but at this point I'm stumped. Assigned() is just supposed to check if there's a pointer for the given object, and return a boolean.
#Transmission for mac big sur code
This is literally my first time even looking at pascal code so I'm not quite sure what the issue is really. OwnerName := TReader(Sender).Owner.GetNamePath If Sender is TReader and Assigned(TReader(Sender).Owner) then So I blindly broke the if statement into two and it seemed to be happy with that, but clearly that is is not the correct solution. Transgui/restranslator.pas(787,24) Error: (3284) Operator is not overloaded: "Class Of TReader" and "Boolean" I'm assuming this is because I wasn't supposed to edit line 787 of restranslator.pas which was giving me the compilation error: I even get it to launch, and it respects dark mode! Neat!īut when I try to connect to a transmission rpc interface I get this error: Okay, after a bunch of fiddling I have managed to successfully build transgui for aarch64.
