• rskn
    link
    English
    5
    edit-2
    1 year ago

    I’m working on someone else’s code right now and when I think I fixed one thing I break three more. I’m at the point where I just want to build this thing from scratch.

    I don’t know which one is gonna be more effort.

    • @SeeMinusMinusOP
      link
      English
      11 year ago

      Recently I was trying to get a game to work. The game worked fine on windows but had issues on linux and I wanted it to work on linux so I got the source code and tried to compile it. It was some modded quake 3 thingy but the code followed some weird standard that wasn’t C99 or C89. Both gcc and clang where having issues so I gave up. I was thinking about forking it other and making a modern version of it but I have other projects.