From: Branan R. <br...@gm...> - 2008-09-02 21:44:56
|
Those warnings are probably just from missing 'f's on floating-point constants. Easy enough to fix. The "unknown pragma" in gls.c got committed by accident. I was trying to make GCC silence a warning that's not going to actually matter anymore. That will go away with my next commit. You can build the tests if you want. Make sure you have CUnit installed in a location that your vcvars.bat will pick up, otherwise it'll fail miserably. On Tue, Sep 2, 2008 at 2:40 PM, Orhun Birsoy <orh...@gm...> wrote: > It builds with Visual Studio 2008. I am getting the following warnings... > 2>..\..\..\glsdk\src\glm\angles.c(32) : warning C4244: 'return' : > conversion from 'double' to 'GLfloat', possible loss of data > 2>..\..\..\glsdk\src\glm\angles.c(38) : warning C4244: 'return' : > conversion from 'double' to 'GLfloat', possible loss of data > 2>..\..\..\glsdk\src\glm\mat4f.c(535) : warning C4244: '=' : > conversion from 'double' to 'GLfloat', possible loss of data > > 2>..\..\..\glsdk\src\gls\gls.c(27) : warning C4068: unknown pragma > > I didn't build the test, which I can try building (and running) it > tonight, and report back. > > -- > Orhun Birsoy > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Glsdk-devel mailing list > Gls...@li... > https://lists.sourceforge.net/lists/listinfo/glsdk-devel > |