The SSH private key has no passphrase, it seems more like a thing with SF and 2FA. Honestly it doesn't bother me that much, since it only happens when I push to SF, so I'm going to leave it :) But sure, I'll focus on getting CDE working with the Motif versions! I was also going to test Jon's fork but it currently has a lot of issues with building, so right now I'll focus on Tim's fork and mainline. :)
I have gotten SF to use my key, but... it still wants my password as well. Probably because of 2FA (it wants password with authentication code appended to it). But that config did in fact fix my repo mirroring issues, so I can now push to GitHub and SF from the same repo (and pull from the main repo), so thank you very much! As for the mailing list, I wasn't a member, but I just subscribed to it. I have been active on the IRC channel on libera.chat which is a solid way to get in touch with me (I've...
Fixed type casting issues with modern GCC (for reals this time)
Fixed type casting issues with modern GCC
Yeah, I'm just very new to this workflow. I've mainly just been using GitHub, and SF has a messy password setup if you use 2FA that, for some reason, won't let me use SSH keys, so trying to set up mirroring has been Not Fun... As for dealing with the new Motif versions, I have brought this to the attention of Tim Heldenaar (who makes the Motif I am testing against) and we got a solution for half of this issue that doesn't involve compiler flags and doesn't break support with older versions of Motif!...
Ah, right, I'm talking about the Makefile. In particular, the ones in cde/doc/en_US.UTF-8/guides To elaborate, I put the majority of my files on my computer in a 27TB HDD that I named "Storage Barn DX", because I am very much allowed to have a fun name for a behemoth HDD. This means the mount point is /mnt/Storage Barn DX and changing the name would break, uh, everything that looks for things on this drive. Now on the root of this drive is a folder I call "GITS" where I put all git-related stuff:...
And indeed, removing that patch makes the builds work correctly. (the Ubuntu 24.04 workflow is still going, but everyone else completed)
Yep, all of them failed with the patch that was in this merge request. I'll have to remove that patch and try it again.