From 49d190196ae43f3806ac0f0adb2566a4a45482b6 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 3 May 2010 07:40:30 +0000 Subject: [PATCH] *** empty log message *** --- adm_local/unix/config_files/check_NETGEN.m4 | 2 +- src/NETGEN/ReadMeForNgUsers | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/adm_local/unix/config_files/check_NETGEN.m4 b/adm_local/unix/config_files/check_NETGEN.m4 index 6a8d94e..085c657 100644 --- a/adm_local/unix/config_files/check_NETGEN.m4 +++ b/adm_local/unix/config_files/check_NETGEN.m4 @@ -219,7 +219,7 @@ namespace nglib { if test "x$Netgen_ok" == xno ; then AC_MSG_RESULT(no) - AC_MSG_ERROR(Netgen is not properly installed) + AC_MSG_ERROR(Netgen is not properly installed. Read NETGENPLUGIN_SRC/src/NETGEN/ReadMeForNgUsers for details.) fi NETGEN_LIBS="-L${NETGEN_LIBS_DIR} -lnglib" diff --git a/src/NETGEN/ReadMeForNgUsers b/src/NETGEN/ReadMeForNgUsers index ddea381..7d982a8 100644 --- a/src/NETGEN/ReadMeForNgUsers +++ b/src/NETGEN/ReadMeForNgUsers @@ -9,13 +9,13 @@ Netgen can be find at http://www.hpfem.jku.at/netgen/ 1. How to build Netgen for Netgen Plugin ------------------------------ -1.1. Download Netgen archive (here netgen-4.9.11.tar.gz) and unpack it +1.1. Download Netgen archive (here netgen-4.9.12.tar.gz) and unpack it 1.2. Configure the netgen compilation. The "good" options are - ../netgen-4.9.11/configure \ + ../netgen-4.9.12/configure \ --prefix=THE_INSTALLATION_PATH \ - --enable-occ --enable-nglib --with-occ=${CASROOT} \ - CXXFLAGS="-DOCCGEOMETRY -I${CASROOT}/inc -DHAVE_IOSTREAM -DHAVE_LIMITS -DHAVE_LIMITS_H -DHAVE_IOMANIP -I${TOGL_HOME}/include" \ + --with-occ=${CASROOT} \ + CXXFLAGS="-I${TOGL_HOME}/include" \ LDFLAGS="-L${TOGL_HOME}/lib/Togl1.7" 1.3. Compile the netgen product -- 2.39.2