From: Anthony S. <A....@cs...> - 2004-11-12 16:24:05
|
There are some minor issues compiling the latest CVS on Visual Studio .Net 2003. - calllists.c should include "chromium.h" not <GL/gl.h> to work on Win32. - I get a problem with crInfo not being discovered when linking various components. I didn't look at this, but just replaced them with calls to crDebug. This affected the following files: ./crserverlib/server_main.c ./crserverlib/server_stream.c ./crserverlib/server_tiles.c ./spu/tilesort/tilesortspu_config.c ./util/error.c A request for 1.8 - can all core header files get C++ wrappers (most do, but some do not). I did this on a version a few months ago. This enabled us to write an SPU which got headtracking data from the gadgeteer module of VRJuggler. This allowed us to take a desktop application and show it in head-tracked stereo. So far this was done just for a couple of PC servers, but hopefully we will demonstrate it for our SGI-based CAVE-like system in the next couple of months. Anthony -- > I think it would be nice to wrap up and release Chromium 1.8 sometime > this month. The last release was back in April. > > I"ll try to start running through the test plan in my spare time. > Let"s try to avoid checking in any potentially disruptive changes. > Speak up if you have anything that should be included in 1.8. > > -Brian > |