From: Niki S. <nik...@gm...> - 2005-03-18 16:09:55
|
current cvs compiles with gcc-3.4.2 (mingw) with small patch: Index: eve.cpp =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/source/eve.cpp,v retrieving revision 1.3 diff -u -r1.3 eve.cpp --- eve.cpp 17 Mar 2005 18:03:14 -0000 1.3 +++ eve.cpp 18 Mar 2005 16:04:29 -0000 @@ -38,7 +38,7 @@ /*************************************************************************************************/ -#ifdef BOOST_MSVC +#if defined(__GNUC__) || defined(BOOST_MSVC) #include <cmath> #endif |