[MOAB-dev] duplicate MBCN_FCDefs.h entries in Makefile.am

Jed Brown jed at 59A2.org
Sat Sep 19 11:02:19 CDT 2009


Jason Kraftcheck wrote:
> Jed Brown wrote:
>> diff --git a/Makefile.am b/Makefile.am
>> index e6d2c6a..e466677 100644
>> --- a/Makefile.am
>> +++ b/Makefile.am
>> @@ -272,7 +272,6 @@ libMOAB_la_include_HEADERS = \
>>    MeshTopoUtil.hpp \
>>    ReadWriteDefines.h \
>>    WriteTemplate.hpp \
>> -  MBCN_FCDefs.h \
>>    $(MOAB_EXTRA_HDRS)
>>  
>>  MBCN_protos.h: MBCN.h tools/iMesh/mkprotos.sh
>>
>>
>>
>> (otherwise make install fails)
>>
> 
> Fails how?  It works for me.  Some of the installed headers won't be usable
> without being able to indirectly include that file, so it needs to be
> installed.

As the subject indicates, that was a *duplicate* entry.  Apparently only
the new install (coreutils 7.6) complains about it.


test -z "/home/jed/usr/lib" || /bin/mkdir -p "/home/jed/usr/lib"
 /bin/install -c -m 644 moab.make '/home/jed/usr/lib'
test -z "/home/jed/usr/include" || /bin/mkdir -p "/home/jed/usr/include"
 /bin/install -c -m 644 ../DualTool.hpp ../ExoIIInterface.hpp ../GeomTopoTool.hpp ../HigherOrderFactory.hpp ../HomXform.hpp ../MBAdaptiveKDTree.hpp ../MBBSPTree.hpp ../MBCN.hpp ../MBCN.h MBCN_FCDefs.h MBCN_protos.h ../MBCartVect.hpp ../MBCore.hpp ../MBEntityType.h MBEntityHandle.h ../MBError.hpp ../MBForward.hpp ../MBGeomUtil.hpp ../MBInterface.hpp ../MBOrientedBox.hpp ../MBOrientedBoxTreeTool.hpp ../MBParallelConventions.h ../MBRange.hpp ../MBReadUtilIface.hpp ../MBReaderIface.hpp ../MBReaderWriterSet.hpp ../MBSkinner.hpp ../MBTagConventions.hpp ../MBTypes.h ../MBUnknownInterface.hpp ../MBUtil.hpp ../MBWriteUtilIface.hpp ../MBWriterIface.hpp ../MeshTopoUtil.hpp ../ReadWriteDefines.h ../WriteTemplate.hpp MBCN_FCDefs.h '/home/jed/usr/include'
/bin/install: will not overwrite just-created `/home/jed/usr/include/MBCN_FCDefs.h' with `MBCN_FCDefs.h'
make[3]: *** [install-libMOAB_la_includeHEADERS] Error 1
make[3]: Leaving directory `/home/jed/build/moab/bompi'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/jed/build/moab/bompi'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/jed/build/moab/bompi'
make: *** [install] Error 2


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 261 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mcs.anl.gov/pipermail/moab-dev/attachments/20090919/e445c99d/attachment.pgp>


More information about the moab-dev mailing list