[MOAB-dev] MOAB check for *AMD64-32* failed.

Nightly Test kraftche at cae.wisc.edu
Wed Apr 2 01:14:55 CDT 2008


../src/MBReadUtil.cpp: In member function 'virtual MBErrorCode MBReadUtil::create_entity_sets(MBEntityID, const unsigned int*, MBEntityID, int, MBEntityHandle&)':
../src/MBReadUtil.cpp:154: warning: comparison between signed and unsigned integer expressions
../src/WriteNCDF.cpp: In member function 'MBErrorCode WriteNCDF::write_BCs(std::vector<NeumannSetData, std::allocator<NeumannSetData> >&, std::vector<DirichletSetData, std::allocator<DirichletSetData> >&)':
../src/WriteNCDF.cpp:1263: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'MBEntityID'
/usr/include/c++/4.1.3/bits/stl_algo.h: In function '_RandomAccessIterator std::__find(_RandomAccessIterator, _RandomAccessIterator, const _Tp&, std::random_access_iterator_tag) [with _RandomAccessIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _Tp = int]':
/usr/include/c++/4.1.3/bits/stl_algo.h:316:   instantiated from '_InputIterator std::find(_InputIterator, _InputIterator, const _Tp&) [with _InputIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _Tp = int]'
../src/DualTool.cpp:2192:   instantiated from here
/usr/include/c++/4.1.3/bits/stl_algo.h:208: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:212: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:216: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:220: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:228: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:232: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h:236: warning: comparison between signed and unsigned integer expressions
/usr/include/c++/4.1.3/bits/stl_algo.h: In function '_OutputIterator std::remove_copy(_InputIterator, _InputIterator, _OutputIterator, const _Tp&) [with _InputIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _OutputIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _Tp = int]':
/usr/include/c++/4.1.3/bits/stl_algo.h:1256:   instantiated from '_ForwardIterator std::remove(_ForwardIterator, _ForwardIterator, const _Tp&) [with _ForwardIterator = __gnu_cxx::__normal_iterator<unsigned int*, std::vector<unsigned int, std::allocator<unsigned int> > >, _Tp = int]'
../src/DualTool.cpp:2195:   instantiated from here
/usr/include/c++/4.1.3/bits/stl_algo.h:1179: warning: comparison between signed and unsigned integer expressions
../src/MBAdaptiveKDTree.cpp:1566: warning: 'MBErrorCode closest_to_triangles(MBInterface*, MBEntityHandle, double, const MBCartVect&, std::vector<unsigned int, std::allocator<unsigned int> >&, std::vector<MBCartVect, std::allocator<MBCartVect> >&)' defined but not used
../src/test_adj.cpp: In function ‘int main()’:
../src/test_adj.cpp:52: warning: comparison between signed and unsigned integer expressions
../src/test_adj.cpp:57: warning: comparison between signed and unsigned integer expressions
../src/Test_MBMeshSet.cpp: In function ‘void make_mesh(MBInterface&, MBEntityHandle&, MBEntityHandle&, MBEntityHandle&, MBEntityHandle&)’:
../src/Test_MBMeshSet.cpp:211: error: call of overloaded ‘check_equal(long unsigned int, unsigned int, const char [7], const char [27], int, const char [26])’ is ambiguous
../src/TestUtil.hpp:310: note: candidates are: void check_equal(int, int, const char*, const char*, int, const char*)
../src/TestUtil.hpp:313: note:                 void check_equal(unsigned int, unsigned int, const char*, const char*, int, const char*)
../src/TestUtil.hpp:316: note:                 void check_equal(long int, long int, const char*, const char*, int, const char*)
../src/TestUtil.hpp:319: note:                 void check_equal(long unsigned int, long unsigned int, const char*, const char*, int, const char*)
../src/TestUtil.hpp:322: note:                 void check_equal(void*, void*, const char*, const char*, int, const char*) <near match>
../src/TestUtil.hpp:325: note:                 void check_equal(const char*, const char*, const char*, const char*, int, const char*) <near match>
../src/TestUtil.hpp:328: note:                 void check_equal(const std::string&, const std::string&, const char*, const char*, int, const char*) <near match>
../src/TestUtil.hpp:361: note:                 void check_equal(MBErrorCode, MBErrorCode, const char*, const char*, int, const char*) <near match>
../src/Test_MBMeshSet.cpp:217: error: call of overloaded ‘check_equal(long unsigned int, unsigned int, const char [7], const char [25], int, const char [26])’ is ambiguous
../src/TestUtil.hpp:310: note: candidates are: void check_equal(int, int, const char*, const char*, int, const char*)
../src/TestUtil.hpp:313: note:                 void check_equal(unsigned int, unsigned int, const char*, const char*, int, const char*)
../src/TestUtil.hpp:316: note:                 void check_equal(long int, long int, const char*, const char*, int, const char*)
../src/TestUtil.hpp:319: note:                 void check_equal(long unsigned int, long unsigned int, const char*, const char*, int, const char*)
../src/TestUtil.hpp:322: note:                 void check_equal(void*, void*, const char*, const char*, int, const char*) <near match>
../src/TestUtil.hpp:325: note:                 void check_equal(const char*, const char*, const char*, const char*, int, const char*) <near match>
../src/TestUtil.hpp:328: note:                 void check_equal(const std::string&, const std::string&, const char*, const char*, int, const char*) <near match>
../src/TestUtil.hpp:361: note:                 void check_equal(MBErrorCode, MBErrorCode, const char*, const char*, int, const char*) <near match>
make[2]: *** [Test_MBMeshSet.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
cking for netcdf.hh... yes
checking for netcdf_c++ library... yes
checking if mbconvert is to be built... yes
checking if hexmodops is to be built... yes
checking if mbchaco is to be built... no
checking if mbperf is to be built... yes
checking if qvdual is to be built... no
checking if mbsize is to be built... yes
checking if mbskin is to be built... yes
checking if mbtagprop is to be built... yes
checking if spheredecomp is to be built... yes
checking if mbsurfplot is to be built... yes
checking if mbzoltan is to be built... no
checking if dagmc is to be built... yes
checking if iMesh support is to be built... no
configure: creating ./config.status
C:   cc  -g
C++: c++  -Wall -pipe -g
 /bin/sh ./config.status
config.status: creating Makefile
config.status: creating moab.make
config.status: creating testdir.h
config.status: creating parallel/Makefile
config.status: creating mhdf/Makefile
config.status: creating test/Makefile
config.status: creating test/h5file/Makefile
config.status: creating test/dual/Makefile
config.status: creating test/obb/Makefile
config.status: creating test/perf/Makefile
config.status: creating tools/Makefile
config.status: creating tools/converter/Makefile
config.status: creating tools/hexmodops/Makefile
config.status: creating tools/iMesh/Makefile
config.status: creating tools/iMesh/iMesh-Defs.inc
config.status: creating tools/iMesh/SIDL/iMesh-SIDL-Defs.inc
config.status: creating tools/iMesh/SIDL/Makefile
config.status: creating tools/iMesh/SIDL/common.make
config.status: creating tools/mbperf/Makefile
config.status: creating tools/mbchaco/Makefile
config.status: creating tools/mbzoltan/Config.moab
config.status: creating tools/mbzoltan/Makefile
config.status: creating tools/qvdual/Makefile
config.status: creating tools/size/Makefile
config.status: creating tools/skin/Makefile
config.status: creating tools/tagprop/Makefile
config.status: creating tools/spheredecomp/Makefile
config.status: creating tools/surfplot/Makefile
config.status: creating tools/dagmc/Makefile
config.status: creating tools/dagmc/dagmc.make
config.status: creating doc/Makefile
config.status: creating doxygen/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: creating MBVersion.h
config.status: MBVersion.h is unchanged
config.status: creating MBEntityHandle.h
config.status: MBEntityHandle.h is unchanged
config.status: creating tools/iMesh/iBase_FCDefs.h
config.status: tools/iMesh/iBase_FCDefs.h is unchanged
config.status: executing depfiles commands
Making check in mhdf
make[1]: Entering directory `/home/jason/moab/test/AMD64-32/mhdf'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/jason/moab/test/AMD64-32/mhdf'
Making check in .
make[1]: Entering directory `/home/jason/moab/test/AMD64-32'
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBMeshSet.lo -MD -MP -MF ".deps/MBMeshSet.Tpo" -c -o MBMeshSet.lo ../src/MBMeshSet.cpp; \
	then mv -f ".deps/MBMeshSet.Tpo" ".deps/MBMeshSet.Plo"; else rm -f ".deps/MBMeshSet.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBOrientedBoxTreeTool.lo -MD -MP -MF ".deps/MBOrientedBoxTreeTool.Tpo" -c -o MBOrientedBoxTreeTool.lo ../src/MBOrientedBoxTreeTool.cpp; \
	then mv -f ".deps/MBOrientedBoxTreeTool.Tpo" ".deps/MBOrientedBoxTreeTool.Plo"; else rm -f ".deps/MBOrientedBoxTreeTool.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBRange.lo -MD -MP -MF ".deps/MBRange.Tpo" -c -o MBRange.lo ../src/MBRange.cpp; \
	then mv -f ".deps/MBRange.Tpo" ".deps/MBRange.Plo"; else rm -f ".deps/MBRange.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBRangeSeqIntersectIter.lo -MD -MP -MF ".deps/MBRangeSeqIntersectIter.Tpo" -c -o MBRangeSeqIntersectIter.lo ../src/MBRangeSeqIntersectIter.cpp; \
	then mv -f ".deps/MBRangeSeqIntersectIter.Tpo" ".deps/MBRangeSeqIntersectIter.Plo"; else rm -f ".deps/MBRangeSeqIntersectIter.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBReadUtil.lo -MD -MP -MF ".deps/MBReadUtil.Tpo" -c -o MBReadUtil.lo ../src/MBReadUtil.cpp; \
	then mv -f ".deps/MBReadUtil.Tpo" ".deps/MBReadUtil.Plo"; else rm -f ".deps/MBReadUtil.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBSkinner.lo -MD -MP -MF ".deps/MBSkinner.Tpo" -c -o MBSkinner.lo ../src/MBSkinner.cpp; \
	then mv -f ".deps/MBSkinner.Tpo" ".deps/MBSkinner.Plo"; else rm -f ".deps/MBSkinner.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBWriteUtil.lo -MD -MP -MF ".deps/MBWriteUtil.Tpo" -c -o MBWriteUtil.lo ../src/MBWriteUtil.cpp; \
	then mv -f ".deps/MBWriteUtil.Tpo" ".deps/MBWriteUtil.Plo"; else rm -f ".deps/MBWriteUtil.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MeshSetSequence.lo -MD -MP -MF ".deps/MeshSetSequence.Tpo" -c -o MeshSetSequence.lo ../src/MeshSetSequence.cpp; \
	then mv -f ".deps/MeshSetSequence.Tpo" ".deps/MeshSetSequence.Plo"; else rm -f ".deps/MeshSetSequence.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBRangeSeqIntersectIter.lo -MD -MP -MF .deps/MBRangeSeqIntersectIter.Tpo -c ../src/MBRangeSeqIntersectIter.cpp -o MBRangeSeqIntersectIter.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBWriteUtil.lo -MD -MP -MF .deps/MBWriteUtil.Tpo -c ../src/MBWriteUtil.cpp -o MBWriteUtil.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBReadUtil.lo -MD -MP -MF .deps/MBReadUtil.Tpo -c ../src/MBReadUtil.cpp -o MBReadUtil.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBOrientedBoxTreeTool.lo -MD -MP -MF .deps/MBOrientedBoxTreeTool.Tpo -c ../src/MBOrientedBoxTreeTool.cpp -o MBOrientedBoxTreeTool.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBSkinner.lo -MD -MP -MF .deps/MBSkinner.Tpo -c ../src/MBSkinner.cpp -o MBSkinner.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBRange.lo -MD -MP -MF .deps/MBRange.Tpo -c ../src/MBRange.cpp -o MBRange.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MeshSetSequence.lo -MD -MP -MF .deps/MeshSetSequence.Tpo -c ../src/MeshSetSequence.cpp -o MeshSetSequence.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBMeshSet.lo -MD -MP -MF .deps/MBMeshSet.Tpo -c ../src/MBMeshSet.cpp -o MBMeshSet.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MeshTopoUtil.lo -MD -MP -MF ".deps/MeshTopoUtil.Tpo" -c -o MeshTopoUtil.lo ../src/MeshTopoUtil.cpp; \
	then mv -f ".deps/MeshTopoUtil.Tpo" ".deps/MeshTopoUtil.Plo"; else rm -f ".deps/MeshTopoUtil.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT PolyElementSeq.lo -MD -MP -MF ".deps/PolyElementSeq.Tpo" -c -o PolyElementSeq.lo ../src/PolyElementSeq.cpp; \
	then mv -f ".deps/PolyElementSeq.Tpo" ".deps/PolyElementSeq.Plo"; else rm -f ".deps/PolyElementSeq.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT ReadGmsh.lo -MD -MP -MF ".deps/ReadGmsh.Tpo" -c -o ReadGmsh.lo ../src/ReadGmsh.cpp; \
	then mv -f ".deps/ReadGmsh.Tpo" ".deps/ReadGmsh.Plo"; else rm -f ".deps/ReadGmsh.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT PolyElementSeq.lo -MD -MP -MF .deps/PolyElementSeq.Tpo -c ../src/PolyElementSeq.cpp -o PolyElementSeq.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT ReadSTL.lo -MD -MP -MF ".deps/ReadSTL.Tpo" -c -o ReadSTL.lo ../src/ReadSTL.cpp; \
	then mv -f ".deps/ReadSTL.Tpo" ".deps/ReadSTL.Plo"; else rm -f ".deps/ReadSTL.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT ReadVtk.lo -MD -MP -MF ".deps/ReadVtk.Tpo" -c -o ReadVtk.lo ../src/ReadVtk.cpp; \
	then mv -f ".deps/ReadVtk.Tpo" ".deps/ReadVtk.Plo"; else rm -f ".deps/ReadVtk.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT ScdElementData.lo -MD -MP -MF ".deps/ScdElementData.Tpo" -c -o ScdElementData.lo ../src/ScdElementData.cpp; \
	then mv -f ".deps/ScdElementData.Tpo" ".deps/ScdElementData.Plo"; else rm -f ".deps/ScdElementData.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT ReadGmsh.lo -MD -MP -MF .deps/ReadGmsh.Tpo -c ../src/ReadGmsh.cpp -o ReadGmsh.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MeshTopoUtil.lo -MD -MP -MF .deps/MeshTopoUtil.Tpo -c ../src/MeshTopoUtil.cpp -o MeshTopoUtil.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT ReadSTL.lo -MD -MP -MF .deps/ReadSTL.Tpo -c ../src/ReadSTL.cpp -o ReadSTL.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT ScdVertexData.lo -MD -MP -MF ".deps/ScdVertexData.Tpo" -c -o ScdVertexData.lo ../src/ScdVertexData.cpp; \
	then mv -f ".deps/ScdVertexData.Tpo" ".deps/ScdVertexData.Plo"; else rm -f ".deps/ScdVertexData.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT ReadVtk.lo -MD -MP -MF .deps/ReadVtk.Tpo -c ../src/ReadVtk.cpp -o ReadVtk.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT ScdElementData.lo -MD -MP -MF .deps/ScdElementData.Tpo -c ../src/ScdElementData.cpp -o ScdElementData.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT SequenceData.lo -MD -MP -MF ".deps/SequenceData.Tpo" -c -o SequenceData.lo ../src/SequenceData.cpp; \
	then mv -f ".deps/SequenceData.Tpo" ".deps/SequenceData.Plo"; else rm -f ".deps/SequenceData.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT ScdVertexData.lo -MD -MP -MF .deps/ScdVertexData.Tpo -c ../src/ScdVertexData.cpp -o ScdVertexData.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT SequenceData.lo -MD -MP -MF .deps/SequenceData.Tpo -c ../src/SequenceData.cpp -o SequenceData.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT SequenceManager.lo -MD -MP -MF ".deps/SequenceManager.Tpo" -c -o SequenceManager.lo ../src/SequenceManager.cpp; \
	then mv -f ".deps/SequenceManager.Tpo" ".deps/SequenceManager.Plo"; else rm -f ".deps/SequenceManager.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT SparseTagSuperCollection.lo -MD -MP -MF ".deps/SparseTagSuperCollection.Tpo" -c -o SparseTagSuperCollection.lo ../src/SparseTagSuperCollection.cpp; \
	then mv -f ".deps/SparseTagSuperCollection.Tpo" ".deps/SparseTagSuperCollection.Plo"; else rm -f ".deps/SparseTagSuperCollection.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT SparseTagCollection.lo -MD -MP -MF ".deps/SparseTagCollection.Tpo" -c -o SparseTagCollection.lo ../src/SparseTagCollection.cpp; \
	then mv -f ".deps/SparseTagCollection.Tpo" ".deps/SparseTagCollection.Plo"; else rm -f ".deps/SparseTagCollection.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT StructuredElementSeq.lo -MD -MP -MF ".deps/StructuredElementSeq.Tpo" -c -o StructuredElementSeq.lo ../src/StructuredElementSeq.cpp; \
	then mv -f ".deps/StructuredElementSeq.Tpo" ".deps/StructuredElementSeq.Plo"; else rm -f ".deps/StructuredElementSeq.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT TagServer.lo -MD -MP -MF ".deps/TagServer.Tpo" -c -o TagServer.lo ../src/TagServer.cpp; \
	then mv -f ".deps/TagServer.Tpo" ".deps/TagServer.Plo"; else rm -f ".deps/TagServer.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT SequenceManager.lo -MD -MP -MF .deps/SequenceManager.Tpo -c ../src/SequenceManager.cpp -o SequenceManager.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT Tqdcfr.lo -MD -MP -MF ".deps/Tqdcfr.Tpo" -c -o Tqdcfr.lo ../src/Tqdcfr.cpp; \
	then mv -f ".deps/Tqdcfr.Tpo" ".deps/Tqdcfr.Plo"; else rm -f ".deps/Tqdcfr.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT TypeSequenceManager.lo -MD -MP -MF ".deps/TypeSequenceManager.Tpo" -c -o TypeSequenceManager.lo ../src/TypeSequenceManager.cpp; \
	then mv -f ".deps/TypeSequenceManager.Tpo" ".deps/TypeSequenceManager.Plo"; else rm -f ".deps/TypeSequenceManager.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT SparseTagCollection.lo -MD -MP -MF .deps/SparseTagCollection.Tpo -c ../src/SparseTagCollection.cpp -o SparseTagCollection.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT SparseTagSuperCollection.lo -MD -MP -MF .deps/SparseTagSuperCollection.Tpo -c ../src/SparseTagSuperCollection.cpp -o SparseTagSuperCollection.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT StructuredElementSeq.lo -MD -MP -MF .deps/StructuredElementSeq.Tpo -c ../src/StructuredElementSeq.cpp -o StructuredElementSeq.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT TagServer.lo -MD -MP -MF .deps/TagServer.Tpo -c ../src/TagServer.cpp -o TagServer.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT UnstructuredElemSeq.lo -MD -MP -MF ".deps/UnstructuredElemSeq.Tpo" -c -o UnstructuredElemSeq.lo ../src/UnstructuredElemSeq.cpp; \
	then mv -f ".deps/UnstructuredElemSeq.Tpo" ".deps/UnstructuredElemSeq.Plo"; else rm -f ".deps/UnstructuredElemSeq.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT Tqdcfr.lo -MD -MP -MF .deps/Tqdcfr.Tpo -c ../src/Tqdcfr.cpp -o Tqdcfr.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT TypeSequenceManager.lo -MD -MP -MF .deps/TypeSequenceManager.Tpo -c ../src/TypeSequenceManager.cpp -o TypeSequenceManager.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT UnstructuredElemSeq.lo -MD -MP -MF .deps/UnstructuredElemSeq.Tpo -c ../src/UnstructuredElemSeq.cpp -o UnstructuredElemSeq.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT VertexSequence.lo -MD -MP -MF ".deps/VertexSequence.Tpo" -c -o VertexSequence.lo ../src/VertexSequence.cpp; \
	then mv -f ".deps/VertexSequence.Tpo" ".deps/VertexSequence.Plo"; else rm -f ".deps/VertexSequence.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT WriteAns.lo -MD -MP -MF ".deps/WriteAns.Tpo" -c -o WriteAns.lo ../src/WriteAns.cpp; \
	then mv -f ".deps/WriteAns.Tpo" ".deps/WriteAns.Plo"; else rm -f ".deps/WriteAns.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT WriteGMV.lo -MD -MP -MF ".deps/WriteGMV.Tpo" -c -o WriteGMV.lo ../src/WriteGMV.cpp; \
	then mv -f ".deps/WriteGMV.Tpo" ".deps/WriteGMV.Plo"; else rm -f ".deps/WriteGMV.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT WriteTemplate.lo -MD -MP -MF ".deps/WriteTemplate.Tpo" -c -o WriteTemplate.lo ../src/WriteTemplate.cpp; \
	then mv -f ".deps/WriteTemplate.Tpo" ".deps/WriteTemplate.Plo"; else rm -f ".deps/WriteTemplate.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT WriteGMV.lo -MD -MP -MF .deps/WriteGMV.Tpo -c ../src/WriteGMV.cpp -o WriteGMV.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT WriteAns.lo -MD -MP -MF .deps/WriteAns.Tpo -c ../src/WriteAns.cpp -o WriteAns.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT WriteVtk.lo -MD -MP -MF ".deps/WriteVtk.Tpo" -c -o WriteVtk.lo ../src/WriteVtk.cpp; \
	then mv -f ".deps/WriteVtk.Tpo" ".deps/WriteVtk.Plo"; else rm -f ".deps/WriteVtk.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT VertexSequence.lo -MD -MP -MF .deps/VertexSequence.Tpo -c ../src/VertexSequence.cpp -o VertexSequence.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT ReadNCDF.lo -MD -MP -MF ".deps/ReadNCDF.Tpo" -c -o ReadNCDF.lo ../src/ReadNCDF.cpp; \
	then mv -f ".deps/ReadNCDF.Tpo" ".deps/ReadNCDF.Plo"; else rm -f ".deps/ReadNCDF.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT WriteNCDF.lo -MD -MP -MF ".deps/WriteNCDF.Tpo" -c -o WriteNCDF.lo ../src/WriteNCDF.cpp; \
	then mv -f ".deps/WriteNCDF.Tpo" ".deps/WriteNCDF.Plo"; else rm -f ".deps/WriteNCDF.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT WriteVtk.lo -MD -MP -MF .deps/WriteVtk.Tpo -c ../src/WriteVtk.cpp -o WriteVtk.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT WriteTemplate.lo -MD -MP -MF .deps/WriteTemplate.Tpo -c ../src/WriteTemplate.cpp -o WriteTemplate.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT ReadNCDF.lo -MD -MP -MF .deps/ReadNCDF.Tpo -c ../src/ReadNCDF.cpp -o ReadNCDF.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT WriteSLAC.lo -MD -MP -MF ".deps/WriteSLAC.Tpo" -c -o WriteSLAC.lo ../src/WriteSLAC.cpp; \
	then mv -f ".deps/WriteSLAC.Tpo" ".deps/WriteSLAC.Plo"; else rm -f ".deps/WriteSLAC.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT WriteNCDF.lo -MD -MP -MF .deps/WriteNCDF.Tpo -c ../src/WriteNCDF.cpp -o WriteNCDF.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT ReadHDF5.lo -MD -MP -MF ".deps/ReadHDF5.Tpo" -c -o ReadHDF5.lo ../src/ReadHDF5.cpp; \
	then mv -f ".deps/ReadHDF5.Tpo" ".deps/ReadHDF5.Plo"; else rm -f ".deps/ReadHDF5.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT WriteHDF5.lo -MD -MP -MF ".deps/WriteHDF5.Tpo" -c -o WriteHDF5.lo ../src/WriteHDF5.cpp; \
	then mv -f ".deps/WriteHDF5.Tpo" ".deps/WriteHDF5.Plo"; else rm -f ".deps/WriteHDF5.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT WriteSLAC.lo -MD -MP -MF .deps/WriteSLAC.Tpo -c ../src/WriteSLAC.cpp -o WriteSLAC.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT ReadHDF5.lo -MD -MP -MF .deps/ReadHDF5.Tpo -c ../src/ReadHDF5.cpp -o ReadHDF5.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT WriteHDF5.lo -MD -MP -MF .deps/WriteHDF5.Tpo -c ../src/WriteHDF5.cpp -o WriteHDF5.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT AEntityFactory.lo -MD -MP -MF ".deps/AEntityFactory.Tpo" -c -o AEntityFactory.lo ../src/AEntityFactory.cpp; \
	then mv -f ".deps/AEntityFactory.Tpo" ".deps/AEntityFactory.Plo"; else rm -f ".deps/AEntityFactory.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT DualTool.lo -MD -MP -MF ".deps/DualTool.Tpo" -c -o DualTool.lo ../src/DualTool.cpp; \
	then mv -f ".deps/DualTool.Tpo" ".deps/DualTool.Plo"; else rm -f ".deps/DualTool.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT EntitySequence.lo -MD -MP -MF ".deps/EntitySequence.Tpo" -c -o EntitySequence.lo ../src/EntitySequence.cpp; \
	then mv -f ".deps/EntitySequence.Tpo" ".deps/EntitySequence.Plo"; else rm -f ".deps/EntitySequence.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT ExoIIUtil.lo -MD -MP -MF ".deps/ExoIIUtil.Tpo" -c -o ExoIIUtil.lo ../src/ExoIIUtil.cpp; \
	then mv -f ".deps/ExoIIUtil.Tpo" ".deps/ExoIIUtil.Plo"; else rm -f ".deps/ExoIIUtil.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT HigherOrderFactory.lo -MD -MP -MF ".deps/HigherOrderFactory.Tpo" -c -o HigherOrderFactory.lo ../src/HigherOrderFactory.cpp; \
	then mv -f ".deps/HigherOrderFactory.Tpo" ".deps/HigherOrderFactory.Plo"; else rm -f ".deps/HigherOrderFactory.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBAdaptiveKDTree.lo -MD -MP -MF ".deps/MBAdaptiveKDTree.Tpo" -c -o MBAdaptiveKDTree.lo ../src/MBAdaptiveKDTree.cpp; \
	then mv -f ".deps/MBAdaptiveKDTree.Tpo" ".deps/MBAdaptiveKDTree.Plo"; else rm -f ".deps/MBAdaptiveKDTree.Tpo"; exit 1; fi
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBBits.lo -MD -MP -MF ".deps/MBBits.Tpo" -c -o MBBits.lo ../src/MBBits.cpp; \
	then mv -f ".deps/MBBits.Tpo" ".deps/MBBits.Plo"; else rm -f ".deps/MBBits.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT AEntityFactory.lo -MD -MP -MF .deps/AEntityFactory.Tpo -c ../src/AEntityFactory.cpp -o AEntityFactory.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT EntitySequence.lo -MD -MP -MF .deps/EntitySequence.Tpo -c ../src/EntitySequence.cpp -o EntitySequence.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT DualTool.lo -MD -MP -MF .deps/DualTool.Tpo -c ../src/DualTool.cpp -o DualTool.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBHandleUtils.lo -MD -MP -MF ".deps/MBHandleUtils.Tpo" -c -o MBHandleUtils.lo ../src/MBHandleUtils.cpp; \
	then mv -f ".deps/MBHandleUtils.Tpo" ".deps/MBHandleUtils.Plo"; else rm -f ".deps/MBHandleUtils.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT ExoIIUtil.lo -MD -MP -MF .deps/ExoIIUtil.Tpo -c ../src/ExoIIUtil.cpp -o ExoIIUtil.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBAdaptiveKDTree.lo -MD -MP -MF .deps/MBAdaptiveKDTree.Tpo -c ../src/MBAdaptiveKDTree.cpp -o MBAdaptiveKDTree.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBBits.lo -MD -MP -MF .deps/MBBits.Tpo -c ../src/MBBits.cpp -o MBBits.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT HigherOrderFactory.lo -MD -MP -MF .deps/HigherOrderFactory.Tpo -c ../src/HigherOrderFactory.cpp -o HigherOrderFactory.o
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBHandleUtils.lo -MD -MP -MF .deps/MBHandleUtils.Tpo -c ../src/MBHandleUtils.cpp -o MBHandleUtils.o
if /bin/sh ./libtool --tag=CXX --mode=compile c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBCore.lo -MD -MP -MF ".deps/MBCore.Tpo" -c -o MBCore.lo ../src/MBCore.cpp; \
	then mv -f ".deps/MBCore.Tpo" ".deps/MBCore.Plo"; else rm -f ".deps/MBCore.Tpo"; exit 1; fi
 c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include -Wall -pipe -g -MT MBCore.lo -MD -MP -MF .deps/MBCore.Tpo -c ../src/MBCore.cpp -o MBCore.o
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g   -o libMOAB.la -rpath /usr/local/lib  AEntityFactory.lo DualTool.lo EntitySequence.lo ExoIIUtil.lo FileOptions.lo FileTokenizer.lo GeomTopoTool.lo HigherOrderFactory.lo HomXform.lo MBAdaptiveKDTree.lo MBAffineXform.lo MBAlloc.lo MBAxisBox.lo MBBits.lo MBCN.lo MBCartVect.lo MBHandleUtils.lo MBMatrix3.lo MBCore.lo MBFactory.lo MBGeomUtil.lo MBMeshSet.lo MBOrientedBox.lo MBOrientedBoxTreeTool.lo MBRange.lo MBRangeSeqIntersectIter.lo MBReadUtil.lo MBReaderWriterSet.lo MBSkinner.lo MBSysUtil.lo MBUtil.lo MBWriteUtil.lo MeshSetSequence.lo MeshTopoUtil.lo PolyElementSeq.lo ReadGmsh.lo ReadSTL.lo ReadVtk.lo ScdElementData.lo ScdVertexData.lo SequenceData.lo SequenceManager.lo SparseTagSuperCollection.lo SparseTagCollection.lo StructuredElementSeq.lo TagInfo.lo TagServer.lo Tqdcfr.lo TypeSequenceManager.lo UnstructuredElemSeq.lo VertexSequence.lo VtkUtil.lo WriteAns.lo WriteGMV.lo WriteGmsh.lo WriteSTL.lo WriteTemplate.lo W!
 riteVtk.lo ReadNCDF.lo WriteNCDF.lo WriteSLAC.lo ReadHDF5.lo WriteHDF5.lo -lnetcdf_c++ -lnetcdf -lhdf5 ./mhdf/libmhdf.la  -lm
rm -fr  .libs/libMOAB.a .libs/libMOAB.la .libs/libMOAB.lai
rm -fr .libs/libMOAB.lax
mkdir .libs/libMOAB.lax
rm -fr .libs/libMOAB.lax/libmhdf.a
mkdir .libs/libMOAB.lax/libmhdf.a
(cd .libs/libMOAB.lax/libmhdf.a && ar x /home/jason/moab/test/AMD64-32/./mhdf/.libs/libmhdf.a)
ar cru .libs/libMOAB.a  AEntityFactory.o DualTool.o EntitySequence.o ExoIIUtil.o FileOptions.o FileTokenizer.o GeomTopoTool.o HigherOrderFactory.o HomXform.o MBAdaptiveKDTree.o MBAffineXform.o MBAlloc.o MBAxisBox.o MBBits.o MBCN.o MBCartVect.o MBHandleUtils.o MBMatrix3.o MBCore.o MBFactory.o MBGeomUtil.o MBMeshSet.o MBOrientedBox.o MBOrientedBoxTreeTool.o MBRange.o MBRangeSeqIntersectIter.o MBReadUtil.o MBReaderWriterSet.o MBSkinner.o MBSysUtil.o MBUtil.o MBWriteUtil.o MeshSetSequence.o MeshTopoUtil.o PolyElementSeq.o ReadGmsh.o ReadSTL.o ReadVtk.o ScdElementData.o ScdVertexData.o SequenceData.o SequenceManager.o SparseTagSuperCollection.o SparseTagCollection.o StructuredElementSeq.o TagInfo.o TagServer.o Tqdcfr.o TypeSequenceManager.o UnstructuredElemSeq.o VertexSequence.o VtkUtil.o WriteAns.o WriteGMV.o WriteGmsh.o WriteSTL.o WriteTemplate.o WriteVtk.o ReadNCDF.o WriteNCDF.o WriteSLAC.o ReadHDF5.o WriteHDF5.o  .libs/libMOAB.lax/libmhdf.a/adjacency.o .libs/libMOAB.lax/libmh!
 df.a/file-handle.o .libs/libMOAB.lax/libmhdf.a/status.o .libs/libMOAB.lax/libmhdf.a/tags.o .libs/libMOAB.lax/libmhdf.a/file.o .libs/libMOAB.lax/libmhdf.a/nodes.o .libs/libMOAB.lax/libmhdf.a/sets.o .libs/libMOAB.lax/libmhdf.a/connectivity.o .libs/libMOAB.lax/libmhdf.a/util.o 
ranlib .libs/libMOAB.a
rm -fr .libs/libMOAB.lax
creating libMOAB.la
(cd .libs && rm -f libMOAB.la && ln -s ../libMOAB.la libMOAB.la)
make  moab_test homxform_test scdseq_test tqdcfr test_adj seq_man_test internals_test geom_util_test xform_test obb_test vtk_test adaptive_kd_tree_tests file_options_test kd_tree_test var_len_test var_len_test_no_template tag_test mesh_set_test kd_tree_tool kd_tree_time 
make[2]: Entering directory `/home/jason/moab/test/AMD64-32'
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT scdseq_test.o -MD -MP -MF ".deps/scdseq_test.Tpo" -c -o scdseq_test.o ../src/scdseq_test.cpp; \
	then mv -f ".deps/scdseq_test.Tpo" ".deps/scdseq_test.Po"; else rm -f ".deps/scdseq_test.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include    -DTEST_TQDCFR -Wall -pipe -g -Wall -pipe -g -MT tqdcfr-Tqdcfr.o -MD -MP -MF ".deps/tqdcfr-Tqdcfr.Tpo" -c -o tqdcfr-Tqdcfr.o `test -f 'Tqdcfr.cpp' || echo '../src/'`Tqdcfr.cpp; \
	then mv -f ".deps/tqdcfr-Tqdcfr.Tpo" ".deps/tqdcfr-Tqdcfr.Po"; else rm -f ".deps/tqdcfr-Tqdcfr.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT test_adj.o -MD -MP -MF ".deps/test_adj.Tpo" -c -o test_adj.o ../src/test_adj.cpp; \
	then mv -f ".deps/test_adj.Tpo" ".deps/test_adj.Po"; else rm -f ".deps/test_adj.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT TestTypeSequenceManager.o -MD -MP -MF ".deps/TestTypeSequenceManager.Tpo" -c -o TestTypeSequenceManager.o ../src/TestTypeSequenceManager.cpp; \
	then mv -f ".deps/TestTypeSequenceManager.Tpo" ".deps/TestTypeSequenceManager.Po"; else rm -f ".deps/TestTypeSequenceManager.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT internals_test.o -MD -MP -MF ".deps/internals_test.Tpo" -c -o internals_test.o ../src/internals_test.cpp; \
	then mv -f ".deps/internals_test.Tpo" ".deps/internals_test.Po"; else rm -f ".deps/internals_test.Tpo"; exit 1; fi
make[2]: `file_options_test' is up to date.
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT VarLenTagTest.o -MD -MP -MF ".deps/VarLenTagTest.Tpo" -c -o VarLenTagTest.o ../src/VarLenTagTest.cpp; \
	then mv -f ".deps/VarLenTagTest.Tpo" ".deps/VarLenTagTest.Po"; else rm -f ".deps/VarLenTagTest.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include  -UTEMPLATE_SPECIALIZATION   -Wall -pipe -g -MT var_len_test_no_template-VarLenTagTest.o -MD -MP -MF ".deps/var_len_test_no_template-VarLenTagTest.Tpo" -c -o var_len_test_no_template-VarLenTagTest.o `test -f 'VarLenTagTest.cpp' || echo '../src/'`VarLenTagTest.cpp; \
	then mv -f ".deps/var_len_test_no_template-VarLenTagTest.Tpo" ".deps/var_len_test_no_template-VarLenTagTest.Po"; else rm -f ".deps/var_len_test_no_template-VarLenTagTest.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT TagTest.o -MD -MP -MF ".deps/TagTest.Tpo" -c -o TagTest.o ../src/TagTest.cpp; \
	then mv -f ".deps/TagTest.Tpo" ".deps/TagTest.Po"; else rm -f ".deps/TagTest.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT Test_MBMeshSet.o -MD -MP -MF ".deps/Test_MBMeshSet.Tpo" -c -o Test_MBMeshSet.o ../src/Test_MBMeshSet.cpp; \
	then mv -f ".deps/Test_MBMeshSet.Tpo" ".deps/Test_MBMeshSet.Po"; else rm -f ".deps/Test_MBMeshSet.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT kd_tree_tool.o -MD -MP -MF ".deps/kd_tree_tool.Tpo" -c -o kd_tree_tool.o ../src/kd_tree_tool.cpp; \
	then mv -f ".deps/kd_tree_tool.Tpo" ".deps/kd_tree_tool.Po"; else rm -f ".deps/kd_tree_tool.Tpo"; exit 1; fi
if c++ -DTEMPLATE_SPECIALIZATION -DHDF5_FILE -DNETCDF_FILE -DNETCDF_FILE -DIS_BUILDING_MB -I. -I../src -I. -I. -I. -I./tools/iMesh -I. -I../src/mhdf/include     -Wall -pipe -g -MT MBTest.o -MD -MP -MF ".deps/MBTest.Tpo" -c -o MBTest.o ../src/MBTest.cpp; \
	then mv -f ".deps/MBTest.Tpo" ".deps/MBTest.Po"; else rm -f ".deps/MBTest.Tpo"; exit 1; fi
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g   -o homxform_test  homxform_test-HomXform.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g   -o seq_man_test  TestTypeSequenceManager.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g   -o internals_test  internals_test.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g   -o test_adj  test_adj.o ./libMOAB.la -lm
/bin/sh ./libtool --tag=CXX --mode=link c++  -Wall -pipe -g   -o geom_util_test  GeomUtilTests.o ./libMOAB.la -lm
c++ -Wall -pipe -g -o homxform_test homxform_test-HomXform.o  ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /usr/lib/libhdf5.so -lpthread -lz -lm
c++ -Wall -pipe -g -o seq_man_test TestTypeSequenceManager.o  ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /usr/lib/libhdf5.so -lpthread -lz -lm
c++ -Wall -pipe -g -o internals_test internals_test.o  ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /usr/lib/libhdf5.so -lpthread -lz -lm
c++ -Wall -pipe -g -o geom_util_test GeomUtilTests.o  ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /usr/lib/libhdf5.so -lpthread -lz -lm
c++ -Wall -pipe -g -o test_adj test_adj.o  ./.libs/libMOAB.a -lnetcdf_c++ -lnetcdf /usr/lib/libhdf5.so -lpthread -lz -lm
make[2]: Leaving directory `/home/jason/moab/test/AMD64-32'
make[1]: Leaving directory `/home/jason/moab/test/AMD64-32'




More information about the moab-dev mailing list