Page 1 of 1

Compiling cvs head with VC7.1

Posted: Sun Oct 22, 2006 17:33
by FuSiON
Hi,

I'm getting this error message when compiling the latest cvs head. The error is located in the CEGUISingleton.h headerfile in line 59 ( static CEGUIEXPORT T* ms_Singleton; ).
Could this error be related to premake?[/url]

Posted: Sun Oct 22, 2006 21:43
by CrazyEddie
Hi,

This is not a premake related issue, it's something else entirely :) (In fact, We broke it!)

For now, just remove the CEGUIEXPORT part of that line and it will work.

CE.