@indigoparadox@mastodon.social
Post #2421367
2026-04-28 03:13 UTC
@theirongiant@hachyderm.io It's a debian-specific quirk... different distros package the includes/libraries for compiling against a lib (as opposed to just using software that was compiled against that lib already) in different ways, but I just happen to be familiar with the Debian way. 😌
Replies (1)
-
@theirongiant@hachyderm.io 2026-04-28 03:24
@indigoparadox@mastodon.social OK I fixed that. "meson setup build" ERROR: no "iniparser." Grumble. Install iniparser-dev. Repeat "meson setup build" ERROR: no libevent. Grumble. Install libevent-dev. Repeat "meson setup build" ERROR libgcrypt not found. Fucking hell. All this because I need the -Dwith-appletalk=true option? Like, why isn't there a way to include the AppleTalk functions in the standard build of netatalk that I could pull from apt get? (Update: I've reached the compile stage now... update2: netatalk is installed and running on the RPi. Thanks.)