-
Includes fixes for bugs 1692137 and 1691664 I posted earlier.
2007-04-01 21:41:45 UTC in The Unicon Project
-
Didn't realise it was April Fools...anyways, in all seriousness.
I think it would be nice if Unicon was buildable with the freely available Visual C++ compiler that is now "free forever". That and my current attempted builds with MingW/Cygwin exhibit disturbing results.
So it took a couple days to get working (especially since I got tempted to include the 3D graphics code), so here it is.
2007-04-01 21:37:32 UTC in The Unicon Project
-
In src\h\graphics.h, around line 333, the structure _savetexture is outside the #ifdef Graphics3D, and causes the build to fail if GLubyte isn't defined. Can be made to go away by moving down the nearby #endif.
2007-03-31 22:10:25 UTC in The Unicon Project
-
There is an unguarded reference to Fs_Window in src/runtime in fsys.r (around line 1141 I think), resulting in an "undefined symbol" error when attempting to compile without X. Adding an #ifdef GRAPHICS and #endif around the statement allowed it to build.
I'm building on a RH7.3 linux machine Intel Xeon (cluster), and this came up again (also came up when building the NT-GCC console apps).
2007-03-30 21:43:21 UTC in The Unicon Project
-
A fresh build using uni.zip, and off anonymous CVS this morning. Build notes below refer to the CVS version specifically, but both builds resulted in the following error message appearing:
gui.icn: error processing object ScrollBar : invalid page size
MingW Packages (mostly because older versions of mingw don't have tanh)
binutils-2.16.91-20060119-1.tar.gz
w32api-3.6.tar.gz...
2007-03-30 05:18:03 UTC in The Unicon Project
-
wacko committed patchset 1346 of module slashem to the SLASH'EM CVS repository, changing 2 files.
2005-04-27 07:12:33 UTC in SLASH'EM
-
wacko committed patchset 1345 of module slashem to the SLASH'EM CVS repository, changing 7 files.
2005-04-27 07:01:22 UTC in SLASH'EM
-
wacko committed patchset 1344 of module slashem to the SLASH'EM CVS repository, changing 4 files.
2005-04-26 08:25:27 UTC in SLASH'EM
-
wacko committed patchset 1343 of module slashem to the SLASH'EM CVS repository, changing 11 files.
2005-04-26 07:28:06 UTC in SLASH'EM
-
wacko committed patchset 872 of module slashem to the SLASH'EM CVS repository, changing 1 files.
2003-05-21 15:00:33 UTC in SLASH'EM