|
From: <br...@us...> - 2011-04-21 01:39:42
|
Revision: 4236
http://openvrml.svn.sourceforge.net/openvrml/?rev=4236&view=rev
Author: braden
Date: 2011-04-21 01:39:36 +0000 (Thu, 21 Apr 2011)
Log Message:
-----------
Define BOOST_FILESYSTEM_VERSION=2 to compile with Boost 1.46.
Modified Paths:
--------------
trunk/ChangeLog
trunk/tests/Makefile.am
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-04-17 04:27:08 UTC (rev 4235)
+++ trunk/ChangeLog 2011-04-21 01:39:36 UTC (rev 4236)
@@ -1,3 +1,8 @@
+2011-04-20 Braden McDaniel <br...@en...>
+
+ * tests/Makefile.am (AM_CPPFLAGS): Define
+ BOOST_FILESYSTEM_VERSION=2 to compile with Boost 1.46.
+
2011-04-16 Braden McDaniel <br...@en...>
Update to Doxygen 1.4.7.
Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am 2011-04-17 04:27:08 UTC (rev 4235)
+++ trunk/tests/Makefile.am 2011-04-21 01:39:36 UTC (rev 4236)
@@ -1,7 +1,8 @@
AM_CPPFLAGS = \
-I$(top_builddir)/src/libopenvrml \
-I$(top_srcdir)/src/libopenvrml \
- -DBOOST_TEST_DYN_LINK
+ -DBOOST_TEST_DYN_LINK \
+ -DBOOST_FILESYSTEM_VERSION=2
AM_CXXFLAGS = $(PTHREAD_CFLAGS)
TESTS_ENVIRONMENT = \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|