Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
sleek34575y@Fast-Nop pretty much, not to mention those that depend on deprecated deps or those that just assume your windows has a certain dll.
-
@sleek I remember I had something like that with srecord, a tool for doing stuff with hexfiles (widely used to encode binary firmware files as text).
They didn't have a Windows exe on their website, ridiculed Windows users, but had instructions for a Linux build. OK, firing up Cygwin. Tried to build. Failed dependencies, and really crazy ones. Installed them. Other failed dependencies, and compiler errors.
At that point, I said "fuck this shit" and just coded a tool of my own because that was faster AND actually worked. -
sleek34575y@Fast-Nop I think github should add a feature where users can foag a repo as not working in a certain os, so if enough users flag it ud see a red tag saying "doesnt work"
-
@sleek Well that would be unfair to projects that are not meant cross-platform and clearly say so.
Related Rants
-
idontcare18What do you call a party with developers? A git together I'm so sorry.
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
when you find a project you'd like to clone and learn about but you cant even get their examples to build locally...
yes im looking at YOU every c based project on github.
rant
github
cpp
c
build
compiling
building