Update of /cvsroot/echempp/documentation
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv2631/documentation
Modified Files:
Notes.log
Log Message:
adapted to gcc 4.3.0
Index: Notes.log
===================================================================
RCS file: /cvsroot/echempp/documentation/Notes.log,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Notes.log 18 Dec 2007 17:47:45 -0000 1.13
--- Notes.log 17 Mar 2008 20:30:39 -0000 1.14
***************
*** 218,219 ****
--- 218,229 ----
The patch file for x86_64 architectures on sourceforge.net has been renamed to reflect the
fact that it is a gzipped tar archive (although it contains only a single file).
+
+ 17.03.2008 bs
+
+ In order to compile with gcc 4.3.0 the following changed have to be introduced to third party
+ software:
+ (1) boost 1.34.0: in boost/date_time/date_facet.hpp, line 432
+ add qualification boost::date_time:: to typedef:
+ typedef boost::date_time::special_values_parser<date_type,CharT> special_values_parser_type;
+ (2) gmm 1.7: in dal_std.h:
+ add #include <climits> after line 99 (#include <limits>)
|