From 444ba19c0046e49c6e7eb26524e1a22e1c0a75e9 Mon Sep 17 00:00:00 2001 From: Graham Date: Wed, 18 Mar 2009 10:12:37 +0000 Subject: [PATCH] Changing to boost 1.38 installed in ThirdParty. Setting template depth to 60, again. --- applications/utilities/mesh/generation/CV3DMesher/Make/options | 3 ++- wmake/rules/linux64Gcc/c++ | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/applications/utilities/mesh/generation/CV3DMesher/Make/options b/applications/utilities/mesh/generation/CV3DMesher/Make/options index f7165eeca8..5408a92d35 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/Make/options +++ b/applications/utilities/mesh/generation/CV3DMesher/Make/options @@ -15,7 +15,8 @@ EXE_INC = \ -I$(LIB_SRC)/triSurface/lnInclude EXE_LIBS = \ + -L$(BOOST_SRC)/libs \ -lmeshTools \ -ltriSurface \ -ldynamicMesh \ - -lboost_thread-gcc43-mt-1_37 + -lboost_thread-gcc43-mt-1_38 diff --git a/wmake/rules/linux64Gcc/c++ b/wmake/rules/linux64Gcc/c++ index 36b5c29b20..677b1e5bb4 100644 --- a/wmake/rules/linux64Gcc/c++ +++ b/wmake/rules/linux64Gcc/c++ @@ -6,7 +6,7 @@ CC = g++ -m64 include $(RULES)/c++$(WM_COMPILE_OPTION) -ptFLAGS = -DNoRepository -ftemplate-depth-40 +ptFLAGS = -DNoRepository -ftemplate-depth-60 c++FLAGS = $(GFLAGS) $(c++WARN) $(c++OPT) $(c++DBUG) $(ptFLAGS) $(LIB_HEADER_DIRS) -fPIC