mathematical 1.6.12 → 1.6.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ext/mathematical/CMakeLists.txt +48 -6
- data/ext/mathematical/extconf.rb +11 -8
- data/ext/mathematical/lasem/COPYING +2 -1
- data/ext/mathematical/lasem/NEWS +4 -2
- data/ext/mathematical/lasem/configure.ac +1 -1
- data/ext/mathematical/lasem/lasem.doap +2 -2
- data/ext/mathematical/lasem/po/LINGUAS +3 -0
- data/ext/mathematical/lasem/po/da.po +99 -0
- data/ext/mathematical/lasem/po/eu.po +66 -30
- data/ext/mathematical/lasem/po/it.po +68 -28
- data/ext/mathematical/lasem/po/ro.po +64 -0
- data/ext/mathematical/lasem/po/tr.po +68 -28
- data/ext/mathematical/lasem/src/lasemrender.c +2 -2
- data/ext/mathematical/lasem/src/lsm.c +2 -2
- data/ext/mathematical/lasem/src/lsm.h +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.c +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.h +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.c +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.h +2 -2
- data/ext/mathematical/lasem/src/lsmdom.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.h +2 -2
- data/ext/mathematical/lasem/src/lsmitex.c +2 -2
- data/ext/mathematical/lasem/src/lsmitex.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathml.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmldocument.c +3 -3
- data/ext/mathematical/lasem/src/lsmmathmldocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.c +6 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.h +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.c +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.h +2 -2
- data/ext/mathematical/lasem/src/lsmstr.c +2 -2
- data/ext/mathematical/lasem/src/lsmstr.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvg.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.h +2 -3
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.c +6 -4
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.h +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmutils.h +2 -2
- data/ext/mathematical/lasem/tests/lsmtest.c +1 -3
- data/ext/mathematical/lasem/tests/suite.c +1 -2
- data/ext/mathematical/lasem_overrides.c +3 -0
- data/ext/mathematical/lib/liblasem.dylib +0 -0
- data/ext/mathematical/lib/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeCache.txt +84 -79
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCCompiler.cmake +15 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCXXCompiler.cmake +17 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeSystem.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdC/CMakeCCompilerId.c +135 -37
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdCXX/CMakeCXXCompilerId.cpp +143 -38
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +3 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +250 -939
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +33 -33
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +113 -109
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +149 -278
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/TargetDirectories.txt +41 -41
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/DependInfo.cmake +11 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +42 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/DependInfo.cmake +9 -9
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +25 -25
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/link.txt +2 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/DependInfo.cmake +10 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +43 -142
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/cmake_clean.cmake +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake +26 -26
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +113 -404
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake +11 -11
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CTestTestfile.cmake +3 -2
- data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +11 -18
- data/ext/mathematical/mtex2MML/build/Makefile +18 -18
- data/ext/mathematical/mtex2MML/build/cmake_install.cmake +63 -4
- data/ext/mathematical/mtex2MML/build/lexer.c +4104 -4048
- data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/libmtex2MML.pc +1 -1
- data/ext/mathematical/mtex2MML/build/mtex2mml_export.h +1 -1
- data/ext/mathematical/mtex2MML/build/parser.c +3137 -3123
- data/ext/mathematical/mtex2MML/build/parser.h +32 -32
- data/ext/mathematical/mtex2MML/build/parser.output +13641 -12859
- data/lib/mathematical/version.rb +1 -1
- data/mathematical.gemspec +2 -3
- data/test/test_helper.rb +4 -1
- metadata +18 -44
- data/ext/mathematical/FindPackageHandleStandardArgs.cmake +0 -58
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake +0 -68
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake +0 -69
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c +0 -561
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeSystem.cmake +0 -15
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c +0 -34
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx +0 -405
Binary file
|
@@ -1,9 +1,9 @@
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
3
3
|
|
4
4
|
# Relative path conversion top directories.
|
5
|
-
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/
|
6
|
-
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/gjtorikian/
|
5
|
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML")
|
6
|
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build")
|
7
7
|
|
8
8
|
# Force unix paths in dependencies.
|
9
9
|
set(CMAKE_FORCE_UNIX_PATHS 1)
|
@@ -1,8 +1,8 @@
|
|
1
|
-
The system is: Darwin -
|
1
|
+
The system is: Darwin - 19.0.0 - x86_64
|
2
2
|
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
3
|
-
Compiler: /
|
3
|
+
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
|
4
4
|
Build flags:
|
5
|
-
Id flags:
|
5
|
+
Id flags:
|
6
6
|
|
7
7
|
The output was:
|
8
8
|
0
|
@@ -10,12 +10,12 @@ The output was:
|
|
10
10
|
|
11
11
|
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
12
12
|
|
13
|
-
The C compiler identification is AppleClang, found in "/Users/gjtorikian/
|
13
|
+
The C compiler identification is AppleClang, found in "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/3.15.5/CompilerIdC/a.out"
|
14
14
|
|
15
15
|
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
16
|
-
Compiler: /
|
16
|
+
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
|
17
17
|
Build flags:
|
18
|
-
Id flags:
|
18
|
+
Id flags:
|
19
19
|
|
20
20
|
The output was:
|
21
21
|
0
|
@@ -23,1014 +23,325 @@ The output was:
|
|
23
23
|
|
24
24
|
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
25
25
|
|
26
|
-
The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/
|
26
|
+
The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/3.15.5/CompilerIdCXX/a.out"
|
27
27
|
|
28
28
|
Determining if the C compiler works passed with the following output:
|
29
|
-
Change Dir: /Users/gjtorikian/
|
29
|
+
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
30
|
+
|
31
|
+
Run Build Command(s):/usr/bin/make cmTC_aef55/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_aef55.dir/build.make CMakeFiles/cmTC_aef55.dir/build
|
32
|
+
Building C object CMakeFiles/cmTC_aef55.dir/testCCompiler.c.o
|
33
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o CMakeFiles/cmTC_aef55.dir/testCCompiler.c.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCCompiler.c
|
34
|
+
Linking C executable cmTC_aef55
|
35
|
+
/usr/local/Cellar/cmake/3.15.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aef55.dir/link.txt --verbose=1
|
36
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_aef55.dir/testCCompiler.c.o -o cmTC_aef55
|
30
37
|
|
31
|
-
Run Build Command:"/usr/bin/make" "cmTC_ca998/fast"
|
32
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ca998.dir/build.make CMakeFiles/cmTC_ca998.dir/build
|
33
|
-
Building C object CMakeFiles/cmTC_ca998.dir/testCCompiler.c.o
|
34
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -o CMakeFiles/cmTC_ca998.dir/testCCompiler.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCCompiler.c
|
35
|
-
Linking C executable cmTC_ca998
|
36
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ca998.dir/link.txt --verbose=1
|
37
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ca998.dir/testCCompiler.c.o -o cmTC_ca998
|
38
38
|
|
39
39
|
|
40
40
|
Detecting C compiler ABI info compiled with the following output:
|
41
|
-
Change Dir: /Users/gjtorikian/
|
41
|
+
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
42
42
|
|
43
|
-
Run Build Command
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7b98.dir/link.txt --verbose=1
|
49
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_c7b98.dir/CMakeCCompilerABI.c.o -o cmTC_c7b98
|
50
|
-
Apple LLVM version 8.0.0 (clang-800.0.42.1)
|
51
|
-
Target: x86_64-apple-darwin16.4.0
|
43
|
+
Run Build Command(s):/usr/bin/make cmTC_e25f8/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e25f8.dir/build.make CMakeFiles/cmTC_e25f8.dir/build
|
44
|
+
Building C object CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o
|
45
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -v -Wl,-v -o CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/CMakeCCompilerABI.c
|
46
|
+
Apple clang version 11.0.0 (clang-1100.0.33.16)
|
47
|
+
Target: x86_64-apple-darwin19.0.0
|
52
48
|
Thread model: posix
|
53
|
-
InstalledDir: /
|
54
|
-
|
55
|
-
|
56
|
-
|
49
|
+
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
50
|
+
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
|
51
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.15.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -target-sdk-version=10.15 -target-cpu penryn -dwarf-column-info -debugger-tuning=lldb -ggnu-pubnames -target-linker-version 530 -v -coverage-notes-file /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-extra-semi-stmt -Wno-quoted-include-in-framework-header -fdebug-compilation-dir /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.15.0 -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o -x c /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/CMakeCCompilerABI.c
|
52
|
+
clang -cc1 version 11.0.0 (clang-1100.0.33.16) default target x86_64-apple-darwin19.0.0
|
53
|
+
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/local/include"
|
54
|
+
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Library/Frameworks"
|
55
|
+
#include "..." search starts here:
|
56
|
+
#include <...> search starts here:
|
57
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include
|
58
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
|
59
|
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include
|
60
|
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks (framework directory)
|
61
|
+
End of search list.
|
62
|
+
Linking C executable cmTC_e25f8
|
63
|
+
/usr/local/Cellar/cmake/3.15.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e25f8.dir/link.txt --verbose=1
|
64
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o -o cmTC_e25f8
|
65
|
+
Apple clang version 11.0.0 (clang-1100.0.33.16)
|
66
|
+
Target: x86_64-apple-darwin19.0.0
|
67
|
+
Thread model: posix
|
68
|
+
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
69
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.15.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o cmTC_e25f8 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o -L/usr/local/opt/openssl/lib/ -L. -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a
|
70
|
+
@(#)PROGRAM:ld PROJECT:ld64-530
|
71
|
+
BUILD 03:01:58 Nov 15 2019
|
72
|
+
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
|
57
73
|
Library search paths:
|
58
|
-
/usr/lib
|
59
|
-
|
74
|
+
/usr/local/opt/openssl/lib/
|
75
|
+
.
|
76
|
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib
|
60
77
|
Framework search paths:
|
61
|
-
/Library/Frameworks/
|
62
|
-
|
78
|
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
Parsed C implicit include dir info from above output: rv=done
|
83
|
+
found start of include info
|
84
|
+
found start of implicit include info
|
85
|
+
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include]
|
86
|
+
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
87
|
+
add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include]
|
88
|
+
end of search list found
|
89
|
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include]
|
90
|
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
91
|
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include]
|
92
|
+
implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include]
|
63
93
|
|
64
94
|
|
65
95
|
Parsed C implicit link information from above output:
|
66
|
-
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
67
|
-
ignore line: [Change Dir: /Users/gjtorikian/
|
96
|
+
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
97
|
+
ignore line: [Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp]
|
68
98
|
ignore line: []
|
69
|
-
ignore line: [Run Build Command
|
70
|
-
ignore line: [
|
71
|
-
ignore line: [
|
72
|
-
ignore line: [
|
73
|
-
ignore line: [
|
74
|
-
ignore line: [
|
75
|
-
ignore line: [/
|
76
|
-
ignore line: [
|
77
|
-
ignore line: [
|
99
|
+
ignore line: [Run Build Command(s):/usr/bin/make cmTC_e25f8/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_e25f8.dir/build.make CMakeFiles/cmTC_e25f8.dir/build]
|
100
|
+
ignore line: [Building C object CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o]
|
101
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -v -Wl,-v -o CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/CMakeCCompilerABI.c]
|
102
|
+
ignore line: [Apple clang version 11.0.0 (clang-1100.0.33.16)]
|
103
|
+
ignore line: [Target: x86_64-apple-darwin19.0.0]
|
104
|
+
ignore line: [Thread model: posix]
|
105
|
+
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
106
|
+
ignore line: [clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]]
|
107
|
+
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.15.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -target-sdk-version=10.15 -target-cpu penryn -dwarf-column-info -debugger-tuning=lldb -ggnu-pubnames -target-linker-version 530 -v -coverage-notes-file /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-extra-semi-stmt -Wno-quoted-include-in-framework-header -fdebug-compilation-dir /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.15.0 -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o -x c /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/CMakeCCompilerABI.c]
|
108
|
+
ignore line: [clang -cc1 version 11.0.0 (clang-1100.0.33.16) default target x86_64-apple-darwin19.0.0]
|
109
|
+
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/local/include"]
|
110
|
+
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Library/Frameworks"]
|
111
|
+
ignore line: [#include "..." search starts here:]
|
112
|
+
ignore line: [#include <...> search starts here:]
|
113
|
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include]
|
114
|
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
115
|
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include]
|
116
|
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks (framework directory)]
|
117
|
+
ignore line: [End of search list.]
|
118
|
+
ignore line: [Linking C executable cmTC_e25f8]
|
119
|
+
ignore line: [/usr/local/Cellar/cmake/3.15.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e25f8.dir/link.txt --verbose=1]
|
120
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o -o cmTC_e25f8 ]
|
121
|
+
ignore line: [Apple clang version 11.0.0 (clang-1100.0.33.16)]
|
122
|
+
ignore line: [Target: x86_64-apple-darwin19.0.0]
|
78
123
|
ignore line: [Thread model: posix]
|
79
|
-
ignore line: [InstalledDir: /
|
80
|
-
link line: [ "/
|
81
|
-
arg [/
|
124
|
+
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
125
|
+
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.15.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o cmTC_e25f8 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o -L/usr/local/opt/openssl/lib/ -L. -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a]
|
126
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
82
127
|
arg [-demangle] ==> ignore
|
128
|
+
arg [-lto_library] ==> ignore, skip following value
|
129
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
|
83
130
|
arg [-dynamic] ==> ignore
|
84
131
|
arg [-arch] ==> ignore
|
85
132
|
arg [x86_64] ==> ignore
|
86
133
|
arg [-macosx_version_min] ==> ignore
|
87
|
-
arg [10.
|
134
|
+
arg [10.15.0] ==> ignore
|
135
|
+
arg [-syslibroot] ==> ignore
|
136
|
+
arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk] ==> ignore
|
88
137
|
arg [-o] ==> ignore
|
89
|
-
arg [
|
138
|
+
arg [cmTC_e25f8] ==> ignore
|
90
139
|
arg [-search_paths_first] ==> ignore
|
91
140
|
arg [-headerpad_max_install_names] ==> ignore
|
92
141
|
arg [-v] ==> ignore
|
93
|
-
arg [CMakeFiles/
|
142
|
+
arg [CMakeFiles/cmTC_e25f8.dir/CMakeCCompilerABI.c.o] ==> ignore
|
143
|
+
arg [-L/usr/local/opt/openssl/lib/] ==> dir [/usr/local/opt/openssl/lib/]
|
144
|
+
arg [-L.] ==> ignore
|
94
145
|
arg [-lSystem] ==> lib [System]
|
95
|
-
arg [/
|
96
|
-
Library search paths: [;/usr/lib
|
97
|
-
Framework search paths: [;/
|
146
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a]
|
147
|
+
Library search paths: [;/usr/local/opt/openssl/lib/;.;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
|
148
|
+
Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/]
|
98
149
|
remove lib [System]
|
99
|
-
remove lib [/
|
100
|
-
collapse library dir [/usr/lib] ==> [/usr/lib]
|
101
|
-
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
102
|
-
collapse
|
103
|
-
collapse
|
150
|
+
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a]
|
151
|
+
collapse library dir [/usr/local/opt/openssl/lib/] ==> [/usr/local/opt/openssl/lib]
|
152
|
+
collapse library dir [/usr/local/opt/openssl/lib/] ==> [/usr/local/opt/openssl/lib]
|
153
|
+
collapse library dir [.] ==> [/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML]
|
154
|
+
collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
|
155
|
+
collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks]
|
104
156
|
implicit libs: []
|
105
|
-
implicit dirs: [/usr/lib;/usr/
|
106
|
-
implicit fwks: [/
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
Detecting C [-std=c11] compiler features compiled with the following output:
|
112
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
113
|
-
|
114
|
-
Run Build Command:"/usr/bin/make" "cmTC_8239a/fast"
|
115
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_8239a.dir/build.make CMakeFiles/cmTC_8239a.dir/build
|
116
|
-
Building C object CMakeFiles/cmTC_8239a.dir/feature_tests.c.o
|
117
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_8239a.dir/feature_tests.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
|
118
|
-
Linking C executable cmTC_8239a
|
119
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8239a.dir/link.txt --verbose=1
|
120
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8239a.dir/feature_tests.c.o -o cmTC_8239a
|
121
|
-
|
122
|
-
|
123
|
-
Feature record: C_FEATURE:1c_function_prototypes
|
124
|
-
Feature record: C_FEATURE:1c_restrict
|
125
|
-
Feature record: C_FEATURE:1c_static_assert
|
126
|
-
Feature record: C_FEATURE:1c_variadic_macros
|
127
|
-
|
128
|
-
|
129
|
-
Detecting C [-std=c99] compiler features compiled with the following output:
|
130
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
131
|
-
|
132
|
-
Run Build Command:"/usr/bin/make" "cmTC_af678/fast"
|
133
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_af678.dir/build.make CMakeFiles/cmTC_af678.dir/build
|
134
|
-
Building C object CMakeFiles/cmTC_af678.dir/feature_tests.c.o
|
135
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_af678.dir/feature_tests.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
|
136
|
-
Linking C executable cmTC_af678
|
137
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af678.dir/link.txt --verbose=1
|
138
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_af678.dir/feature_tests.c.o -o cmTC_af678
|
139
|
-
|
140
|
-
|
141
|
-
Feature record: C_FEATURE:1c_function_prototypes
|
142
|
-
Feature record: C_FEATURE:1c_restrict
|
143
|
-
Feature record: C_FEATURE:0c_static_assert
|
144
|
-
Feature record: C_FEATURE:1c_variadic_macros
|
157
|
+
implicit dirs: [/usr/local/opt/openssl/lib;/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
|
158
|
+
implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks]
|
145
159
|
|
146
160
|
|
147
|
-
Detecting C [-std=c90] compiler features compiled with the following output:
|
148
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
149
|
-
|
150
|
-
Run Build Command:"/usr/bin/make" "cmTC_300a3/fast"
|
151
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_300a3.dir/build.make CMakeFiles/cmTC_300a3.dir/build
|
152
|
-
Building C object CMakeFiles/cmTC_300a3.dir/feature_tests.c.o
|
153
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_300a3.dir/feature_tests.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
|
154
|
-
Linking C executable cmTC_300a3
|
155
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_300a3.dir/link.txt --verbose=1
|
156
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_300a3.dir/feature_tests.c.o -o cmTC_300a3
|
157
|
-
|
158
|
-
|
159
|
-
Feature record: C_FEATURE:1c_function_prototypes
|
160
|
-
Feature record: C_FEATURE:0c_restrict
|
161
|
-
Feature record: C_FEATURE:0c_static_assert
|
162
|
-
Feature record: C_FEATURE:0c_variadic_macros
|
163
161
|
Determining if the CXX compiler works passed with the following output:
|
164
|
-
Change Dir: /Users/gjtorikian/
|
162
|
+
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
163
|
+
|
164
|
+
Run Build Command(s):/usr/bin/make cmTC_9aff4/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_9aff4.dir/build.make CMakeFiles/cmTC_9aff4.dir/build
|
165
|
+
Building CXX object CMakeFiles/cmTC_9aff4.dir/testCXXCompiler.cxx.o
|
166
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o CMakeFiles/cmTC_9aff4.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
|
167
|
+
Linking CXX executable cmTC_9aff4
|
168
|
+
/usr/local/Cellar/cmake/3.15.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9aff4.dir/link.txt --verbose=1
|
169
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9aff4.dir/testCXXCompiler.cxx.o -o cmTC_9aff4
|
165
170
|
|
166
|
-
Run Build Command:"/usr/bin/make" "cmTC_29cb1/fast"
|
167
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_29cb1.dir/build.make CMakeFiles/cmTC_29cb1.dir/build
|
168
|
-
Building CXX object CMakeFiles/cmTC_29cb1.dir/testCXXCompiler.cxx.o
|
169
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -o CMakeFiles/cmTC_29cb1.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
|
170
|
-
Linking CXX executable cmTC_29cb1
|
171
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29cb1.dir/link.txt --verbose=1
|
172
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_29cb1.dir/testCXXCompiler.cxx.o -o cmTC_29cb1
|
173
171
|
|
174
172
|
|
175
173
|
Detecting CXX compiler ABI info compiled with the following output:
|
176
|
-
Change Dir: /Users/gjtorikian/
|
174
|
+
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
177
175
|
|
178
|
-
Run Build Command
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
/
|
185
|
-
|
186
|
-
|
176
|
+
Run Build Command(s):/usr/bin/make cmTC_50d72/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_50d72.dir/build.make CMakeFiles/cmTC_50d72.dir/build
|
177
|
+
Building CXX object CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o
|
178
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -v -Wl,-v -o CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
179
|
+
Apple clang version 11.0.0 (clang-1100.0.33.16)
|
180
|
+
Target: x86_64-apple-darwin19.0.0
|
181
|
+
Thread model: posix
|
182
|
+
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
183
|
+
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
|
184
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.15.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -target-sdk-version=10.15 -target-cpu penryn -dwarf-column-info -debugger-tuning=lldb -ggnu-pubnames -target-linker-version 530 -v -coverage-notes-file /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -stdlib=libc++ -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-extra-semi-stmt -Wno-quoted-include-in-framework-header -fdeprecated-macro -fdebug-compilation-dir /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.15.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
185
|
+
clang -cc1 version 11.0.0 (clang-1100.0.33.16) default target x86_64-apple-darwin19.0.0
|
186
|
+
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/c++/v1"
|
187
|
+
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/local/include"
|
188
|
+
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Library/Frameworks"
|
189
|
+
#include "..." search starts here:
|
190
|
+
#include <...> search starts here:
|
191
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1
|
192
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include
|
193
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
|
194
|
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include
|
195
|
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks (framework directory)
|
196
|
+
End of search list.
|
197
|
+
Linking CXX executable cmTC_50d72
|
198
|
+
/usr/local/Cellar/cmake/3.15.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_50d72.dir/link.txt --verbose=1
|
199
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_50d72
|
200
|
+
Apple clang version 11.0.0 (clang-1100.0.33.16)
|
201
|
+
Target: x86_64-apple-darwin19.0.0
|
187
202
|
Thread model: posix
|
188
|
-
InstalledDir: /
|
189
|
-
"/
|
190
|
-
@(#)PROGRAM:ld PROJECT:ld64-
|
191
|
-
|
203
|
+
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
|
204
|
+
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.15.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o cmTC_50d72 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o -L/usr/local/opt/openssl/lib/ -L. -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a
|
205
|
+
@(#)PROGRAM:ld PROJECT:ld64-530
|
206
|
+
BUILD 03:01:58 Nov 15 2019
|
207
|
+
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
|
192
208
|
Library search paths:
|
193
|
-
/usr/lib
|
194
|
-
|
209
|
+
/usr/local/opt/openssl/lib/
|
210
|
+
.
|
211
|
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib
|
195
212
|
Framework search paths:
|
196
|
-
/Library/Frameworks/
|
197
|
-
|
213
|
+
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
Parsed CXX implicit include dir info from above output: rv=done
|
218
|
+
found start of include info
|
219
|
+
found start of implicit include info
|
220
|
+
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1]
|
221
|
+
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include]
|
222
|
+
add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
223
|
+
add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include]
|
224
|
+
end of search list found
|
225
|
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1]
|
226
|
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include]
|
227
|
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
228
|
+
collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include]
|
229
|
+
implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include]
|
198
230
|
|
199
231
|
|
200
232
|
Parsed CXX implicit link information from above output:
|
201
|
-
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
202
|
-
ignore line: [Change Dir: /Users/gjtorikian/
|
233
|
+
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
234
|
+
ignore line: [Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp]
|
203
235
|
ignore line: []
|
204
|
-
ignore line: [Run Build Command
|
205
|
-
ignore line: [
|
206
|
-
ignore line: [
|
207
|
-
ignore line: [
|
208
|
-
ignore line: [
|
209
|
-
ignore line: [
|
210
|
-
ignore line: [/
|
211
|
-
ignore line: [
|
212
|
-
ignore line: [
|
236
|
+
ignore line: [Run Build Command(s):/usr/bin/make cmTC_50d72/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_50d72.dir/build.make CMakeFiles/cmTC_50d72.dir/build]
|
237
|
+
ignore line: [Building CXX object CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o]
|
238
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -v -Wl,-v -o CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
239
|
+
ignore line: [Apple clang version 11.0.0 (clang-1100.0.33.16)]
|
240
|
+
ignore line: [Target: x86_64-apple-darwin19.0.0]
|
241
|
+
ignore line: [Thread model: posix]
|
242
|
+
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
243
|
+
ignore line: [clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]]
|
244
|
+
ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.15.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -target-sdk-version=10.15 -target-cpu penryn -dwarf-column-info -debugger-tuning=lldb -ggnu-pubnames -target-linker-version 530 -v -coverage-notes-file /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.gcno -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -stdlib=libc++ -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-extra-semi-stmt -Wno-quoted-include-in-framework-header -fdeprecated-macro -fdebug-compilation-dir /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fmessage-length 0 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.15.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -o CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o -x c++ /usr/local/Cellar/cmake/3.15.5/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
245
|
+
ignore line: [clang -cc1 version 11.0.0 (clang-1100.0.33.16) default target x86_64-apple-darwin19.0.0]
|
246
|
+
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/c++/v1"]
|
247
|
+
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/local/include"]
|
248
|
+
ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Library/Frameworks"]
|
249
|
+
ignore line: [#include "..." search starts here:]
|
250
|
+
ignore line: [#include <...> search starts here:]
|
251
|
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1]
|
252
|
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include]
|
253
|
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
|
254
|
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include]
|
255
|
+
ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks (framework directory)]
|
256
|
+
ignore line: [End of search list.]
|
257
|
+
ignore line: [Linking CXX executable cmTC_50d72]
|
258
|
+
ignore line: [/usr/local/Cellar/cmake/3.15.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_50d72.dir/link.txt --verbose=1]
|
259
|
+
ignore line: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_50d72 ]
|
260
|
+
ignore line: [Apple clang version 11.0.0 (clang-1100.0.33.16)]
|
261
|
+
ignore line: [Target: x86_64-apple-darwin19.0.0]
|
213
262
|
ignore line: [Thread model: posix]
|
214
|
-
ignore line: [InstalledDir: /
|
215
|
-
link line: [ "/
|
216
|
-
arg [/
|
263
|
+
ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
|
264
|
+
link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.15.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o cmTC_50d72 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o -L/usr/local/opt/openssl/lib/ -L. -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a]
|
265
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
|
217
266
|
arg [-demangle] ==> ignore
|
267
|
+
arg [-lto_library] ==> ignore, skip following value
|
268
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
|
218
269
|
arg [-dynamic] ==> ignore
|
219
270
|
arg [-arch] ==> ignore
|
220
271
|
arg [x86_64] ==> ignore
|
221
272
|
arg [-macosx_version_min] ==> ignore
|
222
|
-
arg [10.
|
273
|
+
arg [10.15.0] ==> ignore
|
274
|
+
arg [-syslibroot] ==> ignore
|
275
|
+
arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk] ==> ignore
|
223
276
|
arg [-o] ==> ignore
|
224
|
-
arg [
|
277
|
+
arg [cmTC_50d72] ==> ignore
|
225
278
|
arg [-search_paths_first] ==> ignore
|
226
279
|
arg [-headerpad_max_install_names] ==> ignore
|
227
280
|
arg [-v] ==> ignore
|
228
|
-
arg [CMakeFiles/
|
281
|
+
arg [CMakeFiles/cmTC_50d72.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
282
|
+
arg [-L/usr/local/opt/openssl/lib/] ==> dir [/usr/local/opt/openssl/lib/]
|
283
|
+
arg [-L.] ==> ignore
|
229
284
|
arg [-lc++] ==> lib [c++]
|
230
285
|
arg [-lSystem] ==> lib [System]
|
231
|
-
arg [/
|
232
|
-
Library search paths: [;/usr/lib
|
233
|
-
Framework search paths: [;/
|
286
|
+
arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a]
|
287
|
+
Library search paths: [;/usr/local/opt/openssl/lib/;.;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
|
288
|
+
Framework search paths: [;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/]
|
234
289
|
remove lib [System]
|
235
|
-
remove lib [/
|
236
|
-
collapse library dir [/usr/lib] ==> [/usr/lib]
|
237
|
-
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
238
|
-
collapse
|
239
|
-
collapse
|
290
|
+
remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/lib/darwin/libclang_rt.osx.a]
|
291
|
+
collapse library dir [/usr/local/opt/openssl/lib/] ==> [/usr/local/opt/openssl/lib]
|
292
|
+
collapse library dir [/usr/local/opt/openssl/lib/] ==> [/usr/local/opt/openssl/lib]
|
293
|
+
collapse library dir [.] ==> [/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML]
|
294
|
+
collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
|
295
|
+
collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks]
|
240
296
|
implicit libs: [c++]
|
241
|
-
implicit dirs: [/usr/lib;/usr/
|
242
|
-
implicit fwks: [/
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
Detecting CXX [-std=c++14] compiler features compiled with the following output:
|
248
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
249
|
-
|
250
|
-
Run Build Command:"/usr/bin/make" "cmTC_ca5c8/fast"
|
251
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_ca5c8.dir/build.make CMakeFiles/cmTC_ca5c8.dir/build
|
252
|
-
Building CXX object CMakeFiles/cmTC_ca5c8.dir/feature_tests.cxx.o
|
253
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_ca5c8.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
254
|
-
Linking CXX executable cmTC_ca5c8
|
255
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ca5c8.dir/link.txt --verbose=1
|
256
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ca5c8.dir/feature_tests.cxx.o -o cmTC_ca5c8
|
257
|
-
|
258
|
-
|
259
|
-
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
|
260
|
-
Feature record: CXX_FEATURE:1cxx_alias_templates
|
261
|
-
Feature record: CXX_FEATURE:1cxx_alignas
|
262
|
-
Feature record: CXX_FEATURE:1cxx_alignof
|
263
|
-
Feature record: CXX_FEATURE:1cxx_attributes
|
264
|
-
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
|
265
|
-
Feature record: CXX_FEATURE:1cxx_auto_type
|
266
|
-
Feature record: CXX_FEATURE:1cxx_binary_literals
|
267
|
-
Feature record: CXX_FEATURE:1cxx_constexpr
|
268
|
-
Feature record: CXX_FEATURE:1cxx_contextual_conversions
|
269
|
-
Feature record: CXX_FEATURE:1cxx_decltype
|
270
|
-
Feature record: CXX_FEATURE:1cxx_decltype_auto
|
271
|
-
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
272
|
-
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
273
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
274
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
275
|
-
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
276
|
-
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
277
|
-
Feature record: CXX_FEATURE:1cxx_digit_separators
|
278
|
-
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
279
|
-
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
280
|
-
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
281
|
-
Feature record: CXX_FEATURE:1cxx_extern_templates
|
282
|
-
Feature record: CXX_FEATURE:1cxx_final
|
283
|
-
Feature record: CXX_FEATURE:1cxx_func_identifier
|
284
|
-
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
285
|
-
Feature record: CXX_FEATURE:1cxx_generic_lambdas
|
286
|
-
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
287
|
-
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
288
|
-
Feature record: CXX_FEATURE:1cxx_lambdas
|
289
|
-
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
|
290
|
-
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
291
|
-
Feature record: CXX_FEATURE:1cxx_long_long_type
|
292
|
-
Feature record: CXX_FEATURE:1cxx_noexcept
|
293
|
-
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
294
|
-
Feature record: CXX_FEATURE:1cxx_nullptr
|
295
|
-
Feature record: CXX_FEATURE:1cxx_override
|
296
|
-
Feature record: CXX_FEATURE:1cxx_range_for
|
297
|
-
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
298
|
-
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
299
|
-
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
|
300
|
-
Feature record: CXX_FEATURE:1cxx_return_type_deduction
|
301
|
-
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
302
|
-
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
303
|
-
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
304
|
-
Feature record: CXX_FEATURE:1cxx_static_assert
|
305
|
-
Feature record: CXX_FEATURE:1cxx_strong_enums
|
306
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
307
|
-
Feature record: CXX_FEATURE:1cxx_thread_local
|
308
|
-
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
309
|
-
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
310
|
-
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
311
|
-
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
312
|
-
Feature record: CXX_FEATURE:1cxx_user_literals
|
313
|
-
Feature record: CXX_FEATURE:1cxx_variable_templates
|
314
|
-
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
315
|
-
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
316
|
-
|
317
|
-
|
318
|
-
Detecting CXX [-std=c++11] compiler features compiled with the following output:
|
319
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
320
|
-
|
321
|
-
Run Build Command:"/usr/bin/make" "cmTC_064c6/fast"
|
322
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_064c6.dir/build.make CMakeFiles/cmTC_064c6.dir/build
|
323
|
-
Building CXX object CMakeFiles/cmTC_064c6.dir/feature_tests.cxx.o
|
324
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_064c6.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
325
|
-
Linking CXX executable cmTC_064c6
|
326
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_064c6.dir/link.txt --verbose=1
|
327
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_064c6.dir/feature_tests.cxx.o -o cmTC_064c6
|
328
|
-
|
297
|
+
implicit dirs: [/usr/local/opt/openssl/lib;/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
|
298
|
+
implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks]
|
329
299
|
|
330
|
-
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
331
|
-
Feature record: CXX_FEATURE:1cxx_alias_templates
|
332
|
-
Feature record: CXX_FEATURE:1cxx_alignas
|
333
|
-
Feature record: CXX_FEATURE:1cxx_alignof
|
334
|
-
Feature record: CXX_FEATURE:1cxx_attributes
|
335
|
-
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
336
|
-
Feature record: CXX_FEATURE:1cxx_auto_type
|
337
|
-
Feature record: CXX_FEATURE:0cxx_binary_literals
|
338
|
-
Feature record: CXX_FEATURE:1cxx_constexpr
|
339
|
-
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
340
|
-
Feature record: CXX_FEATURE:1cxx_decltype
|
341
|
-
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
342
|
-
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
343
|
-
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
344
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
345
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
346
|
-
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
347
|
-
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
348
|
-
Feature record: CXX_FEATURE:0cxx_digit_separators
|
349
|
-
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
350
|
-
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
351
|
-
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
352
|
-
Feature record: CXX_FEATURE:1cxx_extern_templates
|
353
|
-
Feature record: CXX_FEATURE:1cxx_final
|
354
|
-
Feature record: CXX_FEATURE:1cxx_func_identifier
|
355
|
-
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
356
|
-
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
357
|
-
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
358
|
-
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
359
|
-
Feature record: CXX_FEATURE:1cxx_lambdas
|
360
|
-
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
361
|
-
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
362
|
-
Feature record: CXX_FEATURE:1cxx_long_long_type
|
363
|
-
Feature record: CXX_FEATURE:1cxx_noexcept
|
364
|
-
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
365
|
-
Feature record: CXX_FEATURE:1cxx_nullptr
|
366
|
-
Feature record: CXX_FEATURE:1cxx_override
|
367
|
-
Feature record: CXX_FEATURE:1cxx_range_for
|
368
|
-
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
369
|
-
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
370
|
-
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
371
|
-
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
372
|
-
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
373
|
-
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
374
|
-
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
375
|
-
Feature record: CXX_FEATURE:1cxx_static_assert
|
376
|
-
Feature record: CXX_FEATURE:1cxx_strong_enums
|
377
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
378
|
-
Feature record: CXX_FEATURE:1cxx_thread_local
|
379
|
-
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
380
|
-
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
381
|
-
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
382
|
-
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
383
|
-
Feature record: CXX_FEATURE:1cxx_user_literals
|
384
|
-
Feature record: CXX_FEATURE:0cxx_variable_templates
|
385
|
-
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
386
|
-
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
387
300
|
|
388
|
-
|
389
|
-
Detecting CXX [-std=c++98] compiler features compiled with the following output:
|
390
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
391
|
-
|
392
|
-
Run Build Command:"/usr/bin/make" "cmTC_9560f/fast"
|
393
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_9560f.dir/build.make CMakeFiles/cmTC_9560f.dir/build
|
394
|
-
Building CXX object CMakeFiles/cmTC_9560f.dir/feature_tests.cxx.o
|
395
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_9560f.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
396
|
-
Linking CXX executable cmTC_9560f
|
397
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9560f.dir/link.txt --verbose=1
|
398
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_9560f.dir/feature_tests.cxx.o -o cmTC_9560f
|
399
|
-
|
400
|
-
|
401
|
-
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
402
|
-
Feature record: CXX_FEATURE:0cxx_alias_templates
|
403
|
-
Feature record: CXX_FEATURE:0cxx_alignas
|
404
|
-
Feature record: CXX_FEATURE:0cxx_alignof
|
405
|
-
Feature record: CXX_FEATURE:0cxx_attributes
|
406
|
-
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
407
|
-
Feature record: CXX_FEATURE:0cxx_auto_type
|
408
|
-
Feature record: CXX_FEATURE:0cxx_binary_literals
|
409
|
-
Feature record: CXX_FEATURE:0cxx_constexpr
|
410
|
-
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
411
|
-
Feature record: CXX_FEATURE:0cxx_decltype
|
412
|
-
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
413
|
-
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
|
414
|
-
Feature record: CXX_FEATURE:0cxx_default_function_template_args
|
415
|
-
Feature record: CXX_FEATURE:0cxx_defaulted_functions
|
416
|
-
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
|
417
|
-
Feature record: CXX_FEATURE:0cxx_delegating_constructors
|
418
|
-
Feature record: CXX_FEATURE:0cxx_deleted_functions
|
419
|
-
Feature record: CXX_FEATURE:0cxx_digit_separators
|
420
|
-
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
|
421
|
-
Feature record: CXX_FEATURE:0cxx_explicit_conversions
|
422
|
-
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
|
423
|
-
Feature record: CXX_FEATURE:0cxx_extern_templates
|
424
|
-
Feature record: CXX_FEATURE:0cxx_final
|
425
|
-
Feature record: CXX_FEATURE:0cxx_func_identifier
|
426
|
-
Feature record: CXX_FEATURE:0cxx_generalized_initializers
|
427
|
-
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
428
|
-
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
|
429
|
-
Feature record: CXX_FEATURE:0cxx_inline_namespaces
|
430
|
-
Feature record: CXX_FEATURE:0cxx_lambdas
|
431
|
-
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
432
|
-
Feature record: CXX_FEATURE:0cxx_local_type_template_args
|
433
|
-
Feature record: CXX_FEATURE:0cxx_long_long_type
|
434
|
-
Feature record: CXX_FEATURE:0cxx_noexcept
|
435
|
-
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
|
436
|
-
Feature record: CXX_FEATURE:0cxx_nullptr
|
437
|
-
Feature record: CXX_FEATURE:0cxx_override
|
438
|
-
Feature record: CXX_FEATURE:0cxx_range_for
|
439
|
-
Feature record: CXX_FEATURE:0cxx_raw_string_literals
|
440
|
-
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
|
441
|
-
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
442
|
-
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
443
|
-
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
|
444
|
-
Feature record: CXX_FEATURE:0cxx_rvalue_references
|
445
|
-
Feature record: CXX_FEATURE:0cxx_sizeof_member
|
446
|
-
Feature record: CXX_FEATURE:0cxx_static_assert
|
447
|
-
Feature record: CXX_FEATURE:0cxx_strong_enums
|
448
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
449
|
-
Feature record: CXX_FEATURE:0cxx_thread_local
|
450
|
-
Feature record: CXX_FEATURE:0cxx_trailing_return_types
|
451
|
-
Feature record: CXX_FEATURE:0cxx_unicode_literals
|
452
|
-
Feature record: CXX_FEATURE:0cxx_uniform_initialization
|
453
|
-
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
|
454
|
-
Feature record: CXX_FEATURE:0cxx_user_literals
|
455
|
-
Feature record: CXX_FEATURE:0cxx_variable_templates
|
456
|
-
Feature record: CXX_FEATURE:0cxx_variadic_macros
|
457
|
-
Feature record: CXX_FEATURE:0cxx_variadic_templates
|
458
301
|
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeeded with the following output:
|
459
|
-
Change Dir: /Users/gjtorikian/
|
302
|
+
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
303
|
+
|
304
|
+
Run Build Command(s):/usr/bin/make cmTC_29983/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_29983.dir/build.make CMakeFiles/cmTC_29983.dir/build
|
305
|
+
Building CXX object CMakeFiles/cmTC_29983.dir/src.cxx.o
|
306
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fvisibility=hidden -o CMakeFiles/cmTC_29983.dir/src.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx
|
307
|
+
Linking CXX executable cmTC_29983
|
308
|
+
/usr/local/Cellar/cmake/3.15.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29983.dir/link.txt --verbose=1
|
309
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_29983.dir/src.cxx.o -o cmTC_29983
|
460
310
|
|
461
|
-
Run Build Command:"/usr/bin/make" "cmTC_06321/fast"
|
462
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_06321.dir/build.make CMakeFiles/cmTC_06321.dir/build
|
463
|
-
Building CXX object CMakeFiles/cmTC_06321.dir/src.cxx.o
|
464
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -fvisibility=hidden -o CMakeFiles/cmTC_06321.dir/src.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx
|
465
|
-
Linking CXX executable cmTC_06321
|
466
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06321.dir/link.txt --verbose=1
|
467
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_06321.dir/src.cxx.o -o cmTC_06321
|
468
311
|
|
469
312
|
Source file was:
|
470
313
|
int main() { return 0; }
|
471
314
|
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeeded with the following output:
|
472
|
-
Change Dir: /Users/gjtorikian/
|
315
|
+
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
316
|
+
|
317
|
+
Run Build Command(s):/usr/bin/make cmTC_1ddfb/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_1ddfb.dir/build.make CMakeFiles/cmTC_1ddfb.dir/build
|
318
|
+
Building CXX object CMakeFiles/cmTC_1ddfb.dir/src.cxx.o
|
319
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fvisibility-inlines-hidden -o CMakeFiles/cmTC_1ddfb.dir/src.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx
|
320
|
+
Linking CXX executable cmTC_1ddfb
|
321
|
+
/usr/local/Cellar/cmake/3.15.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ddfb.dir/link.txt --verbose=1
|
322
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_1ddfb.dir/src.cxx.o -o cmTC_1ddfb
|
473
323
|
|
474
|
-
Run Build Command:"/usr/bin/make" "cmTC_831cc/fast"
|
475
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_831cc.dir/build.make CMakeFiles/cmTC_831cc.dir/build
|
476
|
-
Building CXX object CMakeFiles/cmTC_831cc.dir/src.cxx.o
|
477
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -fvisibility-inlines-hidden -o CMakeFiles/cmTC_831cc.dir/src.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx
|
478
|
-
Linking CXX executable cmTC_831cc
|
479
|
-
/usr/local/Cellar/cmake/3.7.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_831cc.dir/link.txt --verbose=1
|
480
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -DCOMPILER_HAS_HIDDEN_INLINE_VISIBILITY -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_831cc.dir/src.cxx.o -o cmTC_831cc
|
481
324
|
|
482
325
|
Source file was:
|
483
326
|
int main() { return 0; }
|
484
327
|
Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeeded with the following output:
|
485
|
-
Change Dir: /Users/gjtorikian/
|
328
|
+
Change Dir: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
486
329
|
|
487
|
-
Run Build Command
|
488
|
-
|
489
|
-
|
490
|
-
/
|
491
|
-
/Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: 'somefunc' is deprecated [-Wdeprecated-declarations]
|
330
|
+
Run Build Command(s):/usr/bin/make cmTC_c13e2/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_c13e2.dir/build.make CMakeFiles/cmTC_c13e2.dir/build
|
331
|
+
Building CXX object CMakeFiles/cmTC_c13e2.dir/src.cxx.o
|
332
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -o CMakeFiles/cmTC_c13e2.dir/src.cxx.o -c /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx
|
333
|
+
/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx:2:25: warning: 'somefunc' is deprecated [-Wdeprecated-declarations]
|
492
334
|
int main() { return somefunc();}
|
493
335
|
^
|
494
|
-
/Users/gjtorikian/
|
336
|
+
/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/src.cxx:1:16: note: 'somefunc' has been explicitly marked deprecated here
|
495
337
|
__attribute__((__deprecated__)) int somefunc() { return 0; }
|
496
|
-
|
338
|
+
^
|
497
339
|
1 warning generated.
|
498
|
-
Linking CXX executable
|
499
|
-
/usr/local/Cellar/cmake/3.
|
500
|
-
/
|
340
|
+
Linking CXX executable cmTC_c13e2
|
341
|
+
/usr/local/Cellar/cmake/3.15.5/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c13e2.dir/link.txt --verbose=1
|
342
|
+
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DCOMPILER_HAS_DEPRECATED_ATTR -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c13e2.dir/src.cxx.o -o cmTC_c13e2
|
343
|
+
|
501
344
|
|
502
345
|
Source file was:
|
503
346
|
__attribute__((__deprecated__)) int somefunc() { return 0; }
|
504
347
|
int main() { return somefunc();}
|
505
|
-
The system is: Darwin - 16.5.0 - x86_64
|
506
|
-
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
|
507
|
-
Compiler: /Library/Developer/CommandLineTools/usr/bin/cc
|
508
|
-
Build flags:
|
509
|
-
Id flags:
|
510
|
-
|
511
|
-
The output was:
|
512
|
-
0
|
513
|
-
|
514
|
-
|
515
|
-
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
|
516
|
-
|
517
|
-
The C compiler identification is AppleClang, found in "/Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/a.out"
|
518
|
-
|
519
|
-
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
|
520
|
-
Compiler: /Library/Developer/CommandLineTools/usr/bin/c++
|
521
|
-
Build flags:
|
522
|
-
Id flags:
|
523
|
-
|
524
|
-
The output was:
|
525
|
-
0
|
526
|
-
|
527
|
-
|
528
|
-
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
|
529
|
-
|
530
|
-
The CXX compiler identification is AppleClang, found in "/Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out"
|
531
|
-
|
532
|
-
Determining if the C compiler works passed with the following output:
|
533
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
534
|
-
|
535
|
-
Run Build Command:"/usr/bin/make" "cmTC_5bfb8/fast"
|
536
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5bfb8.dir/build.make CMakeFiles/cmTC_5bfb8.dir/build
|
537
|
-
Building C object CMakeFiles/cmTC_5bfb8.dir/testCCompiler.c.o
|
538
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -o CMakeFiles/cmTC_5bfb8.dir/testCCompiler.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCCompiler.c
|
539
|
-
Linking C executable cmTC_5bfb8
|
540
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5bfb8.dir/link.txt --verbose=1
|
541
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5bfb8.dir/testCCompiler.c.o -o cmTC_5bfb8
|
542
|
-
|
543
|
-
|
544
|
-
Detecting C compiler ABI info compiled with the following output:
|
545
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
546
|
-
|
547
|
-
Run Build Command:"/usr/bin/make" "cmTC_3f9cf/fast"
|
548
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3f9cf.dir/build.make CMakeFiles/cmTC_3f9cf.dir/build
|
549
|
-
Building C object CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o
|
550
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -o CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.8.0/share/cmake/Modules/CMakeCCompilerABI.c
|
551
|
-
Linking C executable cmTC_3f9cf
|
552
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f9cf.dir/link.txt --verbose=1
|
553
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -o cmTC_3f9cf
|
554
|
-
Apple LLVM version 8.1.0 (clang-802.0.42)
|
555
|
-
Target: x86_64-apple-darwin16.5.0
|
556
|
-
Thread model: posix
|
557
|
-
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
|
558
|
-
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_3f9cf -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a
|
559
|
-
@(#)PROGRAM:ld PROJECT:ld64-278.4
|
560
|
-
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
|
561
|
-
Library search paths:
|
562
|
-
/usr/lib
|
563
|
-
/usr/local/lib
|
564
|
-
Framework search paths:
|
565
|
-
/Library/Frameworks/
|
566
|
-
/System/Library/Frameworks/
|
567
|
-
|
568
|
-
|
569
|
-
Parsed C implicit link information from above output:
|
570
|
-
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
571
|
-
ignore line: [Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp]
|
572
|
-
ignore line: []
|
573
|
-
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_3f9cf/fast"]
|
574
|
-
ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_3f9cf.dir/build.make CMakeFiles/cmTC_3f9cf.dir/build]
|
575
|
-
ignore line: [Building C object CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o]
|
576
|
-
ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -o CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -c /usr/local/Cellar/cmake/3.8.0/share/cmake/Modules/CMakeCCompilerABI.c]
|
577
|
-
ignore line: [Linking C executable cmTC_3f9cf]
|
578
|
-
ignore line: [/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f9cf.dir/link.txt --verbose=1]
|
579
|
-
ignore line: [/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -o cmTC_3f9cf ]
|
580
|
-
ignore line: [Apple LLVM version 8.1.0 (clang-802.0.42)]
|
581
|
-
ignore line: [Target: x86_64-apple-darwin16.5.0]
|
582
|
-
ignore line: [Thread model: posix]
|
583
|
-
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
|
584
|
-
link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_3f9cf -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
|
585
|
-
arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
|
586
|
-
arg [-demangle] ==> ignore
|
587
|
-
arg [-lto_library] ==> ignore, skip following value
|
588
|
-
arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
|
589
|
-
arg [-dynamic] ==> ignore
|
590
|
-
arg [-arch] ==> ignore
|
591
|
-
arg [x86_64] ==> ignore
|
592
|
-
arg [-macosx_version_min] ==> ignore
|
593
|
-
arg [10.12.0] ==> ignore
|
594
|
-
arg [-o] ==> ignore
|
595
|
-
arg [cmTC_3f9cf] ==> ignore
|
596
|
-
arg [-search_paths_first] ==> ignore
|
597
|
-
arg [-headerpad_max_install_names] ==> ignore
|
598
|
-
arg [-v] ==> ignore
|
599
|
-
arg [CMakeFiles/cmTC_3f9cf.dir/CMakeCCompilerABI.c.o] ==> ignore
|
600
|
-
arg [-lSystem] ==> lib [System]
|
601
|
-
arg [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
|
602
|
-
Library search paths: [;/usr/lib;/usr/local/lib]
|
603
|
-
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
|
604
|
-
remove lib [System]
|
605
|
-
remove lib [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
|
606
|
-
collapse library dir [/usr/lib] ==> [/usr/lib]
|
607
|
-
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
608
|
-
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
|
609
|
-
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
|
610
|
-
implicit libs: []
|
611
|
-
implicit dirs: [/usr/lib;/usr/local/lib]
|
612
|
-
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
Detecting C [-std=c11] compiler features compiled with the following output:
|
618
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
619
|
-
|
620
|
-
Run Build Command:"/usr/bin/make" "cmTC_67ce8/fast"
|
621
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_67ce8.dir/build.make CMakeFiles/cmTC_67ce8.dir/build
|
622
|
-
Building C object CMakeFiles/cmTC_67ce8.dir/feature_tests.c.o
|
623
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_67ce8.dir/feature_tests.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
|
624
|
-
Linking C executable cmTC_67ce8
|
625
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67ce8.dir/link.txt --verbose=1
|
626
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_67ce8.dir/feature_tests.c.o -o cmTC_67ce8
|
627
|
-
|
628
|
-
|
629
|
-
Feature record: C_FEATURE:1c_function_prototypes
|
630
|
-
Feature record: C_FEATURE:1c_restrict
|
631
|
-
Feature record: C_FEATURE:1c_static_assert
|
632
|
-
Feature record: C_FEATURE:1c_variadic_macros
|
633
|
-
|
634
|
-
|
635
|
-
Detecting C [-std=c99] compiler features compiled with the following output:
|
636
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
637
|
-
|
638
|
-
Run Build Command:"/usr/bin/make" "cmTC_5066a/fast"
|
639
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5066a.dir/build.make CMakeFiles/cmTC_5066a.dir/build
|
640
|
-
Building C object CMakeFiles/cmTC_5066a.dir/feature_tests.c.o
|
641
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_5066a.dir/feature_tests.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
|
642
|
-
Linking C executable cmTC_5066a
|
643
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5066a.dir/link.txt --verbose=1
|
644
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5066a.dir/feature_tests.c.o -o cmTC_5066a
|
645
|
-
|
646
|
-
|
647
|
-
Feature record: C_FEATURE:1c_function_prototypes
|
648
|
-
Feature record: C_FEATURE:1c_restrict
|
649
|
-
Feature record: C_FEATURE:0c_static_assert
|
650
|
-
Feature record: C_FEATURE:1c_variadic_macros
|
651
|
-
|
652
|
-
|
653
|
-
Detecting C [-std=c90] compiler features compiled with the following output:
|
654
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
655
|
-
|
656
|
-
Run Build Command:"/usr/bin/make" "cmTC_5e1ab/fast"
|
657
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_5e1ab.dir/build.make CMakeFiles/cmTC_5e1ab.dir/build
|
658
|
-
Building C object CMakeFiles/cmTC_5e1ab.dir/feature_tests.c.o
|
659
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_5e1ab.dir/feature_tests.c.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c
|
660
|
-
Linking C executable cmTC_5e1ab
|
661
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5e1ab.dir/link.txt --verbose=1
|
662
|
-
/Library/Developer/CommandLineTools/usr/bin/cc -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5e1ab.dir/feature_tests.c.o -o cmTC_5e1ab
|
663
|
-
|
664
|
-
|
665
|
-
Feature record: C_FEATURE:1c_function_prototypes
|
666
|
-
Feature record: C_FEATURE:0c_restrict
|
667
|
-
Feature record: C_FEATURE:0c_static_assert
|
668
|
-
Feature record: C_FEATURE:0c_variadic_macros
|
669
|
-
Determining if the CXX compiler works passed with the following output:
|
670
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
671
|
-
|
672
|
-
Run Build Command:"/usr/bin/make" "cmTC_2fdb6/fast"
|
673
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_2fdb6.dir/build.make CMakeFiles/cmTC_2fdb6.dir/build
|
674
|
-
Building CXX object CMakeFiles/cmTC_2fdb6.dir/testCXXCompiler.cxx.o
|
675
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -o CMakeFiles/cmTC_2fdb6.dir/testCXXCompiler.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
|
676
|
-
Linking CXX executable cmTC_2fdb6
|
677
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2fdb6.dir/link.txt --verbose=1
|
678
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_2fdb6.dir/testCXXCompiler.cxx.o -o cmTC_2fdb6
|
679
|
-
|
680
|
-
|
681
|
-
Detecting CXX compiler ABI info compiled with the following output:
|
682
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
683
|
-
|
684
|
-
Run Build Command:"/usr/bin/make" "cmTC_77613/fast"
|
685
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_77613.dir/build.make CMakeFiles/cmTC_77613.dir/build
|
686
|
-
Building CXX object CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o
|
687
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -o CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.8.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp
|
688
|
-
Linking CXX executable cmTC_77613
|
689
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77613.dir/link.txt --verbose=1
|
690
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_77613
|
691
|
-
Apple LLVM version 8.1.0 (clang-802.0.42)
|
692
|
-
Target: x86_64-apple-darwin16.5.0
|
693
|
-
Thread model: posix
|
694
|
-
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
|
695
|
-
"/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_77613 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a
|
696
|
-
@(#)PROGRAM:ld PROJECT:ld64-278.4
|
697
|
-
configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
|
698
|
-
Library search paths:
|
699
|
-
/usr/lib
|
700
|
-
/usr/local/lib
|
701
|
-
Framework search paths:
|
702
|
-
/Library/Frameworks/
|
703
|
-
/System/Library/Frameworks/
|
704
|
-
|
705
|
-
|
706
|
-
Parsed CXX implicit link information from above output:
|
707
|
-
link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
|
708
|
-
ignore line: [Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp]
|
709
|
-
ignore line: []
|
710
|
-
ignore line: [Run Build Command:"/usr/bin/make" "cmTC_77613/fast"]
|
711
|
-
ignore line: [/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_77613.dir/build.make CMakeFiles/cmTC_77613.dir/build]
|
712
|
-
ignore line: [Building CXX object CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o]
|
713
|
-
ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -o CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/Cellar/cmake/3.8.0/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
|
714
|
-
ignore line: [Linking CXX executable cmTC_77613]
|
715
|
-
ignore line: [/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_77613.dir/link.txt --verbose=1]
|
716
|
-
ignore line: [/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_77613 ]
|
717
|
-
ignore line: [Apple LLVM version 8.1.0 (clang-802.0.42)]
|
718
|
-
ignore line: [Target: x86_64-apple-darwin16.5.0]
|
719
|
-
ignore line: [Thread model: posix]
|
720
|
-
ignore line: [InstalledDir: /Library/Developer/CommandLineTools/usr/bin]
|
721
|
-
link line: [ "/Library/Developer/CommandLineTools/usr/bin/ld" -demangle -lto_library /Library/Developer/CommandLineTools/usr/lib/libLTO.dylib -dynamic -arch x86_64 -macosx_version_min 10.12.0 -o cmTC_77613 -search_paths_first -headerpad_max_install_names -v CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o -lc++ -lSystem /Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
|
722
|
-
arg [/Library/Developer/CommandLineTools/usr/bin/ld] ==> ignore
|
723
|
-
arg [-demangle] ==> ignore
|
724
|
-
arg [-lto_library] ==> ignore, skip following value
|
725
|
-
arg [/Library/Developer/CommandLineTools/usr/lib/libLTO.dylib] ==> skip value of -lto_library
|
726
|
-
arg [-dynamic] ==> ignore
|
727
|
-
arg [-arch] ==> ignore
|
728
|
-
arg [x86_64] ==> ignore
|
729
|
-
arg [-macosx_version_min] ==> ignore
|
730
|
-
arg [10.12.0] ==> ignore
|
731
|
-
arg [-o] ==> ignore
|
732
|
-
arg [cmTC_77613] ==> ignore
|
733
|
-
arg [-search_paths_first] ==> ignore
|
734
|
-
arg [-headerpad_max_install_names] ==> ignore
|
735
|
-
arg [-v] ==> ignore
|
736
|
-
arg [CMakeFiles/cmTC_77613.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
|
737
|
-
arg [-lc++] ==> lib [c++]
|
738
|
-
arg [-lSystem] ==> lib [System]
|
739
|
-
arg [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
|
740
|
-
Library search paths: [;/usr/lib;/usr/local/lib]
|
741
|
-
Framework search paths: [;/Library/Frameworks/;/System/Library/Frameworks/]
|
742
|
-
remove lib [System]
|
743
|
-
remove lib [/Library/Developer/CommandLineTools/usr/bin/../lib/clang/8.1.0/lib/darwin/libclang_rt.osx.a]
|
744
|
-
collapse library dir [/usr/lib] ==> [/usr/lib]
|
745
|
-
collapse library dir [/usr/local/lib] ==> [/usr/local/lib]
|
746
|
-
collapse framework dir [/Library/Frameworks/] ==> [/Library/Frameworks]
|
747
|
-
collapse framework dir [/System/Library/Frameworks/] ==> [/System/Library/Frameworks]
|
748
|
-
implicit libs: [c++]
|
749
|
-
implicit dirs: [/usr/lib;/usr/local/lib]
|
750
|
-
implicit fwks: [/Library/Frameworks;/System/Library/Frameworks]
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
|
756
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
757
|
-
|
758
|
-
Run Build Command:"/usr/bin/make" "cmTC_fd653/fast"
|
759
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_fd653.dir/build.make CMakeFiles/cmTC_fd653.dir/build
|
760
|
-
Building CXX object CMakeFiles/cmTC_fd653.dir/feature_tests.cxx.o
|
761
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_fd653.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
762
|
-
Linking CXX executable cmTC_fd653
|
763
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd653.dir/link.txt --verbose=1
|
764
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_fd653.dir/feature_tests.cxx.o -o cmTC_fd653
|
765
|
-
|
766
|
-
|
767
|
-
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
|
768
|
-
Feature record: CXX_FEATURE:1cxx_alias_templates
|
769
|
-
Feature record: CXX_FEATURE:1cxx_alignas
|
770
|
-
Feature record: CXX_FEATURE:1cxx_alignof
|
771
|
-
Feature record: CXX_FEATURE:1cxx_attributes
|
772
|
-
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
|
773
|
-
Feature record: CXX_FEATURE:1cxx_auto_type
|
774
|
-
Feature record: CXX_FEATURE:1cxx_binary_literals
|
775
|
-
Feature record: CXX_FEATURE:1cxx_constexpr
|
776
|
-
Feature record: CXX_FEATURE:1cxx_contextual_conversions
|
777
|
-
Feature record: CXX_FEATURE:1cxx_decltype
|
778
|
-
Feature record: CXX_FEATURE:1cxx_decltype_auto
|
779
|
-
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
780
|
-
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
781
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
782
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
783
|
-
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
784
|
-
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
785
|
-
Feature record: CXX_FEATURE:1cxx_digit_separators
|
786
|
-
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
787
|
-
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
788
|
-
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
789
|
-
Feature record: CXX_FEATURE:1cxx_extern_templates
|
790
|
-
Feature record: CXX_FEATURE:1cxx_final
|
791
|
-
Feature record: CXX_FEATURE:1cxx_func_identifier
|
792
|
-
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
793
|
-
Feature record: CXX_FEATURE:1cxx_generic_lambdas
|
794
|
-
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
795
|
-
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
796
|
-
Feature record: CXX_FEATURE:1cxx_lambdas
|
797
|
-
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
|
798
|
-
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
799
|
-
Feature record: CXX_FEATURE:1cxx_long_long_type
|
800
|
-
Feature record: CXX_FEATURE:1cxx_noexcept
|
801
|
-
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
802
|
-
Feature record: CXX_FEATURE:1cxx_nullptr
|
803
|
-
Feature record: CXX_FEATURE:1cxx_override
|
804
|
-
Feature record: CXX_FEATURE:1cxx_range_for
|
805
|
-
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
806
|
-
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
807
|
-
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
|
808
|
-
Feature record: CXX_FEATURE:1cxx_return_type_deduction
|
809
|
-
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
810
|
-
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
811
|
-
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
812
|
-
Feature record: CXX_FEATURE:1cxx_static_assert
|
813
|
-
Feature record: CXX_FEATURE:1cxx_strong_enums
|
814
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
815
|
-
Feature record: CXX_FEATURE:1cxx_thread_local
|
816
|
-
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
817
|
-
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
818
|
-
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
819
|
-
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
820
|
-
Feature record: CXX_FEATURE:1cxx_user_literals
|
821
|
-
Feature record: CXX_FEATURE:1cxx_variable_templates
|
822
|
-
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
823
|
-
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
824
|
-
|
825
|
-
|
826
|
-
Detecting CXX [-std=c++14] compiler features compiled with the following output:
|
827
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
828
|
-
|
829
|
-
Run Build Command:"/usr/bin/make" "cmTC_a3b86/fast"
|
830
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_a3b86.dir/build.make CMakeFiles/cmTC_a3b86.dir/build
|
831
|
-
Building CXX object CMakeFiles/cmTC_a3b86.dir/feature_tests.cxx.o
|
832
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_a3b86.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
833
|
-
Linking CXX executable cmTC_a3b86
|
834
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3b86.dir/link.txt --verbose=1
|
835
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a3b86.dir/feature_tests.cxx.o -o cmTC_a3b86
|
836
|
-
|
837
|
-
|
838
|
-
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
|
839
|
-
Feature record: CXX_FEATURE:1cxx_alias_templates
|
840
|
-
Feature record: CXX_FEATURE:1cxx_alignas
|
841
|
-
Feature record: CXX_FEATURE:1cxx_alignof
|
842
|
-
Feature record: CXX_FEATURE:1cxx_attributes
|
843
|
-
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
|
844
|
-
Feature record: CXX_FEATURE:1cxx_auto_type
|
845
|
-
Feature record: CXX_FEATURE:1cxx_binary_literals
|
846
|
-
Feature record: CXX_FEATURE:1cxx_constexpr
|
847
|
-
Feature record: CXX_FEATURE:1cxx_contextual_conversions
|
848
|
-
Feature record: CXX_FEATURE:1cxx_decltype
|
849
|
-
Feature record: CXX_FEATURE:1cxx_decltype_auto
|
850
|
-
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
851
|
-
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
852
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
853
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
854
|
-
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
855
|
-
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
856
|
-
Feature record: CXX_FEATURE:1cxx_digit_separators
|
857
|
-
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
858
|
-
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
859
|
-
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
860
|
-
Feature record: CXX_FEATURE:1cxx_extern_templates
|
861
|
-
Feature record: CXX_FEATURE:1cxx_final
|
862
|
-
Feature record: CXX_FEATURE:1cxx_func_identifier
|
863
|
-
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
864
|
-
Feature record: CXX_FEATURE:1cxx_generic_lambdas
|
865
|
-
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
866
|
-
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
867
|
-
Feature record: CXX_FEATURE:1cxx_lambdas
|
868
|
-
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
|
869
|
-
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
870
|
-
Feature record: CXX_FEATURE:1cxx_long_long_type
|
871
|
-
Feature record: CXX_FEATURE:1cxx_noexcept
|
872
|
-
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
873
|
-
Feature record: CXX_FEATURE:1cxx_nullptr
|
874
|
-
Feature record: CXX_FEATURE:1cxx_override
|
875
|
-
Feature record: CXX_FEATURE:1cxx_range_for
|
876
|
-
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
877
|
-
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
878
|
-
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
|
879
|
-
Feature record: CXX_FEATURE:1cxx_return_type_deduction
|
880
|
-
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
881
|
-
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
882
|
-
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
883
|
-
Feature record: CXX_FEATURE:1cxx_static_assert
|
884
|
-
Feature record: CXX_FEATURE:1cxx_strong_enums
|
885
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
886
|
-
Feature record: CXX_FEATURE:1cxx_thread_local
|
887
|
-
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
888
|
-
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
889
|
-
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
890
|
-
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
891
|
-
Feature record: CXX_FEATURE:1cxx_user_literals
|
892
|
-
Feature record: CXX_FEATURE:1cxx_variable_templates
|
893
|
-
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
894
|
-
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
895
|
-
|
896
|
-
|
897
|
-
Detecting CXX [-std=c++11] compiler features compiled with the following output:
|
898
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
899
|
-
|
900
|
-
Run Build Command:"/usr/bin/make" "cmTC_78525/fast"
|
901
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_78525.dir/build.make CMakeFiles/cmTC_78525.dir/build
|
902
|
-
Building CXX object CMakeFiles/cmTC_78525.dir/feature_tests.cxx.o
|
903
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_78525.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
904
|
-
Linking CXX executable cmTC_78525
|
905
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78525.dir/link.txt --verbose=1
|
906
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_78525.dir/feature_tests.cxx.o -o cmTC_78525
|
907
|
-
|
908
|
-
|
909
|
-
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
910
|
-
Feature record: CXX_FEATURE:1cxx_alias_templates
|
911
|
-
Feature record: CXX_FEATURE:1cxx_alignas
|
912
|
-
Feature record: CXX_FEATURE:1cxx_alignof
|
913
|
-
Feature record: CXX_FEATURE:1cxx_attributes
|
914
|
-
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
915
|
-
Feature record: CXX_FEATURE:1cxx_auto_type
|
916
|
-
Feature record: CXX_FEATURE:0cxx_binary_literals
|
917
|
-
Feature record: CXX_FEATURE:1cxx_constexpr
|
918
|
-
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
919
|
-
Feature record: CXX_FEATURE:1cxx_decltype
|
920
|
-
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
921
|
-
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
|
922
|
-
Feature record: CXX_FEATURE:1cxx_default_function_template_args
|
923
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_functions
|
924
|
-
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
|
925
|
-
Feature record: CXX_FEATURE:1cxx_delegating_constructors
|
926
|
-
Feature record: CXX_FEATURE:1cxx_deleted_functions
|
927
|
-
Feature record: CXX_FEATURE:0cxx_digit_separators
|
928
|
-
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
|
929
|
-
Feature record: CXX_FEATURE:1cxx_explicit_conversions
|
930
|
-
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
|
931
|
-
Feature record: CXX_FEATURE:1cxx_extern_templates
|
932
|
-
Feature record: CXX_FEATURE:1cxx_final
|
933
|
-
Feature record: CXX_FEATURE:1cxx_func_identifier
|
934
|
-
Feature record: CXX_FEATURE:1cxx_generalized_initializers
|
935
|
-
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
936
|
-
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
|
937
|
-
Feature record: CXX_FEATURE:1cxx_inline_namespaces
|
938
|
-
Feature record: CXX_FEATURE:1cxx_lambdas
|
939
|
-
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
940
|
-
Feature record: CXX_FEATURE:1cxx_local_type_template_args
|
941
|
-
Feature record: CXX_FEATURE:1cxx_long_long_type
|
942
|
-
Feature record: CXX_FEATURE:1cxx_noexcept
|
943
|
-
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
|
944
|
-
Feature record: CXX_FEATURE:1cxx_nullptr
|
945
|
-
Feature record: CXX_FEATURE:1cxx_override
|
946
|
-
Feature record: CXX_FEATURE:1cxx_range_for
|
947
|
-
Feature record: CXX_FEATURE:1cxx_raw_string_literals
|
948
|
-
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
|
949
|
-
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
950
|
-
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
951
|
-
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
|
952
|
-
Feature record: CXX_FEATURE:1cxx_rvalue_references
|
953
|
-
Feature record: CXX_FEATURE:1cxx_sizeof_member
|
954
|
-
Feature record: CXX_FEATURE:1cxx_static_assert
|
955
|
-
Feature record: CXX_FEATURE:1cxx_strong_enums
|
956
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
957
|
-
Feature record: CXX_FEATURE:1cxx_thread_local
|
958
|
-
Feature record: CXX_FEATURE:1cxx_trailing_return_types
|
959
|
-
Feature record: CXX_FEATURE:1cxx_unicode_literals
|
960
|
-
Feature record: CXX_FEATURE:1cxx_uniform_initialization
|
961
|
-
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
|
962
|
-
Feature record: CXX_FEATURE:1cxx_user_literals
|
963
|
-
Feature record: CXX_FEATURE:0cxx_variable_templates
|
964
|
-
Feature record: CXX_FEATURE:1cxx_variadic_macros
|
965
|
-
Feature record: CXX_FEATURE:1cxx_variadic_templates
|
966
|
-
|
967
|
-
|
968
|
-
Detecting CXX [-std=c++98] compiler features compiled with the following output:
|
969
|
-
Change Dir: /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeTmp
|
970
|
-
|
971
|
-
Run Build Command:"/usr/bin/make" "cmTC_701f5/fast"
|
972
|
-
/Library/Developer/CommandLineTools/usr/bin/make -f CMakeFiles/cmTC_701f5.dir/build.make CMakeFiles/cmTC_701f5.dir/build
|
973
|
-
Building CXX object CMakeFiles/cmTC_701f5.dir/feature_tests.cxx.o
|
974
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_701f5.dir/feature_tests.cxx.o -c /Users/gjtorikian/Developer/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx
|
975
|
-
Linking CXX executable cmTC_701f5
|
976
|
-
/usr/local/Cellar/cmake/3.8.0/bin/cmake -E cmake_link_script CMakeFiles/cmTC_701f5.dir/link.txt --verbose=1
|
977
|
-
/Library/Developer/CommandLineTools/usr/bin/c++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_701f5.dir/feature_tests.cxx.o -o cmTC_701f5
|
978
|
-
|
979
|
-
|
980
|
-
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
|
981
|
-
Feature record: CXX_FEATURE:0cxx_alias_templates
|
982
|
-
Feature record: CXX_FEATURE:0cxx_alignas
|
983
|
-
Feature record: CXX_FEATURE:0cxx_alignof
|
984
|
-
Feature record: CXX_FEATURE:0cxx_attributes
|
985
|
-
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
|
986
|
-
Feature record: CXX_FEATURE:0cxx_auto_type
|
987
|
-
Feature record: CXX_FEATURE:0cxx_binary_literals
|
988
|
-
Feature record: CXX_FEATURE:0cxx_constexpr
|
989
|
-
Feature record: CXX_FEATURE:0cxx_contextual_conversions
|
990
|
-
Feature record: CXX_FEATURE:0cxx_decltype
|
991
|
-
Feature record: CXX_FEATURE:0cxx_decltype_auto
|
992
|
-
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
|
993
|
-
Feature record: CXX_FEATURE:0cxx_default_function_template_args
|
994
|
-
Feature record: CXX_FEATURE:0cxx_defaulted_functions
|
995
|
-
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
|
996
|
-
Feature record: CXX_FEATURE:0cxx_delegating_constructors
|
997
|
-
Feature record: CXX_FEATURE:0cxx_deleted_functions
|
998
|
-
Feature record: CXX_FEATURE:0cxx_digit_separators
|
999
|
-
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
|
1000
|
-
Feature record: CXX_FEATURE:0cxx_explicit_conversions
|
1001
|
-
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
|
1002
|
-
Feature record: CXX_FEATURE:0cxx_extern_templates
|
1003
|
-
Feature record: CXX_FEATURE:0cxx_final
|
1004
|
-
Feature record: CXX_FEATURE:0cxx_func_identifier
|
1005
|
-
Feature record: CXX_FEATURE:0cxx_generalized_initializers
|
1006
|
-
Feature record: CXX_FEATURE:0cxx_generic_lambdas
|
1007
|
-
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
|
1008
|
-
Feature record: CXX_FEATURE:0cxx_inline_namespaces
|
1009
|
-
Feature record: CXX_FEATURE:0cxx_lambdas
|
1010
|
-
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
|
1011
|
-
Feature record: CXX_FEATURE:0cxx_local_type_template_args
|
1012
|
-
Feature record: CXX_FEATURE:0cxx_long_long_type
|
1013
|
-
Feature record: CXX_FEATURE:0cxx_noexcept
|
1014
|
-
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
|
1015
|
-
Feature record: CXX_FEATURE:0cxx_nullptr
|
1016
|
-
Feature record: CXX_FEATURE:0cxx_override
|
1017
|
-
Feature record: CXX_FEATURE:0cxx_range_for
|
1018
|
-
Feature record: CXX_FEATURE:0cxx_raw_string_literals
|
1019
|
-
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
|
1020
|
-
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
|
1021
|
-
Feature record: CXX_FEATURE:0cxx_return_type_deduction
|
1022
|
-
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
|
1023
|
-
Feature record: CXX_FEATURE:0cxx_rvalue_references
|
1024
|
-
Feature record: CXX_FEATURE:0cxx_sizeof_member
|
1025
|
-
Feature record: CXX_FEATURE:0cxx_static_assert
|
1026
|
-
Feature record: CXX_FEATURE:0cxx_strong_enums
|
1027
|
-
Feature record: CXX_FEATURE:1cxx_template_template_parameters
|
1028
|
-
Feature record: CXX_FEATURE:0cxx_thread_local
|
1029
|
-
Feature record: CXX_FEATURE:0cxx_trailing_return_types
|
1030
|
-
Feature record: CXX_FEATURE:0cxx_unicode_literals
|
1031
|
-
Feature record: CXX_FEATURE:0cxx_uniform_initialization
|
1032
|
-
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
|
1033
|
-
Feature record: CXX_FEATURE:0cxx_user_literals
|
1034
|
-
Feature record: CXX_FEATURE:0cxx_variable_templates
|
1035
|
-
Feature record: CXX_FEATURE:0cxx_variadic_macros
|
1036
|
-
Feature record: CXX_FEATURE:0cxx_variadic_templates
|