Game Development Community

Gcc 4.1.2, TNL 1.5.0, libtomcrypt 1.16

by Brian Jones · in Torque Game Engine · 02/16/2007 (1:40 pm) · 0 replies

Hello,

Since the CVS repository still seems to be dead, I am linking my fixes to the 1.5.0 source linked from the OpenTNL website.

Key points:
- Builds correctly under Linux using gcc 4.1.2
- Includes version 1.16 of the libtomcrypt library
- Doesn't require the -fpermissive flags to build

Notes:
- In tnl/tnlVector.h the templates that were returning *begin() and *end() just return nothing now. I am unsure if this is an issue or not, but am assuming not since it was packaged that way.
- The tests appear to run correctly.
- I haven't tested this under Windows or OSX. I am guessing that OSX should build correctly. Windows users will need to rebuild a libtomcrypt project to build it.

Code:
- www.mojobojo.com/code/tnl-1.5.0-bojo.tar.gz