this post was submitted on 22 Apr 2024
5 points (100.0% liked)

Programmer Humor

32444 readers
1776 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
all 6 comments
sorted by: hot top controversial new old
[–] PotatoesFall@discuss.tchncs.de 3 points 6 months ago (2 children)

why are you using three different distros to build a single application?

[–] joyjoy@lemm.ee 3 points 6 months ago

Probably nixos to run distrobox with fedora, then using podman to run debian to compile the C application.

[–] Ephera@lemmy.ml 1 points 6 months ago

Well, first I tried compiling it on my own distro (which isn't listed in the image). Then I tried compiling it with the help of nix-shell (that's the NixOS logo).

Then I figured, fuck it, let's just launch a whole container for compiling, so I tried the distros listed in the official documentation (Debian and Fedora), which, you guessed it, didn't work either.

This is a hobby project that I'm trying to compile, so this definitely won't be the best showing of C, but still just astronomically more painful than it should be...