[cgma-dev] r4627 - cgm/trunk/itaps

Iulian Grindeanu iulian at mcs.anl.gov
Mon Mar 21 16:37:48 CDT 2011


Thanks Jason,

So those extra include folders no longer appear, and no spurious hdf5 link problems appear for me.
I have only one other problem, but I do not think it is related to this, it must be something else
(test_copymesh fails now, and test_extrudemesh)
MeshKit/test/algs> test_copymesh
Running test_load_and_copymove ...
Running test_copy_quad ...
terminate called after throwing an instance of 'MeshKit::Error'
  what():  CESets.cpp, line 117: Invalid tag data type
  test_copy_quad: TERMINATED (signal 6)
  test_copy_quad: TERMINATED (signal 11)

Thanks again,
Iulian

----- Original Message -----
> Author: kraftche
> Date: 2011-03-21 15:55:26 -0500 (Mon, 21 Mar 2011)
> New Revision: 4627
> 
> Modified:
> cgm/trunk/itaps/iGeom-Defs.inc.in
> Log:
> No longer try to provide non-C++ ITAPS clients w/ necessary link flags
> for linking C++ implementation. Clients must now either a) link with
> C++ compiler, b) build MOAB as shared lib, or c) figure out for
> themselves how to link C++ itaps impl with whatever language their app
> is implemented in
> 
> Modified: cgm/trunk/itaps/iGeom-Defs.inc.in
> ===================================================================
> --- cgm/trunk/itaps/iGeom-Defs.inc.in 2011-03-21 20:55:06 UTC (rev
> 4626)
> +++ cgm/trunk/itaps/iGeom-Defs.inc.in 2011-03-21 20:55:26 UTC (rev
> 4627)
> @@ -8,9 +8,9 @@
> IGEOM_CPPFLAGS = $(IGEOM_DEFINES) $(IGEOM_INCLUDES)
> 
> # The useful flags we are providing
> -IGEOM_LDFLAGS = $(IGEOM_CXX_LDFLAGS) @CGM_EXT_LDFLAGS@
> @CGM_CXX_LINKFLAGS@
> +IGEOM_LDFLAGS = $(IGEOM_CXX_LDFLAGS) @CGM_EXT_LDFLAGS@
> IGEOM_LTFLAGS = $(IGEOM_CXX_LTFLAGS) @CGM_EXT_LTFLAGS@
> -IGEOM_LIBS = $(IGEOM_LDFLAGS) -liGeom -lcgm @CGM_EXT_LIBS@
> @CGM_CXX_LIBS@
> +IGEOM_LIBS = $(IGEOM_LDFLAGS) -liGeom -lcgm @CGM_EXT_LIBS@
> 
> # These are overridden after this file in installed
> IGEOM_CXX_LDFLAGS = -L at abs_top_builddir@/.libs -L at abs_builddir@/.libs


More information about the cgma-dev mailing list