From 5219dd710900028c59f5fb96f29e0f34926bc9c9 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 22 Feb 2011 11:12:40 +0000 Subject: [PATCH] #define BOOST_FILESYSTEM_VERSION 2 for troubles with V3 on boost 1.46 --- src/creaSystem.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/creaSystem.h b/src/creaSystem.h index 85a020b..a9c33da 100644 --- a/src/creaSystem.h +++ b/src/creaSystem.h @@ -3,8 +3,8 @@ Program: crea Module: $RCSfile: creaSystem.h,v $ Language: C++ - Date: $Date: 2010/06/11 05:06:46 $ - Version: $Revision: 1.12 $ + Date: $Date: 2011/02/22 11:12:40 $ + Version: $Revision: 1.13 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -25,6 +25,8 @@ #include "creaConfigure.h" +#define BOOST_FILESYSTEM_VERSION 2 + // We try for Visual 6..???? //#pragma warning( disable : 4786) -- 2.45.1