Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


silverpill@silverpill@mitra.social (2026-04-03 05:18:32)
@tetrus Yeah that's true - I added this to the list of limitations in the readme.

But I think it can be ported to other OSes. Which one do you use?
---Reply--- Tetrus :verified:@tetrus@tilde.zone (2026-04-03 06:40:11) @silverpill im still on windows sadly, i heard that you gonna try and make it work with sqlite.

I actually managed (in ai slop fiesta way) to at least compile your big one (not mini, in theory it should work for mini but only before you introduced pglite into the mini) binary on windows, apparently it complained about path thing, metadata nonsense and other stuff not being found in dep's (at least for windows versions).

looking into that it was "check_directory_owner" and "set_file_permissions" functions and the fact that it tries to deal with sockets which we don't have that in our bimbows world.

you can check the patch i jigged badly here https://files.catbox.moe/tndrry.patch
Reply

---Replies---
silverpill@silverpill@mitra.social (2026-04-03 07:44:41)
@tetrus Thanks. The patch disables ownership check, this is not good but I can apply it to mitra just to unblock compilation.

However, it is too early for mini, things are going to change a lot there.