From: Orhun B. <orh...@gm...> - 2008-09-02 21:58:08
|
the first two glm warnings are due to M_PI usage. It has to be cast to float. the last glm warning is due to use of tan(). tanf() should have been used. I've already build the tests before, just not lately. I have CUnit is already on my home machine. I am at work, I don't have CUnit here. Note that, under windows I had to change several build settings to build the tests. I don't exactly remember but the library name was not what glsdk was trying to link with. I think the CUnit Visual Studio project generated "libcunit.lib" and glsdk was trying to link with cunit.lib. I can provide a better explanation when I have access to my home machine. -- Orhun Birsoy |