[Mockpp-commits] homepage install-en.gtml,1.4,1.5
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-04-10 14:01:05
|
Update of /cvsroot/mockpp/homepage In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25483 Modified Files: install-en.gtml Log Message: update Index: install-en.gtml =================================================================== RCS file: /cvsroot/mockpp/homepage/install-en.gtml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- install-en.gtml 9 Apr 2005 18:17:33 -0000 1.4 +++ install-en.gtml 10 Apr 2005 14:00:39 -0000 1.5 @@ -115,7 +115,10 @@ <ul> <li>Linux (SuSE 8.2) + gcc 3.4</li> <li>Linux (SuSE 9.2) + gcc 3.3</li> - <li>OpenBsd 3.1 + gcc 2.95.3</li> + <li>OpenBsd 3.1 + gcc 2.95.3. Unfortunately the state of this + compiler version is a bit fragile regarding mockpp. It crashes + with internal compiler errors on certain source code without + identifiable reason.</li> <li>Windows (ME, NT) + Borland CBuilder 5</li> </ul> Since OpenBSD is a working platform I assume that other *BSD @@ -126,10 +129,11 @@ From reports and little personal experience I know that the following combinations work more or less fine, too: <ul> - <li>Windows + MSVC6 up to mockpp 1.1.16.</li> + <li>Windows + MSVC6/MSVC7 <b>up to mockpp 1.1.16</b>.</li> <li>Windows + MSVC7.1. Please note that MSVC6.0 compiles the library itself but fails on a lot of test files. This is - due to its weak support for templates. The state of MSVC7.0 seems similar. + (among other problems) due to its weak support for templates. + The state of MSVC7.0 seems similar. </li> <li>Windows + Borland CBuilder6. Use the project files under bcb5 and tweak them a bit (e.g. add stlport.lib or similar).</li> |