Started by user admin Building remotely on testwin.openmodelica.org [OpenModelica_releases] $ cmd /c call C:\Users\build\AppData\Local\Temp\hudson8192444899963971179.bat C:\OM19\OpenModelica_releases>echo Running the Nightly Build script .... Running the Nightly Build script .... C:\OM19\OpenModelica_releases>set OMDEV=C:\OM19\OMDev C:\OM19\OpenModelica_releases>type c:\OM19\OpenModelica_releases\buildRelease.bat REM @echo off REM @echo off & setlocal enableextensions REM Task to automatically build the Windows nigthly-build for OpenModelica REM Adrian.Pop@liu.se REM 2012-10-08 REM last change: 2015-05-08 set PATH=C:\OM19\OMDev\tools\mingw\bin;C:\OM19\OMDev\tools\msys\bin;%PATH%;C:\bin\python273;"C:\Program Files\TortoiseSVN\bin";C:\bin\jdk\bin;C:\bin\nsis\;C:\bin\QtSDK\Desktop\Qt\4.8.0\mingw\bin;C:\bin\git\bin; if not exist "C:\OM19\" ( echo Creating C:\OM19\ md C:\OM19\ ) if not exist "C:\OM19\OMDev\" ( echo Checkout C:\OM19\OMDev from branches/OM19maintenance cd C:\OM19\ svn co https://openmodelica.org/svn/OpenModelicaExternal/branches/OM19maintenance OMDev set OMDEV=c:\OM19\OMDev ) if not exist "C:\OM19\OpenModelica_releases" ( echo Creating C:\OM19\OpenModelica_releases md C:\OM19\OpenModelica_releases ) if not exist "C:\OM19\OpenModelica\" ( echo Checkout c:\OM19\OpenModelica cd C:\OM19\ git clone --recursive https://github.com/OpenModelica/OpenModelica.git OpenModelica cd OpenModelica ) if not exist "C:\OM19\OpenModelica\OpenModelicaSetup\" ( echo Checkout C:\OM19\OpenModelica\OpenModelicaSetup from brnach OM19maintenance cd C:\OM19\OpenModelica\ svn co https://openmodelica.org/svn/OpenModelica/branches/OM19maintenance OpenModelicaSetup ) REM update the build script first! cd C:\OM19\OpenModelica\OpenModelicaSetup svn up . --accept theirs-full REM update OMDev cd C:\OM19\OMDev svn up . --accept theirs-full REM run the Msys script to build the release cd C:\OM19\OpenModelica_releases\ %OMDEV%\tools\msys\bin\sh --login -i -c "time /c/OM19/OpenModelica/OpenModelicaSetup/BuildWindowsRelease.sh adrpo -j3 %1%" C:\OM19\OpenModelica_releases>c:/OM19/OpenModelica_releases/buildRelease.bat v1.9.7 C:\OM19\OpenModelica_releases>REM @echo off C:\OM19\OpenModelica_releases>REM @echo off & setlocal enableextensions C:\OM19\OpenModelica_releases>REM Task to automatically build the Windows nigthly-build for OpenModelica C:\OM19\OpenModelica_releases>REM Adrian.Pop@liu.se C:\OM19\OpenModelica_releases>REM 2012-10-08 C:\OM19\OpenModelica_releases>REM last change: 2015-05-08 C:\OM19\OpenModelica_releases>set PATH=C:\OM19\OMDev\tools\mingw\bin;C:\OM19\OMDev\tools\msys\bin;C:\ProgramData\Oracle\Java\javapath;C:\bin\perl\site\bin;C:\bin\perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\TortoiseSVN\bin;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\bin\jre\bin;C:\bin\perl\c\bin;C:\bin\perl\perl\site\bin;C:\bin\perl\perl\bin;C:\bin\python273;"C:\Program Files\TortoiseSVN\bin";C:\bin\jdk\bin;C:\bin\nsis\;C:\bin\QtSDK\Desktop\Qt\4.8.0\mingw\bin;C:\bin\git\bin; C:\OM19\OpenModelica_releases>if not exist "C:\OM19\" ( echo Creating C:\OM19\ md C:\OM19\ ) C:\OM19\OpenModelica_releases>if not exist "C:\OM19\OMDev\" ( echo Checkout C:\OM19\OMDev from branches/OM19maintenance cd C:\OM19\ svn co https://openmodelica.org/svn/OpenModelicaExternal/branches/OM19maintenance OMDev set OMDEV=c:\OM19\OMDev ) C:\OM19\OpenModelica_releases>if not exist "C:\OM19\OpenModelica_releases" ( echo Creating C:\OM19\OpenModelica_releases md C:\OM19\OpenModelica_releases ) C:\OM19\OpenModelica_releases>if not exist "C:\OM19\OpenModelica\" ( echo Checkout c:\OM19\OpenModelica cd C:\OM19\ git clone --recursive https://github.com/OpenModelica/OpenModelica.git OpenModelica cd OpenModelica ) C:\OM19\OpenModelica_releases>if not exist "C:\OM19\OpenModelica\OpenModelicaSetup\" ( echo Checkout C:\OM19\OpenModelica\OpenModelicaSetup from brnach OM19maintenance cd C:\OM19\OpenModelica\ svn co https://openmodelica.org/svn/OpenModelica/branches/OM19maintenance OpenModelicaSetup ) C:\OM19\OpenModelica_releases>REM update the build script first! C:\OM19\OpenModelica_releases>cd C:\OM19\OpenModelica\OpenModelicaSetup C:\OM19\OpenModelica\OpenModelicaSetup>svn up . --accept theirs-full Updating '.': U BuildWindowsRelease.sh Updated to revision 25969. C:\OM19\OpenModelica\OpenModelicaSetup>REM update OMDev C:\OM19\OpenModelica\OpenModelicaSetup>cd C:\OM19\OMDev C:\OM19\OMDev>svn up . --accept theirs-full Updating '.': At revision 193. C:\OM19\OMDev>REM run the Msys script to build the release C:\OM19\OMDev>cd C:\OM19\OpenModelica_releases\ C:\OM19\OpenModelica_releases>C:\OM19\OMDev\tools\msys\bin\sh --login -i -c "time /c/OM19/OpenModelica/OpenModelicaSetup/BuildWindowsRelease.sh adrpo -j3 v1.9.7" + export SSHUSER=adrpo + SSHUSER=adrpo + export MAKETHREADS=-j3 + MAKETHREADS=-j3 + export GIT_TAG=v1.9.7 + GIT_TAG=v1.9.7 + export OPENMODELICA_BRANCH=v1.9.7 + OPENMODELICA_BRANCH=v1.9.7 + export 'PATH=.:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/ProgramData/Oracle/Java/javapath:/c/bin/perl/site/bin:/c/bin/perl/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Program Files/TortoiseSVN/bin:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/bin/jre/bin:/c/bin/perl/c/bin:/c/bin/perl/perl/site/bin:/c/bin/perl/perl/bin:/c/bin/python273:"C:/Program Files/TortoiseSVN/bin":/c/bin/jdk/bin:/c/bin/nsis/:/c/bin/QtSDK/Desktop/Qt/4.8.0/mingw/bin:/c/bin/git/bin:.:/c/bin/python273:/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/c/bin/QtSDK/Desktop/Qt/4.8.0/mingw/bin:/c/bin/git/bin:' + PATH='.:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/ProgramData/Oracle/Java/javapath:/c/bin/perl/site/bin:/c/bin/perl/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Program Files/TortoiseSVN/bin:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/bin/jre/bin:/c/bin/perl/c/bin:/c/bin/perl/perl/site/bin:/c/bin/perl/perl/bin:/c/bin/python273:"C:/Program Files/TortoiseSVN/bin":/c/bin/jdk/bin:/c/bin/nsis/:/c/bin/QtSDK/Desktop/Qt/4.8.0/mingw/bin:/c/bin/git/bin:.:/c/bin/python273:/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/c/bin/QtSDK/Desktop/Qt/4.8.0/mingw/bin:/c/bin/git/bin:' + export 'OPENMODELICAHOME=c:\OM19\OpenModelica\build' + OPENMODELICAHOME='c:\OM19\OpenModelica\build' + export 'OPENMODELICALIBRARY=c:\OM19\OpenModelica\build\lib\omlibrary' + OPENMODELICALIBRARY='c:\OM19\OpenModelica\build\lib\omlibrary' + export OMDEV=/c/OM19/OMDev/ + OMDEV=/c/OM19/OMDev/ + cd /c/OM19/OMDev/ + svn up . --accept theirs-full Updating '.': At revision 193. + cd /c/OM19/OpenModelica + rm -rf build + git fetch + git fetch --tags + git reset --hard v1.9.7 HEAD is now at 050dfd2 * OMCompiler 4ac8e55...fb6e120 (1): + git checkout v1.9.7 HEAD is now at 050dfd2... * OMCompiler 4ac8e55...fb6e120 (1): > Handle the type specifier being lost in the diff + git fetch + git fetch --tags + git checkout -f v1.9.7 HEAD is now at 050dfd2... * OMCompiler 4ac8e55...fb6e120 (1): > Handle the type specifier being lost in the diff + git reset --hard v1.9.7 HEAD is now at 050dfd2 * OMCompiler 4ac8e55...fb6e120 (1): + git submodule update --force --init --recursive Submodule path 'OMCompiler': checked out 'fb6e120b03963cf6f8a1fcdc2097b5012e82d7e3' Submodule path 'OMCompiler/3rdParty': checked out '2acb98dbe2ddfc06d3c8225284b704979c644a96' Submodule path 'OMCompiler/common': checked out 'c535ec79728ac2887d46e802cfe0e5bc310acb76' Submodule path 'OMEdit': checked out 'e8c9162f627ae1dd47915115c3061557ab78588a' Submodule path 'OMEdit/common': checked out 'c535ec79728ac2887d46e802cfe0e5bc310acb76' Submodule path 'OMNotebook': checked out 'bebdc503f19f748f4cefe8ebdb57e9cf8c84b5de' Submodule path 'OMNotebook/common': checked out 'c535ec79728ac2887d46e802cfe0e5bc310acb76' Submodule path 'OMOptim': checked out '10c22effef23c2932c3ac9da618ec24834a73c41' Submodule path 'OMOptim/common': checked out 'c535ec79728ac2887d46e802cfe0e5bc310acb76' Submodule path 'OMPlot': checked out '49f69c6a26593be14dfa4dd25754b816f0a64725' Submodule path 'OMPlot/common': checked out 'c535ec79728ac2887d46e802cfe0e5bc310acb76' Submodule path 'OMShell': checked out '56525d325cd80d4555d8418e72b6930fcd350436' Submodule path 'OMShell/common': checked out 'c535ec79728ac2887d46e802cfe0e5bc310acb76' Submodule path 'common': checked out 'c535ec79728ac2887d46e802cfe0e5bc310acb76' Submodule path 'doc': checked out '7f5d6fb44d80abc545261bfad301c9e2f8a29279' Submodule path 'libraries': checked out 'e3940ff5d8e4c0da80da20d02a1d9877d9ad01fb' Submodule path 'testsuite': checked out '95c85473c1e2e6995a297b559b2d5734cd471fd0' + git submodule foreach --recursive 'git fetch --tags && git reset --hard && git clean -fdxq -e /git -e /svn' Entering 'OMCompiler' HEAD is now at fb6e120 Handle the type specifier being lost in the diff Entering 'OMCompiler/3rdParty' HEAD is now at 2acb98d fix Linux build Entering 'OMCompiler/common' HEAD is now at c535ec7 Look for env.vars QTDIR/QMAKE/LRELEASE Entering 'OMEdit' HEAD is now at e8c9162 Fixed loadPreviousViewType function. Entering 'OMEdit/common' HEAD is now at c535ec7 Look for env.vars QTDIR/QMAKE/LRELEASE Entering 'OMNotebook' HEAD is now at bebdc50 Merge pull request #3 from hkiel/fix_static_analysis Entering 'OMNotebook/common' HEAD is now at c535ec7 Look for env.vars QTDIR/QMAKE/LRELEASE Entering 'OMOptim' HEAD is now at 10c22ef Merge pull request #1 from hkiel/paradiseo_fix_osx_versionnumber Entering 'OMOptim/common' HEAD is now at c535ec7 Look for env.vars QTDIR/QMAKE/LRELEASE Entering 'OMPlot' HEAD is now at 49f69c6 Merge pull request #1 from hkiel/multi_parametric Entering 'OMPlot/common' HEAD is now at c535ec7 Look for env.vars QTDIR/QMAKE/LRELEASE Entering 'OMShell' HEAD is now at 56525d3 Merge pull request #1 from hkiel/omshell_settings_fontsize Entering 'OMShell/common' HEAD is now at c535ec7 Look for env.vars QTDIR/QMAKE/LRELEASE Entering 'common' HEAD is now at c535ec7 Look for env.vars QTDIR/QMAKE/LRELEASE Entering 'doc' HEAD is now at 7f5d6fb Updated the list of contributors 2015. Entering 'libraries' HEAD is now at e3940ff Bump libraries Entering 'testsuite' HEAD is now at 95c8547 Add test for ticket:4110 + git clean -fdxq -e OpenModelicaSetup + git status # HEAD detached at v1.9.7 nothing to commit, working directory clean + git submodule status --recursive fb6e120b03963cf6f8a1fcdc2097b5012e82d7e3 OMCompiler (v1.9.6-7-gfb6e120) 2acb98dbe2ddfc06d3c8225284b704979c644a96 OMCompiler/3rdParty (2acb98d) c535ec79728ac2887d46e802cfe0e5bc310acb76 OMCompiler/common (c535ec7) e8c9162f627ae1dd47915115c3061557ab78588a OMEdit (v1.9.4) c535ec79728ac2887d46e802cfe0e5bc310acb76 OMEdit/common (c535ec7) bebdc503f19f748f4cefe8ebdb57e9cf8c84b5de OMNotebook (v1.9.4-dev-22-gbebdc50) c535ec79728ac2887d46e802cfe0e5bc310acb76 OMNotebook/common (c535ec7) 10c22effef23c2932c3ac9da618ec24834a73c41 OMOptim (v1.9.4-dev-3-g10c22ef) c535ec79728ac2887d46e802cfe0e5bc310acb76 OMOptim/common (c535ec7) 49f69c6a26593be14dfa4dd25754b816f0a64725 OMPlot (v1.9.4-dev-7-g49f69c6) c535ec79728ac2887d46e802cfe0e5bc310acb76 OMPlot/common (c535ec7) 56525d325cd80d4555d8418e72b6930fcd350436 OMShell (v1.9.4-dev-4-g56525d3) c535ec79728ac2887d46e802cfe0e5bc310acb76 OMShell/common (c535ec7) c535ec79728ac2887d46e802cfe0e5bc310acb76 common (c535ec7) 7f5d6fb44d80abc545261bfad301c9e2f8a29279 doc (v1.9.4-dev-30-g7f5d6fb) e3940ff5d8e4c0da80da20d02a1d9877d9ad01fb libraries (e3940ff) 95c85473c1e2e6995a297b559b2d5734cd471fd0 testsuite (remotes/origin/maintenance/v1.9) ++ git describe --match 'v*.*' --always + export REVISION=v1.9.7 + REVISION=v1.9.7 + export OMC_INSTALL_PREFIX=/c/OM19/OpenModelica_releases/v1.9.7/ + OMC_INSTALL_PREFIX=/c/OM19/OpenModelica_releases/v1.9.7/ + mkdir -p /c/OM19/OpenModelica_releases/v1.9.7/ + export OMC_INSTALL_FILE_PREFIX=/c/OM19/OpenModelica_releases/v1.9.7/OpenModelica-v1.9.7 + OMC_INSTALL_FILE_PREFIX=/c/OM19/OpenModelica_releases/v1.9.7/OpenModelica-v1.9.7 + '[' -f /c/OM19/OpenModelica_releases/v1.9.7/OpenModelica-v1.9.7.exe ']' + cd /c/OM19/OpenModelica/OpenModelicaSetup + svn up . --accept theirs-full Updating '.': At revision 25969. + cd /c/OM19/OpenModelica + echo 'Cleaning OpenModelica' Cleaning OpenModelica + rm -rf build/ + mkdir build/ + make -f Makefile.omdev.mingw -j3 clean make -f Makefile.omdev.mingw -C OMCompiler clean OMBUILDDIR=/c/OM19/OpenModelica/build make[1]: Entering directory `/c/OM19/OpenModelica/OMCompiler' rm -rf 3rdParty/FMIL/build 3rdParty/FMIL/install 3rdParty/FMIL/Makefile make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw clean OMBUILDDIR=/c/OM19/OpenModelica/build if test -f 3rdParty/gc/Makefile; then make -C 3rdParty/gc distclean; fi make -C SimulationRuntime/cpp/ -f Makefile.omdev.mingw clean OMBUILDDIR=/c/OM19/OpenModelica/build make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' rm -f *.o *.a make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/cpp' rm -R -f Build rm -f 3rdParty/gc/Makefile make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/cpp' rm -rf 3rdParty/CMinpack/install test ! -f 3rdParty/metis-5.1.0/Makefile || make -C 3rdParty/metis-5.1.0 clean #This is a bad idea, because the cache contains the absolute path to cmake that was used for build -> if the cmake location has changed, the clean command will fail make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' cd 3rdParty/Cdaskr/solver && make -f Makefile clean rm -rf 3rdParty/metis-5.1.0/CMakeCache.txt 3rdParty/metis-5.1.0/libmetis/libmetis.a 3rdParty/metis-5.1.0/CMakeFiles 3rdParty/metis-5.1.0/Makefile 3rdParty/metis-5.1.0/cmake_install.cmake 3rdParty/metis-5.1.0/include/CMakeFiles 3rdParty/metis-5.1.0/include/Makefile 3rdParty/metis-5.1.0/include/cmake_install.cmake 3rdParty/metis-5.1.0/libmetis/CMakeFiles 3rdParty/metis-5.1.0/libmetis/Makefile 3rdParty/metis-5.1.0/libmetis/cmake_install.cmake 3rdParty/metis-5.1.0/programs/CMakeFiles 3rdParty/metis-5.1.0/programs/Makefile 3rdParty/metis-5.1.0/programs/cmake_install.cmake #if test -f 3rdParty/CMinpack/build/Makefile; then make -C 3rdParty/CMinpack/build clean; fi make -C Compiler/boot clean -f Makefile.omdev.mingw OMBUILDDIR=/c/OM19/OpenModelica/build #rm -f 3rdParty/CMinpack/build/Makefile make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/Compiler/boot' rm -rf build/ rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Cdaskr/solver' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. rm -rf 3rdParty/CMinpack/build rm -f *.o libcdaskr.a *~ #*# make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/Compiler/boot' test ! -f 3rdParty/msgpack-0.5.8/Makefile || make -C 3rdParty/msgpack-0.5.8 distclean || true if test -f 3rdParty/graphstream/Makefile; then make -C 3rdParty/graphstream/ clean; fi rm -f 3rdParty/msgpack-0.5.8/Makefile make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Cdaskr/solver' # OpenBLAS make clean actually gives error-messages. Let it do it, but silently if test -d 3rdParty/SuiteSparse/build ; then cd 3rdParty/SuiteSparse/build && make clean ; fi make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream' make -C gs-netstream/c++ clean test ! -d 3rdParty/OpenBLAS-0.2.8 || make -C 3rdParty/OpenBLAS-0.2.8 clean > /dev/null 2>&1 rm -rf 3rdParty/SuiteSparse/build rm -rf /c/OM19/OpenModelica/build/include/omc/c/suitesparse rm -f /c/OM19/OpenModelica/build/lib/omc/libumfpack.a rm -f /c/OM19/OpenModelica/build/lib/omc/libamd.a make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++' rm -f obj/*.o rm -f obj/*/*.o rm -f src/*.output rm -f */*~ *~ core rm -f bin/* rm -f netstream-main netstream-main.exe rm -f libnetstream.a rm -rf obj make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++' make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream' (cd SimulationRuntime/c && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/OM19/OpenModelica/build) make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/c' rm -f ./meta/*.o ./fmi/*.o ./util/*.o ./math-support/*.o ./simulation/solver/*.o ./simulation/solver/initialization/*.o ./optimization/*.o ./simulation/results/*.o ./simulation/*.o linearization/*.o ./meta/*.a ./fmi/*.a ./util/*.a ./math-support/*.a ./simulation/solver/*.a ./simulation/solver/initialization/*.a ./optimization/*.a ./simulation/results/*.a ./simulation/*.a linearization/*.a meta/gc/*.o fmi/*.o *.a *.so optimization/*/*.o (! test -f /Makefile) || make -C clean (! test -f /Makefile) || make -C distclean make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/c' (cd Compiler && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/OM19/OpenModelica/build) make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/Compiler' make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/Compiler/runtime' rm -f -rf *.a *.o omc_communication.cc omc_communication.h omc_communication-* make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/Compiler/runtime' make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/Compiler/Script' rm -f OpenModelicaScriptingAPIQt.cpp OpenModelicaScriptingAPIQt.h OpenModelicaScriptingAPI.mo make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/Compiler/Script' cd /c/OM19/OpenModelica/build/bin && rm -f Compile.bat Prompt.bat openmodelica.lefty default_profiling.xsl replace-startValue.* simcodedump.xsl ngspicetoModelica.py /bin/sh: line 0: cd: /c/OM19/OpenModelica/build/bin: No such file or directory make[2]: [clean] Error 1 (ignored) make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/Compiler' (cd Parser && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/OM19/OpenModelica/build) make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/Parser' rm -f *.o *.obj *.lib *.a *.so ModelicaParser.c ModelicaParser.h *Modelica*_Lexer.c *Modelica*_Lexer.h *.tokens *.stamp *.stamp.tmp rm -f ../3rdParty/antlr/3.2/libantlr3c-3.2/antlr3config.h make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/Parser' make -C Compiler/Template -f Makefile.omdev.mingw clean OMBUILDDIR=/c/OM19/OpenModelica/build make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/Compiler/Template' rm -f AbsynDumpTpl.mo CodegenUtil.mo CodegenC.mo CodegenCFunctions.mo CodegenFMUCommon.mo CodegenFMU.mo CodegenFMU1.mo CodegenFMU2.mo CodegenCSharp.mo CodegenCppCommon.mo CodegenCpp.mo CodegenCppHpcom.mo CodegenFMUCpp.mo CodegenFMUCppHpcom.mo CodegenCppInit.mo CodegenModelica.mo DAEDumpTpl.mo ExpressionDumpTpl.mo GraphvizDump.mo GraphMLDumpTpl.mo NFInstDumpTpl.mo SimCodeDump.mo Unparsing.mo SCodeDumpTpl.mo CodegenAdevs.mo CodegenSparseFMI.mo CodegenXML.mo CodegenJava.mo CodegenJS.mo TplCodegen.mo TaskSystemDump.mo GenerateAPIFunctionsTpl.mo VisualXMLTpl.mo make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/Compiler/Template' # remove ModelicaExternalC stuff if test -f 3rdParty/ModelicaExternalC/BuildProjects/autotools/Makefile; then make -C 3rdParty/ModelicaExternalC/BuildProjects/autotools/ distclean OMBUILDDIR=/c/OM19/OpenModelica/build; fi # remove Ipopt/Makefile if there is no Ipopt/Ipopt/Makefile to run configure again! if test -f 3rdParty/Ipopt/Ipopt/Makefile; then true; else rm -f 3rdParty/Ipopt/Makefile || true; fi if test -f 3rdParty/Ipopt/Makefile; then make -C 3rdParty/Ipopt distclean || true; fi (rm -rf SimulationRuntime/build_c) rm -rf /c/OM19/OpenModelica/build/share /c/OM19/OpenModelica/build/lib /c/OM19/OpenModelica/build/include /c/OM19/OpenModelica/build/bin/OMShell* /c/OM19/OpenModelica/build/bin/OMNotebook* \ /c/OM19/OpenModelica/build/bin/omc /c/OM19/OpenModelica/build/bin/omc.exe /c/OM19/OpenModelica/build/bin/omc-diff /c/OM19/OpenModelica/build/bin/omc-diff.exe \ bom-error.log bom-error.sh tab-error.log make[1]: Leaving directory `/c/OM19/OpenModelica/OMCompiler' test ! -d /c/OM19/OpenModelica/build || rm -rf /c/OM19/OpenModelica/build + cd /c/OM19/OpenModelica + echo 'Building OpenModelica' Building OpenModelica + make -f Makefile.omdev.mingw -j3 make -f Makefile.omdev.mingw -C OMCompiler OMBUILDDIR=/c/OM19/OpenModelica/build make -C libraries BUILD_DIR=/c/OM19/OpenModelica/build/lib/omlibrary core make[1]: Entering directory `/c/OM19/OpenModelica/libraries' rm -rf /c/OM19/OpenModelica/build/lib/omlibrary build mkdir -p /c/OM19/OpenModelica/build/lib/omlibrary make BioChem MSL Modelica3D SiemensPower ThermoPower ThermoSysPro WasteWater modelica3d make[2]: Entering directory `/c/OM19/OpenModelica/libraries' # Building git/BioChem # Building git/MSL ./checkout-git.sh 'git/BioChem' 'https://github.com/OpenModelica/BioChem.git' 'master' 'b5f3cb999f3cfad2bbb6fb429b496f61ecf2f628' ./checkout-git.sh 'git/MSL' 'https://github.com/modelica/Modelica.git' 'release' 'v1.6' make[1]: Entering directory `/c/OM19/OpenModelica/OMCompiler' test ! -e .git || cp -puf common/pre-commit.sh `git rev-parse --git-dir`/hooks/pre-commit || echo "unlocated git" Current revision: v1.9.6-7-gfb6e120 HEAD is now at b5f3cb9 Fix MPL link Retrieved revision number. revision.h was created Building OMC using OMDev with the following settings... Using OMDev: /c/OM19/OMDev/ Using Files: HEAD is now at a1ffb1c refs #1856: Added release notes Using Path : .:/usr/local/bin:/mingw/bin:/bin:/mingw/bin:/usr/bin:/c/ProgramData/Oracle/Java/javapath:/c/bin/perl/site/bin:/c/bin/perl/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Program Files/TortoiseSVN/bin:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/bin/jre/bin:/c/bin/perl/c/bin:/c/bin/perl/perl/site/bin:/c/bin/perl/perl/bin:/c/bin/python273:"C:/Program Files/TortoiseSVN/bin":/c/bin/jdk/bin:/c/bin/nsis/:/c/bin/QtSDK/Desktop/Qt/4.8.0/mingw/bin:/c/bin/git/bin:.:/c/bin/python273:/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/c/bin/QtSDK/Desktop/Qt/4.8.0/mingw/bin:/c/bin/git/bin: Current directory: /c/OM19/OpenModelica/OMCompiler Building in OMBUILDDIR: /c/OM19/OpenModelica/build which gcc HEAD is now at b5f3cb9... Fix MPL link HEAD is now at b5f3cb9 Fix MPL link /mingw/bin/gcc.exe Making build directories under /c/OM19/OpenModelica/build test ! -d 'build//BioChem 1.0.1' cp -a 'git/BioChem/BioChem' "/c/OM19/OpenModelica/build/lib/omlibrary/BioChem 1.0.1" (cd 3rdParty/gc && autoreconf -vif && automake --add-missing && ./configure "--host=" --enable-threads=posix --enable-munmap=1 --disable-parallel-mark --disable-gcj-support --disable-java-finalization --enable-large-config CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS=" -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC") autoreconf-2.67: Entering directory `.' autoreconf-2.67: configure.ac: not using Gettext echo 'Modelica 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/BioChem 1.0.1.uses" echo 'mpl2' > "/c/OM19/OpenModelica/build/lib/omlibrary/BioChem 1.0.1.license" echo '1.0.1-8-gb5f3cb9' > "/c/OM19/OpenModelica/build/lib/omlibrary/BioChem 1.0.1.last_change" # Building git/Modelica3D ./checkout-git.sh 'git/Modelica3D' 'https://github.com/OpenModelica/modelica3d.git' 'master' 'daf5669b03ad33fc6999671d1c0e7521134a282b' HEAD is now at daf5669 Test that the simulation succeeds HEAD is now at daf5669... Test that the simulation succeeds HEAD is now at daf5669 Test that the simulation succeeds # Building git/SiemensPower ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'omctest' '73a3bfc6d2ddd72165bb0f3e7e9df48b643a5ed0' autoreconf-2.67: running: aclocal --force -I m4 HEAD is now at 2bd9e36 Change directory structure HEAD is now at 6aa2c2a... Generated release version 1.6 HEAD is now at 6aa2c2a Generated release version 1.6 test ! -d 'build//Modelica 1.6' cp -a 'git/MSL/Modelica 1.6' "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 1.6" HEAD is now at 73a3bfc... Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") test ! -d 'build//SiemensPower OMCtest' cp -a 'git/SiemensPower/SiemensPower' "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower OMCtest" autoreconf-2.67: configure.ac: tracing patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'Modelica 1.6.patch' patching file 'Modelica 1.6/Constants.mo' patching file 'Modelica 1.6/SIunits.mo' patching file 'Modelica 1.6/Thermal/HeatTransfer.mo' echo '' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 1.6.uses" echo 'modelica1.1' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 1.6.license" echo '1.6-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 1.6.last_change" # Building git/MSL ./checkout-git.sh 'git/MSL' 'https://github.com/modelica/Modelica.git' 'maint/2.2.2' 'd442bcd461b8db9873e33b6141bdbd37bcff9de8' HEAD is now at 6aa2c2a Generated release version 1.6 echo 'Modelica 3.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower OMCtest.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower OMCtest.license" echo '20150519-092836~git~omctest' > "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower OMCtest.last_change" # Building git/SiemensPower ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' '2.1/beta' '5ef2e38b64ff481801c0db19d52f0bef21f85f77' autoreconf-2.67: configure.ac: adding subdirectory libatomic_ops to autoreconf autoreconf-2.67: Entering directory `libatomic_ops' HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") HEAD is now at 5ef2e38... Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' test ! -d 'build//SiemensPower 2.1 beta' cp -a 'git/SiemensPower/SiemensPower' "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower 2.1 beta" HEAD is now at d442bcd... A.Haumer: corrected spelling error in documentation HEAD is now at d442bcd A.Haumer: corrected spelling error in documentation test ! -d 'build//Modelica 2.2.2' cp -a 'git/MSL/Modelica' "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 2.2.2" autoreconf-2.67: running: libtoolize --copy --force libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' echo 'Modelica 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower 2.1 beta.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower 2.1 beta.license" echo '20150519-095758~git~2.1-beta' > "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower 2.1 beta.last_change" # Building git/SiemensPower ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'master' '2bd9e367baaa8d44946897c3c3a32a4050ad2a2a' HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' libtoolize: copying file `m4/lt~obsolete.m4' HEAD is now at 2bd9e36... Change directory structure HEAD is now at 2bd9e36 Change directory structure test ! -d 'build//SiemensPower 2.2' cp -a 'git/SiemensPower/SiemensPower' "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower 2.2" autoreconf-2.67: running: /mingw/bin/autoconf-2.67 --force autoreconf-2.67: running: /mingw/bin/autoheader-2.67 --force echo 'Modelica 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower 2.2.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower 2.2.license" echo '2.2-20150519-090124~git~master' > "/c/OM19/OpenModelica/build/lib/omlibrary/SiemensPower 2.2.last_change" # Building git/ThermoPower ./checkout-git.sh 'git/ThermoPower' 'https://github.com/modelica-3rdparty/ThermoPower.git' 'master' '3e9b4cc577ee2689ed6a0d40f031a2ad6456b10d' autoreconf-2.67: running: automake --add-missing --copy --force-missing HEAD is now at 3e9b4cc Updated icons HEAD is now at 3e9b4cc... Updated icons HEAD is now at 3e9b4cc Updated icons test ! -d 'build//ThermoPower 3.1' cp -a 'git/ThermoPower/ThermoPower' "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoPower 3.1" echo 'Modelica 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoPower 3.1.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoPower 3.1.license" echo '3.1-20160114-111305~git~master' > "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoPower 3.1.last_change" # Building git/ThermoSysPro ./checkout-git.sh 'git/ThermoSysPro' 'https://openmodelica.org/git/ThermoSysPro.git' 'maint/3.0' 'd4f9c3ed35f7520f82439eb6e9f4057ae0f82b73' HEAD is now at 51e7ea2 - fix ThermoSysPro wrong version (should be "3.1" not "1" or "3.0") patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'Modelica 2.2.2.patch' patching file 'Modelica 2.2.2/Constants.mo' echo '' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 2.2.2.uses" echo 'modelica1.1' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 2.2.2.license" echo '2.2.2-20140315-143534~git~maint-2.2.2-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 2.2.2.last_change" echo 'omlibrary-msl222' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 2.2.2.breaks" # Building git/MSL ./checkout-git.sh 'git/MSL' 'https://github.com/modelica/Modelica.git' 'maint/3.1' 'af2a3e1597d648d6826665c89cf9eaf5c2a632bc' HEAD is now at d442bcd A.Haumer: corrected spelling error in documentation HEAD is now at d4f9c3e... [Janitor mode] Fix whitespace HEAD is now at d4f9c3e [Janitor mode] Fix whitespace test ! -d 'build//ThermoSysPro 3.0' cp -a 'git/ThermoSysPro/ThermoSysPro' "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoSysPro 3.0" configure.ac:15: installing `./compile' configure.ac:5: installing `./config.guess' configure.ac:5: installing `./config.sub' configure.ac:9: installing `./install-sh' configure.ac:9: installing `./missing' src/Makefile.am: installing `./depcomp' autoreconf-2.67: Leaving directory `libatomic_ops' HEAD is now at af2a3e1... Fixes #1449 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'. libtoolize: copying file `./ltmain.sh' HEAD is now at af2a3e1 Fixes #1449 test ! -d 'build//Modelica 3.1' cp -a 'git/MSL/Modelica' "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.1" libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' echo 'Modelica 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoSysPro 3.0.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoSysPro 3.0.license" echo '3.0+OSR-21-gd4f9c3e' > "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoSysPro 3.0.last_change" # Building git/ThermoSysPro ./checkout-git.sh 'git/ThermoSysPro' 'https://openmodelica.org/git/ThermoSysPro.git' 'master' '51e7ea2d2e121ee640e7897335c294923f8eaeb0' HEAD is now at d4f9c3e [Janitor mode] Fix whitespace configure.ac:30: installing `./compile' configure.ac:19: installing `./config.guess' configure.ac:19: installing `./config.sub' configure.ac:23: installing `./install-sh' configure.ac:23: installing `./missing' Makefile.am: installing `./depcomp' autoreconf-2.67: Leaving directory `.' HEAD is now at 51e7ea2... - fix ThermoSysPro wrong version (should be "3.1" not "1" or "3.0") HEAD is now at 51e7ea2 - fix ThermoSysPro wrong version (should be "3.1" not "1" or "3.0") test ! -d 'build//ThermoSysPro 3.1' cp -a 'git/ThermoSysPro/ThermoSysPro' "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoSysPro 3.1" checking build system type... patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'Modelica 3.1.patch' patching file 'Modelica 3.1/Constants.mo' patching file 'Modelica 3.1/Electrical/Digital.mo' patching file 'Modelica 3.1/Fluid/Pipes.mo' patching file 'Modelica 3.1/Media/IdealGases/Common/FluidData.mo' patching file 'Modelica 3.1/Media/IdealGases/Common/package.mo' patching file 'Modelica 3.1/Media/package.mo' patching file 'Modelica 3.1/Media/Water/IF97_Utilities.mo' patching file 'Modelica 3.1/Media/Water/package.mo' i686-pc-mingw32 patching file 'Modelica 3.1/Media/Water/package.order' checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking GC version numbers... echo 'ModelicaServices 1.0' >> "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.1.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.1.license" echo '3.1-20140322-174148~git~maint-3.1-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.1.last_change" echo 'omlibrary-msl31' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.1.breaks" test ! -d 'build//ModelicaServices 1.0' cp -a 'git/MSL/ModelicaServices' "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 1.0" patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 1.0.patch' patching file 'ModelicaServices 1.0/package.mo' echo > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 1.0.uses" major=7 minor=5 micro=0 checking for a BSD-compatible install... echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 1.0.license" echo '1.0-20140322-174148~git~maint-3.1-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 1.0.last_change" echo 'omlibrary-msl31' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 1.0.breaks" # Building git/MSL ./checkout-git.sh 'git/MSL' 'https://github.com/modelica/Modelica.git' 'maint/3.2.1' 'b1ba21c2f3c315a040f6664eb7b477ecebff2e42' /bin/install -c checking whether build environment is sane... HEAD is now at af2a3e1 Fixes #1449 yes checking for a thread-safe mkdir -p... /mingw/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... HEAD is now at b1ba21c... reduce array equation (#1935) yes HEAD is now at b1ba21c reduce array equation (#1935) test ! -f 'build//Complex 3.2.1.mo' cp -a 'git/MSL/Complex.mo' "/c/OM19/OpenModelica/build/lib/omlibrary/Complex 3.2.1.mo" echo '' > "/c/OM19/OpenModelica/build/lib/omlibrary/Complex 3.2.1.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/Complex 3.2.1.license" echo '3.2.1-20160301-130116~git~maint-3.2.1-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/Complex 3.2.1.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/Complex 3.2.1.breaks" test ! -d 'build//Modelica 3.2.1' cp -a 'git/MSL/Modelica' "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.2.1" checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking dependency style of gcc... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe checking if the linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B checking the name lister (/bin/nm -B) interface... BSD nm checking whether ln -s works... no, using cp -p checking the maximum length of command line arguments... 8192 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32 checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 checking for c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... echo 'Modelica 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoSysPro 3.1.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoSysPro 3.1.license" echo '3.1+OSR-4-g51e7ea2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ThermoSysPro 3.1.last_change" # Building git/WasteWater ./checkout-git.sh 'git/WasteWater' 'https://github.com/modelica-3rdparty/WasteWater.git' 'master' '0c5eecaadf82cd9e3a6a4ffa6241903e38fd1946' yes checking for sys/types.h... HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant yes HEAD is now at 0c5eeca... Merge pull request #7 from lochel/SmallPlant HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant checking for sys/stat.h... test ! -d 'build//WasteWater 2.1.0' cp -a 'git/WasteWater/WasteWater' "/c/OM19/OpenModelica/build/lib/omlibrary/WasteWater 2.1.0" yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for objdir... .libs echo 'Modelica 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/WasteWater 2.1.0.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/WasteWater 2.1.0.license" echo '2.1.0-20151102-100529~git~master' > "/c/OM19/OpenModelica/build/lib/omlibrary/WasteWater 2.1.0.last_change" cp -pPR 3rdParty/gc/include/gc.h /c/OM19/OpenModelica/build/include/omc/c/gc.h cp -pPR 3rdParty/gc/include/gc_config_macros.h /c/OM19/OpenModelica/build/include/omc/c/gc_config_macros.h checking if gcc supports -fno-rtti -fno-exceptions... cp -pPR 3rdParty/gc/include/gc_version.h /c/OM19/OpenModelica/build/include/omc/c/gc_version.h cp -pPR 3rdParty/gc/include/gc_pthread_redirects.h /c/OM19/OpenModelica/build/include/omc/c/gc_pthread_redirects.h mkdir -p /c/OM19/OpenModelica/build/share//omc cp -a "Compiler/runtime/omc_communication.idl" "/c/OM19/OpenModelica/build/share//omc/omc_communication.idl" (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || ./autogen.sh)) no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe checking if the linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) is GNU ld... yes checking whether the g++ linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) supports shared libraries... yes checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking for inline... inline checking for pthread_self in -lpthread... yes checking for gcc -Wextra... yes checking for xlc... libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' no checking whether gcc supports -fno-strict-aliasing... yes checking for dlopen in -ldl... no checking whether to build shared libraries... yes checking which machine-dependent code should be used... checking whether Solaris gcc optimization fix is necessary... no checking for dladdr... no checking sys/dg_sys_info.h usability... libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' no checking sys/dg_sys_info.h presence... no checking for sys/dg_sys_info.h... no checking for pkg-config... no checking for ATOMIC_OPS... no checking which libatomic_ops to use... internal configure: creating ./config.status libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' rm -rf "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.2.1/Resources/Library" libtoolize: copying file `m4/lt~obsolete.m4' patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.1.patch' patching file 'Modelica 3.2.1/Blocks/Sources.mo' patching file 'Modelica 3.2.1/Blocks/Tables.mo' patching file 'Modelica 3.2.1/Math/package.mo' Hunk #1 succeeded at 12717 (offset -5 lines). Hunk #2 succeeded at 12837 (offset -5 lines). patching file 'Modelica 3.2.1/Math/package.order' patching file 'Modelica 3.2.1/Media/Water/IF97_Utilities.mo' echo 'Complex 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.2.1.uses" echo 'ModelicaServices 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.2.1.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.2.1.license" echo '3.2.1-20160301-130116~git~maint-3.2.1-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.2.1.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica 3.2.1.breaks" test ! -d 'build//ModelicaReference' cp -a 'git/MSL/ModelicaReference' "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference" libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am. echo '' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference.license" echo '20160301-130116~git~maint-3.2.1' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference.breaks" test ! -d 'build//ModelicaServices 3.2.1' cp -a 'git/MSL/ModelicaServices' "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1" patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.1.patch' patching file 'ModelicaServices 3.2.1/package.mo' Hunk #2 succeeded at 693 (offset 1 line). Hunk #3 succeeded at 713 (offset 1 line). echo > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1.license" echo '3.2.1-20160301-130116~git~maint-3.2.1-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1.breaks" test ! -d 'build//ModelicaTest 3.2.1' cp -a 'git/MSL/ModelicaTest' "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest 3.2.1" echo 'Modelica 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest 3.2.1.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest 3.2.1.license" echo '3.2.1-20160301-130116~git~maint-3.2.1' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest 3.2.1.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest 3.2.1.breaks" test ! -f 'build//ObsoleteModelica3.mo' cp -a 'git/MSL/ObsoleteModelica3.mo' "/c/OM19/OpenModelica/build/lib/omlibrary/ObsoleteModelica3.mo" echo 'Modelica 3.2.1' >> "/c/OM19/OpenModelica/build/lib/omlibrary/ObsoleteModelica3.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ObsoleteModelica3.license" echo '3.2.1-20160301-130116~git~maint-3.2.1' > "/c/OM19/OpenModelica/build/lib/omlibrary/ObsoleteModelica3.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/ObsoleteModelica3.breaks" # Building git/MSL ./checkout-git.sh 'git/MSL' 'https://github.com/modelica/Modelica.git' 'master' 'a1ffb1cd96c9ba4b2882f24ca47bb8a0b657b9a9' HEAD is now at b1ba21c reduce array equation (#1935) HEAD is now at a1ffb1c... refs #1856: Added release notes HEAD is now at a1ffb1c refs #1856: Added release notes test ! -f 'build//Complex trunk.mo' cp -a 'git/MSL/Complex.mo' "/c/OM19/OpenModelica/build/lib/omlibrary/Complex trunk.mo" patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'Complex trunk.patch' patching file 'Complex trunk.mo' echo '' > "/c/OM19/OpenModelica/build/lib/omlibrary/Complex trunk.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/Complex trunk.license" echo '20160307-211227~git~master-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/Complex trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/Complex trunk.breaks" test ! -d 'build//Modelica trunk' cp -a 'git/MSL/Modelica' "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica trunk" configure.ac:12: installing `./config.guess' configure.ac:12: installing `./config.sub' configure.ac:5: installing `./install-sh' configure.ac:5: installing `./missing' Makefile.am: installing `./INSTALL' Makefile.am: installing `./depcomp' (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || (./configure --enable-static --disable-shared "--host=" --libdir="/c/OM19/OpenModelica/build/lib/omc/" CC="gcc" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" LDFLAGS="" && make clean))) checking for a BSD-compatible install... config.status: creating Makefile /bin/install -c checking whether build environment is sane... config.status: creating bdw-gc.pc config.status: creating include/config.h config.status: executing depfiles commands yes checking for a thread-safe mkdir -p... /mingw/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... config.status: executing libtool commands GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... config.status: executing default commands === configuring in libatomic_ops (/c/OM19/OpenModelica/OMCompiler/3rdParty/gc/libatomic_ops) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--host=' '--enable-threads=posix' '--enable-munmap=1' '--disable-parallel-mark' '--disable-gcj-support' '--disable-java-finalization' '--enable-large-config' 'CC=gcc' 'CXX=g++' 'CFLAGS=-g -O2 -falign-functions' 'CPPFLAGS= -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC' 'host_alias=' --cache-file=/dev/null --srcdir=. gcc -E checking whether make sets $(MAKE)... (cached) yes checking build system type... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe checking if the linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B checking the name lister (/bin/nm -B) interface... BSD nm checking whether ln -s works... no, using cp -p checking the maximum length of command line arguments... 8192 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32 checking how to convert i686-pc-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 checking for c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... checking build system type... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /bin/nm -B output from gcc object... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... yes checking for a thread-safe mkdir -p... /mingw/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes yes checking for sys/types.h... checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU yes checking for gcc... gcc checking for sys/stat.h... yes checking for stdlib.h... checking whether the C compiler works... yes checking for string.h... yes checking for C compiler default output file name... a.exe checking for suffix of executables... yes .exe checking whether we are cross compiling... checking for memory.h... yes no checking for suffix of object files... checking for strings.h... o checking whether we are using the GNU C compiler... yes yes checking whether gcc accepts -g... checking for inttypes.h... yes checking for gcc option to accept ISO C89... yes checking for stdint.h... none needed checking dependency style of gcc... yes checking for unistd.h... yes checking for dlfcn.h... no checking for objdir... gcc3 checking whether gcc and cc understand -c and -o together... .libs yes checking dependency style of gcc... checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if gcc static flag -static works... gcc3 checking how to print strings... printf checking for a sed that does not truncate output... yes checking if gcc supports -c -o file.o... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe checking if the linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for library containing floor... /bin/nm -B checking the name lister (/bin/nm -B) interface... rm -rf "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica trunk/Resources/Library" BSD nm checking whether ln -s works... no, using cp -p checking the maximum length of command line arguments... 8192 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes none required checking zlib.h usability... checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format... func_convert_file_msys_to_w32 checking how to convert i686-pc-mingw32 file names to toolchain format... patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'Modelica trunk.patch' func_convert_file_msys_to_w32 checking for c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... patching file 'Modelica trunk/Math/package.mo' patching file 'Modelica trunk/Math/package.order' file_magic ^x86 archive import|^x86 DLL patching file 'Modelica trunk/package.mo' Hunk #2 succeeded at 8080 (offset 37 lines). Hunk #3 succeeded at 8168 (offset 37 lines). echo 'Complex trunk' >> "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica trunk.uses" echo 'ModelicaServices trunk' >> "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica trunk.uses" checking for dlltool... dlltool checking how to associate runtime and link libraries... echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica trunk.license" echo '20160307-211227~git~master-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica trunk.last_change" func_cygming_dll_for_implib echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/Modelica trunk.breaks" checking for ar... ar checking for archiver @FILE support... test ! -d 'build//ModelicaReference trunk' cp -a 'git/MSL/ModelicaReference' "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference trunk" no checking zlib.h presence... no checking for zlib.h... no checking for mpicc... no checking hdf5.h... @ echo '' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference trunk.uses" checking for strip... strip checking for ranlib... ranlib checking command to parse /bin/nm -B output from gcc object... echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference trunk.license" echo '20160307-211227~git~master' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaReference trunk.breaks" test ! -d 'build//ModelicaServices trunk' cp -a 'git/MSL/ModelicaServices' "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices trunk" patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'ModelicaServices trunk.patch' patching file 'ModelicaServices trunk/package.mo' checking for library containing H5Eget_auto2... echo > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices trunk.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices trunk.license" echo '20160307-211227~git~master-om1' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices trunk.breaks" test ! -d 'build//ModelicaTest trunk' cp -a 'git/MSL/ModelicaTest' "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest trunk" ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E no checking default API version... 1.8 API not available ModelicaMatIO may use ZLIB: Yes, from sources ModelicaMatIO may use HDF5: No ModelicaMatIO may use MAT7.3: No checking for ANSI C header files... configure: creating ./config.status patch -d "/c/OM19/OpenModelica/build/lib/omlibrary/" -f -p1 < 'ModelicaTest trunk.patch' patching file 'ModelicaTest trunk/package.mo' echo 'Modelica trunk' >> "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest trunk.uses" echo 'modelica2' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest trunk.license" echo '20160307-211227~git~master-om9' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaTest trunk.breaks" make modelica3d-internal make[3]: Entering directory `/c/OM19/OpenModelica/libraries' Much more work is needed for Modelica3D. For now the native builds are part of the omc packages install -m755 -d "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/" install -m755 -d "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/modbus" install -m755 -d "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/modcount" install -m755 -d "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/Modelica3D" install -p -m644 "git/Modelica3D/lib/modbus/src/modelica/modbus/package.mo" "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/modbus/package.mo" install -p -m644 "git/Modelica3D/lib/mod3d/src/modelica/Modelica3D 3.2.1/package.mo" "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/Modelica3D/package.mo" install -p -m644 "git/Modelica3D/lib/modcount/src/modelica/modcount/package.mo" "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/modcount/package.mo" yes checking for sys/types.h... install -p -m644 "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1/package.mo" "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/package.mo" patch "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/package.mo" -p1 < "ModelicaServices 3.2.1 modelica3d.patch" patching file '/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/package.mo' Hunk #3 succeeded at 752 (offset 1 line). find "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d" -name "*.orig" -exec rm -f "{}" ";" yes echo `cat "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1.last_change"`-m3d`cd "git/Modelica3D" ; git rev-list HEAD --count`-om3d`git rev-list HEAD --count "ModelicaServices 3.2.1 modelica3d.patch" Makefile`-p1 > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d.last_change" checking for sys/stat.h... cp "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1.license" "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d.license" mkdir -p "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/Resources/Include" cp "git/Modelica3D/lib/modbus/src/c/modbus.h" "git/Modelica3D/lib/modcount/src/c/modcount.h" "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d/Resources/Include/" echo ok > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d.ok" echo "https://github.com/OpenModelica/modelica3d.git" > "/c/OM19/OpenModelica/build/lib/omlibrary/ModelicaServices 3.2.1 modelica3d.url" yes make[3]: Leaving directory `/c/OM19/OpenModelica/libraries' make[2]: Leaving directory `/c/OM19/OpenModelica/libraries' test -z "" || make modelica3d-binary touch /c/OM19/OpenModelica/build/lib/omlibrary/20160308_190455.core make[1]: Leaving directory `/c/OM19/OpenModelica/libraries' make -f Makefile.omdev.mingw modelica3d make[1]: Entering directory `/c/OM19/OpenModelica' cd libraries/git/Modelica3D && mkdir -p build cd libraries/git/Modelica3D/build && /c/OM19/OMDev//bin/cmake/bin/cmake -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DOSG_BACKEND=1 -DDBUS_INCLUDE_DIR=/c/OM19/OMDev//lib/dbus-1.6.0-win32/include/ -DDBUS_INCLUDE_LIB_DIR=/c/OM19/OMDev//lib/dbus-1.6.0-win32/lib/ -DDBUS_LIBRARY=/c/OM19/OMDev//lib/dbus-1.6.0-win32/ -DBOOST_ROOT=/c/OM19/OMDev//lib/3rdParty/boost-1_55/ -DCMAKE_PREFIX_PATH=/c/OM19/OMDev//lib/openscenegraph-2.8.3-mingw/ -DCMAKE_PROGRAM_PATH=/c/OM19/OMDev//lib/gtk+-2.24.10/bin/ -DUSE_OMC=0 .. -G "MSYS Makefiles" checking for stdlib.h... yes -- The CXX compiler identification is GNU 4.4.0 checking for string.h... yes -- The C compiler identification is GNU 4.4.0 -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe checking for memory.h... yes checking for strings.h... -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe -- works -- Detecting CXX compiler ABI info yes checking for inttypes.h... yes -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if gcc static flag -static works... -- Detecting CXX compile features - done -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe yes checking if gcc supports -c -o file.o... -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe -- works -- Detecting C compiler ABI info yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... -- Detecting C compiler ABI info - done Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes -- Detecting C compile features checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... -- Detecting C compile features - done -- Found dbus: C:/OM19/OMDev/lib/dbus-1.6.0-win32 no checking for PIC compiler flag... "" checking for gcc -Wextra... -- Boost version: 1.55.0 -- Found PkgConfig: C:/OM19/OMDev/lib/gtk+-2.24.10/bin/pkg-config.exe (found version "0.26") -- Checking for module 'gtk+-2.0' yes checking for pthread_self in -lpthread... -- Found gtk+-2.0, version 2.24.10 -- Checking for module 'gtkglext-win32-1.0' yes -- Found gtkglext-win32-1.0, version 1.0.5 -- Found osgGA: C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosgGA.dll.a configure: creating ./config.status -- Found osgText: C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosgText.dll.a -- Found osgViewer: C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosgViewer.dll.a -- Found osgDB: C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosgDB.dll.a -- Found osg: C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosg.dll.a -- Found OpenThreads: C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libOpenThreads.dll.a -- Found OpenSceneGraph: C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosgGA.dll.a;C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosgText.dll.a;C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosgViewer.dll.a;C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosgDB.dll.a;C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libosg.dll.a;C:/OM19/OMDev/lib/openscenegraph-2.8.3-mingw/lib/libOpenThreads.dll.a (found version "2.8.3") -- Configuring done -- Generating done -- Build files have been written to: C:/OM19/OpenModelica/libraries/git/Modelica3D/build make -C libraries/git/Modelica3D/build make[2]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' make[3]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' Scanning dependencies of target modcount make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' [ 9%] Building C object lib/modcount/CMakeFiles/modcount.dir/src/c/modcount.c.obj c:/OM19/OpenModelica/libraries/git/Modelica3D/lib/modcount/src/c/modcount.c:1: warning: -fPIC ignored for target (all code is position independent) [ 18%] Linking C static library libmodcount.a make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' [ 18%] Built target modcount make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' Scanning dependencies of target modbus make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' config.status: creating Makefile [ 27%] Building C object lib/modbus/CMakeFiles/modbus.dir/src/c/modbus.c.obj [ 36%] Linking C static library libmodbus.a config.status: executing depfiles commands make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' [ 36%] Built target modbus make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' Scanning dependencies of target proc3d make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' [ 45%] Building CXX object lib/proc3d/CMakeFiles/proc3d.dir/src/proc3d.cpp.obj c:/OM19/OpenModelica/libraries/git/Modelica3D/lib/proc3d/src/proc3d.cpp:1: warning: -fPIC ignored for target (all code is position independent) config.status: executing libtool commands make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' test -z "libzlib.la libModelicaExternalC.la libModelicaMatIO.la libModelicaIO.la libModelicaStandardTables.la" || rm -f libzlib.la libModelicaExternalC.la libModelicaMatIO.la libModelicaIO.la libModelicaStandardTables.la rm -f "./so_locations" rm -f "./so_locations" rm -f "./so_locations" rm -f "./so_locations" rm -f "./so_locations" rm -rf .libs _libs rm -rf ../../C-Sources/.libs ../../C-Sources/_libs rm -rf ../../C-Sources/zlib/.libs ../../C-Sources/zlib/_libs rm -f *.o rm -f ../../C-Sources/ModelicaFFT.o rm -f ../../C-Sources/ModelicaFFT.lo rm -f ../../C-Sources/ModelicaIO.o rm -f ../../C-Sources/ModelicaIO.lo rm -f ../../C-Sources/ModelicaInternal.o rm -f ../../C-Sources/ModelicaInternal.lo rm -f ../../C-Sources/ModelicaMatIO.o rm -f ../../C-Sources/ModelicaMatIO.lo rm -f ../../C-Sources/ModelicaRandom.o rm -f ../../C-Sources/ModelicaRandom.lo rm -f ../../C-Sources/ModelicaStandardTables.o rm -f ../../C-Sources/ModelicaStandardTables.lo rm -f ../../C-Sources/ModelicaStrings.o rm -f ../../C-Sources/ModelicaStrings.lo rm -f ../../C-Sources/zlib/adler32.o rm -f ../../C-Sources/zlib/adler32.lo rm -f ../../C-Sources/zlib/compress.o rm -f ../../C-Sources/zlib/compress.lo rm -f ../../C-Sources/zlib/crc32.o rm -f ../../C-Sources/zlib/crc32.lo rm -f ../../C-Sources/zlib/deflate.o rm -f ../../C-Sources/zlib/deflate.lo rm -f ../../C-Sources/zlib/gzclose.o rm -f ../../C-Sources/zlib/gzclose.lo rm -f ../../C-Sources/zlib/gzlib.o rm -f ../../C-Sources/zlib/gzlib.lo rm -f ../../C-Sources/zlib/gzread.o rm -f ../../C-Sources/zlib/gzread.lo rm -f ../../C-Sources/zlib/gzwrite.o rm -f ../../C-Sources/zlib/gzwrite.lo rm -f ../../C-Sources/zlib/infback.o rm -f ../../C-Sources/zlib/infback.lo rm -f ../../C-Sources/zlib/inffast.o rm -f ../../C-Sources/zlib/inffast.lo rm -f ../../C-Sources/zlib/inflate.o rm -f ../../C-Sources/zlib/inflate.lo rm -f ../../C-Sources/zlib/inftrees.o rm -f ../../C-Sources/zlib/inftrees.lo rm -f ../../C-Sources/zlib/trees.o rm -f ../../C-Sources/zlib/trees.lo rm -f ../../C-Sources/zlib/uncompr.o rm -f ../../C-Sources/zlib/uncompr.lo rm -f ../../C-Sources/zlib/zutil.o rm -f ../../C-Sources/zlib/zutil.lo rm -f *.lo make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' make -C "3rdParty/ModelicaExternalC/BuildProjects/autotools" make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' depbase=`echo ../../C-Sources/zlib/adler32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/adler32.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/adler32.lo ../../C-Sources/zlib/adler32.c &&\ mv -f $depbase.Tpo $depbase.Plo [ 54%] Linking CXX shared library libproc3d.dll libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/adler32.lo -MD -MP -MF ../../C-Sources/zlib/.deps/adler32.Tpo -c ../../C-Sources/zlib/adler32.c -o ../../C-Sources/zlib/adler32.o depbase=`echo ../../C-Sources/zlib/compress.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/compress.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/compress.lo ../../C-Sources/zlib/compress.c &&\ mv -f $depbase.Tpo $depbase.Plo Creating library file: libproc3d.dll.a make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' [ 54%] Built target proc3d make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/compress.lo -MD -MP -MF ../../C-Sources/zlib/.deps/compress.Tpo -c ../../C-Sources/zlib/compress.c -o ../../C-Sources/zlib/compress.o depbase=`echo ../../C-Sources/zlib/crc32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/crc32.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/crc32.lo ../../C-Sources/zlib/crc32.c &&\ mv -f $depbase.Tpo $depbase.Plo Scanning dependencies of target m3d-osg-gtk make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' [ 63%] Building CXX object backends/osg-gtk/CMakeFiles/m3d-osg-gtk.dir/src/osgviewerGTK.cpp.obj libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/crc32.lo -MD -MP -MF ../../C-Sources/zlib/.deps/crc32.Tpo -c ../../C-Sources/zlib/crc32.c -o ../../C-Sources/zlib/crc32.o depbase=`echo ../../C-Sources/zlib/deflate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/deflate.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/deflate.lo ../../C-Sources/zlib/deflate.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/deflate.lo -MD -MP -MF ../../C-Sources/zlib/.deps/deflate.Tpo -c ../../C-Sources/zlib/deflate.c -o ../../C-Sources/zlib/deflate.o config.status: creating Makefile depbase=`echo ../../C-Sources/zlib/gzclose.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/gzclose.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/gzclose.lo ../../C-Sources/zlib/gzclose.c &&\ mv -f $depbase.Tpo $depbase.Plo config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/gzclose.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzclose.Tpo -c ../../C-Sources/zlib/gzclose.c -o ../../C-Sources/zlib/gzclose.o config.status: creating pkgconfig/atomic_ops.pc depbase=`echo ../../C-Sources/zlib/gzlib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/gzlib.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/gzlib.lo ../../C-Sources/zlib/gzlib.c &&\ mv -f $depbase.Tpo $depbase.Plo config.status: creating pkgconfig/atomic_ops-uninstalled.pc config.status: creating src/config.h config.status: executing depfiles commands libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/gzlib.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzlib.Tpo -c ../../C-Sources/zlib/gzlib.c -o ../../C-Sources/zlib/gzlib.o depbase=`echo ../../C-Sources/zlib/gzread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/gzread.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/gzread.lo ../../C-Sources/zlib/gzread.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/gzread.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzread.Tpo -c ../../C-Sources/zlib/gzread.c -o ../../C-Sources/zlib/gzread.o depbase=`echo ../../C-Sources/zlib/gzwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/gzwrite.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/gzwrite.lo ../../C-Sources/zlib/gzwrite.c &&\ mv -f $depbase.Tpo $depbase.Plo config.status: executing libtool commands [ 72%] Building CXX object backends/osg-gtk/CMakeFiles/m3d-osg-gtk.dir/src/osggtkdrawingarea.cpp.obj libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/gzwrite.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzwrite.Tpo -c ../../C-Sources/zlib/gzwrite.c -o ../../C-Sources/zlib/gzwrite.o depbase=`echo ../../C-Sources/zlib/infback.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/infback.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/infback.lo ../../C-Sources/zlib/infback.c &&\ mv -f $depbase.Tpo $depbase.Plo config.status: executing default commands test -d 3rdParty/FMIL mkdir -p 3rdParty/FMIL/build (cd 3rdParty/FMIL/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" /c/OM19/OMDev//bin/cmake/bin/cmake -D CMAKE_AR:String="ar" -D FMILIB_BUILD_SHARED_LIB:Bool=OFF -D FMILIB_BUILD_TESTS:Bool=OFF -D FMILIB_GENERATE_DOXYGEN_DOC:Bool=OFF -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DFMILIB_INSTALL_PREFIX:String=../install .. -G "MSYS Makefiles") libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/infback.lo -MD -MP -MF ../../C-Sources/zlib/.deps/infback.Tpo -c ../../C-Sources/zlib/infback.c -o ../../C-Sources/zlib/infback.o -- The C compiler identification is GNU 4.4.0 depbase=`echo ../../C-Sources/zlib/inffast.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/inffast.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/inffast.lo ../../C-Sources/zlib/inffast.c &&\ mv -f $depbase.Tpo $depbase.Plo -- The CXX compiler identification is GNU 4.4.0 -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe [ 81%] Linking CXX shared library libm3d-osg-gtk.dll libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/inffast.lo -MD -MP -MF ../../C-Sources/zlib/.deps/inffast.Tpo -c ../../C-Sources/zlib/inffast.c -o ../../C-Sources/zlib/inffast.o -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe -- works -- Detecting C compiler ABI info depbase=`echo ../../C-Sources/zlib/inflate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/inflate.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/inflate.lo ../../C-Sources/zlib/inflate.c &&\ mv -f $depbase.Tpo $depbase.Plo -- Detecting C compiler ABI info - done -- Detecting C compile features Creating library file: libm3d-osg-gtk.dll.a make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' [ 81%] Built target m3d-osg-gtk libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/inflate.lo -MD -MP -MF ../../C-Sources/zlib/.deps/inflate.Tpo -c ../../C-Sources/zlib/inflate.c -o ../../C-Sources/zlib/inflate.o make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' depbase=`echo ../../C-Sources/zlib/inftrees.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/inftrees.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/inftrees.lo ../../C-Sources/zlib/inftrees.c &&\ mv -f $depbase.Tpo $depbase.Plo Scanning dependencies of target viewer make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' make[4]: Entering directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' [ 90%] Building CXX object backends/osg-gtk/CMakeFiles/viewer.dir/src/viewer.cpp.obj -- Detecting C compile features - done -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/inftrees.lo -MD -MP -MF ../../C-Sources/zlib/.deps/inftrees.Tpo -c ../../C-Sources/zlib/inftrees.c -o ../../C-Sources/zlib/inftrees.o -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe -- works -- Detecting CXX compiler ABI info depbase=`echo ../../C-Sources/zlib/trees.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/trees.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/trees.lo ../../C-Sources/zlib/trees.c &&\ mv -f $depbase.Tpo $depbase.Plo -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/trees.lo -MD -MP -MF ../../C-Sources/zlib/.deps/trees.Tpo -c ../../C-Sources/zlib/trees.c -o ../../C-Sources/zlib/trees.o depbase=`echo ../../C-Sources/zlib/uncompr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/uncompr.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/uncompr.lo ../../C-Sources/zlib/uncompr.c &&\ mv -f $depbase.Tpo $depbase.Plo [100%] Linking CXX executable viewer.exe libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/uncompr.lo -MD -MP -MF ../../C-Sources/zlib/.deps/uncompr.Tpo -c ../../C-Sources/zlib/uncompr.c -o ../../C-Sources/zlib/uncompr.o depbase=`echo ../../C-Sources/zlib/zutil.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/zutil.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/zutil.lo ../../C-Sources/zlib/zutil.c &&\ mv -f $depbase.Tpo $depbase.Plo -- Detecting CXX compile features - done -- Looking for include file stdarg.h make[4]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' [100%] Built target viewer make[3]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h make[2]: Leaving directory `/c/OM19/OpenModelica/libraries/git/Modelica3D/build' cp -p libraries/git/Modelica3D/build/lib/modcount/libmodcount.a libraries/git/Modelica3D/build/lib/modbus/libmodbus.a /c/OM19/OpenModelica/build/lib/omc/ mkdir -p /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/blender2.59 /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/dbus-python/etc # copy the dbus static lib required during the simulation cp -rp /c/OM19/OMDev//lib/dbus-1.6.0-win32/bin/libdbus-1.a /c/OM19/OpenModelica/build/lib/omc/ cp -p libraries/git/Modelica3D/examples/multibody/src/modelica/*.mo /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/ cp -p libraries/git/Modelica3D/backends/blender2.59/dbus-server.py /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/blender2.59/ cp -p libraries/git/Modelica3D/backends/osg-gtk/python/dbus-server.py /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/ # copy the dbus-python bindings binaries required by osg-gtk python script libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/zlib/zutil.lo -MD -MP -MF ../../C-Sources/zlib/.deps/zutil.Tpo -c ../../C-Sources/zlib/zutil.c -o ../../C-Sources/zlib/zutil.o cp -rp /c/OM19/OMDev//lib/dbus-python-1.1.1/lib/site-packages/* /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/dbus-python/ depbase=`echo ../../C-Sources/ModelicaFFT.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaFFT.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaFFT.lo ../../C-Sources/ModelicaFFT.c &&\ mv -f $depbase.Tpo $depbase.Plo -- Looking for include file stdlib.h - found -- Looking for include file stddef.h cp -rp /c/OM19/OMDev//lib/dbus-python-1.1.1/bin/* /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/dbus-python/ cp -rp /c/OM19/OMDev//lib/dbus-python-1.1.1/etc/* /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/dbus-python/etc # copy the required gtk binaries cp -p -u /c/OM19/OMDev//lib/gtk+-2.24.10/bin/*.dll /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/ -- Looking for include file stddef.h - found -- Looking for include file stdint.h libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaFFT.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaFFT.Tpo -c ../../C-Sources/ModelicaFFT.c -o ../../C-Sources/ModelicaFFT.o -- Looking for include file stdint.h - found -- Looking for include file inttypes.h depbase=`echo ../../C-Sources/ModelicaInternal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaInternal.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaInternal.lo ../../C-Sources/ModelicaInternal.c &&\ mv -f $depbase.Tpo $depbase.Plo # copy the required modelica3D binaries cp -p libraries/git/Modelica3D/build/backends/osg-gtk/libm3d-osg-gtk.* libraries/git/Modelica3D/build/lib/proc3d/libproc3d.* /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/ -- Looking for include file inttypes.h - found -- Looking for include file locale.h -- Looking for include file locale.h - found -- Looking for vsnprintf libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaInternal.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaInternal.Tpo -c ../../C-Sources/ModelicaInternal.c -o ../../C-Sources/ModelicaInternal.o # copy the required osg binaries mkdir -p /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/osgPlugins-2.8.3 cp -p -u /c/OM19/OMDev//lib/openscenegraph-2.8.3-mingw/bin/*.dll /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/ depbase=`echo ../../C-Sources/ModelicaRandom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaRandom.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaRandom.lo ../../C-Sources/ModelicaRandom.c &&\ mv -f $depbase.Tpo $depbase.Plo -- Looking for vsnprintf - found -- Looking for snprintf -- Looking for snprintf - found -- Looking for vasprintf cp -p -u /c/OM19/OMDev//lib/openscenegraph-2.8.3-mingw/bin/osgPlugins-2.8.3/*.dll /c/OM19/OpenModelica/build/lib/omlibrary-modelica3d/osg-gtk/osgPlugins-2.8.3/ libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaRandom.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaRandom.Tpo -c ../../C-Sources/ModelicaRandom.c -o ../../C-Sources/ModelicaRandom.o -- Looking for vasprintf - not found -- Looking for asprintf depbase=`echo ../../C-Sources/ModelicaStrings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaStrings.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaStrings.lo ../../C-Sources/ModelicaStrings.c &&\ mv -f $depbase.Tpo $depbase.Plo -- Looking for asprintf - not found -- Looking for localeconv libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaStrings.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaStrings.Tpo -c ../../C-Sources/ModelicaStrings.c -o ../../C-Sources/ModelicaStrings.o depbase=`echo ../../C-Sources/ModelicaMatIO.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaMatIO.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaMatIO.lo ../../C-Sources/ModelicaMatIO.c &&\ mv -f $depbase.Tpo $depbase.Plo -- Looking for localeconv - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Check size of long double make[1]: Leaving directory `/c/OM19/OpenModelica' depbase=`echo ../../C-Sources/ModelicaIO.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaIO.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaIO.lo ../../C-Sources/ModelicaIO.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaMatIO.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaMatIO.Tpo -c ../../C-Sources/ModelicaMatIO.c -o ../../C-Sources/ModelicaMatIO.o -- Check size of long double - done -- Check size of long long int -- Check size of long long int - done -- Check size of unsigned long long int libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaIO.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaIO.Tpo -c ../../C-Sources/ModelicaIO.c -o ../../C-Sources/ModelicaIO.o depbase=`echo ../../C-Sources/ModelicaStandardTables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaStandardTables.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/ModelicaStandardTables.lo ../../C-Sources/ModelicaStandardTables.c &&\ mv -f $depbase.Tpo $depbase.Plo -- Check size of unsigned long long int - done -- Check size of struct lconv test -d 3rdParty/Cdaskr/solver (cd 3rdParty/Cdaskr/solver && make -f Makefile CC="gcc" CFLAGS="-g -O2 -falign-functions") make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Cdaskr/solver' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. gcc -c -o daux.o daux.c -g -O2 -falign-functions -- Check size of struct lconv - done -- Performing Test HAVE_LCONV_DECIMAL_POINT gcc -c -o ddaskr.o ddaskr.c -g -O2 -falign-functions libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -I. -DDUMMY_FUNCTION_USERTAB -DTABLE_SHARE=1 -g -O2 -falign-functions -O0 -g -MT ../../C-Sources/ModelicaStandardTables.lo -MD -MP -MF ../../C-Sources/.deps/ModelicaStandardTables.Tpo -c ../../C-Sources/ModelicaStandardTables.c -o ../../C-Sources/ModelicaStandardTables.o -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success -- Check size of intmax_t /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -falign-functions -O0 -g -o libzlib.la -rpath /c/OM19/OpenModelica/build/lib/omc ../../C-Sources/zlib/adler32.lo ../../C-Sources/zlib/compress.lo ../../C-Sources/zlib/crc32.lo ../../C-Sources/zlib/deflate.lo ../../C-Sources/zlib/gzclose.lo ../../C-Sources/zlib/gzlib.lo ../../C-Sources/zlib/gzread.lo ../../C-Sources/zlib/gzwrite.lo ../../C-Sources/zlib/infback.lo ../../C-Sources/zlib/inffast.lo ../../C-Sources/zlib/inflate.lo ../../C-Sources/zlib/inftrees.lo ../../C-Sources/zlib/trees.lo ../../C-Sources/zlib/uncompr.lo ../../C-Sources/zlib/zutil.lo -- Check size of intmax_t - done -- Check size of uintmax_t gcc -c -o dlinpk.o dlinpk.c -g -O2 -falign-functions -- Check size of uintmax_t - done -- Check size of uintptr_t ar r libcdaskr.a daux.o ddaskr.o dlinpk.o C:\OM19\OMDev\tools\mingw\bin\ar.exe: creating libcdaskr.a make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Cdaskr/solver' test -d 3rdParty/CMinpack mkdir -p 3rdParty/CMinpack/build (cd 3rdParty/CMinpack/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" /c/OM19/OMDev//bin/cmake/bin/cmake -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -D CMAKE_AR:String="ar" -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DBUILD_SHARED_LIBS:Bool=OFF -DCMAKE_INSTALL_PREFIX:String=../install -DCMINPACK_LIB_INSTALL_DIR:String=../install .. -G "MSYS Makefiles") -- Check size of uintptr_t - done -- Check size of ptrdiff_t -- The C compiler identification is GNU 4.4.0 libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries -- The CXX compiler identification is GNU 4.4.0 -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe libtool: link: ar cru .libs/libzlib.a ../../C-Sources/zlib/adler32.o ../../C-Sources/zlib/compress.o ../../C-Sources/zlib/crc32.o ../../C-Sources/zlib/deflate.o ../../C-Sources/zlib/gzclose.o ../../C-Sources/zlib/gzlib.o ../../C-Sources/zlib/gzread.o ../../C-Sources/zlib/gzwrite.o ../../C-Sources/zlib/infback.o ../../C-Sources/zlib/inffast.o ../../C-Sources/zlib/inflate.o ../../C-Sources/zlib/inftrees.o ../../C-Sources/zlib/trees.o ../../C-Sources/zlib/uncompr.o ../../C-Sources/zlib/zutil.o libtool: link: ranlib .libs/libzlib.a -- Check size of ptrdiff_t - done -- Looking for va_copy libtool: link: ( cd ".libs" && rm -f "libzlib.la" && cp -p "../libzlib.la" "libzlib.la" ) -- Looking for va_copy - not found -- Looking for __va_copy /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -falign-functions -O0 -g -o libModelicaExternalC.la -rpath /c/OM19/OpenModelica/build/lib/omc ../../C-Sources/ModelicaFFT.lo ../../C-Sources/ModelicaInternal.lo ../../C-Sources/ModelicaRandom.lo ../../C-Sources/ModelicaStrings.lo -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe -- works -- Detecting C compiler ABI info -- Looking for __va_copy - found -- Detecting C compiler ABI info - done -- Detecting C compile features -- Check size of off64_t -- Check size of off64_t - done -- Looking for fseeko libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries -- Looking for fseeko - not found -- Detecting C compile features - done -- Looking for unistd.h -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe libtool: link: ar cru .libs/libModelicaExternalC.a ../../C-Sources/ModelicaFFT.o ../../C-Sources/ModelicaInternal.o ../../C-Sources/ModelicaRandom.o ../../C-Sources/ModelicaStrings.o libtool: link: ranlib .libs/libModelicaExternalC.a libtool: link: ( cd ".libs" && rm -f "libModelicaExternalC.la" && cp -p "../libModelicaExternalC.la" "libModelicaExternalC.la" ) -- Looking for unistd.h - found -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe -- works -- Detecting CXX compiler ABI info /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -falign-functions -O0 -g -o libModelicaMatIO.la -rpath /c/OM19/OpenModelica/build/lib/omc ../../C-Sources/ModelicaMatIO.lo libzlib.la CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmiimport". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:267 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "jmutils". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:267 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmixml". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:267 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:267 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmicapi". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:267 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "minizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:267 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "zlib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:267 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "c99snprintf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:267 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- will be merging C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmiimport.a;C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libjmutils.a;C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmixml.a;C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmizip.a;C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmicapi.a;C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a;C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a;C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/zlib/libzlib.a;C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ThirdParty/c99_snprintf/libc99snprintf.a CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:85 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmilib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:267 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- outfile location is C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a -- Configuring done CMake Warning (dev) at Config.cmake/fmixml.cmake:123 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/CMakeLists.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:183 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/fmixml.cmake:123 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/CMakeCache.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:183 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Generating done -- Build files have been written to: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build test -f 3rdParty/FMIL/build/libfmilib.a || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" make -C 3rdParty/FMIL/build make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' Scanning dependencies of target expatex make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 1%] Creating directories for 'expatex' [ 2%] No download step for 'expatex' [ 3%] No patch step for 'expatex' [ 4%] No update step for 'expatex' [ 5%] Performing configure step for 'expatex' libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries loading initial cache file C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/tmp/expatex-cache-Release.cmake -- The C compiler identification is GNU 4.4.0 libtool: link: ar cru .libs/libModelicaMatIO.a ../../C-Sources/ModelicaMatIO.o libtool: link: ranlib .libs/libModelicaMatIO.a -- The CXX compiler identification is GNU 4.4.0 -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe libtool: link: ( cd ".libs" && rm -f "libModelicaMatIO.la" && cp -p "../libModelicaMatIO.la" "libModelicaMatIO.la" ) /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -falign-functions -O0 -g -o libModelicaIO.la -rpath /c/OM19/OpenModelica/build/lib/omc ../../C-Sources/ModelicaIO.lo libModelicaMatIO.la -- Detecting CXX compile features - done -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe -- works -- Building static libraries. -- Detecting C compiler ABI info -- Configuring done -- Generating done -- Build files have been written to: C:/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build test -f 3rdParty/CMinpack/build/libcminpack.a || make -C 3rdParty/CMinpack/build make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -H/C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack -B/C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build --check-build-system CMakeFiles/Makefile.cmake 0 /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build/CMakeFiles /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build/CMakeFiles/cminpack.dir/DependInfo.cmake Scanning dependencies of target cminpack make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/build -- Detecting C compiler ABI info - done make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build' [ 2%] Building C object CMakeFiles/cminpack.dir/chkder.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/chkder.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/chkder.c -- Detecting C compile features [ 4%] Building C object CMakeFiles/cminpack.dir/enorm.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/enorm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/enorm.c [ 6%] Building C object CMakeFiles/cminpack.dir/hybrd1.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrd1.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrd1.c [ 8%] Building C object CMakeFiles/cminpack.dir/hybrj.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrj.c [ 10%] Building C object CMakeFiles/cminpack.dir/lmdif1.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif1.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmdif1.c [ 12%] Building C object CMakeFiles/cminpack.dir/lmstr1.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr1.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmstr1.c [ 14%] Building C object CMakeFiles/cminpack.dir/qrfac.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrfac.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/qrfac.c [ 16%] Building C object CMakeFiles/cminpack.dir/r1updt.c.obj libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/r1updt.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/r1updt.c -- Detecting C compile features - done -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe [ 18%] Building C object CMakeFiles/cminpack.dir/dogleg.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/dogleg.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/dogleg.c libtool: link: ar cru .libs/libModelicaIO.a ../../C-Sources/ModelicaIO.o libtool: link: ranlib .libs/libModelicaIO.a [ 20%] Building C object CMakeFiles/cminpack.dir/fdjac1.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac1.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/fdjac1.c [ 22%] Building C object CMakeFiles/cminpack.dir/hybrd.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrd.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrd.c -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe -- works -- Detecting CXX compiler ABI info libtool: link: ( cd ".libs" && rm -f "libModelicaIO.la" && cp -p "../libModelicaIO.la" "libModelicaIO.la" ) [ 24%] Building C object CMakeFiles/cminpack.dir/lmder1.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder1.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmder1.c /bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -falign-functions -O0 -g -o libModelicaStandardTables.la -rpath /c/OM19/OpenModelica/build/lib/omc ../../C-Sources/ModelicaStandardTables.lo libModelicaMatIO.la [ 26%] Building C object CMakeFiles/cminpack.dir/lmdif.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmdif.c [ 28%] Building C object CMakeFiles/cminpack.dir/lmstr.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmstr.c -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features [ 30%] Building C object CMakeFiles/cminpack.dir/qrsolv.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrsolv.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/qrsolv.c [ 32%] Building C object CMakeFiles/cminpack.dir/rwupdt.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/rwupdt.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/rwupdt.c [ 34%] Building C object CMakeFiles/cminpack.dir/dpmpar.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/dpmpar.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/dpmpar.c [ 36%] Building C object CMakeFiles/cminpack.dir/fdjac2.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac2.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/fdjac2.c [ 38%] Building C object CMakeFiles/cminpack.dir/hybrj1.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj1.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrj1.c [ 40%] Building C object CMakeFiles/cminpack.dir/lmder.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmder.c [ 42%] Building C object CMakeFiles/cminpack.dir/lmpar.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmpar.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmpar.c [ 44%] Building C object CMakeFiles/cminpack.dir/qform.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qform.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/qform.c libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries [ 46%] Building C object CMakeFiles/cminpack.dir/r1mpyq.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/r1mpyq.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/r1mpyq.c [ 48%] Building C object CMakeFiles/cminpack.dir/covar.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/covar.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/covar.c libtool: link: ar cru .libs/libModelicaStandardTables.a ../../C-Sources/ModelicaStandardTables.o libtool: link: ranlib .libs/libModelicaStandardTables.a [ 50%] Building C object CMakeFiles/cminpack.dir/covar1.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/covar1.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/covar1.c [ 52%] Building C object CMakeFiles/cminpack.dir/chkder_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/chkder_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/chkder_.c [ 54%] Building C object CMakeFiles/cminpack.dir/enorm_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/enorm_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/enorm_.c libtool: link: ( cd ".libs" && rm -f "libModelicaStandardTables.la" && cp -p "../libModelicaStandardTables.la" "libModelicaStandardTables.la" ) -- Detecting CXX compile features - done -- Looking for dlfcn.h make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' make -C "3rdParty/ModelicaExternalC/BuildProjects/autotools" install [ 56%] Building C object CMakeFiles/cminpack.dir/hybrd1_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrd1_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrd1_.c make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' test -z "/c/OM19/OpenModelica/build/lib/omc" || /mingw/bin/mkdir -p "/c/OM19/OpenModelica/build/lib/omc" make[3]: Nothing to be done for `install-data-am'. [ 58%] Building C object CMakeFiles/cminpack.dir/hybrj_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrj_.c /bin/sh ./libtool --mode=install /bin/install -c libzlib.la libModelicaExternalC.la libModelicaMatIO.la libModelicaIO.la libModelicaStandardTables.la '/c/OM19/OpenModelica/build/lib/omc' -- Looking for dlfcn.h - not found -- Looking for fcntl.h [ 60%] Building C object CMakeFiles/cminpack.dir/lmdif1_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif1_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmdif1_.c [ 62%] Building C object CMakeFiles/cminpack.dir/lmstr1_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr1_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmstr1_.c [ 64%] Building C object CMakeFiles/cminpack.dir/qrfac_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrfac_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/qrfac_.c libtool: install: /bin/install -c .libs/libzlib.lai /c/OM19/OpenModelica/build/lib/omc/libzlib.la libtool: install: /bin/install -c .libs/libModelicaExternalC.lai /c/OM19/OpenModelica/build/lib/omc/libModelicaExternalC.la -- Looking for fcntl.h - found [ 66%] Building C object CMakeFiles/cminpack.dir/r1updt_.c.obj -- Looking for inttypes.h /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/r1updt_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/r1updt_.c libtool: install: /bin/install -c .libs/libModelicaMatIO.lai /c/OM19/OpenModelica/build/lib/omc/libModelicaMatIO.la libtool: install: /bin/install -c .libs/libModelicaIO.lai /c/OM19/OpenModelica/build/lib/omc/libModelicaIO.la libtool: install: /bin/install -c .libs/libModelicaStandardTables.lai /c/OM19/OpenModelica/build/lib/omc/libModelicaStandardTables.la libtool: install: /bin/install -c .libs/libzlib.a /c/OM19/OpenModelica/build/lib/omc/libzlib.a [ 68%] Building C object CMakeFiles/cminpack.dir/dogleg_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/dogleg_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/dogleg_.c libtool: install: chmod 644 /c/OM19/OpenModelica/build/lib/omc/libzlib.a libtool: install: ranlib /c/OM19/OpenModelica/build/lib/omc/libzlib.a libtool: install: /bin/install -c .libs/libModelicaExternalC.a /c/OM19/OpenModelica/build/lib/omc/libModelicaExternalC.a libtool: install: chmod 644 /c/OM19/OpenModelica/build/lib/omc/libModelicaExternalC.a libtool: install: ranlib /c/OM19/OpenModelica/build/lib/omc/libModelicaExternalC.a libtool: install: /bin/install -c .libs/libModelicaMatIO.a /c/OM19/OpenModelica/build/lib/omc/libModelicaMatIO.a [ 70%] Building C object CMakeFiles/cminpack.dir/fdjac1_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac1_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/fdjac1_.c libtool: install: chmod 644 /c/OM19/OpenModelica/build/lib/omc/libModelicaMatIO.a libtool: install: ranlib /c/OM19/OpenModelica/build/lib/omc/libModelicaMatIO.a libtool: install: /bin/install -c .libs/libModelicaIO.a /c/OM19/OpenModelica/build/lib/omc/libModelicaIO.a libtool: install: chmod 644 /c/OM19/OpenModelica/build/lib/omc/libModelicaIO.a -- Looking for inttypes.h - found -- Looking for memory.h libtool: install: ranlib /c/OM19/OpenModelica/build/lib/omc/libModelicaIO.a [ 72%] Building C object CMakeFiles/cminpack.dir/hybrd_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrd_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrd_.c libtool: install: /bin/install -c .libs/libModelicaStandardTables.a /c/OM19/OpenModelica/build/lib/omc/libModelicaStandardTables.a libtool: install: chmod 644 /c/OM19/OpenModelica/build/lib/omc/libModelicaStandardTables.a libtool: install: ranlib /c/OM19/OpenModelica/build/lib/omc/libModelicaStandardTables.a [ 74%] Building C object CMakeFiles/cminpack.dir/lmder1_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder1_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmder1_.c [ 76%] Building C object CMakeFiles/cminpack.dir/lmdif_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmdif_.c -- Looking for memory.h - found -- Looking for stdint.h [ 78%] Building C object CMakeFiles/cminpack.dir/lmstr_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmstr_.c [ 80%] Building C object CMakeFiles/cminpack.dir/qrsolv_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrsolv_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/qrsolv_.c -- Looking for stdint.h - found -- Looking for stdlib.h [ 82%] Building C object CMakeFiles/cminpack.dir/rwupdt_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/rwupdt_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/rwupdt_.c [ 84%] Building C object CMakeFiles/cminpack.dir/dpmpar_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/dpmpar_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/dpmpar_.c [ 86%] Building C object CMakeFiles/cminpack.dir/fdjac2_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac2_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/fdjac2_.c make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' test ! `uname` = Darwin || install_name_tool -id @rpath/libModelicaExternalC.0.dylib "/c/OM19/OpenModelica/build/lib/omc/libModelicaExternalC.a" [ 88%] Building C object CMakeFiles/cminpack.dir/hybrj1_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj1_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/hybrj1_.c make -C Compiler/Translation OMBUILDDIR=/c/OM19/OpenModelica/build release make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/Compiler/Translation' for locale in de sv es; do mkdir -p /c/OM19/OpenModelica/build/share/locale//$locale/LC_MESSAGES && msgfmt -o/c/OM19/OpenModelica/build/share/locale//$locale/LC_MESSAGES/openmodelica.mo $locale.po; done -- Looking for stdlib.h - found -- Looking for strings.h [ 90%] Building C object CMakeFiles/cminpack.dir/lmder_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmder_.c make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/Compiler/Translation' (cp -p Examples/*.* /c/OM19/OpenModelica/build/share/doc/omc/testmodels/) [ 92%] Building C object CMakeFiles/cminpack.dir/lmpar_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmpar_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/lmpar_.c -- Looking for strings.h - found -- Looking for string.h [ 94%] Building C object CMakeFiles/cminpack.dir/qform_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qform_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/qform_.c [ 96%] Building C object CMakeFiles/cminpack.dir/r1mpyq_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/r1mpyq_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/r1mpyq_.c rm -f /c/OM19/OpenModelica/build/share/doc/omc/testmodels/CMake*.txt (cd 3rdParty/Ipopt && ./configure --with-pic "CC=gcc" CFLAGS="-g -O2 -falign-functions" CXX="g++ " CXXFLAGS="" F77="gfortran" LDFLAGS="-L/c/OM19/OpenModelica/build/lib/omc " --with-lapack-lib="-llapack -lblas" --with-blas-lib="-llapack -lblas" "--host=" --without-metis --without-HSLold --without-HSL) [ 98%] Building C object CMakeFiles/cminpack.dir/covar_.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/covar_.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/covar_.c [100%] Linking C static library libcminpack.a /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/cminpack.dir/cmake_clean_target.cmake -- Looking for string.h - found /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/cminpack.dir/link.txt --verbose=1 -- Looking for sys/stat.h ar qc libcminpack.a CMakeFiles/cminpack.dir/chkder.c.obj CMakeFiles/cminpack.dir/enorm.c.obj CMakeFiles/cminpack.dir/hybrd1.c.obj CMakeFiles/cminpack.dir/hybrj.c.obj CMakeFiles/cminpack.dir/lmdif1.c.obj CMakeFiles/cminpack.dir/lmstr1.c.obj CMakeFiles/cminpack.dir/qrfac.c.obj CMakeFiles/cminpack.dir/r1updt.c.obj CMakeFiles/cminpack.dir/dogleg.c.obj CMakeFiles/cminpack.dir/fdjac1.c.obj CMakeFiles/cminpack.dir/hybrd.c.obj CMakeFiles/cminpack.dir/lmder1.c.obj CMakeFiles/cminpack.dir/lmdif.c.obj CMakeFiles/cminpack.dir/lmstr.c.obj CMakeFiles/cminpack.dir/qrsolv.c.obj CMakeFiles/cminpack.dir/rwupdt.c.obj CMakeFiles/cminpack.dir/dpmpar.c.obj CMakeFiles/cminpack.dir/fdjac2.c.obj CMakeFiles/cminpack.dir/hybrj1.c.obj CMakeFiles/cminpack.dir/lmder.c.obj CMakeFiles/cminpack.dir/lmpar.c.obj CMakeFiles/cminpack.dir/qform.c.obj CMakeFiles/cminpack.dir/r1mpyq.c.obj CMakeFiles/cminpack.dir/covar.c.obj CMakeFiles/cminpack.dir/covar1.c.obj CMakeFiles/cminpack.dir/chkder_.c.obj CMakeFiles/cminpack.dir/enorm_.c.obj CMakeFiles/cminpack.dir/hybrd1_.c.obj CMakeFiles/cminpack.dir/hybrj_.c.obj CMakeFiles/cminpack.dir/lmdif1_.c.obj CMakeFiles/cminpack.dir/lmstr1_.c.obj CMakeFiles/cminpack.dir/qrfac_.c.obj CMakeFiles/cminpack.dir/r1updt_.c.obj CMakeFiles/cminpack.dir/dogleg_.c.obj CMakeFiles/cminpack.dir/fdjac1_.c.obj CMakeFiles/cminpack.dir/hybrd_.c.obj CMakeFiles/cminpack.dir/lmder1_.c.obj CMakeFiles/cminpack.dir/lmdif_.c.obj CMakeFiles/cminpack.dir/lmstr_.c.obj CMakeFiles/cminpack.dir/qrsolv_.c.obj CMakeFiles/cminpack.dir/rwupdt_.c.obj CMakeFiles/cminpack.dir/dpmpar_.c.obj CMakeFiles/cminpack.dir/fdjac2_.c.obj CMakeFiles/cminpack.dir/hybrj1_.c.obj CMakeFiles/cminpack.dir/lmder_.c.obj CMakeFiles/cminpack.dir/lmpar_.c.obj CMakeFiles/cminpack.dir/qform_.c.obj CMakeFiles/cminpack.dir/r1mpyq_.c.obj CMakeFiles/cminpack.dir/covar_.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libcminpack.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build' [100%] Built target cminpack make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build/CMakeFiles 0 make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/CMinpack/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libcminpack.a 3rdParty/CMinpack/build/libcminpack.a # copy dll/so to lib/omc/ folders (rm -f /c/OM19/OpenModelica/build/lib/omc/libcminpack.a*) (cp -af 3rdParty/CMinpack/build/libcminpack.a* /c/OM19/OpenModelica/build/lib/omc) # Darwin has to be special always (test ! `uname` = Darwin || cp -af 3rdParty/CMinpack/build/lib*.dylib /c/OM19/OpenModelica/build/lib/omc) mkdir -p 3rdParty/SuiteSparse/build -- Looking for sys/stat.h - found cd 3rdParty/SuiteSparse/build && /c/OM19/OMDev//bin/cmake/bin/cmake .. -G "MSYS Makefiles" -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_PREFIX:PATH="/c/OM19/OpenModelica/build" -DLIB_OMC="lib/omc" -DBUILD_SHARED_LIBS:Bool=OFF -- Looking for sys/types.h -- The C compiler identification is GNU 4.4.0 -- Looking for sys/types.h - found -- Looking for unistd.h -- The CXX compiler identification is GNU 4.4.0 -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe -- Looking for unistd.h - found -- Looking for getpagesize -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe -- works -- Detecting C compiler ABI info -- Looking for getpagesize - found -- Looking for bcopy -- Detecting C compiler ABI info - done -- Detecting C compile features -- Looking for bcopy - not found -- Looking for memmove -- Looking for memmove - found -- Looking for mmap -- Detecting C compile features - done -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Looking for 4 include files stdlib.h, ..., float.h - found -- Check if the system is big endian -- Searching 16 bit integer -- Looking for stddef.h checking build system type... -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Looking for stddef.h - found -- Check size of unsigned short i686-pc-mingw32 checking whether we want to compile in debug mode... no -- Check size of unsigned short - done -- Using unsigned short checking for C compiler default output file name... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... -- Check if the system is big endian - little endian -- Looking for off_t .exe checking for suffix of object files... -- Looking for off_t - not found -- Looking for size_t o checking whether we are using the GNU C compiler... -- Looking for size_t - not found -- Configuring done -- Generating done -- Build files have been written to: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx [ 6%] Performing dependent_reconfigure step for 'expatex' -- Detecting CXX compile features - done Running: c:/OM19/OMDev/bin/cmake/bin/cmake.exe -G MSYS Makefiles -DBUILD_tools:BOOLEAN=OFF -DBUILD_examples:BOOLEAN=OFF -DBUILD_tests:BOOLEAN=OFF -DBUILD_shared:BOOLEAN=OFF -DXML_DTD:BOOLEAN=OFF -DXML_NS:BOOLEAN=OFF -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SYSTEM_NAME:STRING=Windows -DCMAKE_RC_COMPILER:STRING=C:/OM19/OMDev/tools/mingw/bin/windres.exe -DCMAKE_C_FLAGS:STRING=-g -O2 -falign-functions -std=c89 -pedantic -Wall -Wno-unused-function -DXML_STATIC -DFMI_XML_QUERY -DCMAKE_C_FLAGS_DEBUG:STRING=-g -DCMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG -DCMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG -DCMAKE_EXE_LINKER_FLAGS:STRING= -DCMAKE_LINK_LIBRARY_FLAG:STRING=-l -DCMAKE_MODULE_LINKER_FLAGS:STRING= -DCMAKE_SHARED_LINKER_FLAGS:STRING= -DCMAKE_INSTALL_PREFIX:PATH=C;C:\OM19\OMDev\tools\msys\OM19\OpenModelica\OMCompiler\3rdParty\FMIL\build\ExpatEx\install C;C:\OM19\OMDev\tools\msys\OM19\OpenModelica\OMCompiler\3rdParty\FMIL\ThirdParty\Expat\expat-2.1.0 yes checking whether gcc accepts -g... -- Configuring done -- Generating done -- Build files have been written to: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx -- Configuring done [ 7%] Performing build step for 'expatex' make[5]: Entering directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[6]: Entering directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Entering directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' yes checking for gcc option to accept ANSI C... Scanning dependencies of target expat make[7]: Leaving directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Entering directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.obj none needed configure: C compiler options are: -g -O2 -falign-functions checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.obj [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.obj -- Generating done -- Build files have been written to: C:/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build make -C 3rdParty/SuiteSparse/build install make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -H/C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse -B/C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build --check-build-system CMakeFiles/Makefile.cmake 0 /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_global.dir/DependInfo.cmake --color= Scanning dependencies of target amd_global make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 0%] Building C object CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/amd_global.dir/includes_C.rsp -o CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_global.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 0%] Built target amd_global make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_DLONG.dir/DependInfo.cmake --color= Scanning dependencies of target amd_DLONG make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 0%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_1.c : warning: missing whitespace after the macro name [ 0%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_2.c : warning: missing whitespace after the macro name [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_aat.c : warning: missing whitespace after the macro name [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_control.c : warning: missing whitespace after the macro name [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_defaults.c : warning: missing whitespace after the macro name [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_dump.c : warning: missing whitespace after the macro name [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_info.c : warning: missing whitespace after the macro name [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_order.c : warning: missing whitespace after the macro name [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_postorder.c : warning: missing whitespace after the macro name [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_post_tree.c : warning: missing whitespace after the macro name [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_preprocess.c : warning: missing whitespace after the macro name [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_valid.c checking whether C++ compiler g++ works... : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 3%] Built target amd_DLONG make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_DINT.dir/DependInfo.cmake --color= Scanning dependencies of target amd_DINT make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 3%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_1.c : warning: missing whitespace after the macro name yes [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.obj [ 3%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_2.c c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0/lib/xmltok_impl.c:1784: warning: ISO C forbids an empty translation unit [ 83%] Building C object CMakeFiles/expat.dir/lib/xmltok_ns.c.obj : warning: missing whitespace after the macro name c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0/lib/xmltok_ns.c:116: warning: ISO C forbids an empty translation unit [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_aat.c [100%] Linking C static library libexpat.a : warning: missing whitespace after the macro name make[7]: Leaving directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj [100%] Built target expat /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_control.c make[6]: Leaving directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[5]: Leaving directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' : warning: missing whitespace after the macro name [ 8%] Performing install step for 'expatex' [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_defaults.c make[5]: Entering directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' configure: C++ compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long configure: Trying to determine Fortran compiler name : warning: missing whitespace after the macro name make[6]: Entering directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_dump.c make[7]: Entering directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Leaving directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' : warning: missing whitespace after the macro name [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_info.c [100%] Built target expat make[6]: Leaving directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' : warning: missing whitespace after the macro name checking whether we are using the GNU Fortran 77 compiler... Install the project... -- Install configuration: "Release" -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/lib/libexpat.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/include/expat.h [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/include/expat_external.h /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_order.c -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/lib/pkgconfig/expat.pc make[5]: Leaving directory `/C/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx' : warning: missing whitespace after the macro name [ 9%] Completed 'expatex' [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_postorder.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 9%] Built target expatex make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_post_tree.c Scanning dependencies of target c99snprintf make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' yes checking whether gfortran accepts -g... : warning: missing whitespace after the macro name [ 9%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_preprocess.c c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c: In function 'rpl_vsnprintf': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:537: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:711: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:756: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:877: warning: ISO C90 does not support 'long long' : warning: missing whitespace after the macro name [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_valid.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 6%] Built target amd_DINT make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/btf_object_DLONG.dir/DependInfo.cmake --color= yes Scanning dependencies of target btf_object_DLONG make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 6%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DLONG.dir/includes_C.rsp -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_maxtrans.c : warning: missing whitespace after the macro name c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:1177:35: warning: use of C99 long long integer constant c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:1435:15: warning: use of C99 long long integer constant c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:1436:10: warning: use of C99 long long integer constant [ 7%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DLONG.dir/includes_C.rsp -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_order.c [ 10%] Linking C static library libc99snprintf.a : warning: missing whitespace after the macro name [ 7%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DLONG.dir/includes_C.rsp -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_strongcomp.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 10%] Built target c99snprintf configure: Fortran compiler options are: -O3 -pipe make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 7%] Built target btf_object_DLONG make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/btf_object_DINT.dir/DependInfo.cmake --color= [ 11%] Generating zlib1rc.obj Scanning dependencies of target btf_object_DINT make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 8%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DINT.dir/includes_C.rsp -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_maxtrans.c : warning: missing whitespace after the macro name Scanning dependencies of target zlib [ 8%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DINT.dir/includes_C.rsp -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_order.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 12%] Building C object zlib/CMakeFiles/zlib.dir/adler32.obj [ 8%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DINT.dir/includes_C.rsp -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_strongcomp.c In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/adler32.c:8: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/adler32.c:12: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/adler32.c: In function 'adler32_combine_': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/adler32.c:139: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/adler32.c: In function 'adler32_combine64': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/adler32.c:176: warning: ISO C90 does not support 'long long' : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 8%] Built target btf_object_DINT make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/colamd_object_l.dir/DependInfo.cmake --color= [ 13%] Building C object zlib/CMakeFiles/zlib.dir/compress.obj Scanning dependencies of target colamd_object_l make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/compress.c:9: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' [ 8%] Building C object CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DNBLAS -DNCHOLMOD @CMakeFiles/colamd_object_l.dir/includes_C.rsp -o CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/COLAMD/Source/colamd.c [ 14%] Building C object zlib/CMakeFiles/zlib.dir/crc32.obj In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/crc32.c:31: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/crc32.c:75: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/crc32.c: In function 'crc32_combine_': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/crc32.c:380: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/crc32.c: In function 'crc32_combine64': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/crc32.c:444: warning: ISO C90 does not support 'long long' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 8%] Built target colamd_object_l make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/colamd_object.dir/DependInfo.cmake --color= Scanning dependencies of target colamd_object make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 8%] Building C object CMakeFiles/colamd_object.dir/COLAMD/Source/colamd_global.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DNBLAS -DNCHOLMOD @CMakeFiles/colamd_object.dir/includes_C.rsp -o CMakeFiles/colamd_object.dir/COLAMD/Source/colamd_global.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/COLAMD/Source/colamd_global.c checking for egrep... [ 15%] Building C object zlib/CMakeFiles/zlib.dir/deflate.obj grep -E checking whether ln -s works... yes checking for a BSD-compatible install... In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/deflate.h:16, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/deflate.c:52: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' [ 9%] Building C object CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DNBLAS -DNCHOLMOD @CMakeFiles/colamd_object.dir/includes_C.rsp -o CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/COLAMD/Source/colamd.c /bin/install -c checking whether build environment is sane... make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 9%] Built target colamd_object make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/klu_object_DLONG.dir/DependInfo.cmake --color= Scanning dependencies of target klu_object_DLONG make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu.c : warning: missing whitespace after the macro name [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze.c : warning: missing whitespace after the macro name [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj [ 16%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze_given.c In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzclose.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzclose.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:115: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:115: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:116: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:117: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:159: warning: ISO C90 does not support 'long long' : warning: missing whitespace after the macro name c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:166: warning: ISO C90 does not support 'long long' [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_defaults.c [ 17%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.obj : warning: missing whitespace after the macro name In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:115: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:115: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:116: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:117: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:159: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:166: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:296: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: In function 'gzseek64': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:298: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:302: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:356: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:356: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: In function 'gzseek': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:378: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:380: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: At top level: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:385: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: In function 'gztell': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:405: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: At top level: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:412: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: In function 'gzoffset64': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:415: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: In function 'gzoffset': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:438: warning: ISO C90 does not support 'long long' [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_diagnostics.c c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: In function 'gz_error': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:545: warning: visibility attribute not supported in this configuration; ignored : warning: missing whitespace after the macro name [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_dump.c [ 18%] Building C object zlib/CMakeFiles/zlib.dir/gzread.obj : warning: missing whitespace after the macro name yes [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzread.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_extract.c In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzread.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:115: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:115: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:116: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:117: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:159: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:166: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzread.c:14: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzread.c: In function 'gz_skip': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzread.c:252: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzread.c:260: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzread.c:260: warning: ISO C90 does not support 'long long' : warning: missing whitespace after the macro name [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_factor.c checking for gawk... gawk checking whether make sets $(MAKE)... : warning: missing whitespace after the macro name [ 19%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.obj [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_numeric.c In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzwrite.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzwrite.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:115: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:115: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:116: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:117: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:159: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzguts.h:166: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzwrite.c:11: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzwrite.c: In function 'gz_zero': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzwrite.c:135: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzwrite.c:148: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzwrite.c:148: warning: ISO C90 does not support 'long long' : warning: missing whitespace after the macro name yes [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_symbolic.c : warning: missing whitespace after the macro name checking for style of include used by make... [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj GNU /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_kernel.c [ 20%] Building C object zlib/CMakeFiles/zlib.dir/inflate.obj In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inflate.c:83: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' : warning: missing whitespace after the macro name checking dependency style of gcc... [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_memory.c : warning: missing whitespace after the macro name [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_refactor.c : warning: missing whitespace after the macro name [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_scale.c : warning: missing whitespace after the macro name [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_solve.c : warning: missing whitespace after the macro name [ 13%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_sort.c : warning: missing whitespace after the macro name [ 21%] Building C object zlib/CMakeFiles/zlib.dir/infback.obj [ 13%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_tsolve.c In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/infback.c:13: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 13%] Built target klu_object_DLONG make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/klu_object_DINT.dir/DependInfo.cmake --color= Scanning dependencies of target klu_object_DINT make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu.c [ 22%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.obj : warning: missing whitespace after the macro name [ 14%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inftrees.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze.c gcc3 checking dependency style of g++ ... c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inftrees.c: In function 'inflate_table': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inftrees.c:306: warning: visibility attribute not supported in this configuration; ignored : warning: missing whitespace after the macro name [ 14%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze_given.c [ 23%] Building C object zlib/CMakeFiles/zlib.dir/inffast.obj : warning: missing whitespace after the macro name In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inffast.c:6: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' [ 14%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_defaults.c : warning: missing whitespace after the macro name c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inffast.c: In function 'inflate_fast': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inffast.c:324: warning: visibility attribute not supported in this configuration; ignored [ 14%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_diagnostics.c [ 24%] Building C object zlib/CMakeFiles/zlib.dir/trees.obj : warning: missing whitespace after the macro name In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/deflate.h:16, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:37: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_dump.c c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_init': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:404: warning: visibility attribute not supported in this configuration; ignored : warning: missing whitespace after the macro name c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_stored_block': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:877: warning: visibility attribute not supported in this configuration; ignored [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_extract.c c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_flush_bits': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:886: warning: visibility attribute not supported in this configuration; ignored c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_align': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:901: warning: visibility attribute not supported in this configuration; ignored c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_tally': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1053: warning: visibility attribute not supported in this configuration; ignored gcc3 checking whether to enable maintainer-specific portions of Makefiles... no : warning: missing whitespace after the macro name checking host system type... [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_factor.c : warning: missing whitespace after the macro name c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_flush_block': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1002: warning: visibility attribute not supported in this configuration; ignored [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_numeric.c c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: At top level: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1224: warning: visibility attribute not supported in this configuration; ignored c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1224: warning: visibility attribute not supported in this configuration; ignored : warning: missing whitespace after the macro name i686-pc-mingw32 [ 16%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_symbolic.c [ 25%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.obj : warning: missing whitespace after the macro name In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/uncompr.c:9: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' [ 16%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_kernel.c checking for a sed that does not truncate output... [ 26%] Building C object zlib/CMakeFiles/zlib.dir/zutil.obj /bin/sed checking for ld used by gcc... : warning: missing whitespace after the macro name In file included from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.h:22, from c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c:8: c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zlib.h:1651: warning: ISO C90 does not support 'long long' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c: In function 'zcfree': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c:297: warning: visibility attribute not supported in this configuration; ignored c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c: In function 'zcalloc': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c:289: warning: visibility attribute not supported in this configuration; ignored [ 16%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_memory.c [ 27%] Linking C static library libzlib.a : warning: missing whitespace after the macro name [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_refactor.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 27%] Built target zlib make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_scale.c : warning: missing whitespace after the macro name Scanning dependencies of target jmutils make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_solve.c [ 28%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe checking if the linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) is GNU ld... : warning: missing whitespace after the macro name yes checking for c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe option to reload object files... -r checking for BSD-compatible nm... [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_sort.c : warning: missing whitespace after the macro name /bin/nm -B checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)? checking how to run the C preprocessor... [ 18%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_tsolve.c [ 29%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.obj : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 18%] Built target klu_object_DINT make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DLONG_CONJUGATE_SOLVE make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 18%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCONJUGATE_SOLVE -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c : warning: missing whitespace after the macro name [ 18%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCONJUGATE_SOLVE -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 18%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/DependInfo.cmake --color= gcc -E Scanning dependencies of target umfpack_olib_DLONG_DO_VALUES make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 18%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 18%] Built target umfpack_olib_DLONG_DO_VALUES make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DLONG_FIXQ make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 18%] Building C object CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c [ 30%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 18%] Built target umfpack_olib_DLONG_FIXQ make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/DependInfo.cmake --color= checking for ANSI C header files... Scanning dependencies of target umfpack_olib_ZLONG_WSOLVE make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build [ 31%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Building C object CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE -DZLONG @CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Built target umfpack_olib_ZLONG_WSOLVE make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_ZLONG_FIXQ make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Building C object CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c [ 32%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj : warning: missing whitespace after the macro name [ 33%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Built target umfpack_olib_ZLONG_FIXQ make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DROP.dir/DependInfo.cmake --color= [ 34%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj Scanning dependencies of target umfpack_olib_ZINT_DROP make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Building C object CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DROP.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c [ 35%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.obj : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Built target umfpack_olib_ZINT_DROP make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_FIXQ.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DINT_FIXQ make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 36%] Linking C static library libjmutils.a [ 19%] Building C object CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_FIXQ.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' yes [ 36%] Built target jmutils : warning: missing whitespace after the macro name make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' checking for sys/types.h... [ 19%] Built target umfpack_olib_DINT_FIXQ make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/DependInfo.cmake --color= Scanning dependencies of target minizip make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 37%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.obj Scanning dependencies of target umfpack_olib_DLONG_DO_MAP make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/ioapi.c: In function 'fopen64_file_func': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/ioapi.c:127: warning: implicit declaration of function 'fopen64' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/ioapi.c:127: warning: assignment makes pointer from integer without a cast c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/ioapi.c: In function 'ftell64_file_func': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/ioapi.c:157: warning: implicit declaration of function 'ftello64' /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/ioapi.c: In function 'fseek64_file_func': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/ioapi.c:203: warning: implicit declaration of function 'fseeko64' : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Built target umfpack_olib_DLONG_DO_MAP [ 38%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.obj make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DLONG_DO_MAP_DO_VALUES make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' yes [ 20%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_currentfile': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:394: warning: implicit declaration of function 'fopen64' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:394: warning: assignment makes pointer from integer without a cast c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:425: warning: assignment makes pointer from integer without a cast c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:434: warning: assignment makes pointer from integer without a cast c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:341: warning: unused variable 'ratio' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:498: warning: unused variable 'fout' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_onefile': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:532: warning: unused variable 'err' : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' checking for sys/stat.h... [ 20%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DINT_WSOLVE make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 39%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.obj [ 20%] Building C object CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE @CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 20%] Built target umfpack_olib_DINT_WSOLVE make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT.dir/DependInfo.cmake --color= c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'check_exist_file': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:165: warning: implicit declaration of function 'fopen64' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:165: warning: assignment makes pointer from integer without a cast c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'getFileCrc': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:199: warning: initialization makes pointer from integer without a cast c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'isLargeFile': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:238: warning: initialization makes pointer from integer without a cast c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:242: warning: implicit declaration of function 'fseeko64' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:243: warning: implicit declaration of function 'ftello64' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:242: warning: unused variable 'n' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'minizip': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:473: warning: assignment makes pointer from integer without a cast c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:408: warning: 'fin' may be used uninitialized in this function yes [ 40%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj checking for stdlib.h... Scanning dependencies of target umfpack_olib_ZINT make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 20%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c : warning: missing whitespace after the macro name [ 20%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c yes : warning: missing whitespace after the macro name [ 21%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c [ 41%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj checking for string.h... : warning: missing whitespace after the macro name [ 21%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c : warning: missing whitespace after the macro name [ 21%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c : warning: missing whitespace after the macro name [ 21%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c : warning: missing whitespace after the macro name yes [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c : warning: missing whitespace after the macro name checking for memory.h... [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c : warning: missing whitespace after the macro name [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c : warning: missing whitespace after the macro name [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c : warning: missing whitespace after the macro name yes [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c [ 42%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.obj : warning: missing whitespace after the macro name checking for strings.h... [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open64_file_func': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:90: warning: unused variable 'mode_fopen' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open64_file_funcA': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:105: warning: unused variable 'mode_fopen' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open64_file_funcW': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:120: warning: unused variable 'mode_fopen' c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open_file_func': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:135: warning: unused variable 'mode_fopen' : warning: missing whitespace after the macro name [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c [ 43%] Linking C static library libminizip.a : warning: missing whitespace after the macro name [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c yes make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 43%] Built target minizip make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name checking for inttypes.h... Scanning dependencies of target fmicapi make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 44%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj : warning: missing whitespace after the macro name [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c : warning: missing whitespace after the macro name [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c [ 45%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj : warning: missing whitespace after the macro name yes [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c : warning: missing whitespace after the macro name checking for stdint.h... [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c [ 46%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj : warning: missing whitespace after the macro name [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c : warning: missing whitespace after the macro name [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c : warning: missing whitespace after the macro name [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c yes [ 47%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj : warning: missing whitespace after the macro name [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c : warning: missing whitespace after the macro name checking for unistd.h... [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c : warning: missing whitespace after the macro name [ 48%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c : warning: missing whitespace after the macro name [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c : warning: missing whitespace after the macro name [ 27%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c yes [ 49%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj : warning: missing whitespace after the macro name [ 27%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c checking dlfcn.h usability... : warning: missing whitespace after the macro name [ 27%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c : warning: missing whitespace after the macro name [ 27%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c [ 50%] Linking C static library libfmicapi.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' no checking dlfcn.h presence... : warning: missing whitespace after the macro name [ 50%] Built target fmicapi make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c : warning: missing whitespace after the macro name Scanning dependencies of target fmixml make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c [ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj : warning: missing whitespace after the macro name no checking for dlfcn.h... no [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c checking how to run the C++ preprocessor... : warning: missing whitespace after the macro name [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.obj [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c : warning: missing whitespace after the macro name [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c : warning: missing whitespace after the macro name [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c : warning: missing whitespace after the macro name [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c : warning: missing whitespace after the macro name [ 53%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.obj [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c g++ -E : warning: missing whitespace after the macro name [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c : warning: missing whitespace after the macro name [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj : warning: missing whitespace after the macro name [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c : warning: missing whitespace after the macro name [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c checking the maximum length of command line arguments... 8192 checking command to parse /bin/nm -B output from gcc object... : warning: missing whitespace after the macro name [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj : warning: missing whitespace after the macro name [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c : warning: missing whitespace after the macro name [ 56%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c : warning: missing whitespace after the macro name [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj : warning: missing whitespace after the macro name [ 32%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c : warning: missing whitespace after the macro name [ 32%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c : warning: missing whitespace after the macro name [ 32%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c : warning: missing whitespace after the macro name [ 33%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c : warning: missing whitespace after the macro name [ 33%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c ok checking for objdir... : warning: missing whitespace after the macro name [ 58%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.obj .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip [ 33%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c : warning: missing whitespace after the macro name [ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj [ 33%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c : warning: missing whitespace after the macro name [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c [ 60%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.obj : warning: missing whitespace after the macro name checking if gcc supports -fno-rtti -fno-exceptions... [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c : warning: missing whitespace after the macro name [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c no checking for gcc option to produce PIC... -DDLL_EXPORT checking if gcc PIC flag -DDLL_EXPORT works... : warning: missing whitespace after the macro name [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c : warning: missing whitespace after the macro name [ 35%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj yes checking if gcc static flag -static works... : warning: missing whitespace after the macro name [ 35%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c yes checking if gcc supports -c -o file.o... : warning: missing whitespace after the macro name [ 35%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c : warning: missing whitespace after the macro name [ 35%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c [ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj : warning: missing whitespace after the macro name c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_model_structure.c: In function 'fmi2_xml_check_model_structure': c:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/src/XML/src/FMI2/fmi2_xml_model_structure.c:161: warning: unused variable 'cb' [ 36%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c : warning: missing whitespace after the macro name yes checking whether the gcc linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) supports shared libraries... [ 36%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c : warning: missing whitespace after the macro name [ 63%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj yes checking dynamic linker characteristics... [ 36%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c : warning: missing whitespace after the macro name [ 36%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c : warning: missing whitespace after the macro name [ 37%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 37%] Built target umfpack_olib_ZINT make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/DependInfo.cmake --color= [ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj Scanning dependencies of target umfpack_olib_ZINT_WSOLVE make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] Building C object CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE -DZINT @CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj [ 38%] Built target umfpack_olib_ZINT_WSOLVE make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DINT_DO_MAP_DO_VALUES make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c [ 66%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_ZLONG_DO_MAP_DO_VALUES make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_ZINT_FIXQ make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build [ 67%] Linking C static library libfmixml.a make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] Building C object CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 67%] Built target fmixml make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] Built target umfpack_olib_ZINT_FIXQ make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= Scanning dependencies of target fmizip make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' Scanning dependencies of target umfpack_olib_ZLONG_CONJUGATE_SOLVE make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 68%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj [ 39%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c : warning: missing whitespace after the macro name [ 39%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c [ 68%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 39%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_ZLONG_DO_VALUES make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 40%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c [ 69%] Linking C static library libfmizip.a : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 40%] Built target umfpack_olib_ZLONG_DO_VALUES make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/depend [ 69%] Built target fmizip make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/DependInfo.cmake --color= make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' Scanning dependencies of target umfpack_olib_ZLONG_DO_MAP make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 40%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c Scanning dependencies of target fmiimport make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 70%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.obj [ 40%] Built target umfpack_olib_ZLONG_DO_MAP make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_ZINT_DO_VALUES make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj [ 40%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 40%] Built target umfpack_olib_ZINT_DO_VALUES make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG.dir/DependInfo.cmake --color= [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj configure: creating libtool [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj Scanning dependencies of target umfpack_olib_DLONG make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/build appending configuration tag "CXX" to libtool make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c : warning: missing whitespace after the macro name [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c : warning: missing whitespace after the macro name [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c : warning: missing whitespace after the macro name checking for ld used by g++ ... [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c : warning: missing whitespace after the macro name [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj : warning: missing whitespace after the macro name [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c : warning: missing whitespace after the macro name [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c [ 76%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe checking if the linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) is GNU ld... : warning: missing whitespace after the macro name yes [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c checking whether the g++ linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) supports shared libraries... : warning: missing whitespace after the macro name yes [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c : warning: missing whitespace after the macro name [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c : warning: missing whitespace after the macro name [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c checking for g++ option to produce PIC... -DDLL_EXPORT checking if g++ PIC flag -DDLL_EXPORT works... : warning: missing whitespace after the macro name [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj yes checking if g++ static flag -static works... : warning: missing whitespace after the macro name [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c yes checking if g++ supports -c -o file.o... [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.obj : warning: missing whitespace after the macro name [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c : warning: missing whitespace after the macro name [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c : warning: missing whitespace after the macro name yes checking whether the g++ linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c [ 80%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj : warning: missing whitespace after the macro name [ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c Win32 ld.exe checking how to hardcode library paths into programs... immediate : warning: missing whitespace after the macro name [ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.obj : warning: missing whitespace after the macro name [ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c : warning: missing whitespace after the macro name [ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c : warning: missing whitespace after the macro name [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.c.obj : warning: missing whitespace after the macro name [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c : warning: missing whitespace after the macro name [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c : warning: missing whitespace after the macro name [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c : warning: missing whitespace after the macro name [ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c : warning: missing whitespace after the macro name [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c : warning: missing whitespace after the macro name [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c : warning: missing whitespace after the macro name [ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c : warning: missing whitespace after the macro name [ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c : warning: missing whitespace after the macro name [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj [ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_analyze.c : warning: missing whitespace after the macro name [ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_apply_order.c : warning: missing whitespace after the macro name [ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj : warning: missing whitespace after the macro name [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c : warning: missing whitespace after the macro name [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c : warning: missing whitespace after the macro name [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_colamd.c [ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj : warning: missing whitespace after the macro name [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c : warning: missing whitespace after the macro name [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c : warning: missing whitespace after the macro name [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c : warning: missing whitespace after the macro name [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_free.c [ 87%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj : warning: missing whitespace after the macro name [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_fsize.c : warning: missing whitespace after the macro name [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c : warning: missing whitespace after the macro name [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c [ 88%] Linking C static library libfmiimport.a : warning: missing whitespace after the macro name appending configuration tag "F77" to libtool make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c [ 88%] Built target fmiimport make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 89%] Generating ThirdParty/c99_snprintf/libc99snprintf.a.objlist -- Extracting object files from C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ThirdParty/c99_snprintf/libc99snprintf.a [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c [ 90%] Generating libfmiimport.a.objlist : warning: missing whitespace after the macro name -- Extracting object files from C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmiimport.a [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_is_permutation.c checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -DDLL_EXPORT checking if gfortran PIC flag -DDLL_EXPORT works... : warning: missing whitespace after the macro name [ 91%] Generating libjmutils.a.objlist -- Extracting object files from C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libjmutils.a [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c : warning: missing whitespace after the macro name [ 92%] Generating libfmixml.a.objlist -- Extracting object files from C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmixml.a [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c yes checking if gfortran static flag -static works... : warning: missing whitespace after the macro name [ 93%] Generating libfmizip.a.objlist -- Extracting object files from C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmizip.a [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c [ 94%] Generating libfmicapi.a.objlist -- Extracting object files from C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmicapi.a : warning: missing whitespace after the macro name [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c yes checking if gfortran supports -c -o file.o... [ 95%] Generating ExpatEx/libexpat.a.objlist -- Extracting object files from C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a : warning: missing whitespace after the macro name [ 96%] Generating Config.cmake/Minizip/libminizip.a.objlist -- Extracting object files from C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c : warning: missing whitespace after the macro name [ 97%] Generating zlib/libzlib.a.objlist -- Extracting object files from C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/zlib/libzlib.a [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c : warning: missing whitespace after the macro name [ 98%] Generating fmilib_dummy.c [ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_malloc.c yes checking whether the gfortran linker (c:/om19/omdev/tools/mingw/mingw32/bin/ld.exe) supports shared libraries... Scanning dependencies of target fmilib make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 99%] Building C object CMakeFiles/fmilib.dir/fmilib_dummy.c.obj [ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c yes checking dynamic linker characteristics... : warning: missing whitespace after the macro name [100%] Linking C static library libfmilib.a [ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c Running: ar ru C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmiimport.a.objlist : warning: missing whitespace after the macro name [ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c Running: ar ru C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libjmutils.a.objlist : warning: missing whitespace after the macro name Win32 ld.exe checking how to hardcode library paths into programs... immediate [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c Running: ar ru C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmixml.a.objlist : warning: missing whitespace after the macro name [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c Running: ar ru C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmizip.a.objlist : warning: missing whitespace after the macro name Running: ar ru C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmicapi.a.objlist [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_realloc.c : warning: missing whitespace after the macro name Running: ar ru C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libexpat.a.objlist [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.c : warning: missing whitespace after the macro name Running: ar ru C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libminizip.a.objlist [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c Running: ar ru C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libzlib.a.objlist : warning: missing whitespace after the macro name [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c Running: ar ru C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libc99snprintf.a.objlist : warning: missing whitespace after the macro name Running: C:/OM19/OMDev/tools/mingw/bin/ranlib.exe C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/libfmilib.a [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [100%] Built target fmilib make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' test -d 3rdParty/FMIL/install || make -C 3rdParty/FMIL/build install : warning: missing whitespace after the macro name make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 9%] Built target expatex [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_singletons.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 10%] Built target c99snprintf make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 27%] Built target zlib make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c [ 36%] Built target jmutils make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c [ 43%] Built target minizip make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 50%] Built target fmicapi [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c [ 67%] Built target fmixml make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c [ 69%] Built target fmizip make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 88%] Built target fmiimport [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj [100%] Built target fmilib /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' : warning: missing whitespace after the macro name Install the project... -- Install configuration: "Release" -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/lib/libfmilib.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/doc/FMILIB_Readme.txt [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/doc/FMILIB_License.txt -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/doc/FMILIB_Acknowledgements.txt -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/fmilib_config.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/fmilib.h -- Up-to-date: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI/fmi_import_context.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI/fmi_import_util.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1 -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_capabilities.h : warning: missing whitespace after the macro name -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_capi.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_convenience.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_cosim.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_type.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_unit.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_variable.h [ 60%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_variable_list.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_import_vendor_annotations.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2 -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_capi.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_convenience.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_type.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_unit.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_variable.h : warning: missing whitespace after the macro name -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_import_variable_list.h -- Up-to-date: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include -- Up-to-date: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI/fmi_util.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI/fmi_version.h -- Up-to-date: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1 -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_enums.h make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_functions.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI1/fmi1_types.h -- Up-to-date: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2 -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_enums.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_functions.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_types.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/FMI2/fmi2_xml_callbacks.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_callbacks.h [ 60%] Built target umfpack_olib_DLONG make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/depend -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_named_ptr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_portability.h make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib.dir/DependInfo.cmake --color= -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_stack.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_string_set.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_types.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_vector.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/./include/JM/jm_vector_template.h -- Up-to-date: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1 -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiFunctions.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiModelFunctions.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiModelTypes.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI1/fmiPlatformTypes.h Scanning dependencies of target umfpack_olib -- Up-to-date: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2 -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2Functions.h make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/build -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2FunctionTypes.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmi2TypesPlatform.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmiFunctions.h make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmiFunctionTypes.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build/../install/include/FMI2/fmiTypesPlatform.h [ 60%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/FMIL/build' /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib.dir/includes_C.rsp -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_global.c test "(" ! `uname` = Darwin ")" -o "(" ! -f 3rdParty/FMIL/build/libfmilib_shared.dll ")" || install_name_tool -id @rpath/libfmilib_shared.dll 3rdParty/FMIL/build/libfmilib_shared.dll cp -pPR 3rdParty/FMIL/build/libfmilib.a /c/OM19/OpenModelica/build/lib/omc test ! -f /c/OM19/OpenModelica/build/lib/omc/libfmilib_shared.dll || ln -sf libfmilib_shared.dll /c/OM19/OpenModelica/build/lib/omc/libfmilib.dll #TODO: Only copy required headers, add them in omc/fmi subfolder, and do not copy c/txt-files [ 61%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib.dir/includes_C.rsp -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_tictoc.c #cp -rp 3rdParty/FMIL/install/include/* /c/OM19/OpenModelica/build/include/omc mkdir -p 3rdParty/sundials/build cd 3rdParty/sundials/build && /c/OM19/OMDev//bin/cmake/bin/cmake .. -G "MSYS Makefiles" -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_PREFIX=`pwd` [ 61%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib.dir/includes_C.rsp -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_timer.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 61%] Built target umfpack_olib make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend configure: Build is "i686-pc-mingw32". configure: Applying patches to libtool for GNU compiler make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DROP.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DLONG_DROP make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/build checking if library version is set... no checking whether source of project ASL is available and should be compiled... no checking whether source of project Blas is available and should be compiled... make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' no, --with-blas-lib has been specified checking whether source of project Lapack is available and should be compiled... -- The C compiler identification is GNU 4.4.0 no, --with-lapack-lib has been specified checking whether source of project Metis is available and should be compiled... no, --without-metis has been specified checking whether source of project HSL is available and should be compiled... no checking whether source of project Mumps is available and should be compiled... yes, source in ThirdParty/Mumps checking whether source of project Ipopt is available and should be compiled... yes, source in Ipopt [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj configure: configuring doxygen documentation options checking for doxygen... /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_DROP.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c no checking for latex... no checking for dot... NO checking which command should be used to link input files... ln -s -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 61%] Built target umfpack_olib_DLONG_DROP make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DROP.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_ZLONG_DROP make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 61%] Building C object CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DROP.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' configure: creating ./config.status [ 61%] Built target umfpack_olib_ZLONG_DROP make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe -- works -- Detecting C compiler ABI info Scanning dependencies of target umfpack_olib_DINT_CONJUGATE_SOLVE make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 62%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCONJUGATE_SOLVE -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c : warning: missing whitespace after the macro name [ 62%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCONJUGATE_SOLVE -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 62%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT.dir/DependInfo.cmake --color= -- Detecting C compiler ABI info - done -- Detecting C compile features Scanning dependencies of target umfpack_olib_DINT make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 62%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c : warning: missing whitespace after the macro name [ 62%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c : warning: missing whitespace after the macro name [ 63%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c : warning: missing whitespace after the macro name [ 63%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c : warning: missing whitespace after the macro name [ 63%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c -- Detecting C compile features - done -- Looking for _POSIX_TIMERS : warning: missing whitespace after the macro name [ 63%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c : warning: missing whitespace after the macro name [ 64%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c -- Looking for _POSIX_TIMERS - not found : warning: missing whitespace after the macro name -- Added NVECTOR_SERIAL module -- Added ARKODE module -- Added CVODE module -- Added CVODES module -- Added IDA module -- Added IDAS module -- Added KINSOL module [ 64%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c -- Configuring done : warning: missing whitespace after the macro name [ 64%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c : warning: missing whitespace after the macro name [ 64%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c : warning: missing whitespace after the macro name [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c config.status: creating Makefile : warning: missing whitespace after the macro name [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c : warning: missing whitespace after the macro name [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c config.status: creating doxydoc/doxygen.conf : warning: missing whitespace after the macro name [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c : warning: missing whitespace after the macro name [ 66%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c : warning: missing whitespace after the macro name -- Generating done config.status: executing depfiles commands [ 66%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c -- Build files have been written to: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build make -C 3rdParty/sundials/build install make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -H/C/OM19/OpenModelica/OMCompiler/3rdParty/sundials -B/C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build --check-build-system CMakeFiles/Makefile.cmake 0 /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/CMakeFiles /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/CMakeFiles/progress.marks : warning: missing whitespace after the macro name make -f CMakeFiles/Makefile2 all make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/nvec_ser /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/DependInfo.cmake --color= [ 66%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c Scanning dependencies of target sundials_nvecserial_shared make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' : warning: missing whitespace after the macro name [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecserial_shared_EXPORTS @CMakeFiles/sundials_nvecserial_shared.dir/includes_C.rsp -o CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/nvec_ser/nvector_serial.c [ 66%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c : warning: missing whitespace after the macro name [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c configure: configuring in ThirdParty/Mumps [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecserial_shared_EXPORTS @CMakeFiles/sundials_nvecserial_shared.dir/includes_C.rsp -o CMakeFiles/sundials_nvecserial_shared.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c : warning: missing whitespace after the macro name [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c [ 1%] Linking C shared library libsundials_nvecserial.dll cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_nvecserial_shared.dir/objects.a configure: running /bin/sh './configure' --prefix=/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt '--with-pic' 'CC=gcc' 'CFLAGS=-g -O2 -falign-functions' 'CXX=g++ ' 'CXXFLAGS=' 'F77=gfortran' 'LDFLAGS=-L/c/OM19/OpenModelica/build/lib/omc ' '--with-lapack-lib=-llapack -lblas' '--with-blas-lib=-llapack -lblas' '--host=' '--without-metis' '--without-HSLold' '--without-HSL' 'host_alias=' --cache-file=/dev/null --srcdir=. : warning: missing whitespace after the macro name cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/sundials_nvecserial_shared.dir/objects.a @CMakeFiles/sundials_nvecserial_shared.dir/objects1.rsp [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -shared -o libsundials_nvecserial.dll -Wl,--out-implib,libsundials_nvecserial.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/sundials_nvecserial_shared.dir/objects.a -Wl,--no-whole-archive @CMakeFiles/sundials_nvecserial_shared.dir/linklibs.rsp : warning: missing whitespace after the macro name [ 68%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c Creating library file: libsundials_nvecserial.dll.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 1%] Built target sundials_nvecserial_shared make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/depend : warning: missing whitespace after the macro name make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/nvec_ser /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/DependInfo.cmake --color= [ 68%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c Scanning dependencies of target sundials_nvecserial_static make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 1%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_nvecserial_static.dir/includes_C.rsp -o CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/nvec_ser/nvector_serial.c : warning: missing whitespace after the macro name [ 68%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c : warning: missing whitespace after the macro name [ 68%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c [ 1%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_nvecserial_static.dir/includes_C.rsp -o CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c : warning: missing whitespace after the macro name [ 69%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c [ 2%] Linking C static library libsundials_nvecserial.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_nvecserial_static.dir/cmake_clean_target.cmake : warning: missing whitespace after the macro name cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_nvecserial_static.dir/link.txt --verbose=1 C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libsundials_nvecserial.a CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj [ 69%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libsundials_nvecserial.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 2%] Built target sundials_nvecserial_static make -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_shared.dir/depend : warning: missing whitespace after the macro name make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode/CMakeFiles/sundials_arkode_shared.dir/DependInfo.cmake --color= [ 69%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c : warning: missing whitespace after the macro name Scanning dependencies of target sundials_arkode_shared make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_shared.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 69%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_2by2.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c [ 2%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode.c : warning: missing whitespace after the macro name [ 70%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_analyze.c : warning: missing whitespace after the macro name [ 70%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_apply_order.c : warning: missing whitespace after the macro name [ 70%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c : warning: missing whitespace after the macro name [ 70%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c [ 2%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_band.c : warning: missing whitespace after the macro name [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c [ 2%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_bandpre.c : warning: missing whitespace after the macro name [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_colamd.c [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_bbdpre.c : warning: missing whitespace after the macro name [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_butcher.c : warning: missing whitespace after the macro name [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c : warning: missing whitespace after the macro name [ 72%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_dense.c : warning: missing whitespace after the macro name [ 72%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_free.c [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_direct.c : warning: missing whitespace after the macro name [ 72%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_fsize.c : warning: missing whitespace after the macro name [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_io.c [ 72%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c : warning: missing whitespace after the macro name [ 73%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c : warning: missing whitespace after the macro name [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_pcg.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_pcg.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_pcg.c [ 73%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c : warning: missing whitespace after the macro name [ 73%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_spbcgs.c : warning: missing whitespace after the macro name [ 73%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_is_permutation.c [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spfgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_spfgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_spfgmr.c : warning: missing whitespace after the macro name [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c : warning: missing whitespace after the macro name [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_spgmr.c [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c : warning: missing whitespace after the macro name [ 6%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spils.c.obj [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_spils.c /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c : warning: missing whitespace after the macro name [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c [ 6%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_sptfqmr.c : warning: missing whitespace after the macro name [ 75%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c [ 6%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/arkode_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_sparse.c : warning: missing whitespace after the macro name [ 75%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c : warning: missing whitespace after the macro name [ 75%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_malloc.c : warning: missing whitespace after the macro name [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 75%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c : warning: missing whitespace after the macro name [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 76%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c : warning: missing whitespace after the macro name checking for svnversion... [ 76%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj yes /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c [ 8%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c : warning: missing whitespace after the macro name [ 76%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c [ 8%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c : warning: missing whitespace after the macro name [ 76%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c checking build system type... : warning: missing whitespace after the macro name [ 8%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 77%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_realloc.c : warning: missing whitespace after the macro name [ 77%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.c [ 9%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_pcg.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_pcg.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_pcg.c : warning: missing whitespace after the macro name [ 77%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c [ 9%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c : warning: missing whitespace after the macro name [ 77%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c [ 9%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spfgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spfgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spfgmr.c : warning: missing whitespace after the macro name i686-pc-mingw32 [ 78%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c : warning: missing whitespace after the macro name checking whether we want to compile in debug mode... no [ 10%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c [ 78%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c : warning: missing whitespace after the macro name [ 78%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c [ 10%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c : warning: missing whitespace after the macro name [ 78%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_singletons.c [ 10%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c : warning: missing whitespace after the macro name checking for C compiler default output file name... [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c [ 11%] Linking C shared library libsundials_arkode.dll cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_arkode_shared.dir/objects.a : warning: missing whitespace after the macro name cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/sundials_arkode_shared.dir/objects.a @CMakeFiles/sundials_arkode_shared.dir/objects1.rsp [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c a.exe checking whether the C compiler works... cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -shared -o libsundials_arkode.dll -Wl,--out-implib,libsundials_arkode.dll.a -Wl,--major-image-version,1,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/sundials_arkode_shared.dir/objects.a -Wl,--no-whole-archive @CMakeFiles/sundials_arkode_shared.dir/linklibs.rsp yes : warning: missing whitespace after the macro name checking whether we are cross compiling... no checking for suffix of executables... [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c Creating library file: libsundials_arkode.dll.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 11%] Built target sundials_arkode_shared make -f src/arkode/CMakeFiles/sundials_arkode_static.dir/build.make src/arkode/CMakeFiles/sundials_arkode_static.dir/depend : warning: missing whitespace after the macro name make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode/CMakeFiles/sundials_arkode_static.dir/DependInfo.cmake --color= [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c .exe checking for suffix of object files... : warning: missing whitespace after the macro name Scanning dependencies of target sundials_arkode_static make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/arkode/CMakeFiles/sundials_arkode_static.dir/build.make src/arkode/CMakeFiles/sundials_arkode_static.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 80%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c [ 11%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode.c : warning: missing whitespace after the macro name [ 80%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c : warning: missing whitespace after the macro name [ 80%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c o checking whether we are using the GNU C compiler... : warning: missing whitespace after the macro name [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c : warning: missing whitespace after the macro name [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c [ 11%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_band.c : warning: missing whitespace after the macro name [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c yes checking whether gcc accepts -g... : warning: missing whitespace after the macro name [ 12%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_bandpre.c [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 12%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_bbdpre.c [ 81%] Built target umfpack_olib_DINT make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DINT_DO_MAP make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' yes checking for gcc option to accept ANSI C... [ 12%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_butcher.c [ 81%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 81%] Built target umfpack_olib_DINT_DO_MAP make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/DependInfo.cmake --color= [ 13%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_dense.c Scanning dependencies of target umfpack_olib_ZINT_DO_MAP make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 81%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c : warning: missing whitespace after the macro name [ 13%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_direct.c none needed make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 81%] Built target umfpack_olib_ZINT_DO_MAP make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DLONG_WSOLVE make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build [ 13%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_io.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 82%] Building C object CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE @CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 82%] Built target umfpack_olib_DLONG_WSOLVE make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DROP.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DINT_DROP make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/build [ 14%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_pcg.c.obj make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_pcg.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_pcg.c [ 82%] Building C object CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DROP.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 14%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_spbcgs.c [ 82%] Built target umfpack_olib_DINT_DROP make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG.dir/DependInfo.cmake --color= configure: C compiler options are: -g -O2 -falign-functions -DMUMPS_BUILD configure: Trying to determine Fortran compiler name [ 14%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spfgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_spfgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_spfgmr.c checking whether we are using the GNU Fortran 77 compiler... [ 15%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_spgmr.c Scanning dependencies of target umfpack_olib_ZLONG [ 15%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_spils.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c yes checking whether gfortran accepts -g... : warning: missing whitespace after the macro name [ 15%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_sptfqmr.c [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c : warning: missing whitespace after the macro name [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c [ 16%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/arkode_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/arkode/arkode_sparse.c : warning: missing whitespace after the macro name yes [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c [ 16%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c : warning: missing whitespace after the macro name [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c : warning: missing whitespace after the macro name [ 16%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c : warning: missing whitespace after the macro name [ 17%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c configure: Fortran compiler options are: -O3 -pipe checking how to get verbose linking output from gfortran... : warning: missing whitespace after the macro name [ 17%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c : warning: missing whitespace after the macro name [ 17%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c : warning: missing whitespace after the macro name [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c [ 18%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c : warning: missing whitespace after the macro name [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c -v checking for Fortran libraries of gfortran... [ 18%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_pcg.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_pcg.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_pcg.c : warning: missing whitespace after the macro name [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c [ 18%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 18%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spfgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spfgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spfgmr.c -Lc:/OM19/OpenModelica/build/lib/omc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0 -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../.. -lgfortranbegin -lgfortran -lmingw32 -lgcc_s -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 : warning: missing whitespace after the macro name configure: Corrected Fortran libraries: -Lc:/OM19/OpenModelica/build/lib/omc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0 -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../.. -lgfortranbegin -lgfortran -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 checking for dummy main to link with Fortran libraries... [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c [ 19%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c : warning: missing whitespace after the macro name [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c [ 19%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c : warning: missing whitespace after the macro name [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c [ 19%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c : warning: missing whitespace after the macro name none checking for Fortran name-mangling scheme... [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c [ 20%] Linking C static library libsundials_arkode.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_arkode_static.dir/cmake_clean_target.cmake : warning: missing whitespace after the macro name cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_arkode_static.dir/link.txt --verbose=1 [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libsundials_arkode.a CMakeFiles/sundials_arkode_static.dir/arkode.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_band.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_dense.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_direct.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_pcg.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_spbcgs.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_spfgmr.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_spgmr.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_spils.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_sptfqmr.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_sparse.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_pcg.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spbcgs.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spfgmr.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spgmr.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sptfqmr.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sparse.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libsundials_arkode.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' : warning: missing whitespace after the macro name [ 20%] Built target sundials_arkode_static make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/depend [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode/CMakeFiles/sundials_cvode_shared.dir/DependInfo.cmake --color= : warning: missing whitespace after the macro name Scanning dependencies of target sundials_cvode_shared make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c [ 20%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode.c : warning: missing whitespace after the macro name [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c : warning: missing whitespace after the macro name [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c : warning: missing whitespace after the macro name [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c [ 20%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_io.c : warning: missing whitespace after the macro name [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c : warning: missing whitespace after the macro name [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_direct.c [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c : warning: missing whitespace after the macro name [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_band.c : warning: missing whitespace after the macro name [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_dense.c : warning: missing whitespace after the macro name [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c [ 22%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_diag.c : warning: missing whitespace after the macro name [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c lower case, underscore, no extra underscore : warning: missing whitespace after the macro name [ 22%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_spils.c [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c : warning: missing whitespace after the macro name [ 22%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_spbcgs.c [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c : warning: missing whitespace after the macro name [ 23%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_spgmr.c [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c : warning: missing whitespace after the macro name [ 23%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_sptfqmr.c [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c : warning: missing whitespace after the macro name [ 23%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_sparse.c [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c : warning: missing whitespace after the macro name [ 24%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.c.obj [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_bandpre.c : warning: missing whitespace after the macro name [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c [ 24%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_bbdpre.c : warning: missing whitespace after the macro name [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c checking whether ln -s works... yes checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... [ 24%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c : warning: missing whitespace after the macro name [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c : warning: missing whitespace after the macro name [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c : warning: missing whitespace after the macro name [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c : warning: missing whitespace after the macro name [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c : warning: missing whitespace after the macro name [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c [ 26%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c : warning: missing whitespace after the macro name [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c [ 26%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c : warning: missing whitespace after the macro name [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c [ 26%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c : warning: missing whitespace after the macro name [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c [ 27%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c yes : warning: missing whitespace after the macro name [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c [ 27%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spgmr.c.obj : warning: missing whitespace after the macro name cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c checking for gawk... gawk checking whether make sets $(MAKE)... [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c : warning: missing whitespace after the macro name [ 27%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c yes : warning: missing whitespace after the macro name [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c checking for style of include used by make... [ 28%] Linking C shared library libsundials_cvode.dll cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_cvode_shared.dir/objects.a : warning: missing whitespace after the macro name GNU cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/sundials_cvode_shared.dir/objects.a @CMakeFiles/sundials_cvode_shared.dir/objects1.rsp [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -shared -o libsundials_cvode.dll -Wl,--out-implib,libsundials_cvode.dll.a -Wl,--major-image-version,1,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/sundials_cvode_shared.dir/objects.a -Wl,--no-whole-archive @CMakeFiles/sundials_cvode_shared.dir/linklibs.rsp checking dependency style of gcc... : warning: missing whitespace after the macro name [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c Creating library file: libsundials_cvode.dll.a : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 28%] Built target sundials_cvode_shared make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.dir/depend [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode/CMakeFiles/sundials_cvode_static.dir/DependInfo.cmake --color= : warning: missing whitespace after the macro name Scanning dependencies of target sundials_cvode_static make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.dir/build [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 28%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode.c : warning: missing whitespace after the macro name [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c : warning: missing whitespace after the macro name [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c gcc3 checking whether to enable maintainer-specific portions of Makefiles... no : warning: missing whitespace after the macro name configure: Using libtool script in directory ../.. [ 96%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c [ 28%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_io.c : warning: missing whitespace after the macro name [ 96%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_direct.c : warning: missing whitespace after the macro name [ 96%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_band.c : warning: missing whitespace after the macro name [ 96%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_dense.c : warning: missing whitespace after the macro name [ 97%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_diag.c : warning: missing whitespace after the macro name [ 97%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_spils.c : warning: missing whitespace after the macro name [ 97%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c : warning: missing whitespace after the macro name [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_spbcgs.c [ 97%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c : warning: missing whitespace after the macro name [ 31%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_spgmr.c [ 98%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c : warning: missing whitespace after the macro name [ 98%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c [ 31%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_sptfqmr.c : warning: missing whitespace after the macro name [ 98%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c [ 31%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_sparse.c : warning: missing whitespace after the macro name [ 98%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c [ 32%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_bandpre.c : warning: missing whitespace after the macro name checking if library version is set... 6:2:5 make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' checking for pkg-config... no [ 98%] Built target umfpack_olib_ZLONG make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= [ 32%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvode/cvode_bbdpre.c Scanning dependencies of target umfpack_olib_ZINT_CONJUGATE_SOLVE make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 98%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c checking for COIN-OR package Blas... yes : warning: missing whitespace after the macro name [ 32%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c [ 98%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c checking for COIN-OR package Metis... skipping checking whether we can compile Fortran 90 code... : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 98%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_ZINT_DO_MAP_DO_VALUES make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 99%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c : warning: missing whitespace after the macro name yes [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj checking for additional preprocessor C flags... make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d checking for additional preprocessor Fortran flags... checking which command should be used to link input files... ln -s cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c [ 99%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DINT_DO_VALUES make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c [100%] Building C object CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DDINT -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/includes_C.rsp -o CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c : warning: missing whitespace after the macro name make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Built target umfpack_olib_DINT_DO_VALUES make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd.dir/DependInfo.cmake --color= [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c Scanning dependencies of target amd make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Linking C static library libamd.a configure: creating ./config.status /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/amd.dir/cmake_clean_target.cmake /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/amd.dir/link.txt --verbose=1 C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libamd.a CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libamd.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Built target amd make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/btf.dir/DependInfo.cmake --color= Scanning dependencies of target btf make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Linking C static library libbtf.a /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/btf.dir/cmake_clean_target.cmake [ 35%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/btf.dir/link.txt --verbose=1 C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libbtf.a CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libbtf.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Built target btf make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/colamd.dir/DependInfo.cmake --color= Scanning dependencies of target colamd [ 35%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Linking C static library libcolamd.a /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/colamd.dir/cmake_clean_target.cmake /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/colamd.dir/link.txt --verbose=1 C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libcolamd.a CMakeFiles/colamd_object.dir/COLAMD/Source/colamd_global.c.obj CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libcolamd.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Built target colamd make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/depend [ 35%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/klu.dir/DependInfo.cmake --color= Scanning dependencies of target klu make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Linking C static library libklu.a /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/klu.dir/cmake_clean_target.cmake /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/klu.dir/link.txt --verbose=1 C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libklu.a CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libklu.a [ 35%] Linking C static library libsundials_cvode.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_cvode_static.dir/cmake_clean_target.cmake make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Built target klu make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/depend cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_cvode_static.dir/link.txt --verbose=1 make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack.dir/DependInfo.cmake --color= C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libsundials_cvode.a CMakeFiles/sundials_cvode_static.dir/cvode.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj Scanning dependencies of target umfpack make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/build C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libsundials_cvode.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 35%] Built target sundials_cvode_static make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/DependInfo.cmake --color= make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Linking C static library libumfpack.a /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/umfpack.dir/cmake_clean_target.cmake /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/umfpack.dir/link.txt --verbose=1 C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libumfpack.a CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_2by2.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj Scanning dependencies of target sundials_cvodes_shared make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 36%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes.c C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libumfpack.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' [100%] Built target umfpack make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' make[3]: Nothing to be done for `preinstall'. make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' Install the project... /c/OM19/OMDev/bin/cmake/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "" -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/UFconfig.h -- Up-to-date: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/amd.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/amd_internal.h -- Installing: c:/OM19/OpenModelica/build/lib/omc/libamd.a -- Installing: c:/OM19/OpenModelica/build/lib/omc/libbtf.a -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/btf.h -- Installing: c:/OM19/OpenModelica/build/lib/omc/libcolamd.a -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/colamd.h -- Installing: c:/OM19/OpenModelica/build/lib/omc/libklu.a -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/klu.h -- Up-to-date: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_col_to_triplet.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_defaults.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_free_numeric.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_free_symbolic.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_get_determinant.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_get_lunz.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_get_numeric.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_get_symbolic.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_global.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_load_numeric.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_load_symbolic.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_numeric.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_qsymbolic.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_control.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_info.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_matrix.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_numeric.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_perm.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_status.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_symbolic.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_triplet.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_report_vector.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_save_numeric.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_save_symbolic.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_scale.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_solve.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_symbolic.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_tictoc.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_timer.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_transpose.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_triplet_to_col.h -- Installing: c:/OM19/OpenModelica/build/include/omc/c/suitesparse/Include/umfpack_wsolve.h -- Installing: c:/OM19/OpenModelica/build/lib/omc/libumfpack.a make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/SuiteSparse/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libumfpack.dylib "/c/OM19/OpenModelica/build/lib/omc/libumfpack.dll" test ! `uname` = Darwin || install_name_tool -id @rpath/libamd.dylib "/c/OM19/OpenModelica/build/lib/omc/libamd.dll" test ! `uname` = Darwin || install_name_tool -id @rpath/libklu.dylib "/c/OM19/OpenModelica/build/lib/omc/libklu.dll" test ! `uname` = Darwin || install_name_tool -id @rpath/libbtf.dylib "/c/OM19/OpenModelica/build/lib/omc/libbtf.dll" test ! `uname` = Darwin || install_name_tool -id @rpath/libcolamd.dylib "/c/OM19/OpenModelica/build/lib/omc/libcolamd.dll" [ 36%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodea.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodea.c #cp -au 3rdParty/SuiteSparse/build/*. build/lib/omc #mkdir --parent build/include/omc/c/suitesparse #cp -a 3rdParty/SuiteSparse/UMFPACK/Include/*.h build/include/omc/c/suitesparse #cp -a 3rdParty/SuiteSparse/AMD/Include/*.h build/include/omc/c/suitesparse #cp -a 3rdParty/SuiteSparse/UFconfig/*.h build/include/omc/c/suitesparse (time cp SimulationRuntime/OpenTurns/* /c/OM19/OpenModelica/build/share//omc/scripts/OpenTurns/) real 0m0.059s user 0m0.000s sys 0m0.015s (cd tools/debugging/ && time g++ BreakProcess.cpp -o BreakProcess -static-libgcc) [ 36%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_io.c [ 37%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodea_io.c config.status: creating Makefile [ 37%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj real 0m0.533s user 0m0.000s sys 0m0.015s cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_direct.c (cd tools/debugging/ && cp BreakProcess.exe /c/OM19/OpenModelica/build/bin) make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw OMBUILDDIR=/c/OM19/OpenModelica/build make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' g++ -fPIC -O3 -Wall -I. -I"../../../c" -c -o omc_ocl_memory_ops.o omc_ocl_memory_ops.cpp omc_ocl_memory_ops.cpp:1: warning: -fPIC ignored for target (all code is position independent) config.status: creating coinmumps.pc [ 37%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_band.c [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_dense.c config.status: creating coinmumps-uninstalled.pc g++ -fPIC -O3 -Wall -I. -I"../../../c" -c -o omc_ocl_interface.o omc_ocl_interface.cpp omc_ocl_interface.cpp:1: warning: -fPIC ignored for target (all code is position independent) [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_diag.c [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sparse.c omc_ocl_interface.cpp: In function 'int array_shape_eq(const base_array_t*, const device_array*)': omc_ocl_interface.cpp:88: warning: format '%d' expects type 'int', but argument 4 has type 'long int' omc_ocl_interface.cpp: In function 'int array_shape_eq(const device_array*, const device_array*)': omc_ocl_interface.cpp:108: warning: format '%d' expects type 'int', but argument 3 has type 'long int' omc_ocl_interface.cpp:108: warning: format '%d' expects type 'int', but argument 4 has type 'long int' config.status: executing depfiles commands [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spils.c g++ -fPIC -O3 -Wall -I. -I"../../../c" -c -o omc_ocl_builtin_kernels.o omc_ocl_builtin_kernels.cpp omc_ocl_builtin_kernels.cpp:1: warning: -fPIC ignored for target (all code is position independent) [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spbcgs.c [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spgmr.c g++ -fPIC -O3 -Wall -I. -I"../../../c" -c -o omc_ocl_util.o omc_ocl_util.cpp [ 40%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_sptfqmr.c.obj omc_ocl_util.cpp:1: warning: -fPIC ignored for target (all code is position independent) cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sptfqmr.c [ 40%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_bandpre.c omc_ocl_util.cpp: In function 'void ocl_initialize()': omc_ocl_util.cpp:210: warning: unused variable 'elapsedTime' omc_ocl_util.cpp: In function 'void ocl_execute_kernel(_cl_kernel*)': omc_ocl_util.cpp:437: warning: unused variable 'elapsedTime' [ 40%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_bbdpre.c ar -rcs libParModelicaExpl.a omc_ocl_memory_ops.o omc_ocl_interface.o omc_ocl_builtin_kernels.o omc_ocl_util.o mkdir -p /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp omc_ocl_interface.h /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp omc_ocl_common_header.h /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ [ 41%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting configure: Configuration of ThirdPartyMumps successful cp -rp omc_ocl_memory_ops.h /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp libParModelicaExpl.a /c/OM19/OpenModelica/build/lib/omc/ [ 41%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 41%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj cp -rp ParModelicaBuiltin.mo /c/OM19/OpenModelica/build/lib/omc/ cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c cp -rp OCLRuntimeUtil.cl /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ [ 42%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' (cd 3rdParty/metis-5.1.0 && /c/OM19/OMDev//bin/cmake/bin/cmake -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -G "MSYS Makefiles" && CC="gcc" CFLAGS="-g -O2 -falign-functions" make) [ 42%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c -- The C compiler identification is GNU 4.4.0 [ 42%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c -- The CXX compiler identification is GNU 4.4.0 -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c -- Check for working C compiler: C:/OM19/OMDev/tools/mingw/bin/gcc.exe -- works -- Detecting C compiler ABI info [ 44%] Linking C shared library libsundials_cvodes.dll cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_cvodes_shared.dir/objects.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/sundials_cvodes_shared.dir/objects.a @CMakeFiles/sundials_cvodes_shared.dir/objects1.rsp cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -shared -o libsundials_cvodes.dll -Wl,--out-implib,libsundials_cvodes.dll.a -Wl,--major-image-version,2,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/sundials_cvodes_shared.dir/objects.a -Wl,--no-whole-archive @CMakeFiles/sundials_cvodes_shared.dir/linklibs.rsp Creating library file: libsundials_cvodes.dll.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 44%] Built target sundials_cvodes_shared make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes/CMakeFiles/sundials_cvodes_static.dir/DependInfo.cmake --color= -- Detecting C compiler ABI info - done -- Detecting C compile features Scanning dependencies of target sundials_cvodes_static make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes.c configure: configuring in Ipopt configure: running /bin/sh './configure' --prefix=/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt '--with-pic' 'CC=gcc' 'CFLAGS=-g -O2 -falign-functions' 'CXX=g++ ' 'CXXFLAGS=' 'F77=gfortran' 'LDFLAGS=-L/c/OM19/OpenModelica/build/lib/omc ' '--with-lapack-lib=-llapack -lblas' '--with-blas-lib=-llapack -lblas' '--host=' '--without-metis' '--without-HSLold' '--without-HSL' 'host_alias=' --cache-file=/dev/null --srcdir=. [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodea.c -- Detecting C compile features - done -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_io.c [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodea_io.c -- Check for working CXX compiler: C:/OM19/OMDev/tools/mingw/bin/g++.exe -- works -- Detecting CXX compiler ABI info [ 46%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_direct.c [ 46%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_band.c [ 46%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_dense.c -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features [ 47%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_diag.c [ 47%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sparse.c [ 47%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spils.c [ 48%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spbcgs.c [ 48%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spgmr.c [ 48%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sptfqmr.c [ 49%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_bandpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_bandpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_bandpre.c [ 49%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/cvodes_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_bbdpre.c [ 49%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c [ 50%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 50%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 50%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c [ 51%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c -- Detecting CXX compile features - done -- Looking for execinfo.h [ 51%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 51%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c -- Looking for execinfo.h - not found -- Looking for getline [ 52%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 52%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c [ 52%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -o CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c -- Looking for getline - not found [ 52%] Linking C static library libsundials_cvodes.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_cvodes_static.dir/cmake_clean_target.cmake cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_cvodes_static.dir/link.txt --verbose=1 C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libsundials_cvodes.a CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_band.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_dense.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_sparse.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_spbcgs.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_spgmr.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_sptfqmr.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_bandpre.c.obj CMakeFiles/sundials_cvodes_static.dir/cvodes_bbdpre.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_sparse.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_spbcgs.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_spgmr.c.obj CMakeFiles/sundials_cvodes_static.dir/__/sundials/sundials_sptfqmr.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libsundials_cvodes.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 52%] Built target sundials_cvodes_static make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida/CMakeFiles/sundials_ida_shared.dir/DependInfo.cmake --color= checking build system type... -- checking for thread-local storage - found Scanning dependencies of target sundials_ida_shared -- Configuring done make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 53%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida.c [ 53%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_io.c -- Generating done i686-pc-mingw32 -- Build files have been written to: C:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. /C/OM19/OMDev/bin/cmake/bin/cmake.exe -H/C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 -B/C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 --check-build-system CMakeFiles/Makefile.cmake 0 /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/CMakeFiles /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/CMakeFiles/progress.marks [ 53%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_ic.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_ic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_ic.c make -f CMakeFiles/Makefile2 all make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color= [ 54%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_direct.c checking for svnversion... yes Scanning dependencies of target metis make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build checking whether we want to compile in debug mode... no [ 54%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_band.c.obj make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_band.c [ 1%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/b64.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/b64.c checking for egrep... grep -E checking whether ln -s works... yes [ 54%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_dense.c [ 2%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/blas.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/blas.c [ 55%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_sparse.c checking for C compiler default output file name... [ 55%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_spils.c [ 3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/csr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c: In function 'gk_csr_Read': c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422: warning: too many arguments for format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438: warning: too many arguments for format [ 55%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_spbcgs.c a.exe checking whether the C compiler works... At top level: cc1.exe: warning: unrecognized command line option "-Wno-unused-but-set-variable" yes [ 56%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_spgmr.c checking whether we are cross compiling... no checking for suffix of executables... [ 4%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/error.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/error.c [ 56%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_sptfqmr.c [ 5%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/evaluate.c .exe checking for suffix of object files... [ 56%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/ida_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_bbdpre.c [ 6%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/fkvkselect.c [ 57%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c [ 7%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/fs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/fs.c o checking whether we are using the GNU C compiler... [ 57%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 9%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/getopt.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/getopt.c [ 57%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 10%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c [ 58%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c:371: warning: type of bit-field 'type' is a GCC extension c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c: In function 'init_dfa': c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c:3434: warning: implicit declaration of function 'stricmp' yes checking whether gcc accepts -g... [ 58%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c [ 58%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c yes checking for gcc option to accept ANSI C... [ 59%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c At top level: cc1.exe: warning: unrecognized command line option "-Wno-unused-but-set-variable" [ 11%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/graph.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c [ 59%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c: In function 'gk_graph_Read': c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109: warning: unknown conversion type character 'z' in format c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109: warning: too many arguments for format At top level: cc1.exe: warning: unrecognized command line option "-Wno-unused-but-set-variable" [ 59%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c none needed [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/htable.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/htable.c [ 60%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -o CMakeFiles/sundials_ida_shared.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c [ 13%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c: In function 'gk_i64readfile': c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c:192: warning: ISO C does not support the 'I64' ms_scanf length modifier At top level: cc1.exe: warning: unrecognized command line option "-Wno-unused-but-set-variable" [ 60%] Linking C shared library libsundials_ida.dll cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_ida_shared.dir/objects.a [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/itemsets.c cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/sundials_ida_shared.dir/objects.a @CMakeFiles/sundials_ida_shared.dir/objects1.rsp cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -shared -o libsundials_ida.dll -Wl,--out-implib,libsundials_ida.dll.a -Wl,--major-image-version,2,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/sundials_ida_shared.dir/objects.a -Wl,--no-whole-archive @CMakeFiles/sundials_ida_shared.dir/linklibs.rsp [ 15%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/mcore.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c Creating library file: libsundials_ida.dll.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 60%] Built target sundials_ida_shared make -f src/ida/CMakeFiles/sundials_ida_static.dir/build.make src/ida/CMakeFiles/sundials_ida_static.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida/CMakeFiles/sundials_ida_static.dir/DependInfo.cmake --color= [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/memory.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c configure: C compiler options are: -g -O2 -falign-functions -DIPOPT_BUILD Scanning dependencies of target sundials_ida_static make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/ida/CMakeFiles/sundials_ida_static.dir/build.make src/ida/CMakeFiles/sundials_ida_static.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 60%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida.c checking whether we are using the GNU C++ compiler... [ 18%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/omp.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/omp.c [ 61%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_io.c [ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/pdb.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/pdb.c yes checking whether g++ accepts -g... [ 61%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_ic.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_ic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_ic.c [ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/pqueue.c [ 61%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_direct.c [ 21%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/random.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/random.c [ 62%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_band.c yes [ 62%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_dense.c [ 22%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/rw.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/rw.c [ 62%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_sparse.c [ 23%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/seq.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/seq.c [ 63%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_spils.c [ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/sort.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/sort.c [ 63%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_spbcgs.c [ 63%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_spgmr.c [ 26%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/string.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/string.c [ 64%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_sptfqmr.c [ 27%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/timers.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/timers.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/timers.c [ 64%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/ida_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/ida/ida_bbdpre.c [ 28%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/tokenizer.c [ 64%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c [ 29%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/util.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/GKlib/util.c [ 65%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 30%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/auxapi.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/auxapi.c [ 65%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 31%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/balance.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/balance.c [ 65%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c [ 66%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c [ 32%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/bucketsort.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/bucketsort.c [ 66%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 34%] Building C object libmetis/CMakeFiles/metis.dir/checkgraph.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/checkgraph.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/checkgraph.c [ 66%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c [ 35%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/coarsen.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/coarsen.c [ 67%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c checking whether C++ compiler g++ works... [ 36%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/compress.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/compress.c [ 67%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c [ 67%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -o CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c [ 37%] Building C object libmetis/CMakeFiles/metis.dir/contig.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/contig.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/contig.c yes [ 68%] Linking C static library libsundials_ida.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_ida_static.dir/cmake_clean_target.cmake [ 38%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/ida && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_ida_static.dir/link.txt --verbose=1 cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/debug.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libsundials_ida.a CMakeFiles/sundials_ida_static.dir/ida.c.obj CMakeFiles/sundials_ida_static.dir/ida_io.c.obj CMakeFiles/sundials_ida_static.dir/ida_ic.c.obj CMakeFiles/sundials_ida_static.dir/ida_direct.c.obj CMakeFiles/sundials_ida_static.dir/ida_band.c.obj CMakeFiles/sundials_ida_static.dir/ida_dense.c.obj CMakeFiles/sundials_ida_static.dir/ida_sparse.c.obj CMakeFiles/sundials_ida_static.dir/ida_spils.c.obj CMakeFiles/sundials_ida_static.dir/ida_spbcgs.c.obj CMakeFiles/sundials_ida_static.dir/ida_spgmr.c.obj CMakeFiles/sundials_ida_static.dir/ida_sptfqmr.c.obj CMakeFiles/sundials_ida_static.dir/ida_bbdpre.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_sparse.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_spbcgs.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_spgmr.c.obj CMakeFiles/sundials_ida_static.dir/__/sundials/sundials_sptfqmr.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libsundials_ida.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 68%] Built target sundials_ida_static make -f src/idas/CMakeFiles/sundials_idas_shared.dir/build.make src/idas/CMakeFiles/sundials_idas_shared.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas/CMakeFiles/sundials_idas_shared.dir/DependInfo.cmake --color= [ 39%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/fm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/fm.c Scanning dependencies of target sundials_idas_shared make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/idas/CMakeFiles/sundials_idas_shared.dir/build.make src/idas/CMakeFiles/sundials_idas_shared.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 68%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas.c configure: C++ compiler options are: -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD [ 40%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/fortran.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/fortran.c [ 42%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/frename.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/frename.c configure: Assuming that CXXLIBS is "-lstdc++ -lm". configure: Trying to determine Fortran compiler name [ 43%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/gklib.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/gklib.c checking whether we are using the GNU Fortran 77 compiler... [ 68%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idaa.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idaa.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idaa.c [ 44%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/graph.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/graph.c yes checking whether gfortran accepts -g... [ 68%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_io.c [ 45%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/initpart.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/initpart.c [ 69%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_ic.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_ic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_ic.c [ 46%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/kmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/kmetis.c yes [ 47%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/kwayfm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayfm.c [ 69%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idaa_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idaa_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idaa_io.c [ 69%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_direct.c [ 48%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/kwayrefine.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayrefine.c configure: Fortran compiler options are: -O3 -pipe checking how to get verbose linking output from gfortran... [ 70%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_band.c [ 50%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/mcutil.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/mcutil.c [ 70%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_dense.c [ 51%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/mesh.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/mesh.c [ 70%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_sparse.c -v checking for Fortran libraries of gfortran... [ 71%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_spils.c [ 52%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/meshpart.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/meshpart.c [ 71%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_spbcgs.c [ 53%] Building C object libmetis/CMakeFiles/metis.dir/minconn.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/minconn.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c -Lc:/OM19/OpenModelica/build/lib/omc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0 -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../.. -lgfortranbegin -lgfortran -lmingw32 -lgcc_s -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 configure: Corrected Fortran libraries: -Lc:/OM19/OpenModelica/build/lib/omc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0 -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../.. -lgfortranbegin -lgfortran -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 checking for dummy main to link with Fortran libraries... [ 71%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_spgmr.c [ 54%] Building C object libmetis/CMakeFiles/metis.dir/mincover.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/mincover.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/mincover.c [ 72%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_sptfqmr.c [ 55%] Building C object libmetis/CMakeFiles/metis.dir/mmd.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/mmd.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/mmd.c [ 72%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/idas_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/idas_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_bbdpre.c [ 56%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/ometis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/ometis.c none checking for Fortran name-mangling scheme... [ 72%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c [ 57%] Building C object libmetis/CMakeFiles/metis.dir/options.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/options.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/options.c [ 73%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 73%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 59%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/parmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/parmetis.c [ 73%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c [ 60%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/pmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/pmetis.c [ 74%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c [ 61%] Building C object libmetis/CMakeFiles/metis.dir/refine.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/refine.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/refine.c [ 74%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 62%] Building C object libmetis/CMakeFiles/metis.dir/separator.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/separator.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/separator.c [ 74%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c [ 63%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/sfm.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/sfm.c [ 75%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 75%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c [ 64%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/srefine.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/srefine.c [ 75%] Building C object src/idas/CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_idas_shared_EXPORTS @CMakeFiles/sundials_idas_shared.dir/includes_C.rsp -o CMakeFiles/sundials_idas_shared.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c [ 65%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/stat.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/stat.c lower case, underscore, no extra underscore [ 76%] Linking C shared library libsundials_idas.dll cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_idas_shared.dir/objects.a [ 67%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/sundials_idas_shared.dir/objects.a @CMakeFiles/sundials_idas_shared.dir/objects1.rsp cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/timing.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/timing.c cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -shared -o libsundials_idas.dll -Wl,--out-implib,libsundials_idas.dll.a -Wl,--major-image-version,0,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/sundials_idas_shared.dir/objects.a -Wl,--no-whole-archive @CMakeFiles/sundials_idas_shared.dir/linklibs.rsp [ 68%] Building C object libmetis/CMakeFiles/metis.dir/util.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/util.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/util.c Creating library file: libsundials_idas.dll.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 76%] Built target sundials_idas_shared make -f src/idas/CMakeFiles/sundials_idas_static.dir/build.make src/idas/CMakeFiles/sundials_idas_static.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas/CMakeFiles/sundials_idas_static.dir/DependInfo.cmake --color= [ 69%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/tools/mingw/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/wspace.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c Scanning dependencies of target sundials_idas_static make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/idas/CMakeFiles/sundials_idas_static.dir/build.make src/idas/CMakeFiles/sundials_idas_static.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 76%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas.c [ 70%] Linking C static library libmetis.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/metis.dir/cmake_clean_target.cmake cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/metis.dir/link.txt --verbose=1 C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libmetis.a CMakeFiles/metis.dir/__/GKlib/b64.c.obj CMakeFiles/metis.dir/__/GKlib/blas.c.obj CMakeFiles/metis.dir/__/GKlib/csr.c.obj CMakeFiles/metis.dir/__/GKlib/error.c.obj CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj CMakeFiles/metis.dir/__/GKlib/fs.c.obj CMakeFiles/metis.dir/__/GKlib/getopt.c.obj CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj CMakeFiles/metis.dir/__/GKlib/graph.c.obj CMakeFiles/metis.dir/__/GKlib/htable.c.obj CMakeFiles/metis.dir/__/GKlib/io.c.obj CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj CMakeFiles/metis.dir/__/GKlib/mcore.c.obj CMakeFiles/metis.dir/__/GKlib/memory.c.obj CMakeFiles/metis.dir/__/GKlib/omp.c.obj CMakeFiles/metis.dir/__/GKlib/pdb.c.obj CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj CMakeFiles/metis.dir/__/GKlib/random.c.obj CMakeFiles/metis.dir/__/GKlib/rw.c.obj CMakeFiles/metis.dir/__/GKlib/seq.c.obj CMakeFiles/metis.dir/__/GKlib/sort.c.obj CMakeFiles/metis.dir/__/GKlib/string.c.obj CMakeFiles/metis.dir/__/GKlib/timers.c.obj CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj CMakeFiles/metis.dir/__/GKlib/util.c.obj CMakeFiles/metis.dir/auxapi.c.obj CMakeFiles/metis.dir/balance.c.obj CMakeFiles/metis.dir/bucketsort.c.obj CMakeFiles/metis.dir/checkgraph.c.obj CMakeFiles/metis.dir/coarsen.c.obj CMakeFiles/metis.dir/compress.c.obj CMakeFiles/metis.dir/contig.c.obj CMakeFiles/metis.dir/debug.c.obj CMakeFiles/metis.dir/fm.c.obj CMakeFiles/metis.dir/fortran.c.obj CMakeFiles/metis.dir/frename.c.obj CMakeFiles/metis.dir/gklib.c.obj CMakeFiles/metis.dir/graph.c.obj CMakeFiles/metis.dir/initpart.c.obj CMakeFiles/metis.dir/kmetis.c.obj CMakeFiles/metis.dir/kwayfm.c.obj CMakeFiles/metis.dir/kwayrefine.c.obj CMakeFiles/metis.dir/mcutil.c.obj CMakeFiles/metis.dir/mesh.c.obj CMakeFiles/metis.dir/meshpart.c.obj CMakeFiles/metis.dir/minconn.c.obj CMakeFiles/metis.dir/mincover.c.obj CMakeFiles/metis.dir/mmd.c.obj CMakeFiles/metis.dir/ometis.c.obj CMakeFiles/metis.dir/options.c.obj CMakeFiles/metis.dir/parmetis.c.obj CMakeFiles/metis.dir/pmetis.c.obj CMakeFiles/metis.dir/refine.c.obj CMakeFiles/metis.dir/separator.c.obj CMakeFiles/metis.dir/sfm.c.obj CMakeFiles/metis.dir/srefine.c.obj CMakeFiles/metis.dir/stat.c.obj CMakeFiles/metis.dir/timing.c.obj CMakeFiles/metis.dir/util.c.obj CMakeFiles/metis.dir/wspace.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libmetis.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 70%] Built target metis make -f programs/CMakeFiles/cmpfillin.dir/build.make programs/CMakeFiles/cmpfillin.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/cmpfillin.dir/DependInfo.cmake --color= Scanning dependencies of target cmpfillin make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' make -f programs/CMakeFiles/cmpfillin.dir/build.make programs/CMakeFiles/cmpfillin.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 71%] Building C object programs/CMakeFiles/cmpfillin.dir/cmpfillin.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/cmpfillin.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/cmpfillin.dir/cmpfillin.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmpfillin.c checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... [ 72%] Building C object programs/CMakeFiles/cmpfillin.dir/io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/cmpfillin.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/cmpfillin.dir/io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c [ 76%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idaa.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idaa.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idaa.c [ 73%] Building C object programs/CMakeFiles/cmpfillin.dir/smbfactor.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/cmpfillin.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/cmpfillin.dir/smbfactor.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/smbfactor.c [ 77%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_io.c [ 75%] Linking C executable cmpfillin.exe cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/cmpfillin.dir/objects.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/cmpfillin.dir/objects.a @CMakeFiles/cmpfillin.dir/objects1.rsp cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -Wl,--whole-archive CMakeFiles/cmpfillin.dir/objects.a -Wl,--no-whole-archive -o cmpfillin.exe -Wl,--out-implib,libcmpfillin.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles/cmpfillin.dir/linklibs.rsp [ 77%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_ic.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_ic.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_ic.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 75%] Built target cmpfillin make -f programs/CMakeFiles/gpmetis.dir/build.make programs/CMakeFiles/gpmetis.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/gpmetis.dir/DependInfo.cmake --color= Scanning dependencies of target gpmetis make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' make -f programs/CMakeFiles/gpmetis.dir/build.make programs/CMakeFiles/gpmetis.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 77%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idaa_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idaa_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idaa_io.c [ 76%] Building C object programs/CMakeFiles/gpmetis.dir/gpmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/gpmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/gpmetis.dir/gpmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/gpmetis.c [ 78%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_direct.c [ 77%] Building C object programs/CMakeFiles/gpmetis.dir/cmdline_gpmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/gpmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/gpmetis.dir/cmdline_gpmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_gpmetis.c yes c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_gpmetis.c: In function 'parse_cmdline': c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_gpmetis.c:265: warning: implicit declaration of function 'gk_getopt_long_only' At top level: cc1.exe: warning: unrecognized command line option "-Wno-unused-but-set-variable" [ 78%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_band.c [ 78%] Building C object programs/CMakeFiles/gpmetis.dir/io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/gpmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/gpmetis.dir/io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c checking for gawk... gawk checking whether make sets $(MAKE)... [ 78%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_dense.c [ 79%] Building C object programs/CMakeFiles/gpmetis.dir/stat.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/gpmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/gpmetis.dir/stat.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/stat.c yes [ 79%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_sparse.c checking for style of include used by make... GNU [ 80%] Linking C executable gpmetis.exe cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/gpmetis.dir/objects.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/gpmetis.dir/objects.a @CMakeFiles/gpmetis.dir/objects1.rsp [ 79%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_spils.c cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -Wl,--whole-archive CMakeFiles/gpmetis.dir/objects.a -Wl,--no-whole-archive -o gpmetis.exe -Wl,--out-implib,libgpmetis.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles/gpmetis.dir/linklibs.rsp checking dependency style of gcc... [ 79%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_spbcgs.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 80%] Built target gpmetis make -f programs/CMakeFiles/graphchk.dir/build.make programs/CMakeFiles/graphchk.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/graphchk.dir/DependInfo.cmake --color= Scanning dependencies of target graphchk make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' make -f programs/CMakeFiles/graphchk.dir/build.make programs/CMakeFiles/graphchk.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 80%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_spgmr.c [ 81%] Building C object programs/CMakeFiles/graphchk.dir/graphchk.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/graphchk.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/graphchk.dir/graphchk.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/graphchk.c [ 80%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_sptfqmr.c [ 82%] Building C object programs/CMakeFiles/graphchk.dir/io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/graphchk.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/graphchk.dir/io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c gcc3 checking dependency style of g++ ... [ 80%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/idas_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/idas_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/idas/idas_bbdpre.c [ 84%] Linking C executable graphchk.exe cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/graphchk.dir/objects.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/graphchk.dir/objects.a @CMakeFiles/graphchk.dir/objects1.rsp cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -Wl,--whole-archive CMakeFiles/graphchk.dir/objects.a -Wl,--no-whole-archive -o graphchk.exe -Wl,--out-implib,libgraphchk.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles/graphchk.dir/linklibs.rsp [ 81%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c [ 81%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 84%] Built target graphchk make -f programs/CMakeFiles/m2gmetis.dir/build.make programs/CMakeFiles/m2gmetis.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/m2gmetis.dir/DependInfo.cmake --color= Scanning dependencies of target m2gmetis [ 81%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_direct.c.obj make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c make -f programs/CMakeFiles/m2gmetis.dir/build.make programs/CMakeFiles/m2gmetis.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 85%] Building C object programs/CMakeFiles/m2gmetis.dir/m2gmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/m2gmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/m2gmetis.dir/m2gmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/m2gmetis.c [ 82%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c gcc3 checking whether to enable maintainer-specific portions of Makefiles... no configure: Using libtool script in directory .. [ 86%] Building C object programs/CMakeFiles/m2gmetis.dir/cmdline_m2gmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/m2gmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/m2gmetis.dir/cmdline_m2gmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_m2gmetis.c [ 82%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_m2gmetis.c: In function 'parse_cmdline': c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_m2gmetis.c:105: warning: implicit declaration of function 'gk_getopt_long_only' At top level: cc1.exe: warning: unrecognized command line option "-Wno-unused-but-set-variable" [ 87%] Building C object programs/CMakeFiles/m2gmetis.dir/io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/m2gmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/m2gmetis.dir/io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c [ 82%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 88%] Linking C executable m2gmetis.exe cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/m2gmetis.dir/objects.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/m2gmetis.dir/objects.a @CMakeFiles/m2gmetis.dir/objects1.rsp [ 83%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -Wl,--whole-archive CMakeFiles/m2gmetis.dir/objects.a -Wl,--no-whole-archive -o m2gmetis.exe -Wl,--out-implib,libm2gmetis.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles/m2gmetis.dir/linklibs.rsp [ 83%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 88%] Built target m2gmetis make -f programs/CMakeFiles/mpmetis.dir/build.make programs/CMakeFiles/mpmetis.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/mpmetis.dir/DependInfo.cmake --color= [ 83%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c Scanning dependencies of target mpmetis make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' make -f programs/CMakeFiles/mpmetis.dir/build.make programs/CMakeFiles/mpmetis.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 89%] Building C object programs/CMakeFiles/mpmetis.dir/mpmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/mpmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/mpmetis.dir/mpmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/mpmetis.c [ 84%] Building C object src/idas/CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_idas_static.dir/includes_C.rsp -o CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c [ 90%] Building C object programs/CMakeFiles/mpmetis.dir/cmdline_mpmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/mpmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/mpmetis.dir/cmdline_mpmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_mpmetis.c [ 84%] Linking C static library libsundials_idas.a c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_mpmetis.c: In function 'parse_cmdline': c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_mpmetis.c:239: warning: implicit declaration of function 'gk_getopt_long_only' cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_idas_static.dir/cmake_clean_target.cmake At top level: cc1.exe: warning: unrecognized command line option "-Wno-unused-but-set-variable" cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/idas && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_idas_static.dir/link.txt --verbose=1 [ 92%] Building C object programs/CMakeFiles/mpmetis.dir/io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/mpmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/mpmetis.dir/io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libsundials_idas.a CMakeFiles/sundials_idas_static.dir/idas.c.obj CMakeFiles/sundials_idas_static.dir/idaa.c.obj CMakeFiles/sundials_idas_static.dir/idas_io.c.obj CMakeFiles/sundials_idas_static.dir/idas_ic.c.obj CMakeFiles/sundials_idas_static.dir/idaa_io.c.obj CMakeFiles/sundials_idas_static.dir/idas_direct.c.obj CMakeFiles/sundials_idas_static.dir/idas_band.c.obj CMakeFiles/sundials_idas_static.dir/idas_dense.c.obj CMakeFiles/sundials_idas_static.dir/idas_sparse.c.obj CMakeFiles/sundials_idas_static.dir/idas_spils.c.obj CMakeFiles/sundials_idas_static.dir/idas_spbcgs.c.obj CMakeFiles/sundials_idas_static.dir/idas_spgmr.c.obj CMakeFiles/sundials_idas_static.dir/idas_sptfqmr.c.obj CMakeFiles/sundials_idas_static.dir/idas_bbdpre.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_sparse.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_spbcgs.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_spgmr.c.obj CMakeFiles/sundials_idas_static.dir/__/sundials/sundials_sptfqmr.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libsundials_idas.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 84%] Built target sundials_idas_static make -f src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/DependInfo.cmake --color= [ 93%] Building C object programs/CMakeFiles/mpmetis.dir/stat.c.obj Scanning dependencies of target sundials_kinsol_shared cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/mpmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/mpmetis.dir/stat.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/stat.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 84%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol.c [ 94%] Linking C executable mpmetis.exe cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/mpmetis.dir/objects.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/mpmetis.dir/objects.a @CMakeFiles/mpmetis.dir/objects1.rsp checking if library version is set... no configure: configuring doxygen documentation options checking for doxygen... no checking for latex... no checking for dot... NO cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -Wl,--whole-archive CMakeFiles/mpmetis.dir/objects.a -Wl,--no-whole-archive -o mpmetis.exe -Wl,--out-implib,libmpmetis.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles/mpmetis.dir/linklibs.rsp checking for pkg-config... no [ 85%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_io.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' checking for COIN-OR package Blas... yes [ 94%] Built target mpmetis make -f programs/CMakeFiles/ndmetis.dir/build.make programs/CMakeFiles/ndmetis.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/CMakeFiles/ndmetis.dir/DependInfo.cmake --color= [ 85%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_direct.c Scanning dependencies of target ndmetis make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' make -f programs/CMakeFiles/ndmetis.dir/build.make programs/CMakeFiles/ndmetis.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [ 95%] Building C object programs/CMakeFiles/ndmetis.dir/ndmetis.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/ndmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/ndmetis.dir/ndmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/ndmetis.c [ 85%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_band.c checking for COIN-OR package Lapack... yes [ 96%] Building C object programs/CMakeFiles/ndmetis.dir/cmdline_ndmetis.c.obj [ 85%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_dense.c cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/ndmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/ndmetis.dir/cmdline_ndmetis.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_ndmetis.c checking for COIN-OR package ASL... skipped check via pkg-config, redirect to fallback checking for COIN-OR package ASL (fallback)... no, dependency coinasl not available checking for COIN-OR package HSL... c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_ndmetis.c: In function 'parse_cmdline': c:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/cmdline_ndmetis.c:190: warning: implicit declaration of function 'gk_getopt_long_only' skipped check via pkg-config, redirect to fallback checking for COIN-OR package HSL (fallback)... no, dependency coinhsl not available checking for COIN-OR package Mumps... At top level: cc1.exe: warning: unrecognized command line option "-Wno-unused-but-set-variable" skipped check via pkg-config, redirect to fallback checking for COIN-OR package Mumps (fallback)... [ 86%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_sparse.c [ 97%] Building C object programs/CMakeFiles/ndmetis.dir/io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/ndmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/ndmetis.dir/io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/io.c [ 86%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_spils.c [ 98%] Building C object programs/CMakeFiles/ndmetis.dir/smbfactor.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DSVNINFO=\"\" @CMakeFiles/ndmetis.dir/includes_C.rsp -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/ndmetis.dir/smbfactor.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs/smbfactor.c [ 86%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_spbcgs.c yes [100%] Linking C executable ndmetis.exe cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/ndmetis.dir/objects.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/ndmetis.dir/objects.a @CMakeFiles/ndmetis.dir/objects1.rsp [ 87%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_spfgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_spfgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_spfgmr.c cd /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/programs && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -Wl,--whole-archive CMakeFiles/ndmetis.dir/objects.a -Wl,--no-whole-archive -o ndmetis.exe -Wl,--out-implib,libndmetis.dll.a -Wl,--major-image-version,0,--minor-image-version,0 @CMakeFiles/ndmetis.dir/linklibs.rsp checking for int *... [ 87%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_spgmr.c make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' [100%] Built target ndmetis make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0/CMakeFiles 0 [ 87%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_sptfqmr.c make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0' cp 3rdParty/metis-5.1.0/libmetis/libmetis.a /c/OM19/OpenModelica/build/lib/omc if test -f 3rdParty/graphstream/org.omc.graphstream.jar; then cp -p 3rdParty/graphstream/org.omc.graphstream.jar /c/OM19/OpenModelica/build/share/omc/java/.; fi make -C 3rdParty/gc/ libomcgc.la make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/gc' depbase=`echo allchblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF $depbase.Tpo -c -o allchblk.lo allchblk.c &&\ mv -f $depbase.Tpo $depbase.Plo [ 88%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/kinsol_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/kinsol_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_bbdpre.c yes checking size of int *... [ 88%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c [ 88%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 89%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c 4 configure: Using CXXAR="ar cru". libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -DDLL_EXPORT -DPIC -o .libs/allchblk.o [ 89%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_band.c.obj checking cmath usability... cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c [ 89%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c [ 90%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c yes checking cmath presence... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -o allchblk.o >/dev/null 2>&1 [ 90%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c [ 90%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 91%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_spfgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_spfgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spfgmr.c depbase=`echo alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT alloc.lo -MD -MP -MF $depbase.Tpo -c -o alloc.lo alloc.c &&\ mv -f $depbase.Tpo $depbase.Plo [ 91%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c [ 91%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_kinsol_shared_EXPORTS @CMakeFiles/sundials_kinsol_shared.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_shared.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c [ 92%] Linking C shared library libsundials_kinsol.dll cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_kinsol_shared.dir/objects.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/ar.exe cr CMakeFiles/sundials_kinsol_shared.dir/objects.a @CMakeFiles/sundials_kinsol_shared.dir/objects1.rsp cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -shared -o libsundials_kinsol.dll -Wl,--out-implib,libsundials_kinsol.dll.a -Wl,--major-image-version,1,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/sundials_kinsol_shared.dir/objects.a -Wl,--no-whole-archive @CMakeFiles/sundials_kinsol_shared.dir/linklibs.rsp libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -DDLL_EXPORT -DPIC -o .libs/alloc.o Creating library file: libsundials_kinsol.dll.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 92%] Built target sundials_kinsol_shared make -f src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_static.dir/depend make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol/CMakeFiles/sundials_kinsol_static.dir/DependInfo.cmake --color= Scanning dependencies of target sundials_kinsol_static make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make -f src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build.make src/kinsol/CMakeFiles/sundials_kinsol_static.dir/build make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' [ 92%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol.c libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1 [ 92%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_io.c [ 93%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_direct.c [ 93%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_band.c depbase=`echo blacklst.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF $depbase.Tpo -c -o blacklst.lo blacklst.c &&\ mv -f $depbase.Tpo $depbase.Plo [ 93%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_dense.c [ 94%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_sparse.c [ 94%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_spils.c [ 94%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_spbcgs.c libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -DDLL_EXPORT -DPIC -o .libs/blacklst.o [ 95%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spfgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_spfgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_spfgmr.c yes checking for cmath... yes [ 95%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_spgmr.c libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -o blacklst.o >/dev/null 2>&1 checking cctype usability... [ 95%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_sptfqmr.c [ 96%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/kinsol/kinsol_bbdpre.c depbase=`echo checksums.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT checksums.lo -MD -MP -MF $depbase.Tpo -c -o checksums.lo checksums.c &&\ mv -f $depbase.Tpo $depbase.Plo [ 96%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c yes checking cctype presence... [ 96%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 97%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 97%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -DDLL_EXPORT -DPIC -o .libs/checksums.o [ 97%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -o checksums.o >/dev/null 2>&1 yes checking for cctype... [ 98%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c yes [ 98%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sparse.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sparse.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c checking cassert usability... depbase=`echo dbg_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF $depbase.Tpo -c -o dbg_mlc.lo dbg_mlc.c &&\ mv -f $depbase.Tpo $depbase.Plo [ 98%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spbcgs.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spbcgs.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 99%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spfgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spfgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spfgmr.c yes checking cassert presence... [ 99%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -DDLL_EXPORT -DPIC -o .libs/dbg_mlc.o [ 99%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/tools/mingw/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_kinsol_static.dir/includes_C.rsp -o CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c yes checking for cassert... yes [100%] Linking C static library libsundials_kinsol.a cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_kinsol_static.dir/cmake_clean_target.cmake cd /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/src/kinsol && /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_kinsol_static.dir/link.txt --verbose=1 C:/OM19/OMDev/tools/mingw/bin/ar.exe qc libsundials_kinsol.a CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_band.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_dense.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_sparse.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_spbcgs.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_spfgmr.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_spgmr.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_sptfqmr.c.obj CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sparse.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spbcgs.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spfgmr.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spgmr.c.obj CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sptfqmr.c.obj C:/OM19/OMDev/tools/mingw/bin/ranlib.exe libsundials_kinsol.a make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' checking cstdio usability... [100%] Built target sundials_kinsol_static make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' /C/OM19/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' make[3]: Nothing to be done for `preinstall'. make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1 Install the project... /c/OM19/OMDev/bin/cmake/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "" Install shared components -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_band.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_dense.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_direct.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_iterative.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_math.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_nvector.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_fnvector.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_pcg.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_sparse.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_spbcgs.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_spfgmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_spgmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_sptfqmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/sundials/sundials_types.h Install NVECTOR_SERIAL -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_nvecserial.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_nvecserial.dll.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_nvecserial.dll -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/nvector/nvector_serial.h Install ARKODE -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_arkode.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_arkode.dll.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_arkode.dll -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_band.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_bandpre.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_bbdpre.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_dense.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_direct.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_pcg.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_spbcgs.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_spfgmr.h yes checking cstdio presence... -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_spgmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_spils.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_sptfqmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_sparse.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/arkode/arkode_impl.h Install CVODE -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_cvode.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_cvode.dll.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_cvode.dll -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_band.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_bandpre.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_bbdpre.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_dense.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_diag.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_direct.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_sparse.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_spbcgs.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_spgmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_spils.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_sptfqmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvode/cvode_impl.h Install CVODES -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_cvodes.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_cvodes.dll.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_cvodes.dll -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_band.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_bandpre.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_bbdpre.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_dense.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_diag.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_direct.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_sparse.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_spbcgs.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_spgmr.h depbase=`echo dyn_load.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF $depbase.Tpo -c -o dyn_load.lo dyn_load.c &&\ mv -f $depbase.Tpo $depbase.Plo -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_spils.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_sptfqmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/cvodes/cvodes_impl.h Install IDA -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_ida.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_ida.dll.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_ida.dll -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida_band.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida_bbdpre.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida_dense.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida_direct.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida_spbcgs.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida_spgmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida_spils.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida_sptfqmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/ida/ida_impl.h Install IDAS -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_idas.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_idas.dll.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_idas.dll -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_band.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_bbdpre.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_dense.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_direct.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_sparse.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_spbcgs.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_spgmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_spils.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_sptfqmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/idas/idas_impl.h Install KINSOL -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_kinsol.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_kinsol.dll.a -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/lib/libsundials_kinsol.dll -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_band.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_bbdpre.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_dense.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_direct.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_klu.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_spbcgs.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_spfgmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_spgmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_spils.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_sptfqmr.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_superlumt.h -- Installing: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build/include/kinsol/kinsol_impl.h make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build' # adrpo: do not copy the headers as they are not needed! mkdir -p /c/OM19/OpenModelica/build/include/omc/c/sundials (cp -pufr 3rdParty/sundials/build/include/* /c/OM19/OpenModelica/build/include/omc/c/sundials) libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -DDLL_EXPORT -DPIC -o .libs/dyn_load.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -o dyn_load.o >/dev/null 2>&1 depbase=`echo finalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT finalize.lo -MD -MP -MF $depbase.Tpo -c -o finalize.lo finalize.c &&\ mv -f $depbase.Tpo $depbase.Plo yes checking for cstdio... yes # copy the libs to the build/lib/omc directory (cp -puf 3rdParty/sundials/build/lib/* /c/OM19/OpenModelica/build/lib/omc) checking cstdlib usability... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -DDLL_EXPORT -DPIC -o .libs/finalize.o # copy the dlls to the build bin directory (cp -puf 3rdParty/sundials/build/lib/*.dll /c/OM19/OpenModelica/build/bin) yes checking cstdlib presence... test ! `uname` = Darwin || (install_name_tool -id @rpath/libModelicaStandardTables.0.dylib "/c/OM19/OpenModelica/build/lib/omc/libModelicaStandardTables.a" && install_name_tool -change "" @rpath/libModelicaMatIO.0.dylib "/c/OM19/OpenModelica/build/lib/omc/libModelicaStandardTables.a" && install_name_tool -change "" @rpath/libzlib.0.dylib "/c/OM19/OpenModelica/build/lib/omc/libModelicaStandardTables.a") echo Copying needed .dlls to the /c/OM19/OpenModelica/build/bin directory Copying needed .dlls to the /c/OM19/OpenModelica/build/bin directory (cp -puf /c/OM19/OMDev//tools/mingw/bin/libintl-8.dll /c/OM19/OpenModelica/build/bin/) (cp -puf /c/OM19/OMDev//tools/mingw/bin/libiconv-2.dll /c/OM19/OpenModelica/build/bin/) libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -o finalize.o >/dev/null 2>&1 (cp -puf /c/OM19/OMDev//tools/mingw/bin/libgcc_s_dw2-1.dll /c/OM19/OpenModelica/build/bin/) (cp -puf /c/OM19/OMDev//lib/omniORB-4.1.6-msvc-10/bin/x86_win32/omniORB416_vc10_rt.dll /c/OM19/OpenModelica/build/bin/) (cp -puf /c/OM19/OMDev//lib/omniORB-4.1.6-msvc-10/bin/x86_win32/omnithread34_vc10_rt.dll /c/OM19/OpenModelica/build/bin/) (cp -puf /c/OM19/OMDev//lib/pthread/pthreadGC2.dll /c/OM19/OpenModelica/build/bin/) (cp -puf /c/OM19/OMDev//tools/mingw/bin/libgomp-1.dll /c/OM19/OpenModelica/build/bin/) (cp -puf /c/OM19/OMDev//tools/mingw/bin/libgfortran-3.dll /c/OM19/OpenModelica/build/bin/) (cp -puf /c/OM19/OMDev//tools/mingw/lib/libregex.a /c/OM19/OpenModelica/build/lib/omc) (cp -pf /c/OM19/OMDev//lib/mico-msys-mingw/static/libmico2313.a /c/OM19/OpenModelica/build/lib/omc/) (cp -pf /c/OM19/OMDev//lib/mico-msys-mingw/mico2313.dll /c/OM19/OpenModelica/build/bin/) depbase=`echo gc_dlopen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF $depbase.Tpo -c -o gc_dlopen.lo gc_dlopen.c &&\ mv -f $depbase.Tpo $depbase.Plo (cp -pf /c/OM19/OMDev//lib/expat-win32-msvc/libexpat.dll /c/OM19/OpenModelica/build/bin/) (cp -pf /c/OM19/OMDev//lib/lapack-win32-msvc/blas_win32_MT.dll /c/OM19/OpenModelica/build/bin/) yes checking for cstdlib... yes libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -DDLL_EXPORT -DPIC -o .libs/gc_dlopen.o (cp -pf /c/OM19/OMDev//lib/lapack-win32-msvc/lapack_win32_MT.dll /c/OM19/OpenModelica/build/bin/) mkdir -p /c/OM19/OpenModelica/build/lib/omc/libexec/ (cp -pufr /c/OM19/OMDev//tools/xsltproc /c/OM19/OpenModelica/build/lib/omc/libexec/) checking cstdarg usability... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1 (cp -pufr /c/OM19/OMDev//tools/gnuplot /c/OM19/OpenModelica/build/lib/omc/libexec/) depbase=`echo gcj_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF $depbase.Tpo -c -o gcj_mlc.lo gcj_mlc.c &&\ mv -f $depbase.Tpo $depbase.Plo yes checking cstdarg presence... yes checking for cstdarg... yes libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -DDLL_EXPORT -DPIC -o .libs/gcj_mlc.o checking cstring usability... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1 depbase=`echo headers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT headers.lo -MD -MP -MF $depbase.Tpo -c -o headers.lo headers.c &&\ mv -f $depbase.Tpo $depbase.Plo yes checking cstring presence... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -DDLL_EXPORT -DPIC -o .libs/headers.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -o headers.o >/dev/null 2>&1 yes checking for cstring... yes depbase=`echo mach_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF $depbase.Tpo -c -o mach_dep.lo mach_dep.c &&\ mv -f $depbase.Tpo $depbase.Plo checking cfloat usability... yes checking cfloat presence... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -DDLL_EXPORT -DPIC -o .libs/mach_dep.o (cp -puf /c/OM19/OMDev//lib/lis/liblis.la /c/OM19/OpenModelica/build/lib/omc/) (cp -puf /c/OM19/OMDev//lib/lis/liblis.a /c/OM19/OpenModelica/build/lib/omc/) if test -f 3rdParty/graphstream/Makefile; then make CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" -C 3rdParty/graphstream/; fi make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream' make CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" -C gs-netstream/c++ all libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -o mach_dep.o >/dev/null 2>&1 make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++' mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-storage.cpp -o obj/netstream-storage.o yes checking for cfloat... yes depbase=`echo malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT malloc.lo -MD -MP -MF $depbase.Tpo -c -o malloc.lo malloc.c &&\ mv -f $depbase.Tpo $depbase.Plo checking ctime usability... yes checking ctime presence... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -DDLL_EXPORT -DPIC -o .libs/malloc.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1 yes checking for ctime... yes mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-socket.cpp -o obj/netstream-socket.o depbase=`echo mallocx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF $depbase.Tpo -c -o mallocx.lo mallocx.c &&\ mv -f $depbase.Tpo $depbase.Plo checking cstddef usability... yes checking cstddef presence... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -DDLL_EXPORT -DPIC -o .libs/mallocx.o yes checking for cstddef... yes libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -o mallocx.o >/dev/null 2>&1 mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-sender.cpp -o obj/netstream-sender.o checking for cmath... (cached) yes checking for cfloat... (cached) yes depbase=`echo mark.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mark.lo -MD -MP -MF $depbase.Tpo -c -o mark.lo mark.c &&\ mv -f $depbase.Tpo $depbase.Plo checking cieeefp usability... no checking cieeefp presence... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -DDLL_EXPORT -DPIC -o .libs/mark.o mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-main.cpp -o obj/netstream-main.o no checking for cieeefp... no checking ieeefp.h usability... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -o mark.o >/dev/null 2>&1 no checking ieeefp.h presence... no checking for ieeefp.h... no checking whether isfinite is declared... depbase=`echo mark_rts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF $depbase.Tpo -c -o mark_rts.lo mark_rts.c &&\ mv -f $depbase.Tpo $depbase.Plo no checking whether finite is declared... g++ -g -O2 -falign-functions -Iinclude obj/netstream-storage.o obj/netstream-socket.o obj/netstream-sender.o obj/netstream-main.o -o netstream-main -lwsock32 yes libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -DDLL_EXPORT -DPIC -o .libs/mark_rts.o checking whether va_copy is declared... ar rcs libnetstream.a obj/netstream-storage.o obj/netstream-socket.o obj/netstream-sender.o obj/netstream-main.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -o mark_rts.o >/dev/null 2>&1 make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++' make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream' depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT misc.lo -MD -MP -MF $depbase.Tpo -c -o misc.lo misc.c &&\ mv -f $depbase.Tpo $depbase.Plo yes checking whether drand48 is declared... no checking whether rand is declared... depbase=`echo new_hblk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF $depbase.Tpo -c -o new_hblk.lo new_hblk.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -DDLL_EXPORT -DPIC -o .libs/misc.o yes checking whether srand is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -DDLL_EXPORT -DPIC -o .libs/new_hblk.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1 yes libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -o new_hblk.o >/dev/null 2>&1 checking whether MKL is being used... no depbase=`echo obj_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF $depbase.Tpo -c -o obj_map.lo obj_map.c &&\ mv -f $depbase.Tpo $depbase.Plo checking for MPI_Initialized... depbase=`echo os_dep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF $depbase.Tpo -c -o os_dep.lo os_dep.c &&\ mv -f $depbase.Tpo $depbase.Plo no checking whether this is a VPATH configuration... no checking for matlab installation... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -DDLL_EXPORT -DPIC -o .libs/obj_map.o no checking whether the linear solver loader should be compiled... yes libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -DDLL_EXPORT -DPIC -o .libs/os_dep.o checking windows.h usability... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -o obj_map.o >/dev/null 2>&1 depbase=`echo pcr_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF $depbase.Tpo -c -o pcr_interface.lo pcr_interface.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -o os_dep.o >/dev/null 2>&1 yes checking windows.h presence... libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -DDLL_EXPORT -DPIC -o .libs/pcr_interface.o depbase=`echo ptr_chck.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF $depbase.Tpo -c -o ptr_chck.lo ptr_chck.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -o pcr_interface.o >/dev/null 2>&1 depbase=`echo real_malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF $depbase.Tpo -c -o real_malloc.lo real_malloc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -DDLL_EXPORT -DPIC -o .libs/ptr_chck.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -o ptr_chck.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -DDLL_EXPORT -DPIC -o .libs/real_malloc.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -o real_malloc.o >/dev/null 2>&1 depbase=`echo reclaim.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF $depbase.Tpo -c -o reclaim.lo reclaim.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo specific.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT specific.lo -MD -MP -MF $depbase.Tpo -c -o specific.lo specific.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -DDLL_EXPORT -DPIC -o .libs/reclaim.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -DDLL_EXPORT -DPIC -o .libs/specific.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -o specific.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -o reclaim.o >/dev/null 2>&1 depbase=`echo stubborn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF $depbase.Tpo -c -o stubborn.lo stubborn.c &&\ mv -f $depbase.Tpo $depbase.Plo depbase=`echo thread_local_alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF $depbase.Tpo -c -o thread_local_alloc.lo thread_local_alloc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -DDLL_EXPORT -DPIC -o .libs/stubborn.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -o stubborn.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -DDLL_EXPORT -DPIC -o .libs/thread_local_alloc.o depbase=`echo typd_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF $depbase.Tpo -c -o typd_mlc.lo typd_mlc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -o thread_local_alloc.o >/dev/null 2>&1 depbase=`echo win32_threads.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT win32_threads.lo -MD -MP -MF $depbase.Tpo -c -o win32_threads.lo win32_threads.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -DDLL_EXPORT -DPIC -o .libs/typd_mlc.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c win32_threads.c -DDLL_EXPORT -DPIC -o .libs/win32_threads.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -o typd_mlc.o >/dev/null 2>&1 depbase=`echo fnlz_mlc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF $depbase.Tpo -c -o fnlz_mlc.lo fnlz_mlc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c win32_threads.c -o win32_threads.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c fnlz_mlc.c -DDLL_EXPORT -DPIC -o .libs/fnlz_mlc.o depbase=`echo libatomic_ops/src/atomic_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF $depbase.Tpo -c -o libatomic_ops/src/atomic_ops.lo libatomic_ops/src/atomic_ops.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT fnlz_mlc.lo -MD -MP -MF .deps/fnlz_mlc.Tpo -c fnlz_mlc.c -o fnlz_mlc.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF libatomic_ops/src/.deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c -DDLL_EXPORT -DPIC -o libatomic_ops/src/.libs/atomic_ops.o libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -MT libatomic_ops/src/atomic_ops.lo -MD -MP -MF libatomic_ops/src/.deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c -o libatomic_ops/src/atomic_ops.o >/dev/null 2>&1 /bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -Wall -Wextra -g -O2 -falign-functions -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libomcgc.la -rpath /usr/local/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo mach_dep.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo thread_local_alloc.lo typd_mlc.lo win32_threads.lo fnlz_mlc.lo libatomic_ops/src/atomic_ops.lo -lpthread libtool: link: gcc -shared .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/mach_dep.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/thread_local_alloc.o .libs/typd_mlc.o .libs/win32_threads.o .libs/fnlz_mlc.o libatomic_ops/src/.libs/atomic_ops.o -lpthread -O2 -o .libs/libomcgc-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libomcgc.dll.a Creating library file: .libs/libomcgc.dll.a libtool: link: ar cru .libs/libomcgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o mach_dep.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o thread_local_alloc.o typd_mlc.o win32_threads.o fnlz_mlc.o libatomic_ops/src/atomic_ops.o libtool: link: ranlib .libs/libomcgc.a libtool: link: ( cd ".libs" && rm -f "libomcgc.la" && cp -p "../libomcgc.la" "libomcgc.la" ) make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/gc' cp -p 3rdParty/gc/.libs/libomcgc.a /c/OM19/OpenModelica/build/lib/omc/libomcgc.a yes checking for windows.h... yes checking dlfcn.h usability... no checking dlfcn.h presence... no checking for dlfcn.h... no checking for dlopen in -ldl... no configure: Removing flag -pedantic-errors from CFLAGS checking for snprintf... yes checking for vsnprintf... yes checking which command should be used to link input files... ln -s configure: creating ./config.status config.status: creating Makefile config.status: creating src/Common/Makefile config.status: creating src/LinAlg/Makefile config.status: creating src/LinAlg/TMatrices/Makefile config.status: creating src/Interfaces/Makefile config.status: creating src/Algorithm/Makefile config.status: creating src/Algorithm/LinearSolvers/Makefile config.status: creating src/Algorithm/Inexact/Makefile config.status: creating src/contrib/CGPenalty/Makefile config.status: creating src/contrib/LinearSolverLoader/Makefile config.status: creating src/Apps/Makefile config.status: creating src/Apps/AmplSolver/Makefile config.status: creating src/Apps/CUTErInterface/Makefile config.status: creating examples/hs071_f/Makefile config.status: creating examples/hs071_f/hs071_f.f config.status: creating examples/Cpp_example/Makefile config.status: creating examples/hs071_cpp/Makefile config.status: creating examples/hs071_c/Makefile config.status: creating examples/ScalableProblems/Makefile config.status: creating tutorial/CodingExercise/C/1-skeleton/Makefile config.status: creating tutorial/CodingExercise/C/2-mistake/Makefile config.status: creating tutorial/CodingExercise/C/3-solution/Makefile config.status: creating tutorial/CodingExercise/Cpp/1-skeleton/Makefile config.status: creating tutorial/CodingExercise/Cpp/2-mistake/Makefile config.status: creating tutorial/CodingExercise/Cpp/3-solution/Makefile config.status: creating tutorial/CodingExercise/Matlab/1-skeleton/startup.m config.status: creating tutorial/CodingExercise/Matlab/2-mistake/startup.m config.status: creating tutorial/CodingExercise/Matlab/3-solution/startup.m config.status: creating tutorial/CodingExercise/Fortran/1-skeleton/TutorialFortran.f config.status: creating tutorial/CodingExercise/Fortran/2-mistake/TutorialFortran.f config.status: creating tutorial/CodingExercise/Fortran/3-solution/TutorialFortran.f config.status: creating tutorial/CodingExercise/Fortran/1-skeleton/Makefile config.status: creating tutorial/CodingExercise/Fortran/2-mistake/Makefile config.status: creating tutorial/CodingExercise/Fortran/3-solution/Makefile config.status: creating test/Makefile config.status: creating test/run_unitTests config.status: creating contrib/MatlabInterface/src/Makefile config.status: creating contrib/MatlabInterface/examples/startup.m config.status: creating contrib/JavaInterface/Makefile config.status: creating contrib/sIPOPT/Makefile config.status: creating contrib/sIPOPT/AmplSolver/Makefile config.status: creating contrib/sIPOPT/examples/parametric_cpp/Makefile config.status: creating contrib/sIPOPT/examples/redhess_cpp/Makefile config.status: creating contrib/sIPOPT/src/Makefile config.status: creating ipopt.pc config.status: creating ipopt-uninstalled.pc config.status: creating doxydoc/doxygen.conf config.status: creating contrib/RInterface/src/Makevars.win config.status: creating src/Common/config.h config.status: creating src/Common/config_ipopt.h config.status: creating examples/ScalableProblems/config.h config.status: linking ./examples/hs071_cpp/hs071_main.cpp to test/hs071_main.cpp config.status: linking ./examples/hs071_cpp/hs071_nlp.cpp to test/hs071_nlp.cpp config.status: linking ./examples/hs071_cpp/hs071_nlp.hpp to test/hs071_nlp.hpp config.status: linking ./examples/hs071_c/hs071_c.c to test/hs071_c.c config.status: executing depfiles commands configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting configure: Configuration of Ipopt successful configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting configure: Main configuration of Ipopt successful make -C 3rdParty/Ipopt make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' Making all in ThirdParty/Mumps make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps' /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o tools_common_mod.lo `test -f 'MUMPS/src/tools_common_mod.F' || echo './'`MUMPS/src/tools_common_mod.F /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_comm_buffer.lo `test -f 'MUMPS/src/dmumps_comm_buffer.F' || echo './'`MUMPS/src/dmumps_comm_buffer.F /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_struc_def.lo `test -f 'MUMPS/src/dmumps_struc_def.F' || echo './'`MUMPS/src/dmumps_struc_def.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/tools_common_mod.F -o tools_common_mod.o gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_struc_def.F -o dmumps_struc_def.o gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_comm_buffer.F -o dmumps_comm_buffer.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_ooc_common.lo `test -f 'MUMPS/src/mumps_ooc_common.F' || echo './'`MUMPS/src/mumps_ooc_common.F /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_static_mapping.lo `test -f 'MUMPS/src/mumps_static_mapping.F' || echo './'`MUMPS/src/mumps_static_mapping.F /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_sol_es.lo `test -f 'MUMPS/src/mumps_sol_es.F' || echo './'`MUMPS/src/mumps_sol_es.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_ooc_common.F -o mumps_ooc_common.o gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_static_mapping.F -o mumps_static_mapping.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part7.lo `test -f 'MUMPS/src/dmumps_part7.F' || echo './'`MUMPS/src/dmumps_part7.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_sol_es.F -o mumps_sol_es.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o mumps_part9.lo `test -f 'MUMPS/src/mumps_part9.F' || echo './'`MUMPS/src/mumps_part9.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part7.F -o dmumps_part7.o if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_c.lo -MD -MP -MF ".deps/mumps_c.Tpo" -c -o mumps_c.lo `test -f 'MUMPS/src/mumps_c.c' || echo './'`MUMPS/src/mumps_c.c; \ then mv -f ".deps/mumps_c.Tpo" ".deps/mumps_c.Plo"; else rm -f ".deps/mumps_c.Tpo"; exit 1; fi gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/mumps_part9.F -o mumps_part9.o if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_common.lo -MD -MP -MF ".deps/mumps_common.Tpo" -c -o mumps_common.lo `test -f 'MUMPS/src/mumps_common.c' || echo './'`MUMPS/src/mumps_common.c; \ then mv -f ".deps/mumps_common.Tpo" ".deps/mumps_common.Plo"; else rm -f ".deps/mumps_common.Tpo"; exit 1; fi gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_c.lo -MD -MP -MF .deps/mumps_c.Tpo -c MUMPS/src/mumps_c.c -o mumps_c.o if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_orderings.lo -MD -MP -MF ".deps/mumps_orderings.Tpo" -c -o mumps_orderings.lo `test -f 'MUMPS/src/mumps_orderings.c' || echo './'`MUMPS/src/mumps_orderings.c; \ then mv -f ".deps/mumps_orderings.Tpo" ".deps/mumps_orderings.Plo"; else rm -f ".deps/mumps_orderings.Tpo"; exit 1; fi gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_common.lo -MD -MP -MF .deps/mumps_common.Tpo -c MUMPS/src/mumps_common.c -o mumps_common.o if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io.lo -MD -MP -MF ".deps/mumps_io.Tpo" -c -o mumps_io.lo `test -f 'MUMPS/src/mumps_io.c' || echo './'`MUMPS/src/mumps_io.c; \ then mv -f ".deps/mumps_io.Tpo" ".deps/mumps_io.Plo"; else rm -f ".deps/mumps_io.Tpo"; exit 1; fi if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_basic.lo -MD -MP -MF ".deps/mumps_io_basic.Tpo" -c -o mumps_io_basic.lo `test -f 'MUMPS/src/mumps_io_basic.c' || echo './'`MUMPS/src/mumps_io_basic.c; \ then mv -f ".deps/mumps_io_basic.Tpo" ".deps/mumps_io_basic.Plo"; else rm -f ".deps/mumps_io_basic.Tpo"; exit 1; fi gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_orderings.lo -MD -MP -MF .deps/mumps_orderings.Tpo -c MUMPS/src/mumps_orderings.c -o mumps_orderings.o if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_thread.lo -MD -MP -MF ".deps/mumps_io_thread.Tpo" -c -o mumps_io_thread.lo `test -f 'MUMPS/src/mumps_io_thread.c' || echo './'`MUMPS/src/mumps_io_thread.c; \ then mv -f ".deps/mumps_io_thread.Tpo" ".deps/mumps_io_thread.Plo"; else rm -f ".deps/mumps_io_thread.Tpo"; exit 1; fi gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io.lo -MD -MP -MF .deps/mumps_io.Tpo -c MUMPS/src/mumps_io.c -o mumps_io.o if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_err.lo -MD -MP -MF ".deps/mumps_io_err.Tpo" -c -o mumps_io_err.lo `test -f 'MUMPS/src/mumps_io_err.c' || echo './'`MUMPS/src/mumps_io_err.c; \ then mv -f ".deps/mumps_io_err.Tpo" ".deps/mumps_io_err.Plo"; else rm -f ".deps/mumps_io_err.Tpo"; exit 1; fi gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_basic.lo -MD -MP -MF .deps/mumps_io_basic.Tpo -c MUMPS/src/mumps_io_basic.c -o mumps_io_basic.o if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_size.lo -MD -MP -MF ".deps/mumps_size.Tpo" -c -o mumps_size.lo `test -f 'MUMPS/src/mumps_size.c' || echo './'`MUMPS/src/mumps_size.c; \ then mv -f ".deps/mumps_size.Tpo" ".deps/mumps_size.Plo"; else rm -f ".deps/mumps_size.Tpo"; exit 1; fi gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_thread.lo -MD -MP -MF .deps/mumps_io_thread.Tpo -c MUMPS/src/mumps_io_thread.c -o mumps_io_thread.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o mpi.lo `test -f 'MUMPS/libseq/mpi.f' || echo './'`MUMPS/libseq/mpi.f gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_io_err.lo -MD -MP -MF .deps/mumps_io_err.Tpo -c MUMPS/src/mumps_io_err.c -o mumps_io_err.o if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mpic.lo -MD -MP -MF ".deps/mpic.Tpo" -c -o mpic.lo `test -f 'MUMPS/libseq/mpic.c' || echo './'`MUMPS/libseq/mpic.c; \ then mv -f ".deps/mpic.Tpo" ".deps/mpic.Plo"; else rm -f ".deps/mpic.Tpo"; exit 1; fi gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mumps_size.lo -MD -MP -MF .deps/mumps_size.Tpo -c MUMPS/src/mumps_size.c -o mumps_size.o if /bin/sh ./../../libtool --tag=CC --mode=compile gcc -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT elapse.lo -MD -MP -MF ".deps/elapse.Tpo" -c -o elapse.lo `test -f 'MUMPS/libseq/elapse.c' || echo './'`MUMPS/libseq/elapse.c; \ then mv -f ".deps/elapse.Tpo" ".deps/elapse.Plo"; else rm -f ".deps/elapse.Tpo"; exit 1; fi gfortran -O3 -pipe -c MUMPS/libseq/mpi.f -o mpi.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_ooc_buffer.lo `test -f 'MUMPS/src/dmumps_ooc_buffer.F' || echo './'`MUMPS/src/dmumps_ooc_buffer.F gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT mpic.lo -MD -MP -MF .deps/mpic.Tpo -c MUMPS/libseq/mpic.c -o mpic.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_load.lo `test -f 'MUMPS/src/dmumps_load.F' || echo './'`MUMPS/src/dmumps_load.F gcc -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -g -O2 -falign-functions -DMUMPS_BUILD -DAdd_ -DWITHOUT_PTHREAD=1 -DALLOW_NON_INIT -DMUMPS_ARITH=MUMPS_ARITH_d -MT elapse.lo -MD -MP -MF .deps/elapse.Tpo -c MUMPS/libseq/elapse.c -o elapse.o gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_ooc_buffer.F -o dmumps_ooc_buffer.o gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_load.F -o dmumps_load.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_ooc.lo `test -f 'MUMPS/src/dmumps_ooc.F' || echo './'`MUMPS/src/dmumps_ooc.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_ooc.F -o dmumps_ooc.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part8.lo `test -f 'MUMPS/src/dmumps_part8.F' || echo './'`MUMPS/src/dmumps_part8.F /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part2.lo `test -f 'MUMPS/src/dmumps_part2.F' || echo './'`MUMPS/src/dmumps_part2.F /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part3.lo `test -f 'MUMPS/src/dmumps_part3.F' || echo './'`MUMPS/src/dmumps_part3.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part8.F -o dmumps_part8.o gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part2.F -o dmumps_part2.o gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part3.F -o dmumps_part3.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part4.lo `test -f 'MUMPS/src/dmumps_part4.F' || echo './'`MUMPS/src/dmumps_part4.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part4.F -o dmumps_part4.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part5.lo `test -f 'MUMPS/src/dmumps_part5.F' || echo './'`MUMPS/src/dmumps_part5.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part5.F -o dmumps_part5.o /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part6.lo `test -f 'MUMPS/src/dmumps_part6.F' || echo './'`MUMPS/src/dmumps_part6.F /bin/sh ./../../libtool --tag=F77 --mode=compile gfortran -I. -I`echo .` -I`echo ./MUMPS/src` -I`echo ./MUMPS/libseq` -I`echo ./MUMPS/include` -O3 -pipe -c -o dmumps_part1.lo `test -f 'MUMPS/src/dmumps_part1.F' || echo './'`MUMPS/src/dmumps_part1.F gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part6.F -o dmumps_part6.o gfortran -I. -I. -I./MUMPS/src -I./MUMPS/libseq -I./MUMPS/include -O3 -pipe -c MUMPS/src/dmumps_part1.F -o dmumps_part1.o /bin/sh ./../../libtool --tag=F77 --mode=link gfortran -O3 -pipe -L/c/OM19/OpenModelica/build/lib/omc -o libcoinmumps.la -rpath /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib -no-undefined -version-info 6:2:5 tools_common_mod.lo dmumps_comm_buffer.lo dmumps_struc_def.lo mumps_ooc_common.lo mumps_static_mapping.lo dmumps_ooc_buffer.lo dmumps_load.lo dmumps_ooc.lo dmumps_part1.lo dmumps_part2.lo dmumps_part3.lo dmumps_part4.lo dmumps_part5.lo dmumps_part6.lo dmumps_part7.lo dmumps_part8.lo mumps_part9.lo mumps_sol_es.lo mumps_c.lo mumps_common.lo mumps_orderings.lo mumps_io.lo mumps_io_basic.lo mumps_io_thread.lo mumps_io_err.lo mumps_size.lo mpi.lo mpic.lo elapse.lo -llapack -lblas -llapack -lblas -Lc:/OM19/OpenModelica/build/lib/omc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0 -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../.. -lgfortranbegin -lgfortran -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 mkdir .libs ar cru .libs/libcoinmumps.a tools_common_mod.o dmumps_comm_buffer.o dmumps_struc_def.o mumps_ooc_common.o mumps_static_mapping.o dmumps_ooc_buffer.o dmumps_load.o dmumps_ooc.o dmumps_part1.o dmumps_part2.o dmumps_part3.o dmumps_part4.o dmumps_part5.o dmumps_part6.o dmumps_part7.o dmumps_part8.o mumps_part9.o mumps_sol_es.o mumps_c.o mumps_common.o mumps_orderings.o mumps_io.o mumps_io_basic.o mumps_io_thread.o mumps_io_err.o mumps_size.o mpi.o mpic.o elapse.o ranlib .libs/libcoinmumps.a creating libcoinmumps.la (cd .libs && rm -f libcoinmumps.la && ln -s ../libcoinmumps.la libcoinmumps.la) make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps' Making all in Ipopt make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' Making all in src/Common make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Common' make all-am make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Common' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDebug.lo -MD -MP -MF ".deps/IpDebug.Tpo" -c -o IpDebug.lo IpDebug.cpp; \ then mv -f ".deps/IpDebug.Tpo" ".deps/IpDebug.Plo"; else rm -f ".deps/IpDebug.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpJournalist.lo -MD -MP -MF ".deps/IpJournalist.Tpo" -c -o IpJournalist.lo IpJournalist.cpp; \ then mv -f ".deps/IpJournalist.Tpo" ".deps/IpJournalist.Plo"; else rm -f ".deps/IpJournalist.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpObserver.lo -MD -MP -MF ".deps/IpObserver.Tpo" -c -o IpObserver.lo IpObserver.cpp; \ then mv -f ".deps/IpObserver.Tpo" ".deps/IpObserver.Plo"; else rm -f ".deps/IpObserver.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpObserver.lo -MD -MP -MF .deps/IpObserver.Tpo -c IpObserver.cpp -o IpObserver.o g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpJournalist.lo -MD -MP -MF .deps/IpJournalist.Tpo -c IpJournalist.cpp -o IpJournalist.o g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDebug.lo -MD -MP -MF .deps/IpDebug.Tpo -c IpDebug.cpp -o IpDebug.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpOptionsList.lo -MD -MP -MF ".deps/IpOptionsList.Tpo" -c -o IpOptionsList.lo IpOptionsList.cpp; \ then mv -f ".deps/IpOptionsList.Tpo" ".deps/IpOptionsList.Plo"; else rm -f ".deps/IpOptionsList.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRegOptions.lo -MD -MP -MF ".deps/IpRegOptions.Tpo" -c -o IpRegOptions.lo IpRegOptions.cpp; \ then mv -f ".deps/IpRegOptions.Tpo" ".deps/IpRegOptions.Plo"; else rm -f ".deps/IpRegOptions.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTaggedObject.lo -MD -MP -MF ".deps/IpTaggedObject.Tpo" -c -o IpTaggedObject.lo IpTaggedObject.cpp; \ then mv -f ".deps/IpTaggedObject.Tpo" ".deps/IpTaggedObject.Plo"; else rm -f ".deps/IpTaggedObject.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpOptionsList.lo -MD -MP -MF .deps/IpOptionsList.Tpo -c IpOptionsList.cpp -o IpOptionsList.o g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRegOptions.lo -MD -MP -MF .deps/IpRegOptions.Tpo -c IpRegOptions.cpp -o IpRegOptions.o g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTaggedObject.lo -MD -MP -MF .deps/IpTaggedObject.Tpo -c IpTaggedObject.cpp -o IpTaggedObject.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpUtils.lo -MD -MP -MF ".deps/IpUtils.Tpo" -c -o IpUtils.lo IpUtils.cpp; \ then mv -f ".deps/IpUtils.Tpo" ".deps/IpUtils.Plo"; else rm -f ".deps/IpUtils.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpUtils.lo -MD -MP -MF .deps/IpUtils.Tpo -c IpUtils.cpp -o IpUtils.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -L/c/OM19/OpenModelica/build/lib/omc -o libcommon.la -no-undefined IpDebug.lo IpJournalist.lo IpObserver.lo IpOptionsList.lo IpRegOptions.lo IpTaggedObject.lo IpUtils.lo mkdir .libs ar cru .libs/libcommon.a IpDebug.o IpJournalist.o IpObserver.o IpOptionsList.o IpRegOptions.o IpTaggedObject.o IpUtils.o ranlib .libs/libcommon.a creating libcommon.la (cd .libs && rm -f libcommon.la && ln -s ../libcommon.la libcommon.la) make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Common' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Common' Making all in src/LinAlg make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' Making all in TMatrices make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg/TMatrices' if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./..` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpGenTMatrix.lo -MD -MP -MF ".deps/IpGenTMatrix.Tpo" -c -o IpGenTMatrix.lo IpGenTMatrix.cpp; \ then mv -f ".deps/IpGenTMatrix.Tpo" ".deps/IpGenTMatrix.Plo"; else rm -f ".deps/IpGenTMatrix.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./..` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSymTMatrix.lo -MD -MP -MF ".deps/IpSymTMatrix.Tpo" -c -o IpSymTMatrix.lo IpSymTMatrix.cpp; \ then mv -f ".deps/IpSymTMatrix.Tpo" ".deps/IpSymTMatrix.Plo"; else rm -f ".deps/IpSymTMatrix.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./..` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTripletHelper.lo -MD -MP -MF ".deps/IpTripletHelper.Tpo" -c -o IpTripletHelper.lo IpTripletHelper.cpp; \ then mv -f ".deps/IpTripletHelper.Tpo" ".deps/IpTripletHelper.Plo"; else rm -f ".deps/IpTripletHelper.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./.. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSymTMatrix.lo -MD -MP -MF .deps/IpSymTMatrix.Tpo -c IpSymTMatrix.cpp -o IpSymTMatrix.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./.. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTripletHelper.lo -MD -MP -MF .deps/IpTripletHelper.Tpo -c IpTripletHelper.cpp -o IpTripletHelper.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./.. -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpGenTMatrix.lo -MD -MP -MF .deps/IpGenTMatrix.Tpo -c IpGenTMatrix.cpp -o IpGenTMatrix.o /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -L/c/OM19/OpenModelica/build/lib/omc -o libtmatrices.la -no-undefined IpGenTMatrix.lo IpSymTMatrix.lo IpTripletHelper.lo mkdir .libs ar cru .libs/libtmatrices.a IpGenTMatrix.o IpSymTMatrix.o IpTripletHelper.o ranlib .libs/libtmatrices.a creating libtmatrices.la (cd .libs && rm -f libtmatrices.la && ln -s ../libtmatrices.la libtmatrices.la) make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg/TMatrices' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpBlas.lo -MD -MP -MF ".deps/IpBlas.Tpo" -c -o IpBlas.lo IpBlas.cpp; \ then mv -f ".deps/IpBlas.Tpo" ".deps/IpBlas.Plo"; else rm -f ".deps/IpBlas.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCompoundMatrix.lo -MD -MP -MF ".deps/IpCompoundMatrix.Tpo" -c -o IpCompoundMatrix.lo IpCompoundMatrix.cpp; \ then mv -f ".deps/IpCompoundMatrix.Tpo" ".deps/IpCompoundMatrix.Plo"; else rm -f ".deps/IpCompoundMatrix.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCompoundSymMatrix.lo -MD -MP -MF ".deps/IpCompoundSymMatrix.Tpo" -c -o IpCompoundSymMatrix.lo IpCompoundSymMatrix.cpp; \ then mv -f ".deps/IpCompoundSymMatrix.Tpo" ".deps/IpCompoundSymMatrix.Plo"; else rm -f ".deps/IpCompoundSymMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCompoundMatrix.lo -MD -MP -MF .deps/IpCompoundMatrix.Tpo -c IpCompoundMatrix.cpp -o IpCompoundMatrix.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpBlas.lo -MD -MP -MF .deps/IpBlas.Tpo -c IpBlas.cpp -o IpBlas.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCompoundSymMatrix.lo -MD -MP -MF .deps/IpCompoundSymMatrix.Tpo -c IpCompoundSymMatrix.cpp -o IpCompoundSymMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCompoundVector.lo -MD -MP -MF ".deps/IpCompoundVector.Tpo" -c -o IpCompoundVector.lo IpCompoundVector.cpp; \ then mv -f ".deps/IpCompoundVector.Tpo" ".deps/IpCompoundVector.Plo"; else rm -f ".deps/IpCompoundVector.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDenseGenMatrix.lo -MD -MP -MF ".deps/IpDenseGenMatrix.Tpo" -c -o IpDenseGenMatrix.lo IpDenseGenMatrix.cpp; \ then mv -f ".deps/IpDenseGenMatrix.Tpo" ".deps/IpDenseGenMatrix.Plo"; else rm -f ".deps/IpDenseGenMatrix.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDenseSymMatrix.lo -MD -MP -MF ".deps/IpDenseSymMatrix.Tpo" -c -o IpDenseSymMatrix.lo IpDenseSymMatrix.cpp; \ then mv -f ".deps/IpDenseSymMatrix.Tpo" ".deps/IpDenseSymMatrix.Plo"; else rm -f ".deps/IpDenseSymMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCompoundVector.lo -MD -MP -MF .deps/IpCompoundVector.Tpo -c IpCompoundVector.cpp -o IpCompoundVector.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDenseVector.lo -MD -MP -MF ".deps/IpDenseVector.Tpo" -c -o IpDenseVector.lo IpDenseVector.cpp; \ then mv -f ".deps/IpDenseVector.Tpo" ".deps/IpDenseVector.Plo"; else rm -f ".deps/IpDenseVector.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDenseGenMatrix.lo -MD -MP -MF .deps/IpDenseGenMatrix.Tpo -c IpDenseGenMatrix.cpp -o IpDenseGenMatrix.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDenseSymMatrix.lo -MD -MP -MF .deps/IpDenseSymMatrix.Tpo -c IpDenseSymMatrix.cpp -o IpDenseSymMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDiagMatrix.lo -MD -MP -MF ".deps/IpDiagMatrix.Tpo" -c -o IpDiagMatrix.lo IpDiagMatrix.cpp; \ then mv -f ".deps/IpDiagMatrix.Tpo" ".deps/IpDiagMatrix.Plo"; else rm -f ".deps/IpDiagMatrix.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpExpandedMultiVectorMatrix.lo -MD -MP -MF ".deps/IpExpandedMultiVectorMatrix.Tpo" -c -o IpExpandedMultiVectorMatrix.lo IpExpandedMultiVectorMatrix.cpp; \ then mv -f ".deps/IpExpandedMultiVectorMatrix.Tpo" ".deps/IpExpandedMultiVectorMatrix.Plo"; else rm -f ".deps/IpExpandedMultiVectorMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDenseVector.lo -MD -MP -MF .deps/IpDenseVector.Tpo -c IpDenseVector.cpp -o IpDenseVector.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpExpansionMatrix.lo -MD -MP -MF ".deps/IpExpansionMatrix.Tpo" -c -o IpExpansionMatrix.lo IpExpansionMatrix.cpp; \ then mv -f ".deps/IpExpansionMatrix.Tpo" ".deps/IpExpansionMatrix.Plo"; else rm -f ".deps/IpExpansionMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDiagMatrix.lo -MD -MP -MF .deps/IpDiagMatrix.Tpo -c IpDiagMatrix.cpp -o IpDiagMatrix.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpExpandedMultiVectorMatrix.lo -MD -MP -MF .deps/IpExpandedMultiVectorMatrix.Tpo -c IpExpandedMultiVectorMatrix.cpp -o IpExpandedMultiVectorMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIdentityMatrix.lo -MD -MP -MF ".deps/IpIdentityMatrix.Tpo" -c -o IpIdentityMatrix.lo IpIdentityMatrix.cpp; \ then mv -f ".deps/IpIdentityMatrix.Tpo" ".deps/IpIdentityMatrix.Plo"; else rm -f ".deps/IpIdentityMatrix.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLapack.lo -MD -MP -MF ".deps/IpLapack.Tpo" -c -o IpLapack.lo IpLapack.cpp; \ then mv -f ".deps/IpLapack.Tpo" ".deps/IpLapack.Plo"; else rm -f ".deps/IpLapack.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpExpansionMatrix.lo -MD -MP -MF .deps/IpExpansionMatrix.Tpo -c IpExpansionMatrix.cpp -o IpExpansionMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLowRankUpdateSymMatrix.lo -MD -MP -MF ".deps/IpLowRankUpdateSymMatrix.Tpo" -c -o IpLowRankUpdateSymMatrix.lo IpLowRankUpdateSymMatrix.cpp; \ then mv -f ".deps/IpLowRankUpdateSymMatrix.Tpo" ".deps/IpLowRankUpdateSymMatrix.Plo"; else rm -f ".deps/IpLowRankUpdateSymMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIdentityMatrix.lo -MD -MP -MF .deps/IpIdentityMatrix.Tpo -c IpIdentityMatrix.cpp -o IpIdentityMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMatrix.lo -MD -MP -MF ".deps/IpMatrix.Tpo" -c -o IpMatrix.lo IpMatrix.cpp; \ then mv -f ".deps/IpMatrix.Tpo" ".deps/IpMatrix.Plo"; else rm -f ".deps/IpMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLapack.lo -MD -MP -MF .deps/IpLapack.Tpo -c IpLapack.cpp -o IpLapack.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMultiVectorMatrix.lo -MD -MP -MF ".deps/IpMultiVectorMatrix.Tpo" -c -o IpMultiVectorMatrix.lo IpMultiVectorMatrix.cpp; \ then mv -f ".deps/IpMultiVectorMatrix.Tpo" ".deps/IpMultiVectorMatrix.Plo"; else rm -f ".deps/IpMultiVectorMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLowRankUpdateSymMatrix.lo -MD -MP -MF .deps/IpLowRankUpdateSymMatrix.Tpo -c IpLowRankUpdateSymMatrix.cpp -o IpLowRankUpdateSymMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpScaledMatrix.lo -MD -MP -MF ".deps/IpScaledMatrix.Tpo" -c -o IpScaledMatrix.lo IpScaledMatrix.cpp; \ then mv -f ".deps/IpScaledMatrix.Tpo" ".deps/IpScaledMatrix.Plo"; else rm -f ".deps/IpScaledMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMatrix.lo -MD -MP -MF .deps/IpMatrix.Tpo -c IpMatrix.cpp -o IpMatrix.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMultiVectorMatrix.lo -MD -MP -MF .deps/IpMultiVectorMatrix.Tpo -c IpMultiVectorMatrix.cpp -o IpMultiVectorMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSumMatrix.lo -MD -MP -MF ".deps/IpSumMatrix.Tpo" -c -o IpSumMatrix.lo IpSumMatrix.cpp; \ then mv -f ".deps/IpSumMatrix.Tpo" ".deps/IpSumMatrix.Plo"; else rm -f ".deps/IpSumMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpScaledMatrix.lo -MD -MP -MF .deps/IpScaledMatrix.Tpo -c IpScaledMatrix.cpp -o IpScaledMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSumSymMatrix.lo -MD -MP -MF ".deps/IpSumSymMatrix.Tpo" -c -o IpSumSymMatrix.lo IpSumSymMatrix.cpp; \ then mv -f ".deps/IpSumSymMatrix.Tpo" ".deps/IpSumSymMatrix.Plo"; else rm -f ".deps/IpSumSymMatrix.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSymScaledMatrix.lo -MD -MP -MF ".deps/IpSymScaledMatrix.Tpo" -c -o IpSymScaledMatrix.lo IpSymScaledMatrix.cpp; \ then mv -f ".deps/IpSymScaledMatrix.Tpo" ".deps/IpSymScaledMatrix.Plo"; else rm -f ".deps/IpSymScaledMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSumMatrix.lo -MD -MP -MF .deps/IpSumMatrix.Tpo -c IpSumMatrix.cpp -o IpSumMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTransposeMatrix.lo -MD -MP -MF ".deps/IpTransposeMatrix.Tpo" -c -o IpTransposeMatrix.lo IpTransposeMatrix.cpp; \ then mv -f ".deps/IpTransposeMatrix.Tpo" ".deps/IpTransposeMatrix.Plo"; else rm -f ".deps/IpTransposeMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSumSymMatrix.lo -MD -MP -MF .deps/IpSumSymMatrix.Tpo -c IpSumSymMatrix.cpp -o IpSumSymMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpVector.lo -MD -MP -MF ".deps/IpVector.Tpo" -c -o IpVector.lo IpVector.cpp; \ then mv -f ".deps/IpVector.Tpo" ".deps/IpVector.Plo"; else rm -f ".deps/IpVector.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSymScaledMatrix.lo -MD -MP -MF .deps/IpSymScaledMatrix.Tpo -c IpSymScaledMatrix.cpp -o IpSymScaledMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpZeroMatrix.lo -MD -MP -MF ".deps/IpZeroMatrix.Tpo" -c -o IpZeroMatrix.lo IpZeroMatrix.cpp; \ then mv -f ".deps/IpZeroMatrix.Tpo" ".deps/IpZeroMatrix.Plo"; else rm -f ".deps/IpZeroMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTransposeMatrix.lo -MD -MP -MF .deps/IpTransposeMatrix.Tpo -c IpTransposeMatrix.cpp -o IpTransposeMatrix.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpZeroSymMatrix.lo -MD -MP -MF ".deps/IpZeroSymMatrix.Tpo" -c -o IpZeroSymMatrix.lo IpZeroSymMatrix.cpp; \ then mv -f ".deps/IpZeroSymMatrix.Tpo" ".deps/IpZeroSymMatrix.Plo"; else rm -f ".deps/IpZeroSymMatrix.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpVector.lo -MD -MP -MF .deps/IpVector.Tpo -c IpVector.cpp -o IpVector.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpZeroMatrix.lo -MD -MP -MF .deps/IpZeroMatrix.Tpo -c IpZeroMatrix.cpp -o IpZeroMatrix.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpZeroSymMatrix.lo -MD -MP -MF .deps/IpZeroSymMatrix.Tpo -c IpZeroSymMatrix.cpp -o IpZeroSymMatrix.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -L/c/OM19/OpenModelica/build/lib/omc -o liblinalg.la -no-undefined IpBlas.lo IpCompoundMatrix.lo IpCompoundSymMatrix.lo IpCompoundVector.lo IpDenseGenMatrix.lo IpDenseSymMatrix.lo IpDenseVector.lo IpDiagMatrix.lo IpExpandedMultiVectorMatrix.lo IpExpansionMatrix.lo IpIdentityMatrix.lo IpLapack.lo IpLowRankUpdateSymMatrix.lo IpMatrix.lo IpMultiVectorMatrix.lo IpScaledMatrix.lo IpSumMatrix.lo IpSumSymMatrix.lo IpSymScaledMatrix.lo IpTransposeMatrix.lo IpVector.lo IpZeroMatrix.lo IpZeroSymMatrix.lo mkdir .libs ar cru .libs/liblinalg.a IpBlas.o IpCompoundMatrix.o IpCompoundSymMatrix.o IpCompoundVector.o IpDenseGenMatrix.o IpDenseSymMatrix.o IpDenseVector.o IpDiagMatrix.o IpExpandedMultiVectorMatrix.o IpExpansionMatrix.o IpIdentityMatrix.o IpLapack.o IpLowRankUpdateSymMatrix.o IpMatrix.o IpMultiVectorMatrix.o IpScaledMatrix.o IpSumMatrix.o IpSumSymMatrix.o IpSymScaledMatrix.o IpTransposeMatrix.o IpVector.o IpZeroMatrix.o IpZeroSymMatrix.o ranlib .libs/liblinalg.a creating liblinalg.la (cd .libs && rm -f liblinalg.la && ln -s ../liblinalg.la liblinalg.la) make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' Making all in src/Algorithm make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' Making all in LinearSolvers make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/LinearSolvers' if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLinearSolversRegOp.lo -MD -MP -MF ".deps/IpLinearSolversRegOp.Tpo" -c -o IpLinearSolversRegOp.lo IpLinearSolversRegOp.cpp; \ then mv -f ".deps/IpLinearSolversRegOp.Tpo" ".deps/IpLinearSolversRegOp.Plo"; else rm -f ".deps/IpLinearSolversRegOp.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSlackBasedTSymScalingMethod.lo -MD -MP -MF ".deps/IpSlackBasedTSymScalingMethod.Tpo" -c -o IpSlackBasedTSymScalingMethod.lo IpSlackBasedTSymScalingMethod.cpp; \ then mv -f ".deps/IpSlackBasedTSymScalingMethod.Tpo" ".deps/IpSlackBasedTSymScalingMethod.Plo"; else rm -f ".deps/IpSlackBasedTSymScalingMethod.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTripletToCSRConverter.lo -MD -MP -MF ".deps/IpTripletToCSRConverter.Tpo" -c -o IpTripletToCSRConverter.lo IpTripletToCSRConverter.cpp; \ then mv -f ".deps/IpTripletToCSRConverter.Tpo" ".deps/IpTripletToCSRConverter.Plo"; else rm -f ".deps/IpTripletToCSRConverter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpSlackBasedTSymScalingMethod.lo -MD -MP -MF .deps/IpSlackBasedTSymScalingMethod.Tpo -c IpSlackBasedTSymScalingMethod.cpp -o IpSlackBasedTSymScalingMethod.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTripletToCSRConverter.lo -MD -MP -MF .deps/IpTripletToCSRConverter.Tpo -c IpTripletToCSRConverter.cpp -o IpTripletToCSRConverter.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLinearSolversRegOp.lo -MD -MP -MF .deps/IpLinearSolversRegOp.Tpo -c IpLinearSolversRegOp.cpp -o IpLinearSolversRegOp.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTSymDependencyDetector.lo -MD -MP -MF ".deps/IpTSymDependencyDetector.Tpo" -c -o IpTSymDependencyDetector.lo IpTSymDependencyDetector.cpp; \ then mv -f ".deps/IpTSymDependencyDetector.Tpo" ".deps/IpTSymDependencyDetector.Plo"; else rm -f ".deps/IpTSymDependencyDetector.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTSymLinearSolver.lo -MD -MP -MF ".deps/IpTSymLinearSolver.Tpo" -c -o IpTSymLinearSolver.lo IpTSymLinearSolver.cpp; \ then mv -f ".deps/IpTSymLinearSolver.Tpo" ".deps/IpTSymLinearSolver.Plo"; else rm -f ".deps/IpTSymLinearSolver.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa27TSolverInterface.lo -MD -MP -MF ".deps/IpMa27TSolverInterface.Tpo" -c -o IpMa27TSolverInterface.lo IpMa27TSolverInterface.cpp; \ then mv -f ".deps/IpMa27TSolverInterface.Tpo" ".deps/IpMa27TSolverInterface.Plo"; else rm -f ".deps/IpMa27TSolverInterface.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTSymDependencyDetector.lo -MD -MP -MF .deps/IpTSymDependencyDetector.Tpo -c IpTSymDependencyDetector.cpp -o IpTSymDependencyDetector.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTSymLinearSolver.lo -MD -MP -MF .deps/IpTSymLinearSolver.Tpo -c IpTSymLinearSolver.cpp -o IpTSymLinearSolver.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa27TSolverInterface.lo -MD -MP -MF .deps/IpMa27TSolverInterface.Tpo -c IpMa27TSolverInterface.cpp -o IpMa27TSolverInterface.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa57TSolverInterface.lo -MD -MP -MF ".deps/IpMa57TSolverInterface.Tpo" -c -o IpMa57TSolverInterface.lo IpMa57TSolverInterface.cpp; \ then mv -f ".deps/IpMa57TSolverInterface.Tpo" ".deps/IpMa57TSolverInterface.Plo"; else rm -f ".deps/IpMa57TSolverInterface.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa86SolverInterface.lo -MD -MP -MF ".deps/IpMa86SolverInterface.Tpo" -c -o IpMa86SolverInterface.lo IpMa86SolverInterface.cpp; \ then mv -f ".deps/IpMa86SolverInterface.Tpo" ".deps/IpMa86SolverInterface.Plo"; else rm -f ".deps/IpMa86SolverInterface.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa97SolverInterface.lo -MD -MP -MF ".deps/IpMa97SolverInterface.Tpo" -c -o IpMa97SolverInterface.lo IpMa97SolverInterface.cpp; \ then mv -f ".deps/IpMa97SolverInterface.Tpo" ".deps/IpMa97SolverInterface.Plo"; else rm -f ".deps/IpMa97SolverInterface.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa57TSolverInterface.lo -MD -MP -MF .deps/IpMa57TSolverInterface.Tpo -c IpMa57TSolverInterface.cpp -o IpMa57TSolverInterface.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa86SolverInterface.lo -MD -MP -MF .deps/IpMa86SolverInterface.Tpo -c IpMa86SolverInterface.cpp -o IpMa86SolverInterface.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa97SolverInterface.lo -MD -MP -MF .deps/IpMa97SolverInterface.Tpo -c IpMa97SolverInterface.cpp -o IpMa97SolverInterface.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMc19TSymScalingMethod.lo -MD -MP -MF ".deps/IpMc19TSymScalingMethod.Tpo" -c -o IpMc19TSymScalingMethod.lo IpMc19TSymScalingMethod.cpp; \ then mv -f ".deps/IpMc19TSymScalingMethod.Tpo" ".deps/IpMc19TSymScalingMethod.Plo"; else rm -f ".deps/IpMc19TSymScalingMethod.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa28TDependencyDetector.lo -MD -MP -MF ".deps/IpMa28TDependencyDetector.Tpo" -c -o IpMa28TDependencyDetector.lo IpMa28TDependencyDetector.cpp; \ then mv -f ".deps/IpMa28TDependencyDetector.Tpo" ".deps/IpMa28TDependencyDetector.Plo"; else rm -f ".deps/IpMa28TDependencyDetector.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa77SolverInterface.lo -MD -MP -MF ".deps/IpMa77SolverInterface.Tpo" -c -o IpMa77SolverInterface.lo IpMa77SolverInterface.cpp; \ then mv -f ".deps/IpMa77SolverInterface.Tpo" ".deps/IpMa77SolverInterface.Plo"; else rm -f ".deps/IpMa77SolverInterface.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMc19TSymScalingMethod.lo -MD -MP -MF .deps/IpMc19TSymScalingMethod.Tpo -c IpMc19TSymScalingMethod.cpp -o IpMc19TSymScalingMethod.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPardisoSolverInterface.lo -MD -MP -MF ".deps/IpPardisoSolverInterface.Tpo" -c -o IpPardisoSolverInterface.lo IpPardisoSolverInterface.cpp; \ then mv -f ".deps/IpPardisoSolverInterface.Tpo" ".deps/IpPardisoSolverInterface.Plo"; else rm -f ".deps/IpPardisoSolverInterface.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa28TDependencyDetector.lo -MD -MP -MF .deps/IpMa28TDependencyDetector.Tpo -c IpMa28TDependencyDetector.cpp -o IpMa28TDependencyDetector.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMa77SolverInterface.lo -MD -MP -MF .deps/IpMa77SolverInterface.Tpo -c IpMa77SolverInterface.cpp -o IpMa77SolverInterface.o /bin/sh ../../../../libtool --tag=F77 --mode=compile gfortran -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -c -o IpMa28Partition.lo IpMa28Partition.F if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./..` -I`echo ./../../Interfaces` -I`echo ./../../contrib/CGPenalty` -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMumpsSolverInterface.lo -MD -MP -MF ".deps/IpMumpsSolverInterface.Tpo" -c -o IpMumpsSolverInterface.lo IpMumpsSolverInterface.cpp; \ then mv -f ".deps/IpMumpsSolverInterface.Tpo" ".deps/IpMumpsSolverInterface.Plo"; else rm -f ".deps/IpMumpsSolverInterface.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPardisoSolverInterface.lo -MD -MP -MF .deps/IpPardisoSolverInterface.Tpo -c IpPardisoSolverInterface.cpp -o IpPardisoSolverInterface.o gfortran -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -c IpMa28Partition.F -o IpMa28Partition.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./.. -I./../../Interfaces -I./../../contrib/CGPenalty -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq -I/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/include -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMumpsSolverInterface.lo -MD -MP -MF .deps/IpMumpsSolverInterface.Tpo -c IpMumpsSolverInterface.cpp -o IpMumpsSolverInterface.o c:/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/MUMPS/libseq/mpi.h:67: warning: 'IPOPT_MPI_COMM_WORLD' defined but not used /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -L/c/OM19/OpenModelica/build/lib/omc -o liblinsolvers.la -no-undefined IpLinearSolversRegOp.lo IpSlackBasedTSymScalingMethod.lo IpTripletToCSRConverter.lo IpTSymDependencyDetector.lo IpTSymLinearSolver.lo IpMa27TSolverInterface.lo IpMa57TSolverInterface.lo IpMa86SolverInterface.lo IpMa97SolverInterface.lo IpMc19TSymScalingMethod.lo IpMa28TDependencyDetector.lo IpMa77SolverInterface.lo IpPardisoSolverInterface.lo IpMa28Partition.lo IpMumpsSolverInterface.lo mkdir .libs ar cru .libs/liblinsolvers.a IpLinearSolversRegOp.o IpSlackBasedTSymScalingMethod.o IpTripletToCSRConverter.o IpTSymDependencyDetector.o IpTSymLinearSolver.o IpMa27TSolverInterface.o IpMa57TSolverInterface.o IpMa86SolverInterface.o IpMa97SolverInterface.o IpMc19TSymScalingMethod.o IpMa28TDependencyDetector.o IpMa77SolverInterface.o IpPardisoSolverInterface.o IpMa28Partition.o IpMumpsSolverInterface.o ranlib .libs/liblinsolvers.a creating liblinsolvers.la (cd .libs && rm -f liblinsolvers.la && ln -s ../liblinsolvers.la liblinsolvers.la) make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/LinearSolvers' Making all in Inexact make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/Inexact' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/Inexact' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpAdaptiveMuUpdate.lo -MD -MP -MF ".deps/IpAdaptiveMuUpdate.Tpo" -c -o IpAdaptiveMuUpdate.lo IpAdaptiveMuUpdate.cpp; \ then mv -f ".deps/IpAdaptiveMuUpdate.Tpo" ".deps/IpAdaptiveMuUpdate.Plo"; else rm -f ".deps/IpAdaptiveMuUpdate.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpAlgBuilder.lo -MD -MP -MF ".deps/IpAlgBuilder.Tpo" -c -o IpAlgBuilder.lo IpAlgBuilder.cpp; \ then mv -f ".deps/IpAlgBuilder.Tpo" ".deps/IpAlgBuilder.Plo"; else rm -f ".deps/IpAlgBuilder.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpAlgorithmRegOp.lo -MD -MP -MF ".deps/IpAlgorithmRegOp.Tpo" -c -o IpAlgorithmRegOp.lo IpAlgorithmRegOp.cpp; \ then mv -f ".deps/IpAlgorithmRegOp.Tpo" ".deps/IpAlgorithmRegOp.Plo"; else rm -f ".deps/IpAlgorithmRegOp.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpAdaptiveMuUpdate.lo -MD -MP -MF .deps/IpAdaptiveMuUpdate.Tpo -c IpAdaptiveMuUpdate.cpp -o IpAdaptiveMuUpdate.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpAlgBuilder.lo -MD -MP -MF .deps/IpAlgBuilder.Tpo -c IpAlgBuilder.cpp -o IpAlgBuilder.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpAlgorithmRegOp.lo -MD -MP -MF .deps/IpAlgorithmRegOp.Tpo -c IpAlgorithmRegOp.cpp -o IpAlgorithmRegOp.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpAugRestoSystemSolver.lo -MD -MP -MF ".deps/IpAugRestoSystemSolver.Tpo" -c -o IpAugRestoSystemSolver.lo IpAugRestoSystemSolver.cpp; \ then mv -f ".deps/IpAugRestoSystemSolver.Tpo" ".deps/IpAugRestoSystemSolver.Plo"; else rm -f ".deps/IpAugRestoSystemSolver.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpBacktrackingLineSearch.lo -MD -MP -MF ".deps/IpBacktrackingLineSearch.Tpo" -c -o IpBacktrackingLineSearch.lo IpBacktrackingLineSearch.cpp; \ then mv -f ".deps/IpBacktrackingLineSearch.Tpo" ".deps/IpBacktrackingLineSearch.Plo"; else rm -f ".deps/IpBacktrackingLineSearch.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDefaultIterateInitializer.lo -MD -MP -MF ".deps/IpDefaultIterateInitializer.Tpo" -c -o IpDefaultIterateInitializer.lo IpDefaultIterateInitializer.cpp; \ then mv -f ".deps/IpDefaultIterateInitializer.Tpo" ".deps/IpDefaultIterateInitializer.Plo"; else rm -f ".deps/IpDefaultIterateInitializer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpAugRestoSystemSolver.lo -MD -MP -MF .deps/IpAugRestoSystemSolver.Tpo -c IpAugRestoSystemSolver.cpp -o IpAugRestoSystemSolver.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpBacktrackingLineSearch.lo -MD -MP -MF .deps/IpBacktrackingLineSearch.Tpo -c IpBacktrackingLineSearch.cpp -o IpBacktrackingLineSearch.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpDefaultIterateInitializer.lo -MD -MP -MF .deps/IpDefaultIterateInitializer.Tpo -c IpDefaultIterateInitializer.cpp -o IpDefaultIterateInitializer.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpEquilibrationScaling.lo -MD -MP -MF ".deps/IpEquilibrationScaling.Tpo" -c -o IpEquilibrationScaling.lo IpEquilibrationScaling.cpp; \ then mv -f ".deps/IpEquilibrationScaling.Tpo" ".deps/IpEquilibrationScaling.Plo"; else rm -f ".deps/IpEquilibrationScaling.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpExactHessianUpdater.lo -MD -MP -MF ".deps/IpExactHessianUpdater.Tpo" -c -o IpExactHessianUpdater.lo IpExactHessianUpdater.cpp; \ then mv -f ".deps/IpExactHessianUpdater.Tpo" ".deps/IpExactHessianUpdater.Plo"; else rm -f ".deps/IpExactHessianUpdater.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpFilter.lo -MD -MP -MF ".deps/IpFilter.Tpo" -c -o IpFilter.lo IpFilter.cpp; \ then mv -f ".deps/IpFilter.Tpo" ".deps/IpFilter.Plo"; else rm -f ".deps/IpFilter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpEquilibrationScaling.lo -MD -MP -MF .deps/IpEquilibrationScaling.Tpo -c IpEquilibrationScaling.cpp -o IpEquilibrationScaling.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpExactHessianUpdater.lo -MD -MP -MF .deps/IpExactHessianUpdater.Tpo -c IpExactHessianUpdater.cpp -o IpExactHessianUpdater.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpFilter.lo -MD -MP -MF .deps/IpFilter.Tpo -c IpFilter.cpp -o IpFilter.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpFilterLSAcceptor.lo -MD -MP -MF ".deps/IpFilterLSAcceptor.Tpo" -c -o IpFilterLSAcceptor.lo IpFilterLSAcceptor.cpp; \ then mv -f ".deps/IpFilterLSAcceptor.Tpo" ".deps/IpFilterLSAcceptor.Plo"; else rm -f ".deps/IpFilterLSAcceptor.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpGenAugSystemSolver.lo -MD -MP -MF ".deps/IpGenAugSystemSolver.Tpo" -c -o IpGenAugSystemSolver.lo IpGenAugSystemSolver.cpp; \ then mv -f ".deps/IpGenAugSystemSolver.Tpo" ".deps/IpGenAugSystemSolver.Plo"; else rm -f ".deps/IpGenAugSystemSolver.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpGradientScaling.lo -MD -MP -MF ".deps/IpGradientScaling.Tpo" -c -o IpGradientScaling.lo IpGradientScaling.cpp; \ then mv -f ".deps/IpGradientScaling.Tpo" ".deps/IpGradientScaling.Plo"; else rm -f ".deps/IpGradientScaling.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpFilterLSAcceptor.lo -MD -MP -MF .deps/IpFilterLSAcceptor.Tpo -c IpFilterLSAcceptor.cpp -o IpFilterLSAcceptor.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpGenAugSystemSolver.lo -MD -MP -MF .deps/IpGenAugSystemSolver.Tpo -c IpGenAugSystemSolver.cpp -o IpGenAugSystemSolver.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpGradientScaling.lo -MD -MP -MF .deps/IpGradientScaling.Tpo -c IpGradientScaling.cpp -o IpGradientScaling.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIpoptAlg.lo -MD -MP -MF ".deps/IpIpoptAlg.Tpo" -c -o IpIpoptAlg.lo IpIpoptAlg.cpp; \ then mv -f ".deps/IpIpoptAlg.Tpo" ".deps/IpIpoptAlg.Plo"; else rm -f ".deps/IpIpoptAlg.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIpoptCalculatedQuantities.lo -MD -MP -MF ".deps/IpIpoptCalculatedQuantities.Tpo" -c -o IpIpoptCalculatedQuantities.lo IpIpoptCalculatedQuantities.cpp; \ then mv -f ".deps/IpIpoptCalculatedQuantities.Tpo" ".deps/IpIpoptCalculatedQuantities.Plo"; else rm -f ".deps/IpIpoptCalculatedQuantities.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIpoptData.lo -MD -MP -MF ".deps/IpIpoptData.Tpo" -c -o IpIpoptData.lo IpIpoptData.cpp; \ then mv -f ".deps/IpIpoptData.Tpo" ".deps/IpIpoptData.Plo"; else rm -f ".deps/IpIpoptData.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIpoptAlg.lo -MD -MP -MF .deps/IpIpoptAlg.Tpo -c IpIpoptAlg.cpp -o IpIpoptAlg.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIpoptCalculatedQuantities.lo -MD -MP -MF .deps/IpIpoptCalculatedQuantities.Tpo -c IpIpoptCalculatedQuantities.cpp -o IpIpoptCalculatedQuantities.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIpoptData.lo -MD -MP -MF .deps/IpIpoptData.Tpo -c IpIpoptData.cpp -o IpIpoptData.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIteratesVector.lo -MD -MP -MF ".deps/IpIteratesVector.Tpo" -c -o IpIteratesVector.lo IpIteratesVector.cpp; \ then mv -f ".deps/IpIteratesVector.Tpo" ".deps/IpIteratesVector.Plo"; else rm -f ".deps/IpIteratesVector.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLeastSquareMults.lo -MD -MP -MF ".deps/IpLeastSquareMults.Tpo" -c -o IpLeastSquareMults.lo IpLeastSquareMults.cpp; \ then mv -f ".deps/IpLeastSquareMults.Tpo" ".deps/IpLeastSquareMults.Plo"; else rm -f ".deps/IpLeastSquareMults.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpIteratesVector.lo -MD -MP -MF .deps/IpIteratesVector.Tpo -c IpIteratesVector.cpp -o IpIteratesVector.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLeastSquareMults.lo -MD -MP -MF .deps/IpLeastSquareMults.Tpo -c IpLeastSquareMults.cpp -o IpLeastSquareMults.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLimMemQuasiNewtonUpdater.lo -MD -MP -MF ".deps/IpLimMemQuasiNewtonUpdater.Tpo" -c -o IpLimMemQuasiNewtonUpdater.lo IpLimMemQuasiNewtonUpdater.cpp; \ then mv -f ".deps/IpLimMemQuasiNewtonUpdater.Tpo" ".deps/IpLimMemQuasiNewtonUpdater.Plo"; else rm -f ".deps/IpLimMemQuasiNewtonUpdater.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLoqoMuOracle.lo -MD -MP -MF ".deps/IpLoqoMuOracle.Tpo" -c -o IpLoqoMuOracle.lo IpLoqoMuOracle.cpp; \ then mv -f ".deps/IpLoqoMuOracle.Tpo" ".deps/IpLoqoMuOracle.Plo"; else rm -f ".deps/IpLoqoMuOracle.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLowRankAugSystemSolver.lo -MD -MP -MF ".deps/IpLowRankAugSystemSolver.Tpo" -c -o IpLowRankAugSystemSolver.lo IpLowRankAugSystemSolver.cpp; \ then mv -f ".deps/IpLowRankAugSystemSolver.Tpo" ".deps/IpLowRankAugSystemSolver.Plo"; else rm -f ".deps/IpLowRankAugSystemSolver.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLimMemQuasiNewtonUpdater.lo -MD -MP -MF .deps/IpLimMemQuasiNewtonUpdater.Tpo -c IpLimMemQuasiNewtonUpdater.cpp -o IpLimMemQuasiNewtonUpdater.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLoqoMuOracle.lo -MD -MP -MF .deps/IpLoqoMuOracle.Tpo -c IpLoqoMuOracle.cpp -o IpLoqoMuOracle.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLowRankAugSystemSolver.lo -MD -MP -MF .deps/IpLowRankAugSystemSolver.Tpo -c IpLowRankAugSystemSolver.cpp -o IpLowRankAugSystemSolver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLowRankSSAugSystemSolver.lo -MD -MP -MF ".deps/IpLowRankSSAugSystemSolver.Tpo" -c -o IpLowRankSSAugSystemSolver.lo IpLowRankSSAugSystemSolver.cpp; \ then mv -f ".deps/IpLowRankSSAugSystemSolver.Tpo" ".deps/IpLowRankSSAugSystemSolver.Plo"; else rm -f ".deps/IpLowRankSSAugSystemSolver.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMonotoneMuUpdate.lo -MD -MP -MF ".deps/IpMonotoneMuUpdate.Tpo" -c -o IpMonotoneMuUpdate.lo IpMonotoneMuUpdate.cpp; \ then mv -f ".deps/IpMonotoneMuUpdate.Tpo" ".deps/IpMonotoneMuUpdate.Plo"; else rm -f ".deps/IpMonotoneMuUpdate.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpNLPBoundsRemover.lo -MD -MP -MF ".deps/IpNLPBoundsRemover.Tpo" -c -o IpNLPBoundsRemover.lo IpNLPBoundsRemover.cpp; \ then mv -f ".deps/IpNLPBoundsRemover.Tpo" ".deps/IpNLPBoundsRemover.Plo"; else rm -f ".deps/IpNLPBoundsRemover.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpLowRankSSAugSystemSolver.lo -MD -MP -MF .deps/IpLowRankSSAugSystemSolver.Tpo -c IpLowRankSSAugSystemSolver.cpp -o IpLowRankSSAugSystemSolver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpNLPScaling.lo -MD -MP -MF ".deps/IpNLPScaling.Tpo" -c -o IpNLPScaling.lo IpNLPScaling.cpp; \ then mv -f ".deps/IpNLPScaling.Tpo" ".deps/IpNLPScaling.Plo"; else rm -f ".deps/IpNLPScaling.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpMonotoneMuUpdate.lo -MD -MP -MF .deps/IpMonotoneMuUpdate.Tpo -c IpMonotoneMuUpdate.cpp -o IpMonotoneMuUpdate.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpNLPBoundsRemover.lo -MD -MP -MF .deps/IpNLPBoundsRemover.Tpo -c IpNLPBoundsRemover.cpp -o IpNLPBoundsRemover.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpOptErrorConvCheck.lo -MD -MP -MF ".deps/IpOptErrorConvCheck.Tpo" -c -o IpOptErrorConvCheck.lo IpOptErrorConvCheck.cpp; \ then mv -f ".deps/IpOptErrorConvCheck.Tpo" ".deps/IpOptErrorConvCheck.Plo"; else rm -f ".deps/IpOptErrorConvCheck.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpOrigIpoptNLP.lo -MD -MP -MF ".deps/IpOrigIpoptNLP.Tpo" -c -o IpOrigIpoptNLP.lo IpOrigIpoptNLP.cpp; \ then mv -f ".deps/IpOrigIpoptNLP.Tpo" ".deps/IpOrigIpoptNLP.Plo"; else rm -f ".deps/IpOrigIpoptNLP.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpNLPScaling.lo -MD -MP -MF .deps/IpNLPScaling.Tpo -c IpNLPScaling.cpp -o IpNLPScaling.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpOptErrorConvCheck.lo -MD -MP -MF .deps/IpOptErrorConvCheck.Tpo -c IpOptErrorConvCheck.cpp -o IpOptErrorConvCheck.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpOrigIterationOutput.lo -MD -MP -MF ".deps/IpOrigIterationOutput.Tpo" -c -o IpOrigIterationOutput.lo IpOrigIterationOutput.cpp; \ then mv -f ".deps/IpOrigIterationOutput.Tpo" ".deps/IpOrigIterationOutput.Plo"; else rm -f ".deps/IpOrigIterationOutput.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpOrigIpoptNLP.lo -MD -MP -MF .deps/IpOrigIpoptNLP.Tpo -c IpOrigIpoptNLP.cpp -o IpOrigIpoptNLP.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPDFullSpaceSolver.lo -MD -MP -MF ".deps/IpPDFullSpaceSolver.Tpo" -c -o IpPDFullSpaceSolver.lo IpPDFullSpaceSolver.cpp; \ then mv -f ".deps/IpPDFullSpaceSolver.Tpo" ".deps/IpPDFullSpaceSolver.Plo"; else rm -f ".deps/IpPDFullSpaceSolver.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpOrigIterationOutput.lo -MD -MP -MF .deps/IpOrigIterationOutput.Tpo -c IpOrigIterationOutput.cpp -o IpOrigIterationOutput.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPDFullSpaceSolver.lo -MD -MP -MF .deps/IpPDFullSpaceSolver.Tpo -c IpPDFullSpaceSolver.cpp -o IpPDFullSpaceSolver.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPDPerturbationHandler.lo -MD -MP -MF ".deps/IpPDPerturbationHandler.Tpo" -c -o IpPDPerturbationHandler.lo IpPDPerturbationHandler.cpp; \ then mv -f ".deps/IpPDPerturbationHandler.Tpo" ".deps/IpPDPerturbationHandler.Plo"; else rm -f ".deps/IpPDPerturbationHandler.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPDSearchDirCalc.lo -MD -MP -MF ".deps/IpPDSearchDirCalc.Tpo" -c -o IpPDSearchDirCalc.lo IpPDSearchDirCalc.cpp; \ then mv -f ".deps/IpPDSearchDirCalc.Tpo" ".deps/IpPDSearchDirCalc.Plo"; else rm -f ".deps/IpPDSearchDirCalc.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPenaltyLSAcceptor.lo -MD -MP -MF ".deps/IpPenaltyLSAcceptor.Tpo" -c -o IpPenaltyLSAcceptor.lo IpPenaltyLSAcceptor.cpp; \ then mv -f ".deps/IpPenaltyLSAcceptor.Tpo" ".deps/IpPenaltyLSAcceptor.Plo"; else rm -f ".deps/IpPenaltyLSAcceptor.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPDPerturbationHandler.lo -MD -MP -MF .deps/IpPDPerturbationHandler.Tpo -c IpPDPerturbationHandler.cpp -o IpPDPerturbationHandler.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPDSearchDirCalc.lo -MD -MP -MF .deps/IpPDSearchDirCalc.Tpo -c IpPDSearchDirCalc.cpp -o IpPDSearchDirCalc.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpProbingMuOracle.lo -MD -MP -MF ".deps/IpProbingMuOracle.Tpo" -c -o IpProbingMuOracle.lo IpProbingMuOracle.cpp; \ then mv -f ".deps/IpProbingMuOracle.Tpo" ".deps/IpProbingMuOracle.Plo"; else rm -f ".deps/IpProbingMuOracle.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpQualityFunctionMuOracle.lo -MD -MP -MF ".deps/IpQualityFunctionMuOracle.Tpo" -c -o IpQualityFunctionMuOracle.lo IpQualityFunctionMuOracle.cpp; \ then mv -f ".deps/IpQualityFunctionMuOracle.Tpo" ".deps/IpQualityFunctionMuOracle.Plo"; else rm -f ".deps/IpQualityFunctionMuOracle.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPenaltyLSAcceptor.lo -MD -MP -MF .deps/IpPenaltyLSAcceptor.Tpo -c IpPenaltyLSAcceptor.cpp -o IpPenaltyLSAcceptor.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoConvCheck.lo -MD -MP -MF ".deps/IpRestoConvCheck.Tpo" -c -o IpRestoConvCheck.lo IpRestoConvCheck.cpp; \ then mv -f ".deps/IpRestoConvCheck.Tpo" ".deps/IpRestoConvCheck.Plo"; else rm -f ".deps/IpRestoConvCheck.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpProbingMuOracle.lo -MD -MP -MF .deps/IpProbingMuOracle.Tpo -c IpProbingMuOracle.cpp -o IpProbingMuOracle.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpQualityFunctionMuOracle.lo -MD -MP -MF .deps/IpQualityFunctionMuOracle.Tpo -c IpQualityFunctionMuOracle.cpp -o IpQualityFunctionMuOracle.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoFilterConvCheck.lo -MD -MP -MF ".deps/IpRestoFilterConvCheck.Tpo" -c -o IpRestoFilterConvCheck.lo IpRestoFilterConvCheck.cpp; \ then mv -f ".deps/IpRestoFilterConvCheck.Tpo" ".deps/IpRestoFilterConvCheck.Plo"; else rm -f ".deps/IpRestoFilterConvCheck.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoConvCheck.lo -MD -MP -MF .deps/IpRestoConvCheck.Tpo -c IpRestoConvCheck.cpp -o IpRestoConvCheck.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoIpoptNLP.lo -MD -MP -MF ".deps/IpRestoIpoptNLP.Tpo" -c -o IpRestoIpoptNLP.lo IpRestoIpoptNLP.cpp; \ then mv -f ".deps/IpRestoIpoptNLP.Tpo" ".deps/IpRestoIpoptNLP.Plo"; else rm -f ".deps/IpRestoIpoptNLP.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoIterateInitializer.lo -MD -MP -MF ".deps/IpRestoIterateInitializer.Tpo" -c -o IpRestoIterateInitializer.lo IpRestoIterateInitializer.cpp; \ then mv -f ".deps/IpRestoIterateInitializer.Tpo" ".deps/IpRestoIterateInitializer.Plo"; else rm -f ".deps/IpRestoIterateInitializer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoFilterConvCheck.lo -MD -MP -MF .deps/IpRestoFilterConvCheck.Tpo -c IpRestoFilterConvCheck.cpp -o IpRestoFilterConvCheck.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoIterationOutput.lo -MD -MP -MF ".deps/IpRestoIterationOutput.Tpo" -c -o IpRestoIterationOutput.lo IpRestoIterationOutput.cpp; \ then mv -f ".deps/IpRestoIterationOutput.Tpo" ".deps/IpRestoIterationOutput.Plo"; else rm -f ".deps/IpRestoIterationOutput.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoIpoptNLP.lo -MD -MP -MF .deps/IpRestoIpoptNLP.Tpo -c IpRestoIpoptNLP.cpp -o IpRestoIpoptNLP.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoIterateInitializer.lo -MD -MP -MF .deps/IpRestoIterateInitializer.Tpo -c IpRestoIterateInitializer.cpp -o IpRestoIterateInitializer.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoMinC_1Nrm.lo -MD -MP -MF ".deps/IpRestoMinC_1Nrm.Tpo" -c -o IpRestoMinC_1Nrm.lo IpRestoMinC_1Nrm.cpp; \ then mv -f ".deps/IpRestoMinC_1Nrm.Tpo" ".deps/IpRestoMinC_1Nrm.Plo"; else rm -f ".deps/IpRestoMinC_1Nrm.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoPenaltyConvCheck.lo -MD -MP -MF ".deps/IpRestoPenaltyConvCheck.Tpo" -c -o IpRestoPenaltyConvCheck.lo IpRestoPenaltyConvCheck.cpp; \ then mv -f ".deps/IpRestoPenaltyConvCheck.Tpo" ".deps/IpRestoPenaltyConvCheck.Plo"; else rm -f ".deps/IpRestoPenaltyConvCheck.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoIterationOutput.lo -MD -MP -MF .deps/IpRestoIterationOutput.Tpo -c IpRestoIterationOutput.cpp -o IpRestoIterationOutput.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoRestoPhase.lo -MD -MP -MF ".deps/IpRestoRestoPhase.Tpo" -c -o IpRestoRestoPhase.lo IpRestoRestoPhase.cpp; \ then mv -f ".deps/IpRestoRestoPhase.Tpo" ".deps/IpRestoRestoPhase.Plo"; else rm -f ".deps/IpRestoRestoPhase.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoMinC_1Nrm.lo -MD -MP -MF .deps/IpRestoMinC_1Nrm.Tpo -c IpRestoMinC_1Nrm.cpp -o IpRestoMinC_1Nrm.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoPenaltyConvCheck.lo -MD -MP -MF .deps/IpRestoPenaltyConvCheck.Tpo -c IpRestoPenaltyConvCheck.cpp -o IpRestoPenaltyConvCheck.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpStdAugSystemSolver.lo -MD -MP -MF ".deps/IpStdAugSystemSolver.Tpo" -c -o IpStdAugSystemSolver.lo IpStdAugSystemSolver.cpp; \ then mv -f ".deps/IpStdAugSystemSolver.Tpo" ".deps/IpStdAugSystemSolver.Plo"; else rm -f ".deps/IpStdAugSystemSolver.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpRestoRestoPhase.lo -MD -MP -MF .deps/IpRestoRestoPhase.Tpo -c IpRestoRestoPhase.cpp -o IpRestoRestoPhase.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTimingStatistics.lo -MD -MP -MF ".deps/IpTimingStatistics.Tpo" -c -o IpTimingStatistics.lo IpTimingStatistics.cpp; \ then mv -f ".deps/IpTimingStatistics.Tpo" ".deps/IpTimingStatistics.Plo"; else rm -f ".deps/IpTimingStatistics.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpUserScaling.lo -MD -MP -MF ".deps/IpUserScaling.Tpo" -c -o IpUserScaling.lo IpUserScaling.cpp; \ then mv -f ".deps/IpUserScaling.Tpo" ".deps/IpUserScaling.Plo"; else rm -f ".deps/IpUserScaling.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpStdAugSystemSolver.lo -MD -MP -MF .deps/IpStdAugSystemSolver.Tpo -c IpStdAugSystemSolver.cpp -o IpStdAugSystemSolver.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpTimingStatistics.lo -MD -MP -MF .deps/IpTimingStatistics.Tpo -c IpTimingStatistics.cpp -o IpTimingStatistics.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Interfaces` -I`echo ./LinearSolvers` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpWarmStartIterateInitializer.lo -MD -MP -MF ".deps/IpWarmStartIterateInitializer.Tpo" -c -o IpWarmStartIterateInitializer.lo IpWarmStartIterateInitializer.cpp; \ then mv -f ".deps/IpWarmStartIterateInitializer.Tpo" ".deps/IpWarmStartIterateInitializer.Plo"; else rm -f ".deps/IpWarmStartIterateInitializer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpUserScaling.lo -MD -MP -MF .deps/IpUserScaling.Tpo -c IpUserScaling.cpp -o IpUserScaling.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -I./../Common -I./../LinAlg -I./../LinAlg/TMatrices -I./../Interfaces -I./LinearSolvers -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpWarmStartIterateInitializer.lo -MD -MP -MF .deps/IpWarmStartIterateInitializer.Tpo -c IpWarmStartIterateInitializer.cpp -o IpWarmStartIterateInitializer.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -L/c/OM19/OpenModelica/build/lib/omc -o libipoptalg.la -no-undefined IpAdaptiveMuUpdate.lo IpAlgBuilder.lo IpAlgorithmRegOp.lo IpAugRestoSystemSolver.lo IpBacktrackingLineSearch.lo IpDefaultIterateInitializer.lo IpEquilibrationScaling.lo IpExactHessianUpdater.lo IpFilter.lo IpFilterLSAcceptor.lo IpGenAugSystemSolver.lo IpGradientScaling.lo IpIpoptAlg.lo IpIpoptCalculatedQuantities.lo IpIpoptData.lo IpIteratesVector.lo IpLeastSquareMults.lo IpLimMemQuasiNewtonUpdater.lo IpLoqoMuOracle.lo IpLowRankAugSystemSolver.lo IpLowRankSSAugSystemSolver.lo IpMonotoneMuUpdate.lo IpNLPBoundsRemover.lo IpNLPScaling.lo IpOptErrorConvCheck.lo IpOrigIpoptNLP.lo IpOrigIterationOutput.lo IpPDFullSpaceSolver.lo IpPDPerturbationHandler.lo IpPDSearchDirCalc.lo IpPenaltyLSAcceptor.lo IpProbingMuOracle.lo IpQualityFunctionMuOracle.lo IpRestoConvCheck.lo IpRestoFilterConvCheck.lo IpRestoIpoptNLP.lo IpRestoIterateInitializer.lo IpRestoIterationOutput.lo IpRestoMinC_1Nrm.lo IpRestoPenaltyConvCheck.lo IpRestoRestoPhase.lo IpStdAugSystemSolver.lo IpTimingStatistics.lo IpUserScaling.lo IpWarmStartIterateInitializer.lo mkdir .libs ar cru .libs/libipoptalg.a IpAdaptiveMuUpdate.o IpAlgBuilder.o IpAlgorithmRegOp.o IpAugRestoSystemSolver.o IpBacktrackingLineSearch.o IpDefaultIterateInitializer.o IpEquilibrationScaling.o IpExactHessianUpdater.o IpFilter.o IpFilterLSAcceptor.o IpGenAugSystemSolver.o IpGradientScaling.o IpIpoptAlg.o IpIpoptCalculatedQuantities.o IpIpoptData.o IpIteratesVector.o IpLeastSquareMults.o IpLimMemQuasiNewtonUpdater.o IpLoqoMuOracle.o IpLowRankAugSystemSolver.o IpLowRankSSAugSystemSolver.o IpMonotoneMuUpdate.o IpNLPBoundsRemover.o IpNLPScaling.o IpOptErrorConvCheck.o IpOrigIpoptNLP.o IpOrigIterationOutput.o IpPDFullSpaceSolver.o IpPDPerturbationHandler.o IpPDSearchDirCalc.o IpPenaltyLSAcceptor.o IpProbingMuOracle.o IpQualityFunctionMuOracle.o IpRestoConvCheck.o IpRestoFilterConvCheck.o IpRestoIpoptNLP.o IpRestoIterateInitializer.o IpRestoIterationOutput.o IpRestoMinC_1Nrm.o IpRestoPenaltyConvCheck.o IpRestoRestoPhase.o IpStdAugSystemSolver.o IpTimingStatistics.o IpUserScaling.o IpWarmStartIterateInitializer.o ranlib .libs/libipoptalg.a creating libipoptalg.la (cd .libs && rm -f libipoptalg.la && ln -s ../libipoptalg.la libipoptalg.la) make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' Making all in src/contrib/CGPenalty make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/CGPenalty' if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPenaltyCq.lo -MD -MP -MF ".deps/IpCGPenaltyCq.Tpo" -c -o IpCGPenaltyCq.lo IpCGPenaltyCq.cpp; \ then mv -f ".deps/IpCGPenaltyCq.Tpo" ".deps/IpCGPenaltyCq.Plo"; else rm -f ".deps/IpCGPenaltyCq.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPenaltyData.lo -MD -MP -MF ".deps/IpCGPenaltyData.Tpo" -c -o IpCGPenaltyData.lo IpCGPenaltyData.cpp; \ then mv -f ".deps/IpCGPenaltyData.Tpo" ".deps/IpCGPenaltyData.Plo"; else rm -f ".deps/IpCGPenaltyData.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPenaltyLSAcceptor.lo -MD -MP -MF ".deps/IpCGPenaltyLSAcceptor.Tpo" -c -o IpCGPenaltyLSAcceptor.lo IpCGPenaltyLSAcceptor.cpp; \ then mv -f ".deps/IpCGPenaltyLSAcceptor.Tpo" ".deps/IpCGPenaltyLSAcceptor.Plo"; else rm -f ".deps/IpCGPenaltyLSAcceptor.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPenaltyData.lo -MD -MP -MF .deps/IpCGPenaltyData.Tpo -c IpCGPenaltyData.cpp -o IpCGPenaltyData.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPenaltyLSAcceptor.lo -MD -MP -MF .deps/IpCGPenaltyLSAcceptor.Tpo -c IpCGPenaltyLSAcceptor.cpp -o IpCGPenaltyLSAcceptor.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPenaltyCq.lo -MD -MP -MF .deps/IpCGPenaltyCq.Tpo -c IpCGPenaltyCq.cpp -o IpCGPenaltyCq.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPenaltyRegOp.lo -MD -MP -MF ".deps/IpCGPenaltyRegOp.Tpo" -c -o IpCGPenaltyRegOp.lo IpCGPenaltyRegOp.cpp; \ then mv -f ".deps/IpCGPenaltyRegOp.Tpo" ".deps/IpCGPenaltyRegOp.Plo"; else rm -f ".deps/IpCGPenaltyRegOp.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPerturbationHandler.lo -MD -MP -MF ".deps/IpCGPerturbationHandler.Tpo" -c -o IpCGPerturbationHandler.lo IpCGPerturbationHandler.cpp; \ then mv -f ".deps/IpCGPerturbationHandler.Tpo" ".deps/IpCGPerturbationHandler.Plo"; else rm -f ".deps/IpCGPerturbationHandler.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGSearchDirCalc.lo -MD -MP -MF ".deps/IpCGSearchDirCalc.Tpo" -c -o IpCGSearchDirCalc.lo IpCGSearchDirCalc.cpp; \ then mv -f ".deps/IpCGSearchDirCalc.Tpo" ".deps/IpCGSearchDirCalc.Plo"; else rm -f ".deps/IpCGSearchDirCalc.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPenaltyRegOp.lo -MD -MP -MF .deps/IpCGPenaltyRegOp.Tpo -c IpCGPenaltyRegOp.cpp -o IpCGPenaltyRegOp.o if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../LinAlg` -I`echo ./../../LinAlg/TMatrices` -I`echo ./../../Interfaces` -I`echo ./../../Algorithm` -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPiecewisePenalty.lo -MD -MP -MF ".deps/IpPiecewisePenalty.Tpo" -c -o IpPiecewisePenalty.lo IpPiecewisePenalty.cpp; \ then mv -f ".deps/IpPiecewisePenalty.Tpo" ".deps/IpPiecewisePenalty.Plo"; else rm -f ".deps/IpPiecewisePenalty.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGPerturbationHandler.lo -MD -MP -MF .deps/IpCGPerturbationHandler.Tpo -c IpCGPerturbationHandler.cpp -o IpCGPerturbationHandler.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpCGSearchDirCalc.lo -MD -MP -MF .deps/IpCGSearchDirCalc.Tpo -c IpCGSearchDirCalc.cpp -o IpCGSearchDirCalc.o g++ -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../LinAlg -I./../../LinAlg/TMatrices -I./../../Interfaces -I./../../Algorithm -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -MT IpPiecewisePenalty.lo -MD -MP -MF .deps/IpPiecewisePenalty.Tpo -c IpPiecewisePenalty.cpp -o IpPiecewisePenalty.o /bin/sh ../../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -L/c/OM19/OpenModelica/build/lib/omc -o libcgpenalty.la -no-undefined IpCGPenaltyCq.lo IpCGPenaltyData.lo IpCGPenaltyLSAcceptor.lo IpCGPenaltyRegOp.lo IpCGPerturbationHandler.lo IpCGSearchDirCalc.lo IpPiecewisePenalty.lo mkdir .libs ar cru .libs/libcgpenalty.a IpCGPenaltyCq.o IpCGPenaltyData.o IpCGPenaltyLSAcceptor.o IpCGPenaltyRegOp.o IpCGPerturbationHandler.o IpCGSearchDirCalc.o IpPiecewisePenalty.o ranlib .libs/libcgpenalty.a creating libcgpenalty.la (cd .libs && rm -f libcgpenalty.la && ln -s ../libcgpenalty.la libcgpenalty.la) make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/CGPenalty' Making all in src/contrib/LinearSolverLoader make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/LinearSolverLoader' if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../Algorithm/LinearSolvers` -g -O2 -falign-functions -DIPOPT_BUILD -MT LibraryHandler.lo -MD -MP -MF ".deps/LibraryHandler.Tpo" -c -o LibraryHandler.lo LibraryHandler.c; \ then mv -f ".deps/LibraryHandler.Tpo" ".deps/LibraryHandler.Plo"; else rm -f ".deps/LibraryHandler.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../Algorithm/LinearSolvers` -g -O2 -falign-functions -DIPOPT_BUILD -MT HSLLoader.lo -MD -MP -MF ".deps/HSLLoader.Tpo" -c -o HSLLoader.lo HSLLoader.c; \ then mv -f ".deps/HSLLoader.Tpo" ".deps/HSLLoader.Plo"; else rm -f ".deps/HSLLoader.Tpo"; exit 1; fi if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I`echo .` -I../../../src/Common -I`echo ./../../Common` -I`echo ./../../Algorithm/LinearSolvers` -g -O2 -falign-functions -DIPOPT_BUILD -MT PardisoLoader.lo -MD -MP -MF ".deps/PardisoLoader.Tpo" -c -o PardisoLoader.lo PardisoLoader.c; \ then mv -f ".deps/PardisoLoader.Tpo" ".deps/PardisoLoader.Plo"; else rm -f ".deps/PardisoLoader.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../Algorithm/LinearSolvers -g -O2 -falign-functions -DIPOPT_BUILD -MT PardisoLoader.lo -MD -MP -MF .deps/PardisoLoader.Tpo -c PardisoLoader.c -o PardisoLoader.o gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../Algorithm/LinearSolvers -g -O2 -falign-functions -DIPOPT_BUILD -MT HSLLoader.lo -MD -MP -MF .deps/HSLLoader.Tpo -c HSLLoader.c -o HSLLoader.o gcc -DHAVE_CONFIG_H -I. -I. -I../../../src/Common -I./../../Common -I./../../Algorithm/LinearSolvers -g -O2 -falign-functions -DIPOPT_BUILD -MT LibraryHandler.lo -MD -MP -MF .deps/LibraryHandler.Tpo -c LibraryHandler.c -o LibraryHandler.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -g -O2 -falign-functions -DIPOPT_BUILD -L/c/OM19/OpenModelica/build/lib/omc -o libLinearSolverLoader.la LibraryHandler.lo HSLLoader.lo PardisoLoader.lo mkdir .libs ar cru .libs/libLinearSolverLoader.a LibraryHandler.o HSLLoader.o PardisoLoader.o ranlib .libs/libLinearSolverLoader.a creating libLinearSolverLoader.la (cd .libs && rm -f libLinearSolverLoader.la && ln -s ../libLinearSolverLoader.la libLinearSolverLoader.la) make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/LinearSolverLoader' Making all in src/Interfaces make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpInterfacesRegOp.lo -MD -MP -MF ".deps/IpInterfacesRegOp.Tpo" -c -o IpInterfacesRegOp.lo IpInterfacesRegOp.cpp; \ then mv -f ".deps/IpInterfacesRegOp.Tpo" ".deps/IpInterfacesRegOp.Plo"; else rm -f ".deps/IpInterfacesRegOp.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpIpoptApplication.lo -MD -MP -MF ".deps/IpIpoptApplication.Tpo" -c -o IpIpoptApplication.lo IpIpoptApplication.cpp; \ then mv -f ".deps/IpIpoptApplication.Tpo" ".deps/IpIpoptApplication.Plo"; else rm -f ".deps/IpIpoptApplication.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpSolveStatistics.lo -MD -MP -MF ".deps/IpSolveStatistics.Tpo" -c -o IpSolveStatistics.lo IpSolveStatistics.cpp; \ then mv -f ".deps/IpSolveStatistics.Tpo" ".deps/IpSolveStatistics.Plo"; else rm -f ".deps/IpSolveStatistics.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpIpoptApplication.lo -MD -MP -MF .deps/IpIpoptApplication.Tpo -c IpIpoptApplication.cpp -o IpIpoptApplication.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpSolveStatistics.lo -MD -MP -MF .deps/IpSolveStatistics.Tpo -c IpSolveStatistics.cpp -o IpSolveStatistics.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpInterfacesRegOp.lo -MD -MP -MF .deps/IpInterfacesRegOp.Tpo -c IpInterfacesRegOp.cpp -o IpInterfacesRegOp.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpStdCInterface.lo -MD -MP -MF ".deps/IpStdCInterface.Tpo" -c -o IpStdCInterface.lo IpStdCInterface.cpp; \ then mv -f ".deps/IpStdCInterface.Tpo" ".deps/IpStdCInterface.Plo"; else rm -f ".deps/IpStdCInterface.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -g -O2 -falign-functions -DIPOPT_BUILD -I`echo ./../Common` -MT IpStdFInterface.lo -MD -MP -MF ".deps/IpStdFInterface.Tpo" -c -o IpStdFInterface.lo IpStdFInterface.c; \ then mv -f ".deps/IpStdFInterface.Tpo" ".deps/IpStdFInterface.Plo"; else rm -f ".deps/IpStdFInterface.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../src/Common -g -O2 -falign-functions -DIPOPT_BUILD -I./../Common -MT IpStdFInterface.lo -MD -MP -MF .deps/IpStdFInterface.Tpo -c IpStdFInterface.c -o IpStdFInterface.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpStdInterfaceTNLP.lo -MD -MP -MF ".deps/IpStdInterfaceTNLP.Tpo" -c -o IpStdInterfaceTNLP.lo IpStdInterfaceTNLP.cpp; \ then mv -f ".deps/IpStdInterfaceTNLP.Tpo" ".deps/IpStdInterfaceTNLP.Plo"; else rm -f ".deps/IpStdInterfaceTNLP.Tpo"; exit 1; fi if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpTNLPAdapter.lo -MD -MP -MF ".deps/IpTNLPAdapter.Tpo" -c -o IpTNLPAdapter.lo IpTNLPAdapter.cpp; \ then mv -f ".deps/IpTNLPAdapter.Tpo" ".deps/IpTNLPAdapter.Plo"; else rm -f ".deps/IpTNLPAdapter.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpStdCInterface.lo -MD -MP -MF .deps/IpStdCInterface.Tpo -c IpStdCInterface.cpp -o IpStdCInterface.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo .` -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -MT IpTNLPReducer.lo -MD -MP -MF ".deps/IpTNLPReducer.Tpo" -c -o IpTNLPReducer.lo IpTNLPReducer.cpp; \ then mv -f ".deps/IpTNLPReducer.Tpo" ".deps/IpTNLPReducer.Plo"; else rm -f ".deps/IpTNLPReducer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpStdInterfaceTNLP.lo -MD -MP -MF .deps/IpStdInterfaceTNLP.Tpo -c IpStdInterfaceTNLP.cpp -o IpStdInterfaceTNLP.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpTNLPAdapter.lo -MD -MP -MF .deps/IpTNLPAdapter.Tpo -c IpTNLPAdapter.cpp -o IpTNLPAdapter.o g++ -DHAVE_CONFIG_H -I. -I. -I../../src/Common -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I./../Common -I./../LinAlg -I./../Algorithm/LinearSolvers -I./../LinAlg/TMatrices -I./../Algorithm -I./../Algorithm/Inexact -I./../contrib/CGPenalty -I./../contrib/LinearSolverLoader -MT IpTNLPReducer.lo -MD -MP -MF .deps/IpTNLPReducer.Tpo -c IpTNLPReducer.cpp -o IpTNLPReducer.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -pipe -DNDEBUG -pedantic-errors -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -I`echo ./../Common` -I`echo ./../LinAlg` -I`echo ./../Algorithm/LinearSolvers` -I`echo ./../LinAlg/TMatrices` -I`echo ./../Algorithm` -I`echo ./../Algorithm/Inexact` -I`echo ./../contrib/CGPenalty` -I`echo ./../contrib/LinearSolverLoader` -L/c/OM19/OpenModelica/build/lib/omc -o libipopt.la -rpath /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib -no-undefined IpInterfacesRegOp.lo IpIpoptApplication.lo IpSolveStatistics.lo IpStdCInterface.lo IpStdFInterface.lo IpStdInterfaceTNLP.lo IpTNLPAdapter.lo IpTNLPReducer.lo ../contrib/LinearSolverLoader/libLinearSolverLoader.la ../contrib/CGPenalty/libcgpenalty.la ../Algorithm/libipoptalg.la ../Algorithm/LinearSolvers/liblinsolvers.la ../Common/libcommon.la ../LinAlg/liblinalg.la ../LinAlg/TMatrices/libtmatrices.la /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps/libcoinmumps.la -llapack -lblas -Lc:/OM19/OpenModelica/build/lib/omc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0 -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../.. -lgfortranbegin -lgfortran -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -llapack -lblas -llapack -lblas -lm mkdir .libs libtool: link: warning: `c:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/libgfortranbegin.la' seems to be moved libtool: link: warning: `c:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/libgfortran.la' seems to be moved rm -fr .libs/libipopt.lax mkdir .libs/libipopt.lax rm -fr .libs/libipopt.lax/libLinearSolverLoader.a mkdir .libs/libipopt.lax/libLinearSolverLoader.a (cd .libs/libipopt.lax/libLinearSolverLoader.a && ar x /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../contrib/LinearSolverLoader/.libs/libLinearSolverLoader.a) rm -fr .libs/libipopt.lax/libcgpenalty.a mkdir .libs/libipopt.lax/libcgpenalty.a (cd .libs/libipopt.lax/libcgpenalty.a && ar x /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../contrib/CGPenalty/.libs/libcgpenalty.a) rm -fr .libs/libipopt.lax/libipoptalg.a mkdir .libs/libipopt.lax/libipoptalg.a (cd .libs/libipopt.lax/libipoptalg.a && ar x /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../Algorithm/.libs/libipoptalg.a) rm -fr .libs/libipopt.lax/liblinsolvers.a mkdir .libs/libipopt.lax/liblinsolvers.a (cd .libs/libipopt.lax/liblinsolvers.a && ar x /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../Algorithm/LinearSolvers/.libs/liblinsolvers.a) rm -fr .libs/libipopt.lax/libcommon.a mkdir .libs/libipopt.lax/libcommon.a (cd .libs/libipopt.lax/libcommon.a && ar x /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../Common/.libs/libcommon.a) rm -fr .libs/libipopt.lax/liblinalg.a mkdir .libs/libipopt.lax/liblinalg.a (cd .libs/libipopt.lax/liblinalg.a && ar x /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../LinAlg/.libs/liblinalg.a) rm -fr .libs/libipopt.lax/libtmatrices.a mkdir .libs/libipopt.lax/libtmatrices.a (cd .libs/libipopt.lax/libtmatrices.a && ar x /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces/../LinAlg/TMatrices/.libs/libtmatrices.a) ar cru .libs/libipopt.a IpInterfacesRegOp.o IpIpoptApplication.o IpSolveStatistics.o IpStdCInterface.o IpStdFInterface.o IpStdInterfaceTNLP.o IpTNLPAdapter.o IpTNLPReducer.o .libs/libipopt.lax/libLinearSolverLoader.a/HSLLoader.o .libs/libipopt.lax/libLinearSolverLoader.a/LibraryHandler.o .libs/libipopt.lax/libLinearSolverLoader.a/PardisoLoader.o .libs/libipopt.lax/libcgpenalty.a/IpCGPenaltyCq.o .libs/libipopt.lax/libcgpenalty.a/IpCGPenaltyData.o .libs/libipopt.lax/libcgpenalty.a/IpCGPenaltyLSAcceptor.o .libs/libipopt.lax/libcgpenalty.a/IpCGPenaltyRegOp.o .libs/libipopt.lax/libcgpenalty.a/IpCGPerturbationHandler.o .libs/libipopt.lax/libcgpenalty.a/IpCGSearchDirCalc.o .libs/libipopt.lax/libcgpenalty.a/IpPiecewisePenalty.o .libs/libipopt.lax/libipoptalg.a/IpAdaptiveMuUpdate.o .libs/libipopt.lax/libipoptalg.a/IpAlgBuilder.o .libs/libipopt.lax/libipoptalg.a/IpAlgorithmRegOp.o .libs/libipopt.lax/libipoptalg.a/IpAugRestoSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpBacktrackingLineSearch.o .libs/libipopt.lax/libipoptalg.a/IpDefaultIterateInitializer.o .libs/libipopt.lax/libipoptalg.a/IpEquilibrationScaling.o .libs/libipopt.lax/libipoptalg.a/IpExactHessianUpdater.o .libs/libipopt.lax/libipoptalg.a/IpFilter.o .libs/libipopt.lax/libipoptalg.a/IpFilterLSAcceptor.o .libs/libipopt.lax/libipoptalg.a/IpGenAugSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpGradientScaling.o .libs/libipopt.lax/libipoptalg.a/IpIpoptAlg.o .libs/libipopt.lax/libipoptalg.a/IpIpoptCalculatedQuantities.o .libs/libipopt.lax/libipoptalg.a/IpIpoptData.o .libs/libipopt.lax/libipoptalg.a/IpIteratesVector.o .libs/libipopt.lax/libipoptalg.a/IpLeastSquareMults.o .libs/libipopt.lax/libipoptalg.a/IpLimMemQuasiNewtonUpdater.o .libs/libipopt.lax/libipoptalg.a/IpLoqoMuOracle.o .libs/libipopt.lax/libipoptalg.a/IpLowRankAugSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpLowRankSSAugSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpMonotoneMuUpdate.o .libs/libipopt.lax/libipoptalg.a/IpNLPBoundsRemover.o .libs/libipopt.lax/libipoptalg.a/IpNLPScaling.o .libs/libipopt.lax/libipoptalg.a/IpOptErrorConvCheck.o .libs/libipopt.lax/libipoptalg.a/IpOrigIpoptNLP.o .libs/libipopt.lax/libipoptalg.a/IpOrigIterationOutput.o .libs/libipopt.lax/libipoptalg.a/IpPDFullSpaceSolver.o .libs/libipopt.lax/libipoptalg.a/IpPDPerturbationHandler.o .libs/libipopt.lax/libipoptalg.a/IpPDSearchDirCalc.o .libs/libipopt.lax/libipoptalg.a/IpPenaltyLSAcceptor.o .libs/libipopt.lax/libipoptalg.a/IpProbingMuOracle.o .libs/libipopt.lax/libipoptalg.a/IpQualityFunctionMuOracle.o .libs/libipopt.lax/libipoptalg.a/IpRestoConvCheck.o .libs/libipopt.lax/libipoptalg.a/IpRestoFilterConvCheck.o .libs/libipopt.lax/libipoptalg.a/IpRestoIpoptNLP.o .libs/libipopt.lax/libipoptalg.a/IpRestoIterateInitializer.o .libs/libipopt.lax/libipoptalg.a/IpRestoIterationOutput.o .libs/libipopt.lax/libipoptalg.a/IpRestoMinC_1Nrm.o .libs/libipopt.lax/libipoptalg.a/IpRestoPenaltyConvCheck.o .libs/libipopt.lax/libipoptalg.a/IpRestoRestoPhase.o .libs/libipopt.lax/libipoptalg.a/IpStdAugSystemSolver.o .libs/libipopt.lax/libipoptalg.a/IpTimingStatistics.o .libs/libipopt.lax/libipoptalg.a/IpUserScaling.o .libs/libipopt.lax/libipoptalg.a/IpWarmStartIterateInitializer.o .libs/libipopt.lax/liblinsolvers.a/IpLinearSolversRegOp.o .libs/libipopt.lax/liblinsolvers.a/IpMa27TSolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMa28Partition.o .libs/libipopt.lax/liblinsolvers.a/IpMa28TDependencyDetector.o .libs/libipopt.lax/liblinsolvers.a/IpMa57TSolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMa77SolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMa86SolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMa97SolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpMc19TSymScalingMethod.o .libs/libipopt.lax/liblinsolvers.a/IpMumpsSolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpPardisoSolverInterface.o .libs/libipopt.lax/liblinsolvers.a/IpSlackBasedTSymScalingMethod.o .libs/libipopt.lax/liblinsolvers.a/IpTripletToCSRConverter.o .libs/libipopt.lax/liblinsolvers.a/IpTSymDependencyDetector.o .libs/libipopt.lax/liblinsolvers.a/IpTSymLinearSolver.o .libs/libipopt.lax/libcommon.a/IpDebug.o .libs/libipopt.lax/libcommon.a/IpJournalist.o .libs/libipopt.lax/libcommon.a/IpObserver.o .libs/libipopt.lax/libcommon.a/IpOptionsList.o .libs/libipopt.lax/libcommon.a/IpRegOptions.o .libs/libipopt.lax/libcommon.a/IpTaggedObject.o .libs/libipopt.lax/libcommon.a/IpUtils.o .libs/libipopt.lax/liblinalg.a/IpBlas.o .libs/libipopt.lax/liblinalg.a/IpCompoundMatrix.o .libs/libipopt.lax/liblinalg.a/IpCompoundSymMatrix.o .libs/libipopt.lax/liblinalg.a/IpCompoundVector.o .libs/libipopt.lax/liblinalg.a/IpDenseGenMatrix.o .libs/libipopt.lax/liblinalg.a/IpDenseSymMatrix.o .libs/libipopt.lax/liblinalg.a/IpDenseVector.o .libs/libipopt.lax/liblinalg.a/IpDiagMatrix.o .libs/libipopt.lax/liblinalg.a/IpExpandedMultiVectorMatrix.o .libs/libipopt.lax/liblinalg.a/IpExpansionMatrix.o .libs/libipopt.lax/liblinalg.a/IpIdentityMatrix.o .libs/libipopt.lax/liblinalg.a/IpLapack.o .libs/libipopt.lax/liblinalg.a/IpLowRankUpdateSymMatrix.o .libs/libipopt.lax/liblinalg.a/IpMatrix.o .libs/libipopt.lax/liblinalg.a/IpMultiVectorMatrix.o .libs/libipopt.lax/liblinalg.a/IpScaledMatrix.o .libs/libipopt.lax/liblinalg.a/IpSumMatrix.o .libs/libipopt.lax/liblinalg.a/IpSumSymMatrix.o .libs/libipopt.lax/liblinalg.a/IpSymScaledMatrix.o .libs/libipopt.lax/liblinalg.a/IpTransposeMatrix.o .libs/libipopt.lax/liblinalg.a/IpVector.o .libs/libipopt.lax/liblinalg.a/IpZeroMatrix.o .libs/libipopt.lax/liblinalg.a/IpZeroSymMatrix.o .libs/libipopt.lax/libtmatrices.a/IpGenTMatrix.o .libs/libipopt.lax/libtmatrices.a/IpSymTMatrix.o .libs/libipopt.lax/libtmatrices.a/IpTripletHelper.o ranlib .libs/libipopt.a rm -fr .libs/libipopt.lax creating libipopt.la (cd .libs && rm -f libipopt.la && ln -s ../libipopt.la libipopt.la) make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces' Making all in src/Apps make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' Making all in CUTErInterface make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps/CUTErInterface' if test -z "$MYCUTER" -o -z "$CUTER"; then \ rm -f ipoma.f; \ cp ./ipoma-dummy.f ipoma.f; \ else \ sed "/#{sizing}/r $MYCUTER/double/config/tools.siz" CUTErInterface.f | sed -f $MYCUTER/double/config/cast.sed | sed "s/C32BIT//" > ipoma.f; \ fi /bin/sh ../../../../libtool --tag=F77 --mode=compile gfortran -O3 -pipe -c -o ipoma.lo ipoma.f gfortran -O3 -pipe -c ipoma.f -o ipoma.o /bin/sh ../../../../libtool --tag=F77 --mode=link gfortran -O3 -pipe -L/c/OM19/OpenModelica/build/lib/omc -o libdummy.la ipoma.lo mkdir .libs ar cru .libs/libdummy.a ipoma.o ranlib .libs/libdummy.a creating libdummy.la (cd .libs && rm -f libdummy.la && ln -s ../libdummy.la libdummy.la) make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps/CUTErInterface' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' make -C 3rdParty/Ipopt install make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' Making install in ThirdParty/Mumps make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps' test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib" test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig" test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty" /bin/install -c -m 644 'coinmumps.pc' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig/coinmumps.pc' /bin/sh ./../../libtool --mode=install /bin/install -c 'libcoinmumps.la' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libcoinmumps.la' /bin/install -c -m 644 'MUMPS/include/dmumps_c.h' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty/dmumps_c.h' /bin/install -c -m 644 'MUMPS/include/mumps_compat.h' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty/mumps_compat.h' /bin/install -c -m 644 'MUMPS/include/mumps_c_types.h' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty/mumps_c_types.h' /bin/install -c -m 644 'MUMPS/libseq/mpi.h' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/ThirdParty/mpi.h' /bin/install -c .libs/libcoinmumps.lai /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libcoinmumps.la /bin/install -c .libs/libcoinmumps.a /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libcoinmumps.a chmod 644 /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libcoinmumps.a ranlib /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libcoinmumps.a ---------------------------------------------------------------------- Libraries have been installed in: /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-LLIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps' make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/ThirdParty/Mumps' Making install in Ipopt make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' Making install in src/Common make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Common' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Common' /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/install-sh -c -m 644 config_ipopt.h /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpoptConfig.h test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /bin/install -c -m 644 'IpCachedResults.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpCachedResults.hpp' /bin/install -c -m 644 'IpDebug.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpDebug.hpp' /bin/install -c -m 644 'IpException.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpException.hpp' /bin/install -c -m 644 'IpJournalist.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpJournalist.hpp' /bin/install -c -m 644 'IpObserver.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpObserver.hpp' /bin/install -c -m 644 'IpOptionsList.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpOptionsList.hpp' /bin/install -c -m 644 'IpReferenced.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReferenced.hpp' /bin/install -c -m 644 'IpRegOptions.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpRegOptions.hpp' /bin/install -c -m 644 'IpSmartPtr.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpSmartPtr.hpp' /bin/install -c -m 644 'IpTaggedObject.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTaggedObject.hpp' /bin/install -c -m 644 'IpTimedTask.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTimedTask.hpp' /bin/install -c -m 644 'IpTypes.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTypes.hpp' /bin/install -c -m 644 'IpUtils.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpUtils.hpp' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Common' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Common' Making install in src/LinAlg make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' Making install in TMatrices make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg/TMatrices' make[6]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg/TMatrices' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg/TMatrices' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg/TMatrices' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' make[6]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' make[6]: Nothing to be done for `install-exec-am'. test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /bin/install -c -m 644 'IpMatrix.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpMatrix.hpp' /bin/install -c -m 644 'IpSymMatrix.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpSymMatrix.hpp' /bin/install -c -m 644 'IpExpansionMatrix.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpExpansionMatrix.hpp' /bin/install -c -m 644 'IpVector.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpVector.hpp' /bin/install -c -m 644 'IpDenseVector.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpDenseVector.hpp' /bin/install -c -m 644 'IpCompoundVector.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpCompoundVector.hpp' /bin/install -c -m 644 'IpBlas.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpBlas.hpp' /bin/install -c -m 644 'IpLapack.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpLapack.hpp' make[6]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/LinAlg' Making install in src/Algorithm make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' Making install in LinearSolvers make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/LinearSolvers' make[6]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/LinearSolvers' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/LinearSolvers' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/LinearSolvers' Making install in Inexact make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/Inexact' make[6]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/Inexact' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/Inexact' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm/Inexact' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' make[6]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' make[6]: Nothing to be done for `install-exec-am'. test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /bin/install -c -m 644 'IpIpoptCalculatedQuantities.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIpoptCalculatedQuantities.hpp' /bin/install -c -m 644 'IpIpoptData.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIpoptData.hpp' /bin/install -c -m 644 'IpIteratesVector.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIteratesVector.hpp' /bin/install -c -m 644 'IpTimingStatistics.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTimingStatistics.hpp' /bin/install -c -m 644 'IpIpoptNLP.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIpoptNLP.hpp' /bin/install -c -m 644 'IpOrigIpoptNLP.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpOrigIpoptNLP.hpp' /bin/install -c -m 644 'IpNLPScaling.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpNLPScaling.hpp' make[6]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Algorithm' Making install in src/contrib/CGPenalty make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/CGPenalty' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/CGPenalty' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/CGPenalty' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/CGPenalty' Making install in src/contrib/LinearSolverLoader make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/LinearSolverLoader' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/LinearSolverLoader' make[5]: Nothing to be done for `install-exec-am'. test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /bin/install -c -m 644 'HSLLoader.h' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/HSLLoader.h' /bin/install -c -m 644 'PardisoLoader.h' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/PardisoLoader.h' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/LinearSolverLoader' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/contrib/LinearSolverLoader' Making install in src/Interfaces make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces' test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib" test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin" /bin/install -c -m 644 'IpAlgTypes.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpAlgTypes.hpp' /bin/sh ../../../libtool --mode=install /bin/install -c 'libipopt.la' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libipopt.la' /bin/install -c -m 644 'IpIpoptApplication.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpIpoptApplication.hpp' /bin/install -c -m 644 'IpNLP.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpNLP.hpp' /bin/install -c -m 644 'IpReturnCodes.h' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReturnCodes.h' /bin/install -c -m 644 'IpReturnCodes.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReturnCodes.hpp' /bin/install -c -m 644 'IpReturnCodes_inc.h' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReturnCodes_inc.h' /bin/install -c -m 644 'IpReturnCodes.inc' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpReturnCodes.inc' /bin/install -c -m 644 'IpSolveStatistics.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpSolveStatistics.hpp' /bin/install -c -m 644 'IpStdCInterface.h' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpStdCInterface.h' /bin/install -c -m 644 'IpTNLP.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTNLP.hpp' /bin/install -c -m 644 'IpTNLPAdapter.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTNLPAdapter.hpp' /bin/install -c -m 644 'IpTNLPReducer.hpp' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/include/coin/IpTNLPReducer.hpp' /bin/install -c .libs/libipopt.lai /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libipopt.la /bin/install -c .libs/libipopt.a /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libipopt.a chmod 644 /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libipopt.a ranlib /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/libipopt.a ---------------------------------------------------------------------- Libraries have been installed in: /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-LLIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Interfaces' Making install in src/Apps make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' Making install in CUTErInterface make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps/CUTErInterface' make[6]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps/CUTErInterface' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps/CUTErInterface' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps/CUTErInterface' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' make[6]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt/src/Apps' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt" test -z "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig" || mkdir -p -- "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig" for file in README AUTHORS LICENSE ; do \ if test -f "$file"; then dir=; else dir="./"; fi; \ if test -f "$dir$file"; then /bin/install -c -m 644 "$dir$file" "/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/$file"; fi; \ done /bin/install -c -m 644 'ipopt.pc' '/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib/pkgconfig/ipopt.pc' make install-data-hook make[6]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' echo "-L/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib -lipopt -L/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/lib -lcoinmumps -llapack -lblas -Lc:/OM19/OpenModelica/build/lib/omc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0 -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../.. -lgfortranbegin -lgfortran -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 -llapack -lblas -llapack -lblas -lm " > /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/ipopt_addlibs_cpp.txt addlibs=`cat /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/ipopt_addlibs_cpp.txt` ; \ echo "$addlibs -lstdc++ -lm" > /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/ipopt_addlibs_c.txt ; \ for i in -Lc:/OM19/OpenModelica/build/lib/omc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0 -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/lib -Lc:/om19/omdev/tools/mingw/bin/../lib/gcc/mingw32/4.4.0/../../.. -lgfortranbegin -lgfortran -lmingw32 -lmoldname -lmingwex -lmsvcrt -luser32 -lkernel32 -ladvapi32 -lshell32 coin_dummy ; do \ addlibs=`echo -n " $addlibs " | sed -e "s! $i ! !g"` ; \ done ; \ echo "$addlibs -lstdc++ -lm" > /c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/share/coin/doc/Ipopt/ipopt_addlibs_f.txt make[6]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt/Ipopt' make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' make[4]: Nothing to be done for `install-data-am'. Run make install-doxydoc to generate and install Doxygen documentation. make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/Ipopt' test ! `uname` = Darwin || install_name_tool -id @rpath/libipopt.0.0.0.dylib 3rdParty/Ipopt/lib/libipopt.0.0.0.dylib test ! `uname` = Darwin || install_name_tool -id @rpath/libcoinmumps.1.5.2.dylib 3rdParty/Ipopt/lib/libcoinmumps.1.5.2.dylib test ! `uname` = Darwin || install_name_tool -change "`pwd`/3rdParty/Ipopt/lib/libcoinmumps.1.dylib" @rpath/libcoinmumps.1.dylib 3rdParty/Ipopt/lib/libipopt.0.0.0.dylib cp -a 3rdParty/Ipopt/lib*/*.* /c/OM19/OpenModelica/build/lib/omc make -C SimulationRuntime/c -f Makefile.omdev.mingw OMBUILDDIR=/c/OM19/OpenModelica/build make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/c' gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o meta/meta_modelica_builtin.o meta/meta_modelica_builtin.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o meta/meta_modelica_segv.o meta/meta_modelica_segv.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o meta/realString.o meta/realString.c meta/meta_modelica_segv.c: In function 'mmc_init_stackoverflow': meta/meta_modelica_segv.c:232: warning: assignment makes pointer from integer without a cast gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o meta/meta_modelica.o meta/meta_modelica.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o meta/gc/mmc_gc.o meta/gc/mmc_gc.c meta/meta_modelica.c: In function 'anyStringWork': meta/meta_modelica.c:236: warning: format '%ld' expects type 'long int', but argument 3 has type 'int' meta/meta_modelica.c: In function 'anyStringWorkCode': meta/meta_modelica.c:425: warning: format '%ld' expects type 'long int', but argument 4 has type 'int' gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/base_array.o util/base_array.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/boolean_array.o util/boolean_array.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/omc_error.o util/omc_error.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/division.o util/division.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/generic_array.o util/generic_array.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/index_spec.o util/index_spec.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/integer_array.o util/integer_array.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/list.o util/list.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/memory_pool.o util/memory_pool.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/modelica_string.o util/modelica_string.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/real_array.o util/real_array.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/ringbuffer.o util/ringbuffer.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/string_array.o util/string_array.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/utility.o util/utility.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/varinfo.o util/varinfo.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/ModelicaUtilities.o util/ModelicaUtilities.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/omc_msvc.o util/omc_msvc.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/simulation_options.o util/simulation_options.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/cJSON.o util/cJSON.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/rational.o util/rational.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/modelica_string_lit.o util/modelica_string_lit.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/omc_init.o util/omc_init.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/omc_mmap.o util/omc_mmap.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/read_write.o util/read_write.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/write_matlab4.o util/write_matlab4.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/read_matlab4.o util/read_matlab4.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/java_interface.o util/java_interface.c util/java_interface.c:46: warning: 'dllimport' attribute ignored util/java_interface.c:47: warning: 'dllimport' attribute ignored gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/libcsv.o util/libcsv.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/read_csv.o util/read_csv.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/OldModelicaTables.o util/OldModelicaTables.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/tinymt64.o util/tinymt64.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/write_csv.o util/write_csv.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o util/rtclock.o util/rtclock.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o meta/meta_modelica_catch.o meta/meta_modelica_catch.c -g gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o math-support/pivot.o math-support/pivot.c util/rtclock.c: In function 'rt_init': util/rtclock.c:550: warning: dereferencing pointer 'acc_tp.74' does break strict-aliasing rules util/rtclock.c:557: note: initialized from here util/rtclock.c:550: warning: dereferencing pointer 'max_tp.75' does break strict-aliasing rules util/rtclock.c:558: note: initialized from here util/rtclock.c:550: warning: dereferencing pointer 'total_tp.76' does break strict-aliasing rules util/rtclock.c:559: note: initialized from here util/rtclock.c:550: warning: dereferencing pointer 'tick_tp.77' does break strict-aliasing rules util/rtclock.c:560: note: initialized from here util/rtclock.c:550: warning: dereferencing pointer 'rt_clock_ncall.78' does break strict-aliasing rules util/rtclock.c:561: note: initialized from here util/rtclock.c:550: warning: dereferencing pointer 'rt_clock_ncall_total.79' does break strict-aliasing rules util/rtclock.c:562: note: initialized from here util/rtclock.c:550: warning: dereferencing pointer 'rt_clock_ncall_min.80' does break strict-aliasing rules util/rtclock.c:563: note: initialized from here util/rtclock.c:550: warning: dereferencing pointer 'rt_clock_ncall_max.81' does break strict-aliasing rules util/rtclock.c:564: note: initialized from here gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/delay.o simulation/solver/delay.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/linearSystem.o simulation/solver/linearSystem.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/linearSolverLapack.o simulation/solver/linearSolverLapack.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/linearSolverTotalPivot.o simulation/solver/linearSolverTotalPivot.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/mixedSystem.o simulation/solver/mixedSystem.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/mixedSearchSolver.o simulation/solver/mixedSearchSolver.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/nonlinearSystem.o simulation/solver/nonlinearSystem.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/nonlinearValuesList.o simulation/solver/nonlinearValuesList.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/nonlinearSolverHybrd.o simulation/solver/nonlinearSolverHybrd.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/nonlinearSolverHomotopy.o simulation/solver/nonlinearSolverHomotopy.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/omc_math.o simulation/solver/omc_math.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/model_help.o simulation/solver/model_help.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/stateset.o simulation/solver/stateset.c simulation/solver/nonlinearSolverHomotopy.c: In function 'newtonAlgorithm': simulation/solver/nonlinearSolverHomotopy.c:1103: warning: 'lambda' may be used uninitialized in this function gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/synchronous.o simulation/solver/synchronous.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/events.o simulation/solver/events.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/external_input.o simulation/solver/external_input.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/solver_main.o simulation/solver/solver_main.c simulation/solver/solver_main.c: In function 'initializeSolverData': simulation/solver/solver_main.c:218: warning: assignment discards qualifiers from pointer target type simulation/solver/solver_main.c:219: warning: assignment discards qualifiers from pointer target type simulation/solver/solver_main.c:222: warning: assignment discards qualifiers from pointer target type simulation/solver/solver_main.c:223: warning: assignment discards qualifiers from pointer target type simulation/solver/solver_main.c: In function 'writeOutputVars': simulation/solver/solver_main.c:846: warning: implicit declaration of function 'parseVariableStr' gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/kinsolSolver.o simulation/solver/kinsolSolver.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/linearSolverKlu.o simulation/solver/linearSolverKlu.c simulation/solver/linearSolverKlu.c:316: warning: 'printMatrixCSC' defined but not used gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/linearSolverLis.o simulation/solver/linearSolverLis.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/linearSolverUmfpack.o simulation/solver/linearSolverUmfpack.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/dassl.o simulation/solver/dassl.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/radau.o simulation/solver/radau.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/sym_imp_euler.o simulation/solver/sym_imp_euler.c simulation/solver/radau.c:52: warning: 'KINSetErrHandlerFn' redeclared without dllimport attribute: previous dllimport ignored simulation/solver/radau.c:53: warning: 'KINSetInfoHandlerFn' redeclared without dllimport attribute: previous dllimport ignored gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/nonlinearSolverNewton.o simulation/solver/nonlinearSolverNewton.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/newtonIteration.o simulation/solver/newtonIteration.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/solver/initialization/initialization.o simulation/solver/initialization/initialization.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o optimization/DataManagement/MoveData.o optimization/DataManagement/MoveData.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o optimization/DataManagement/DerStructure.o optimization/DataManagement/DerStructure.c optimization/DataManagement/MoveData.c: In function 'pickUpDim': optimization/DataManagement/MoveData.c:158: warning: passing argument 2 of 'data->callback->getTimeGrid' from incompatible pointer type optimization/DataManagement/MoveData.c:158: note: expected 'modelica_integer *' but argument is of type 'int *' gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o optimization/DataManagement/InitialGuess.o optimization/DataManagement/InitialGuess.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o optimization/DataManagement/DebugeOptimization.o optimization/DataManagement/DebugeOptimization.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o optimization/optimizer_main.o optimization/optimizer_main.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o optimization/eval_all/EvalG.o optimization/eval_all/EvalG.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o optimization/eval_all/EvalF.o optimization/eval_all/EvalF.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o optimization/eval_all/EvalL.o optimization/eval_all/EvalL.c g++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/results/simulation_result.o simulation/results/simulation_result.cpp g++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/results/simulation_result_csv.o simulation/results/simulation_result_csv.cpp g++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/results/simulation_result_mat.o simulation/results/simulation_result_mat.cpp g++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/results/simulation_result_ia.o simulation/results/simulation_result_ia.cpp g++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/results/simulation_result_plt.o simulation/results/simulation_result_plt.cpp g++ -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/results/simulation_result_wall.o simulation/results/simulation_result_wall.cpp g++ -c -Ilinearization/ -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/simulation_runtime.o simulation/simulation_runtime.cpp g++ -c -Ilinearization/ -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/../linearization/linearize.o simulation/../linearization/linearize.cpp g++ -c -Ilinearization/ -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/socket.o simulation/socket.cpp Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/modelinfo.o simulation/modelinfo.c Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/simulation_input_xml.o simulation/simulation_input_xml.c Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/simulation_info_json.o simulation/simulation_info_json.c simulation/simulation_input_xml.c: In function 'read_var_attribute_string': simulation/simulation_input_xml.c:412: warning: format '%s' expects type 'char *', but argument 6 has type 'modelica_string' Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/options.o simulation/options.c Deps: ./simulation/options.h ./simulation/simulation_input_xml.h ./simulation/simulation_info_json.h ./simulation/modelinfo.h ./simulation/simulation_runtime.h ./simulation/../linearization/linearize.h ./simulation/socket.h util/omc_msvc.h openmodelica.h openmodelica_types.h ModelicaUtilities.h omc_inline.h openmodelica_func.h simulation_data.h gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o simulation/simulation_omc_assert.o simulation/simulation_omc_assert.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o fmi/FMICommon.o fmi/FMICommon.c ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99: warning: 'jm_get_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104: warning: 'jm_clear_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209: warning: 'jm_log_debug_v' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214: warning: 'jm_log_debug' defined but not used ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48: warning: 'fmi1_get_platform' defined but not used ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53: warning: 'fmi2_get_types_platform' defined but not used gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o fmi/FMI1Common.o fmi/FMI1Common.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o fmi/FMI1ModelExchange.o fmi/FMI1ModelExchange.c ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99: warning: 'jm_get_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104: warning: 'jm_clear_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209: warning: 'jm_log_debug_v' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214: warning: 'jm_log_debug' defined but not used ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48: warning: 'fmi1_get_platform' defined but not used ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53: warning: 'fmi2_get_types_platform' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99: warning: 'jm_get_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104: warning: 'jm_clear_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209: warning: 'jm_log_debug_v' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214: warning: 'jm_log_debug' defined but not used ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48: warning: 'fmi1_get_platform' defined but not used ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53: warning: 'fmi2_get_types_platform' defined but not used gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o fmi/FMI1CoSimulation.o fmi/FMI1CoSimulation.c gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o fmi/FMI2Common.o fmi/FMI2Common.c ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99: warning: 'jm_get_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104: warning: 'jm_clear_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209: warning: 'jm_log_debug_v' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214: warning: 'jm_log_debug' defined but not used ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48: warning: 'fmi1_get_platform' defined but not used ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53: warning: 'fmi2_get_types_platform' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99: warning: 'jm_get_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104: warning: 'jm_clear_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209: warning: 'jm_log_debug_v' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214: warning: 'jm_log_debug' defined but not used ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48: warning: 'fmi1_get_platform' defined but not used ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53: warning: 'fmi2_get_types_platform' defined but not used gcc -c -I. -I../../Compiler/runtime -I../../3rdParty/gc/include -I../../3rdParty/FMIL/install/include/ -I../../3rdParty/lis-1.4.12/include/ -I../../3rdParty/Ipopt/include/ -DGC_REDIRECT_TO_LOCAL -I/c/OM19/OpenModelica/build/include/omc/c -O2 -falign-functions -msse2 -mfpmath=sse -I/c/OM19/OMDev//lib/3rdParty/Ipopt/include/ -I../../3rdParty/sundials/build/include -I/c/OM19/OMDev//include/lis -I../../ -I/c/OM19/OpenModelica/build/include/omc/ -Wall -Wno-unused-variable -o fmi/FMI2ModelExchange.o fmi/FMI2ModelExchange.c ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:99: warning: 'jm_get_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:104: warning: 'jm_clear_last_error' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:209: warning: 'jm_log_debug_v' defined but not used ../../3rdParty/FMIL/install/include/JM/jm_callbacks.h:214: warning: 'jm_log_debug' defined but not used ../../3rdParty/FMIL/install/include/FMI1/fmi1_types.h:48: warning: 'fmi1_get_platform' defined but not used ../../3rdParty/FMIL/install/include/FMI2/fmi2_types.h:53: warning: 'fmi2_get_types_platform' defined but not used make -f Makefile.omdev.mingw OMC_MINIMAL_RUNTIME=1 OMC_FMI_RUNTIME=1 sourcedist_internal make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/c' mkdir -p /c/OM19/OpenModelica/build/include/omc/c/external_solvers external_solvers cp \ ../../3rdParty/CMinpack//enorm_.c ../../3rdParty/CMinpack//hybrj_.c ../../3rdParty/CMinpack//dpmpar_.c ../../3rdParty/CMinpack//qrfac_.c ../../3rdParty/CMinpack//qform_.c ../../3rdParty/CMinpack//dogleg_.c ../../3rdParty/CMinpack//r1updt_.c ../../3rdParty/CMinpack//r1mpyq_.c \ ../../3rdParty/dgesv//lapack/dgesv.c ../../3rdParty/dgesv//lapack/dgetrf.c ../../3rdParty/dgesv//lapack/dlamch.c ../../3rdParty/dgesv//lapack/ilaenv.c ../../3rdParty/dgesv//lapack/xerbla.c ../../3rdParty/dgesv//lapack/dgetf2.c ../../3rdParty/dgesv//lapack/dgetrs.c ../../3rdParty/dgesv//lapack/dlaswp.c ../../3rdParty/dgesv//lapack/ieeeck.c ../../3rdParty/dgesv//lapack/iparmq.c \ ../../3rdParty/dgesv//blas/dgemm.c ../../3rdParty/dgesv//blas/dger.c ../../3rdParty/dgesv//blas/dscal.c ../../3rdParty/dgesv//blas/dswap.c ../../3rdParty/dgesv//blas/dtrsm.c ../../3rdParty/dgesv//blas/idamax.c ../../3rdParty/dgesv//blas/lsame.c \ ../../3rdParty/dgesv//libf2c/i_nint.c ../../3rdParty/dgesv//libf2c/pow_di.c ../../3rdParty/dgesv//libf2c/s_cmp.c ../../3rdParty/dgesv//libf2c/s_copy.c \ "./external_solvers/" make -C ../fmi/export/buildproject -f Makefile.omdev.mingw make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/fmi/export/buildproject' mkdir -p /c/OM19/OpenModelica/build/share/omc/runtime/c/fmi/buildproject/ cp -a configure.ac /c/OM19/OpenModelica/build/share/omc/runtime/c/fmi/buildproject// make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/fmi/export/buildproject' ar -ru libOpenModelicaRuntimeC.a ./meta/meta_modelica_builtin.o ./meta/meta_modelica_segv.o ./meta/realString.o ./meta/meta_modelica.o ./meta/gc/mmc_gc.o ./util/base_array.o ./util/boolean_array.o ./util/omc_error.o ./util/division.o ./util/generic_array.o ./util/index_spec.o ./util/integer_array.o ./util/list.o ./util/memory_pool.o ./util/modelica_string.o ./util/real_array.o ./util/ringbuffer.o ./util/string_array.o ./util/utility.o ./util/varinfo.o ./util/ModelicaUtilities.o ./util/omc_msvc.o ./util/simulation_options.o ./util/cJSON.o ./util/rational.o ./util/modelica_string_lit.o ./util/omc_init.o ./util/omc_mmap.o ./util/read_write.o ./util/write_matlab4.o ./util/read_matlab4.o ./util/java_interface.o ./util/libcsv.o ./util/read_csv.o ./util/OldModelicaTables.o ./util/tinymt64.o ./util/write_csv.o ./util/rtclock.o meta/meta_modelica_catch.o C:\OM19\OMDev\tools\mingw\bin\ar.exe: creating libOpenModelicaRuntimeC.a ranlib libOpenModelicaRuntimeC.a ar -ru libOpenModelicaFMIRuntimeC.a ./fmi/FMICommon.o ./fmi/FMI1Common.o ./fmi/FMI1ModelExchange.o ./fmi/FMI1CoSimulation.o ./fmi/FMI2Common.o ./fmi/FMI2ModelExchange.o C:\OM19\OMDev\tools\mingw\bin\ar.exe: creating libOpenModelicaFMIRuntimeC.a ranlib libOpenModelicaFMIRuntimeC.a cp -p libOpenModelicaRuntimeC.a /c/OM19/OpenModelica/build/lib/omc # copy header files cp \ "../../3rdParty/CMinpack//minpack.h" "../../3rdParty/CMinpack//cminpack.h" \ "../../3rdParty/dgesv//include/blaswrap.h" \ "../../3rdParty/dgesv//include/clapack.h" \ "../../3rdParty/dgesv//include/f2c.h" \ "/c/OM19/OpenModelica/build/include/omc/c/external_solvers" cp -p ./omc_inline.h ./math-support/blaswrap.h ./openmodelica_func.h ./openmodelica.h ./openmodelica_types.h ./simulation_data.h ./ModelicaUtilities.h /c/OM19/OpenModelica/build/include/omc/c/ cd /c/OM19/OpenModelica/build/include/omc/c/ && mkdir -p ./meta/ ./fmi/ ./util/ ./math-support/ ./simulation/solver/ ./simulation/solver/initialization/ ./optimization/ ./simulation/results/ ./simulation/ linearization/ cp -p ./linearization/linearize.h /c/OM19/OpenModelica/build/include/omc/c/linearization/ (D=`pwd` && cd /c/OM19/OpenModelica/build/include/omc/c/ && (OMCFILE=./util/base_array && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/boolean_array && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/omc_error && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/division && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/generic_array && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/index_spec && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/integer_array && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/list && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/memory_pool && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/modelica_string && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/real_array && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/ringbuffer && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/string_array && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/utility && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/varinfo && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/ModelicaUtilities && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/omc_msvc && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/simulation_options && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/cJSON && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/rational && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/modelica_string_lit && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/omc_init && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./util/omc_mmap && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./math-support/pivot && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/simulation_info_json && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/options && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/simulation_omc_assert && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/delay && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/linearSystem && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/linearSolverLapack && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/linearSolverTotalPivot && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/mixedSystem && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/mixedSearchSolver && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/nonlinearSystem && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/nonlinearValuesList && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/nonlinearSolverHybrd && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/nonlinearSolverHomotopy && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/omc_math && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/model_help && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/stateset && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/synchronous && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./simulation/solver/initialization/initialization && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./meta/meta_modelica_catch && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/enorm_ && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/hybrj_ && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dpmpar_ && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/qrfac_ && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/qform_ && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dogleg_ && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/r1updt_ && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/r1mpyq_ && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dgesv && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dgetrf && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dlamch && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/ilaenv && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/xerbla && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dgetf2 && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dgetrs && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dlaswp && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/ieeeck && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/iparmq && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dgemm && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dger && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dscal && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dswap && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/dtrsm && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/idamax && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/lsame && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/i_nint && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/pow_di && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/s_cmp && cp $D/$OMCFILE.c $OMCFILE.c) && (OMCFILE=./external_solvers/s_copy && cp $D/$OMCFILE.c $OMCFILE.c)) cp -p ./optimization/OptimizerData.h ./optimization/OptimizerLocalFunction.h ./optimization/OptimizerInterface.h /c/OM19/OpenModelica/build/include/omc/c/optimization/ cp -a ../../3rdParty/Cdaskr/solver//libcdaskr.a libSimulationRuntimeC.a ar -ru libSimulationRuntimeC.a ./meta/meta_modelica_builtin.o ./meta/meta_modelica_segv.o ./meta/realString.o ./meta/meta_modelica.o ./meta/gc/mmc_gc.o ./util/base_array.o ./util/boolean_array.o ./util/omc_error.o ./util/division.o ./util/generic_array.o ./util/index_spec.o ./util/integer_array.o ./util/list.o ./util/memory_pool.o ./util/modelica_string.o ./util/real_array.o ./util/ringbuffer.o ./util/string_array.o ./util/utility.o ./util/varinfo.o ./util/ModelicaUtilities.o ./util/omc_msvc.o ./util/simulation_options.o ./util/cJSON.o ./util/rational.o ./util/modelica_string_lit.o ./util/omc_init.o ./util/omc_mmap.o ./util/read_write.o ./util/write_matlab4.o ./util/read_matlab4.o ./util/java_interface.o ./util/libcsv.o ./util/read_csv.o ./util/OldModelicaTables.o ./util/tinymt64.o ./util/write_csv.o ./util/rtclock.o ./math-support/pivot.o ./simulation/solver/delay.o ./simulation/solver/linearSystem.o ./simulation/solver/linearSolverLapack.o ./simulation/solver/linearSolverTotalPivot.o ./simulation/solver/mixedSystem.o ./simulation/solver/mixedSearchSolver.o ./simulation/solver/nonlinearSystem.o ./simulation/solver/nonlinearValuesList.o ./simulation/solver/nonlinearSolverHybrd.o ./simulation/solver/nonlinearSolverHomotopy.o ./simulation/solver/omc_math.o ./simulation/solver/model_help.o ./simulation/solver/stateset.o ./simulation/solver/synchronous.o ./simulation/solver/events.o ./simulation/solver/external_input.o ./simulation/solver/solver_main.o ./simulation/solver/kinsolSolver.o ./simulation/solver/linearSolverKlu.o ./simulation/solver/linearSolverLis.o ./simulation/solver/linearSolverUmfpack.o ./simulation/solver/dassl.o ./simulation/solver/radau.o ./simulation/solver/sym_imp_euler.o ./simulation/solver/nonlinearSolverNewton.o ./simulation/solver/newtonIteration.o ./simulation/solver/initialization/initialization.o ./optimization/DataManagement/MoveData.o ./optimization/DataManagement/DerStructure.o ./optimization/DataManagement/InitialGuess.o ./optimization/DataManagement/DebugeOptimization.o ./optimization/optimizer_main.o ./optimization/eval_all/EvalG.o ./optimization/eval_all/EvalF.o ./optimization/eval_all/EvalL.o ./simulation/results/simulation_result.o ./simulation/results/simulation_result_csv.o ./simulation/results/simulation_result_mat.o ./simulation/results/simulation_result_ia.o ./simulation/results/simulation_result_plt.o ./simulation/results/simulation_result_wall.o ./simulation/simulation_runtime.o ./simulation/../linearization/linearize.o ./simulation/socket.o ./simulation/modelinfo.o ./simulation/simulation_input_xml.o ./simulation/simulation_info_json.o ./simulation/options.o ./simulation/simulation_omc_assert.o meta/meta_modelica_catch.o cp -p ./simulation/modelinfo.h ./simulation/options.h ./simulation/simulation_info_json.h ./simulation/simulation_input_xml.h ./simulation/simulation_runtime.h /c/OM19/OpenModelica/build/include/omc/c/simulation/ ranlib libSimulationRuntimeC.a cp -p ./simulation/results/simulation_result.h /c/OM19/OpenModelica/build/include/omc/c/simulation/results/ cp -p ./simulation/solver/delay.h ./simulation/solver/epsilon.h ./simulation/solver/mixedSystem.h ./simulation/solver/linearSystem.h ./simulation/solver/linearSolverLapack.h ./simulation/solver/linearSolverTotalPivot.h ./simulation/solver/model_help.h ./simulation/solver/mixedSearchSolver.h ./simulation/solver/nonlinearSystem.h ./simulation/solver/nonlinearValuesList.h ./simulation/solver/nonlinearSolverHomotopy.h ./simulation/solver/nonlinearSolverHybrd.h ./simulation/solver/stateset.h ./simulation/solver/perform_simulation.c ./simulation/solver/perform_qss_simulation.c ./simulation/solver/dassl.h ./simulation/solver/omc_math.h ./simulation/solver/events.h ./simulation/solver/synchronous.h ./simulation/solver/external_input.h ./simulation/solver/solver_main.h /c/OM19/OpenModelica/build/include/omc/c/simulation/solver/ cp -p ./simulation/solver/initialization/initialization.h /c/OM19/OpenModelica/build/include/omc/c/simulation/solver/initialization/ cp -p ./meta/meta_modelica_builtin_boxptr.h ./meta/meta_modelica_builtin_boxvar.h ./meta/meta_modelica_builtin.h ./meta/meta_modelica.h ./meta/meta_modelica_data.h ./meta/meta_modelica_mk_box.h ./meta/meta_modelica_segv.h /c/OM19/OpenModelica/build/include/omc/c/meta/ cp -p ./meta/gc/mmc_gc.h /c/OM19/OpenModelica/build/include/omc/c/meta/gc/ cp -p ./util/base_array.h ./util/boolean_array.h ./util/division.h ./util/generic_array.h ./util/index_spec.h ./util/integer_array.h ./util/java_interface.h ./util/memory_pool.h ./util/modelica.h ./util/modelica_string.h ./util/omc_error.h ./util/omc_mmap.h ./util/omc_msvc.h ./util/omc_spinlock.h ./util/read_matlab4.c ./util/read_matlab4.h ./util/read_csv.c ./util/read_csv.h ./util/libcsv.c ./util/libcsv.h ./util/read_write.h ./util/real_array.h ./util/ringbuffer.h ./util/rtclock.h ./util/simulation_options.h ./util/string_array.h ./util/uthash.h ./util/utility.h ./util/varinfo.h ./util/list.h ./util/rational.h ./util/modelica_string_lit.h ./util/omc_init.h ./util/cJSON.h /c/OM19/OpenModelica/build/include/omc/c/util/ cp Makefile.objs /c/OM19/OpenModelica/build/include/omc/c/ rm -r ./external_solvers make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/c' # copy libraries cp -p libSimulationRuntimeC.a libOpenModelicaFMIRuntimeC.a /c/OM19/OpenModelica/build/lib/omc test ! -f libSimulationRuntimeC.bc || cp libSimulationRuntimeC.bc /c/OM19/OpenModelica/build/lib/omc/emcc/libSimulationRuntimeC.so # copy fmi stuff cp -p ../fmi/export/fmi1/*.h \ ../fmi/export/fmi1/fmu1_model_interface.c /c/OM19/OpenModelica/build/include/omc/c/fmi1 cp -p ../fmi/export/fmi2/*.h \ ../fmi/export/fmi2/fmu2_model_interface.c /c/OM19/OpenModelica/build/include/omc/c/fmi2 # copy java interface stuff make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/java_interface' "java" -jar ../..//3rdParty/antlr/3.2/tool/antlr-3.2.jar -fo src/org/openmodelica/corba/parser src/org/openmodelica/corba/parser/OMCorbaDefinitions.g "java" -jar ../..//3rdParty/antlr/3.2/tool/antlr-3.2.jar -fo src/org/openmodelica/corba/parser src/org/openmodelica/corba/parser/OMCorbaDefinitions.g error(10): internal error: Can't get property indirectDelegates using method get/isIndirectDelegates from org.antlr.tool.Grammar instance : java.lang.NullPointerException java.util.Objects.requireNonNull(Unknown Source) java.util.ArrayList.removeAll(Unknown Source) org.antlr.tool.CompositeGrammar.getIndirectDelegates(CompositeGrammar.java:222) org.antlr.tool.Grammar.getIndirectDelegates(Grammar.java:2620) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.antlr.stringtemplate.language.ASTExpr.invokeMethod(ASTExpr.java:564) org.antlr.stringtemplate.language.ASTExpr.rawGetObjectProperty(ASTExpr.java:515) org.antlr.stringtemplate.language.ASTExpr.getObjectProperty(ASTExpr.java:417) org.antlr.stringtemplate.language.ActionEvaluator.attribute(ActionEvaluator.java:351) org.antlr.stringtemplate.language.ActionEvaluator.expr(ActionEvaluator.java:136) org.antlr.stringtemplate.language.ActionEvaluator.templateApplication(ActionEvaluator.java:216) org.antlr.stringtemplate.language.ActionEvaluator.expr(ActionEvaluator.java:126) org.antlr.stringtemplate.language.ActionEvaluator.action(ActionEvaluator.java:84) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:149) org.antlr.stringtemplate.StringTemplate.write(StringTemplate.java:705) org.antlr.stringtemplate.language.ASTExpr.writeTemplate(ASTExpr.java:750) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:680) org.antlr.stringtemplate.language.ASTExpr.writeAttribute(ASTExpr.java:660) org.antlr.stringtemplate.language.ActionEvaluator.action(ActionEvaluator.java:86) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:149) org.antlr.stringtemplate.StringTemplate.write(StringTemplate.java:705) org.antlr.stringtemplate.language.ASTExpr.writeTemplate(ASTExpr.java:750) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:680) org.antlr.stringtemplate.language.ASTExpr.writeAttribute(ASTExpr.java:660) org.antlr.stringtemplate.language.ActionEvaluator.action(ActionEvaluator.java:86) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:149) org.antlr.stringtemplate.StringTemplate.write(StringTemplate.java:705) org.antlr.stringtemplate.language.ASTExpr.writeTemplate(ASTExpr.java:750) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:680) org.antlr.stringtemplate.language.ASTExpr.writeAttribute(ASTExpr.java:660) org.antlr.stringtemplate.language.ActionEvaluator.action(ActionEvaluator.java:86) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:149) org.antlr.stringtemplate.StringTemplate.write(StringTemplate.java:705) org.antlr.codegen.CodeGenerator.write(CodeGenerator.java:1281) org.antlr.codegen.Target.genRecognizerFile(Target.java:94) org.antlr.codegen.CodeGenerator.genRecognizer(CodeGenerator.java:466) org.antlr.Tool.generateRecognizer(Tool.java:641) org.antlr.Tool.process(Tool.java:454) org.antlr.Tool.main(Tool.java:91) error(10): internal error: Can't get property indirectDelegates using method get/isIndirectDelegates from org.antlr.tool.Grammar instance : java.lang.NullPointerException java.util.Objects.requireNonNull(Unknown Source) java.util.ArrayList.removeAll(Unknown Source) org.antlr.tool.CompositeGrammar.getIndirectDelegates(CompositeGrammar.java:222) org.antlr.tool.Grammar.getIndirectDelegates(Grammar.java:2620) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.antlr.stringtemplate.language.ASTExpr.invokeMethod(ASTExpr.java:564) org.antlr.stringtemplate.language.ASTExpr.rawGetObjectProperty(ASTExpr.java:515) org.antlr.stringtemplate.language.ASTExpr.getObjectProperty(ASTExpr.java:417) org.antlr.stringtemplate.language.ActionEvaluator.attribute(ActionEvaluator.java:351) org.antlr.stringtemplate.language.ActionEvaluator.expr(ActionEvaluator.java:136) org.antlr.stringtemplate.language.ActionEvaluator.templateApplication(ActionEvaluator.java:216) org.antlr.stringtemplate.language.ActionEvaluator.expr(ActionEvaluator.java:126) org.antlr.stringtemplate.language.ActionEvaluator.action(ActionEvaluator.java:84) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:149) org.antlr.stringtemplate.StringTemplate.write(StringTemplate.java:705) org.antlr.stringtemplate.language.ASTExpr.writeTemplate(ASTExpr.java:750) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:680) org.antlr.stringtemplate.language.ASTExpr.writeAttribute(ASTExpr.java:660) org.antlr.stringtemplate.language.ActionEvaluator.action(ActionEvaluator.java:86) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:149) org.antlr.stringtemplate.StringTemplate.write(StringTemplate.java:705) org.antlr.stringtemplate.language.ASTExpr.writeTemplate(ASTExpr.java:750) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:680) org.antlr.stringtemplate.language.ASTExpr.writeAttribute(ASTExpr.java:660) org.antlr.stringtemplate.language.ActionEvaluator.action(ActionEvaluator.java:86) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:149) org.antlr.stringtemplate.StringTemplate.write(StringTemplate.java:705) org.antlr.stringtemplate.language.ASTExpr.writeTemplate(ASTExpr.java:750) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:680) org.antlr.stringtemplate.language.ASTExpr.writeAttribute(ASTExpr.java:660) org.antlr.stringtemplate.language.ActionEvaluator.action(ActionEvaluator.java:86) org.antlr.stringtemplate.language.ASTExpr.write(ASTExpr.java:149) org.antlr.stringtemplate.StringTemplate.write(StringTemplate.java:705) org.antlr.codegen.CodeGenerator.write(CodeGenerator.java:1281) org.antlr.codegen.Target.genRecognizerFile(Target.java:94) org.antlr.codegen.CodeGenerator.genRecognizer(CodeGenerator.java:466) org.antlr.Tool.generateRecognizer(Tool.java:641) org.antlr.Tool.process(Tool.java:454) org.antlr.Tool.main(Tool.java:91) error(1): cannot write file OMCorbaDefinitions__.g: java.io.FileNotFoundException: src\org\openmodelica\corba\parser\OMCorbaDefinitions__.g (The requested operation cannot be performed on a file with a user-mapped section open) java.io.FileOutputStream.open0(Native Method) java.io.FileOutputStream.open(Unknown Source) java.io.FileOutputStream.(Unknown Source) java.io.FileOutputStream.(Unknown Source) java.io.FileWriter.(Unknown Source) org.antlr.Tool.getOutputFile(Tool.java:854) org.antlr.Tool.process(Tool.java:480) org.antlr.Tool.main(Tool.java:91) make[3]: [src/org/openmodelica/corba/parser/OMCorbaDefinitionsLexer.java] Error 1 (ignored) test -f "src/org/openmodelica/corba/parser/OMCorbaDefinitionsLexer.java" make[3]: *** [src/org/openmodelica/corba/parser/OMCorbaDefinitionsLexer.java] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: [src/org/openmodelica/corba/parser/OMCorbaDefinitionsParser.java] Error 1 (ignored) test -f "src/org/openmodelica/corba/parser/OMCorbaDefinitionsParser.java" make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/java_interface' make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/java_interface' cp ../..//3rdParty/antlr/3.2/tool/antlr-3.2.jar ../..//3rdParty/antlr/3.2/tool/antlr-2.7.7.jar /c/OM19/OpenModelica/build/share/omc/java make[3]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/java_interface' make[2]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/c' (time make -f Makefile.omdev.mingw CFLAGS="-g -O2 -falign-functions" omc-bootstrapped OMBUILDDIR=/c/OM19/OpenModelica/build) make[2]: Entering directory `/c/OM19/OpenModelica/OMCompiler' make -f Makefile.omdev.mingw CFLAGS="-g -O2 -falign-functions" OMBUILDDIR=/c/OM19/OpenModelica/build bootstrap-dependencies sim-dependencies make[3]: Entering directory `/c/OM19/OpenModelica/OMCompiler' test -d 3rdParty/FMIL mkdir -p 3rdParty/sundials/build Making build directories under /c/OM19/OpenModelica/build cd 3rdParty/sundials/build && /c/OM19/OMDev//bin/cmake/bin/cmake .. -G "MSYS Makefiles" -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_PREFIX=`pwd` mkdir -p 3rdParty/FMIL/build (cd 3rdParty/FMIL/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" /c/OM19/OMDev//bin/cmake/bin/cmake -D CMAKE_AR:String="ar" -D FMILIB_BUILD_SHARED_LIB:Bool=OFF -D FMILIB_BUILD_TESTS:Bool=OFF -D FMILIB_GENERATE_DOXYGEN_DOC:Bool=OFF -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DFMILIB_INSTALL_PREFIX:String=../install .. -G "MSYS Makefiles") test -f 3rdParty/FMIL/build/libfmilib.a || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" make -C 3rdParty/FMIL/build test -d 3rdParty/FMIL/install || make -C 3rdParty/FMIL/build install test "(" ! `uname` = Darwin ")" -o "(" ! -f 3rdParty/FMIL/build/libfmilib_shared.dll ")" || install_name_tool -id @rpath/libfmilib_shared.dll 3rdParty/FMIL/build/libfmilib_shared.dll -- Added NVECTOR_SERIAL module -- Added ARKODE module -- Added CVODE module -- Added CVODES module -- Added IDA module -- Added IDAS module cp -pPR 3rdParty/FMIL/build/libfmilib.a /c/OM19/OpenModelica/build/lib/omc -- Added KINSOL module -- Configuring done make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw OMBUILDDIR=/c/OM19/OpenModelica/build test ! -f /c/OM19/OpenModelica/build/lib/omc/libfmilib_shared.dll || ln -sf libfmilib_shared.dll /c/OM19/OpenModelica/build/lib/omc/libfmilib.dll make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' mkdir -p /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp omc_ocl_interface.h /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ #TODO: Only copy required headers, add them in omc/fmi subfolder, and do not copy c/txt-files #cp -rp 3rdParty/FMIL/install/include/* /c/OM19/OpenModelica/build/include/omc cp -rp omc_ocl_common_header.h /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ (cd 3rdParty/metis-5.1.0 && /c/OM19/OMDev//bin/cmake/bin/cmake -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -G "MSYS Makefiles" && CC="gcc" CFLAGS="-g -O2 -falign-functions" make) cp -rp omc_ocl_memory_ops.h /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ cp -rp libParModelicaExpl.a /c/OM19/OpenModelica/build/lib/omc/ cp -rp ParModelicaBuiltin.mo /c/OM19/OpenModelica/build/lib/omc/ cp -rp OCLRuntimeUtil.cl /c/OM19/OpenModelica/build/include/omc/c//ParModelica/explicit/openclrt/ make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' if test -f 3rdParty/graphstream/org.omc.graphstream.jar; then cp -p 3rdParty/graphstream/org.omc.graphstream.jar /c/OM19/OpenModelica/build/share/omc/java/.; fi if test -f 3rdParty/graphstream/Makefile; then make CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" -C 3rdParty/graphstream/; fi make[4]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream' make CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" -C gs-netstream/c++ all make[5]: Entering directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++' make[5]: Nothing to be done for `all'. make[5]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream/gs-netstream/c++' make[4]: Leaving directory `/c/OM19/OpenModelica/OMCompiler/3rdParty/graphstream' -- checking for thread-local storage - found -- Configuring done -- Generating done -- Generating done -- Build files have been written to: C:/OM19/OpenModelica/OMCompiler/3rdParty/metis-5.1.0 -- Build files have been written to: C:/OM19/OpenModelica/OMCompiler/3rdParty/sundials/build make -C 3rdParty/sundials/build