Activity for Michael Karlesky

  • Michael Karlesky Michael Karlesky posted a comment on discussion Unity Forum

    Hi, James. There's a lot to talk about here. I'll try to keep it brief to help get you going in the right direction. These sourceforge forums are old. The active forums are in Google Groups. A landing page for the forums is here http://www.throwtheswitch.org/forums (ignore the silly adult content warning — nobody can figure out how Google labelled the forums as such). I'm not familiar with SDL at all. But your errors are pretty indicative of missing libraries and header files. That's just build setup...

  • Michael Karlesky Michael Karlesky posted a comment on discussion Unity Forum

    This sort of problem can be due to an incomplete development environment. For instance, it's not uncommon for the gcc compiler to be installed but not the accompanying package of standard libraries and header files. Without any unit tests involved, if you're able to build and run a simple one file hello world app that prints to the console successfully then the above hypothesis is wrong. If you're not able to do that, then you'll need to investigate what packages are installed in your environment...

  • Michael Karlesky Michael Karlesky posted a comment on discussion Unity Forum

    This Unity is an open source testing framework for C programming. You want these...

1