nilium / lugi.mod

The LuGI Lua wrapper generator and interface for BlitzMax
Other
3 stars 4 forks source link

utility.bmx does not compile with threaded flag #1

Closed nilium closed 15 years ago

nilium commented 15 years ago

utility.bmx will not compile when the threaded build flag is set.

Hm... compiles OK in normal mode, but not threaded mode for me:

Archiving:core.debug.mt.win32.x86.a
ar: creating C:/Code/BlitzMax/mod/lugi.mod/core.mod/core.debug.mt.win32.x86.a
Compiling:generator.bmx
Compile Error: Identifier 'TMutex' not found
[C:/Code/BlitzMax/mod/lugi.mod/generator.mod/utility.bmx;214;2]
nilium commented 15 years ago

Added missing (forgotten) import for brl.Threads. Closed by 5af8d03d78bd24982e68295bacadb5ef4eac72b6.