Started by remote host 127.0.0.1 with note: Revisionae82472ac7641d9932852cc44534599a53099b16 Building remotely on windows.openmodelica.org [OM_Win] $ cmd /c call C:\Users\adrpo33\AppData\Local\Temp\hudson1608229709016041861.bat c:\dev\hudson\workspace\OM_Win>set OMDEV=C:\OMDev c:\dev\hudson\workspace\OM_Win>echo on c:\dev\hudson\workspace\OM_Win>( echo #!/bin/sh -x echo # echo # script to build the OpenModelica windows build echo # expects to have these things installed: echo # python 2.7.x - you need to run easy_install joblib simplejson requests in the cmd line in python/Scripts echo # nsis installer echo # TortoiseSVN command line tools echo # Qt 4.8.0 echo # jdk echo # git - put it last in the path echo # OMDev in c:/OMDev echo # echo set +e echo # cleanup tmp and use the windows temp echo T1=`cygpath $tmp` echo T2=`cygpath $temp` echo echo T1: ${T1} echo echo T2: ${T2} echo rm -rf ${T1}/cc* ${T2}/cc* echo find ${TMP}/*/ ! -name *omc-rtest* -exec rm -rf {} + echo export TMP=$T1 TEMP=$T2 echo echo TMP: ${TMP}/ echo echo TEMP: ${TEMP}/ echo echo tmp: ${tmp}/ echo echo temp: ${temp}/ echo # echo # set the path to our tools echo export PATH=/c/Program\ Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:$PATH:/c/bin/git/bin echo # echo # set the OPENMODELICAHOME and OPENMODELICALIBRARY echo export OPENMODELICAHOME="${WORKSPACE}\\OM\\build" echo export OPENMODELICALIBRARY="${WORKSPACE}\\OM\\build\\lib\\omlibrary" echo # have OMDEV in Msys version echo export OMDEV=/c/OMDev/ echo # update OMDev echo cd /c/OMDev/ echo git pull echo # get back to our workspace echo cd ${WORKSPACE}/ echo # check if we have OM already echo if test ! -d OM; then echo git clone --recursive https://github.com/OpenModelica/OpenModelica.git OM echo fi echo # update OM echo cd OM echo git reset --hard origin/master && git checkout master && git pull --recurse-submodules && git fetch --tags || exit 1 echo # checkout the specific revision given to us echo git checkout $REVISION echo git submodule update --init --recursive --force || exit 1 echo git submodule foreach --recursive "git fetch --tags && git clean -fdxq -e /git -e /svn" || true echo git clean -fdxq || true echo git submodule status --recursive echo cd ${WORKSPACE}/OM echo export MAKETHREADS=-j16 echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} clean echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} clean-qtclients echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} gitclean || true echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} gitclean || true echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} gitclean || true echo make -k -r -f Makefile.omdev.mingw ${MAKETHREADS} gitclean || true echo cd ${WORKSPACE}/OM echo set -e echo time make -f Makefile.omdev.mingw ${MAKETHREADS} omc omc-diff omlibrary-core qtclients echo cd ${WORKSPACE}/OM echo make -f Makefile.omdev.mingw ${MAKETHREADS} BUILDTYPE=Release simulationruntimecmsvc BuildType=Release echo cd ${WORKSPACE}/OM echo make -f 'Makefile.omdev.mingw' ${MAKETHREADS} BUILDTYPE=Release runtimeCPPmsvcinstall echo cd ${WORKSPACE}/OM echo make -f 'Makefile.omdev.mingw' ${MAKETHREADS} BUILDTYPE=Release runtimeCPPinstall echo set +e echo cd ${WORKSPACE}/OM echo sed -i.bak 's/mingw32-make/..\\..\\usr\\bin\\make/g' build/share/omc/scripts/Compile.bat echo # make -f Makefile.omdev.mingw ${MAKETHREADS} testlogwindows echo cp -f /c/dev/runtest.db.* ${WORKSPACE}/OM/testsuite/ || true echo cd ${WORKSPACE}/OM/testsuite/partest echo time perl ./runtests.pl -j8 -nocolour -with-xml echo CODE=$? echo if test "$CODE" = 0 -o "$CODE" = 7; then echo cp -f ../runtest.db.* /c/dev/ echo fi echo if test "$CODE" = 0 -o "$CODE" = 7; then echo exit 0 echo else echo exit $CODE echo fi ) 1>buildWindows.sh c:\dev\hudson\workspace\OM_Win>set MSYSTEM=MINGW64 c:\dev\hudson\workspace\OM_Win>C:\OMDev\tools\msys\usr\bin\sh --login -i -c "cd ${WORKSPACE} && chmod +x buildWindows.sh && ./buildWindows.sh && rm -f ./buildWindows.sh" sh: cannot set terminal process group (-1): Inappropriate ioctl for device sh: no job control in this shell + set +e ++ cygpath 'C:\Users\adrpo33\AppData\Local\Temp' + T1=/c/Users/adrpo33/AppData/Local/Temp ++ cygpath 'C:\Users\adrpo33\AppData\Local\Temp' + T2=/c/Users/adrpo33/AppData/Local/Temp + echo T1: /c/Users/adrpo33/AppData/Local/Temp T1: /c/Users/adrpo33/AppData/Local/Temp + echo T2: /c/Users/adrpo33/AppData/Local/Temp T2: /c/Users/adrpo33/AppData/Local/Temp + rm -rf /c/Users/adrpo33/AppData/Local/Temp/cc0hCMtt /c/Users/adrpo33/AppData/Local/Temp/cc0MYUin /c/Users/adrpo33/AppData/Local/Temp/cc0vsrD0 /c/Users/adrpo33/AppData/Local/Temp/cc0vY3yf /c/Users/adrpo33/AppData/Local/Temp/cc2gxXpW /c/Users/adrpo33/AppData/Local/Temp/cc3Bqx0b /c/Users/adrpo33/AppData/Local/Temp/cc3egScn /c/Users/adrpo33/AppData/Local/Temp/cc3gV6Ru /c/Users/adrpo33/AppData/Local/Temp/cc3hkBZL /c/Users/adrpo33/AppData/Local/Temp/cc3TZobK /c/Users/adrpo33/AppData/Local/Temp/cc4rRzAj /c/Users/adrpo33/AppData/Local/Temp/cc4Z4i9r /c/Users/adrpo33/AppData/Local/Temp/cc5htJWp /c/Users/adrpo33/AppData/Local/Temp/cc5l1F6o /c/Users/adrpo33/AppData/Local/Temp/cc5zm1FD /c/Users/adrpo33/AppData/Local/Temp/cc6jz0zU /c/Users/adrpo33/AppData/Local/Temp/cc6WLTZW /c/Users/adrpo33/AppData/Local/Temp/cc7h82Nd /c/Users/adrpo33/AppData/Local/Temp/cc7ot1Je /c/Users/adrpo33/AppData/Local/Temp/cc7wWUYx /c/Users/adrpo33/AppData/Local/Temp/cc8KiNMF /c/Users/adrpo33/AppData/Local/Temp/cc9kGCtd /c/Users/adrpo33/AppData/Local/Temp/cc9uo5dd /c/Users/adrpo33/AppData/Local/Temp/cc9ygkfZ /c/Users/adrpo33/AppData/Local/Temp/cca5aKqi /c/Users/adrpo33/AppData/Local/Temp/ccAcqMf9 /c/Users/adrpo33/AppData/Local/Temp/ccams7zj /c/Users/adrpo33/AppData/Local/Temp/ccaxc4FG /c/Users/adrpo33/AppData/Local/Temp/ccbGt4qV /c/Users/adrpo33/AppData/Local/Temp/ccBhFDQq /c/Users/adrpo33/AppData/Local/Temp/ccBKrlpZ /c/Users/adrpo33/AppData/Local/Temp/ccbovpQP /c/Users/adrpo33/AppData/Local/Temp/ccbPMjbW /c/Users/adrpo33/AppData/Local/Temp/ccBpuYUC /c/Users/adrpo33/AppData/Local/Temp/ccBU7M28 /c/Users/adrpo33/AppData/Local/Temp/ccCHBr8X /c/Users/adrpo33/AppData/Local/Temp/ccCOHZzF /c/Users/adrpo33/AppData/Local/Temp/ccCpqGqm /c/Users/adrpo33/AppData/Local/Temp/ccCrb0eU /c/Users/adrpo33/AppData/Local/Temp/ccCUvIBS /c/Users/adrpo33/AppData/Local/Temp/cccwmtDH /c/Users/adrpo33/AppData/Local/Temp/ccCZynnP /c/Users/adrpo33/AppData/Local/Temp/ccd2iCRo /c/Users/adrpo33/AppData/Local/Temp/ccd7DXrc /c/Users/adrpo33/AppData/Local/Temp/ccdWVFd8 /c/Users/adrpo33/AppData/Local/Temp/ccdyYLXo /c/Users/adrpo33/AppData/Local/Temp/cce5ouq7 /c/Users/adrpo33/AppData/Local/Temp/ccECjk2N /c/Users/adrpo33/AppData/Local/Temp/cceEYnBP /c/Users/adrpo33/AppData/Local/Temp/ccEgDE4x /c/Users/adrpo33/AppData/Local/Temp/cceIGN6u /c/Users/adrpo33/AppData/Local/Temp/cceKWOY2 /c/Users/adrpo33/AppData/Local/Temp/ccESUpMB /c/Users/adrpo33/AppData/Local/Temp/ccF8ryX5 /c/Users/adrpo33/AppData/Local/Temp/ccFAADIM /c/Users/adrpo33/AppData/Local/Temp/ccFXXRnW /c/Users/adrpo33/AppData/Local/Temp/ccg9kZim /c/Users/adrpo33/AppData/Local/Temp/ccgAkPn3 /c/Users/adrpo33/AppData/Local/Temp/ccGbziUA /c/Users/adrpo33/AppData/Local/Temp/ccGeWxeY /c/Users/adrpo33/AppData/Local/Temp/ccGjC0KM /c/Users/adrpo33/AppData/Local/Temp/ccgKzoso /c/Users/adrpo33/AppData/Local/Temp/ccgPTdLY /c/Users/adrpo33/AppData/Local/Temp/ccGtR9j5 /c/Users/adrpo33/AppData/Local/Temp/ccGVLHXJ /c/Users/adrpo33/AppData/Local/Temp/ccgXGvkO /c/Users/adrpo33/AppData/Local/Temp/ccH7XcpX /c/Users/adrpo33/AppData/Local/Temp/cchN0Uvi /c/Users/adrpo33/AppData/Local/Temp/cchQcHAy /c/Users/adrpo33/AppData/Local/Temp/cci0LTHr /c/Users/adrpo33/AppData/Local/Temp/ccI7bRJx /c/Users/adrpo33/AppData/Local/Temp/ccibkcBW /c/Users/adrpo33/AppData/Local/Temp/ccICjNWv /c/Users/adrpo33/AppData/Local/Temp/ccimt7kn /c/Users/adrpo33/AppData/Local/Temp/ccIRLOlH /c/Users/adrpo33/AppData/Local/Temp/cciUhiQ3 /c/Users/adrpo33/AppData/Local/Temp/ccIvopFF /c/Users/adrpo33/AppData/Local/Temp/ccizaEPF /c/Users/adrpo33/AppData/Local/Temp/ccIzjMWI /c/Users/adrpo33/AppData/Local/Temp/ccJ2oC8R /c/Users/adrpo33/AppData/Local/Temp/ccJDHACO /c/Users/adrpo33/AppData/Local/Temp/ccJFhL3E /c/Users/adrpo33/AppData/Local/Temp/ccJK8xLt /c/Users/adrpo33/AppData/Local/Temp/cckobOEh /c/Users/adrpo33/AppData/Local/Temp/cckOYRFC /c/Users/adrpo33/AppData/Local/Temp/ccl8laIf /c/Users/adrpo33/AppData/Local/Temp/ccLEKuX6 /c/Users/adrpo33/AppData/Local/Temp/cclMbreS /c/Users/adrpo33/AppData/Local/Temp/cclRyP5U /c/Users/adrpo33/AppData/Local/Temp/cclSfnN0 /c/Users/adrpo33/AppData/Local/Temp/cclwPBAk /c/Users/adrpo33/AppData/Local/Temp/ccMJp8Qb /c/Users/adrpo33/AppData/Local/Temp/ccMmecMH /c/Users/adrpo33/AppData/Local/Temp/ccmQVkv7 /c/Users/adrpo33/AppData/Local/Temp/ccmxR0jq /c/Users/adrpo33/AppData/Local/Temp/ccnEYxCy /c/Users/adrpo33/AppData/Local/Temp/ccnIH7w4 /c/Users/adrpo33/AppData/Local/Temp/ccNRPyuM /c/Users/adrpo33/AppData/Local/Temp/ccnuqULj /c/Users/adrpo33/AppData/Local/Temp/ccnXS9Gq /c/Users/adrpo33/AppData/Local/Temp/ccNXsNVz /c/Users/adrpo33/AppData/Local/Temp/ccOebg4Y /c/Users/adrpo33/AppData/Local/Temp/ccojnpEF /c/Users/adrpo33/AppData/Local/Temp/ccOQ3keB /c/Users/adrpo33/AppData/Local/Temp/ccotVWLO /c/Users/adrpo33/AppData/Local/Temp/ccP6U1Kl /c/Users/adrpo33/AppData/Local/Temp/ccpHda5A /c/Users/adrpo33/AppData/Local/Temp/ccPs46vH /c/Users/adrpo33/AppData/Local/Temp/ccPZGIKC /c/Users/adrpo33/AppData/Local/Temp/ccQ7Mobt /c/Users/adrpo33/AppData/Local/Temp/ccq9YJaa /c/Users/adrpo33/AppData/Local/Temp/ccqa57qA /c/Users/adrpo33/AppData/Local/Temp/ccQaCgaA /c/Users/adrpo33/AppData/Local/Temp/ccQdNJtu /c/Users/adrpo33/AppData/Local/Temp/ccqtVYLv /c/Users/adrpo33/AppData/Local/Temp/ccqv2Jcb /c/Users/adrpo33/AppData/Local/Temp/ccqX2s9S /c/Users/adrpo33/AppData/Local/Temp/ccQzH7Oc /c/Users/adrpo33/AppData/Local/Temp/ccrH5gnY /c/Users/adrpo33/AppData/Local/Temp/ccRpSJGe /c/Users/adrpo33/AppData/Local/Temp/ccRRWYts /c/Users/adrpo33/AppData/Local/Temp/ccRTLxFD /c/Users/adrpo33/AppData/Local/Temp/ccRvv5Qh /c/Users/adrpo33/AppData/Local/Temp/ccRWCbCI /c/Users/adrpo33/AppData/Local/Temp/ccSaskvG /c/Users/adrpo33/AppData/Local/Temp/ccsDy1n2 /c/Users/adrpo33/AppData/Local/Temp/ccsfphOt /c/Users/adrpo33/AppData/Local/Temp/ccSFQqCO /c/Users/adrpo33/AppData/Local/Temp/ccSjFER0 /c/Users/adrpo33/AppData/Local/Temp/ccsNFJLk /c/Users/adrpo33/AppData/Local/Temp/ccSq16vM /c/Users/adrpo33/AppData/Local/Temp/ccSUOYcJ /c/Users/adrpo33/AppData/Local/Temp/cct4bivz /c/Users/adrpo33/AppData/Local/Temp/ccT5M8uh /c/Users/adrpo33/AppData/Local/Temp/cct7MZsd /c/Users/adrpo33/AppData/Local/Temp/ccTE1qPA /c/Users/adrpo33/AppData/Local/Temp/ccTEAfUf /c/Users/adrpo33/AppData/Local/Temp/cctOv6G3 /c/Users/adrpo33/AppData/Local/Temp/cctr0foW /c/Users/adrpo33/AppData/Local/Temp/ccTrZWnT /c/Users/adrpo33/AppData/Local/Temp/cctSZBzJ /c/Users/adrpo33/AppData/Local/Temp/ccU4GZcB /c/Users/adrpo33/AppData/Local/Temp/ccUpASNv /c/Users/adrpo33/AppData/Local/Temp/ccuqSfUA /c/Users/adrpo33/AppData/Local/Temp/ccutUbps /c/Users/adrpo33/AppData/Local/Temp/ccV0AtYp /c/Users/adrpo33/AppData/Local/Temp/ccv9jcx4 /c/Users/adrpo33/AppData/Local/Temp/ccvsEQqt /c/Users/adrpo33/AppData/Local/Temp/ccvT9EiY /c/Users/adrpo33/AppData/Local/Temp/ccvTXOWh /c/Users/adrpo33/AppData/Local/Temp/ccVwvgq9 /c/Users/adrpo33/AppData/Local/Temp/ccwTkdZQ /c/Users/adrpo33/AppData/Local/Temp/ccwua8Km /c/Users/adrpo33/AppData/Local/Temp/ccWV3g2q /c/Users/adrpo33/AppData/Local/Temp/ccwvMY5q /c/Users/adrpo33/AppData/Local/Temp/ccwytEeP /c/Users/adrpo33/AppData/Local/Temp/ccX3ZELM /c/Users/adrpo33/AppData/Local/Temp/ccxWnl8g /c/Users/adrpo33/AppData/Local/Temp/ccyd0HxL /c/Users/adrpo33/AppData/Local/Temp/ccYjzJdu /c/Users/adrpo33/AppData/Local/Temp/ccYPxS1m /c/Users/adrpo33/AppData/Local/Temp/ccYPYaIl /c/Users/adrpo33/AppData/Local/Temp/ccytwPcm /c/Users/adrpo33/AppData/Local/Temp/ccYyRZwS /c/Users/adrpo33/AppData/Local/Temp/ccZ5Ty2F /c/Users/adrpo33/AppData/Local/Temp/cczABElp /c/Users/adrpo33/AppData/Local/Temp/cczCGkYo /c/Users/adrpo33/AppData/Local/Temp/ccZeq2L0 /c/Users/adrpo33/AppData/Local/Temp/cczGptif /c/Users/adrpo33/AppData/Local/Temp/cczl4STF /c/Users/adrpo33/AppData/Local/Temp/ccZs5veQ /c/Users/adrpo33/AppData/Local/Temp/ccZtdxRp /c/Users/adrpo33/AppData/Local/Temp/cczzjJ2R /c/Users/adrpo33/AppData/Local/Temp/cc0hCMtt /c/Users/adrpo33/AppData/Local/Temp/cc0MYUin /c/Users/adrpo33/AppData/Local/Temp/cc0vsrD0 /c/Users/adrpo33/AppData/Local/Temp/cc0vY3yf /c/Users/adrpo33/AppData/Local/Temp/cc2gxXpW /c/Users/adrpo33/AppData/Local/Temp/cc3Bqx0b /c/Users/adrpo33/AppData/Local/Temp/cc3egScn /c/Users/adrpo33/AppData/Local/Temp/cc3gV6Ru /c/Users/adrpo33/AppData/Local/Temp/cc3hkBZL /c/Users/adrpo33/AppData/Local/Temp/cc3TZobK /c/Users/adrpo33/AppData/Local/Temp/cc4rRzAj /c/Users/adrpo33/AppData/Local/Temp/cc4Z4i9r /c/Users/adrpo33/AppData/Local/Temp/cc5htJWp /c/Users/adrpo33/AppData/Local/Temp/cc5l1F6o /c/Users/adrpo33/AppData/Local/Temp/cc5zm1FD /c/Users/adrpo33/AppData/Local/Temp/cc6jz0zU /c/Users/adrpo33/AppData/Local/Temp/cc6WLTZW /c/Users/adrpo33/AppData/Local/Temp/cc7h82Nd /c/Users/adrpo33/AppData/Local/Temp/cc7ot1Je /c/Users/adrpo33/AppData/Local/Temp/cc7wWUYx /c/Users/adrpo33/AppData/Local/Temp/cc8KiNMF /c/Users/adrpo33/AppData/Local/Temp/cc9kGCtd /c/Users/adrpo33/AppData/Local/Temp/cc9uo5dd /c/Users/adrpo33/AppData/Local/Temp/cc9ygkfZ /c/Users/adrpo33/AppData/Local/Temp/cca5aKqi /c/Users/adrpo33/AppData/Local/Temp/ccAcqMf9 /c/Users/adrpo33/AppData/Local/Temp/ccams7zj /c/Users/adrpo33/AppData/Local/Temp/ccaxc4FG /c/Users/adrpo33/AppData/Local/Temp/ccbGt4qV /c/Users/adrpo33/AppData/Local/Temp/ccBhFDQq /c/Users/adrpo33/AppData/Local/Temp/ccBKrlpZ /c/Users/adrpo33/AppData/Local/Temp/ccbovpQP /c/Users/adrpo33/AppData/Local/Temp/ccbPMjbW /c/Users/adrpo33/AppData/Local/Temp/ccBpuYUC /c/Users/adrpo33/AppData/Local/Temp/ccBU7M28 /c/Users/adrpo33/AppData/Local/Temp/ccCHBr8X /c/Users/adrpo33/AppData/Local/Temp/ccCOHZzF /c/Users/adrpo33/AppData/Local/Temp/ccCpqGqm /c/Users/adrpo33/AppData/Local/Temp/ccCrb0eU /c/Users/adrpo33/AppData/Local/Temp/ccCUvIBS /c/Users/adrpo33/AppData/Local/Temp/cccwmtDH /c/Users/adrpo33/AppData/Local/Temp/ccCZynnP /c/Users/adrpo33/AppData/Local/Temp/ccd2iCRo /c/Users/adrpo33/AppData/Local/Temp/ccd7DXrc /c/Users/adrpo33/AppData/Local/Temp/ccdWVFd8 /c/Users/adrpo33/AppData/Local/Temp/ccdyYLXo /c/Users/adrpo33/AppData/Local/Temp/cce5ouq7 /c/Users/adrpo33/AppData/Local/Temp/ccECjk2N /c/Users/adrpo33/AppData/Local/Temp/cceEYnBP /c/Users/adrpo33/AppData/Local/Temp/ccEgDE4x /c/Users/adrpo33/AppData/Local/Temp/cceIGN6u /c/Users/adrpo33/AppData/Local/Temp/cceKWOY2 /c/Users/adrpo33/AppData/Local/Temp/ccESUpMB /c/Users/adrpo33/AppData/Local/Temp/ccF8ryX5 /c/Users/adrpo33/AppData/Local/Temp/ccFAADIM /c/Users/adrpo33/AppData/Local/Temp/ccFXXRnW /c/Users/adrpo33/AppData/Local/Temp/ccg9kZim /c/Users/adrpo33/AppData/Local/Temp/ccgAkPn3 /c/Users/adrpo33/AppData/Local/Temp/ccGbziUA /c/Users/adrpo33/AppData/Local/Temp/ccGeWxeY /c/Users/adrpo33/AppData/Local/Temp/ccGjC0KM /c/Users/adrpo33/AppData/Local/Temp/ccgKzoso /c/Users/adrpo33/AppData/Local/Temp/ccgPTdLY /c/Users/adrpo33/AppData/Local/Temp/ccGtR9j5 /c/Users/adrpo33/AppData/Local/Temp/ccGVLHXJ /c/Users/adrpo33/AppData/Local/Temp/ccgXGvkO /c/Users/adrpo33/AppData/Local/Temp/ccH7XcpX /c/Users/adrpo33/AppData/Local/Temp/cchN0Uvi /c/Users/adrpo33/AppData/Local/Temp/cchQcHAy /c/Users/adrpo33/AppData/Local/Temp/cci0LTHr /c/Users/adrpo33/AppData/Local/Temp/ccI7bRJx /c/Users/adrpo33/AppData/Local/Temp/ccibkcBW /c/Users/adrpo33/AppData/Local/Temp/ccICjNWv /c/Users/adrpo33/AppData/Local/Temp/ccimt7kn /c/Users/adrpo33/AppData/Local/Temp/ccIRLOlH /c/Users/adrpo33/AppData/Local/Temp/cciUhiQ3 /c/Users/adrpo33/AppData/Local/Temp/ccIvopFF /c/Users/adrpo33/AppData/Local/Temp/ccizaEPF /c/Users/adrpo33/AppData/Local/Temp/ccIzjMWI /c/Users/adrpo33/AppData/Local/Temp/ccJ2oC8R /c/Users/adrpo33/AppData/Local/Temp/ccJDHACO /c/Users/adrpo33/AppData/Local/Temp/ccJFhL3E /c/Users/adrpo33/AppData/Local/Temp/ccJK8xLt /c/Users/adrpo33/AppData/Local/Temp/cckobOEh /c/Users/adrpo33/AppData/Local/Temp/cckOYRFC /c/Users/adrpo33/AppData/Local/Temp/ccl8laIf /c/Users/adrpo33/AppData/Local/Temp/ccLEKuX6 /c/Users/adrpo33/AppData/Local/Temp/cclMbreS /c/Users/adrpo33/AppData/Local/Temp/cclRyP5U /c/Users/adrpo33/AppData/Local/Temp/cclSfnN0 /c/Users/adrpo33/AppData/Local/Temp/cclwPBAk /c/Users/adrpo33/AppData/Local/Temp/ccMJp8Qb /c/Users/adrpo33/AppData/Local/Temp/ccMmecMH /c/Users/adrpo33/AppData/Local/Temp/ccmQVkv7 /c/Users/adrpo33/AppData/Local/Temp/ccmxR0jq /c/Users/adrpo33/AppData/Local/Temp/ccnEYxCy /c/Users/adrpo33/AppData/Local/Temp/ccnIH7w4 /c/Users/adrpo33/AppData/Local/Temp/ccNRPyuM /c/Users/adrpo33/AppData/Local/Temp/ccnuqULj /c/Users/adrpo33/AppData/Local/Temp/ccnXS9Gq /c/Users/adrpo33/AppData/Local/Temp/ccNXsNVz /c/Users/adrpo33/AppData/Local/Temp/ccOebg4Y /c/Users/adrpo33/AppData/Local/Temp/ccojnpEF /c/Users/adrpo33/AppData/Local/Temp/ccOQ3keB /c/Users/adrpo33/AppData/Local/Temp/ccotVWLO /c/Users/adrpo33/AppData/Local/Temp/ccP6U1Kl /c/Users/adrpo33/AppData/Local/Temp/ccpHda5A /c/Users/adrpo33/AppData/Local/Temp/ccPs46vH /c/Users/adrpo33/AppData/Local/Temp/ccPZGIKC /c/Users/adrpo33/AppData/Local/Temp/ccQ7Mobt /c/Users/adrpo33/AppData/Local/Temp/ccq9YJaa /c/Users/adrpo33/AppData/Local/Temp/ccqa57qA /c/Users/adrpo33/AppData/Local/Temp/ccQaCgaA /c/Users/adrpo33/AppData/Local/Temp/ccQdNJtu /c/Users/adrpo33/AppData/Local/Temp/ccqtVYLv /c/Users/adrpo33/AppData/Local/Temp/ccqv2Jcb /c/Users/adrpo33/AppData/Local/Temp/ccqX2s9S /c/Users/adrpo33/AppData/Local/Temp/ccQzH7Oc /c/Users/adrpo33/AppData/Local/Temp/ccrH5gnY /c/Users/adrpo33/AppData/Local/Temp/ccRpSJGe /c/Users/adrpo33/AppData/Local/Temp/ccRRWYts /c/Users/adrpo33/AppData/Local/Temp/ccRTLxFD /c/Users/adrpo33/AppData/Local/Temp/ccRvv5Qh /c/Users/adrpo33/AppData/Local/Temp/ccRWCbCI /c/Users/adrpo33/AppData/Local/Temp/ccSaskvG /c/Users/adrpo33/AppData/Local/Temp/ccsDy1n2 /c/Users/adrpo33/AppData/Local/Temp/ccsfphOt /c/Users/adrpo33/AppData/Local/Temp/ccSFQqCO /c/Users/adrpo33/AppData/Local/Temp/ccSjFER0 /c/Users/adrpo33/AppData/Local/Temp/ccsNFJLk /c/Users/adrpo33/AppData/Local/Temp/ccSq16vM /c/Users/adrpo33/AppData/Local/Temp/ccSUOYcJ /c/Users/adrpo33/AppData/Local/Temp/cct4bivz /c/Users/adrpo33/AppData/Local/Temp/ccT5M8uh /c/Users/adrpo33/AppData/Local/Temp/cct7MZsd /c/Users/adrpo33/AppData/Local/Temp/ccTE1qPA /c/Users/adrpo33/AppData/Local/Temp/ccTEAfUf /c/Users/adrpo33/AppData/Local/Temp/cctOv6G3 /c/Users/adrpo33/AppData/Local/Temp/cctr0foW /c/Users/adrpo33/AppData/Local/Temp/ccTrZWnT /c/Users/adrpo33/AppData/Local/Temp/cctSZBzJ /c/Users/adrpo33/AppData/Local/Temp/ccU4GZcB /c/Users/adrpo33/AppData/Local/Temp/ccUpASNv /c/Users/adrpo33/AppData/Local/Temp/ccuqSfUA /c/Users/adrpo33/AppData/Local/Temp/ccutUbps /c/Users/adrpo33/AppData/Local/Temp/ccV0AtYp /c/Users/adrpo33/AppData/Local/Temp/ccv9jcx4 /c/Users/adrpo33/AppData/Local/Temp/ccvsEQqt /c/Users/adrpo33/AppData/Local/Temp/ccvT9EiY /c/Users/adrpo33/AppData/Local/Temp/ccvTXOWh /c/Users/adrpo33/AppData/Local/Temp/ccVwvgq9 /c/Users/adrpo33/AppData/Local/Temp/ccwTkdZQ /c/Users/adrpo33/AppData/Local/Temp/ccwua8Km /c/Users/adrpo33/AppData/Local/Temp/ccWV3g2q /c/Users/adrpo33/AppData/Local/Temp/ccwvMY5q /c/Users/adrpo33/AppData/Local/Temp/ccwytEeP /c/Users/adrpo33/AppData/Local/Temp/ccX3ZELM /c/Users/adrpo33/AppData/Local/Temp/ccxWnl8g /c/Users/adrpo33/AppData/Local/Temp/ccyd0HxL /c/Users/adrpo33/AppData/Local/Temp/ccYjzJdu /c/Users/adrpo33/AppData/Local/Temp/ccYPxS1m /c/Users/adrpo33/AppData/Local/Temp/ccYPYaIl /c/Users/adrpo33/AppData/Local/Temp/ccytwPcm /c/Users/adrpo33/AppData/Local/Temp/ccYyRZwS /c/Users/adrpo33/AppData/Local/Temp/ccZ5Ty2F /c/Users/adrpo33/AppData/Local/Temp/cczABElp /c/Users/adrpo33/AppData/Local/Temp/cczCGkYo /c/Users/adrpo33/AppData/Local/Temp/ccZeq2L0 /c/Users/adrpo33/AppData/Local/Temp/cczGptif /c/Users/adrpo33/AppData/Local/Temp/cczl4STF /c/Users/adrpo33/AppData/Local/Temp/ccZs5veQ /c/Users/adrpo33/AppData/Local/Temp/ccZtdxRp /c/Users/adrpo33/AppData/Local/Temp/cczzjJ2R + find '/tmp/*/' '!' -name '*omc-rtest*' -exec rm -rf '{}' + find: ‘/tmp/*/’: No such file or directory + export TMP=/c/Users/adrpo33/AppData/Local/Temp TEMP=/c/Users/adrpo33/AppData/Local/Temp + TMP=/c/Users/adrpo33/AppData/Local/Temp + TEMP=/c/Users/adrpo33/AppData/Local/Temp + echo TMP: /c/Users/adrpo33/AppData/Local/Temp/ TMP: /c/Users/adrpo33/AppData/Local/Temp/ + echo TEMP: /c/Users/adrpo33/AppData/Local/Temp/ TEMP: /c/Users/adrpo33/AppData/Local/Temp/ + echo tmp: 'C:\Users\adrpo33\AppData\Local\Temp/' tmp: C:\Users\adrpo33\AppData\Local\Temp/ + echo temp: 'C:\Users\adrpo33\AppData\Local\Temp/' temp: C:\Users\adrpo33\AppData\Local\Temp/ + export 'PATH=/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/core_perl:/c/bin/git/bin' + PATH='/c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/core_perl:/c/bin/git/bin' + export 'OPENMODELICAHOME=c:\dev\hudson\workspace\OM_Win\OM\build' + OPENMODELICAHOME='c:\dev\hudson\workspace\OM_Win\OM\build' + export 'OPENMODELICALIBRARY=c:\dev\hudson\workspace\OM_Win\OM\build\lib\omlibrary' + OPENMODELICALIBRARY='c:\dev\hudson\workspace\OM_Win\OM\build\lib\omlibrary' + export OMDEV=/c/OMDev/ + OMDEV=/c/OMDev/ + cd /c/OMDev/ + git pull Already up to date. + cd 'c:\dev\hudson\workspace\OM_Win/' + test '!' -d OM + cd OM + git reset --hard origin/master HEAD is now at 882fadfff Clear the DiagramWindow when the ModelWidget is deleted + git checkout master M OMSimulator Your branch is up to date with 'origin/master'. Switched to branch 'master' + git pull --recurse-submodules From https://github.com/OpenModelica/OpenModelica 882fadfff..ae82472ac master -> origin/master Fetching submodule OMCompiler Fetching submodule OMCompiler/3rdParty Fetching submodule OMCompiler/common Fetching submodule OMOptim Fetching submodule OMOptim/common Fetching submodule OMSimulator Fetching submodule OMSimulator/3rdParty Fetching submodule OMSimulator/OMTLMSimulator Fetching submodule common Fetching submodule doc Fetching submodule libraries From https://github.com/OpenModelica/OMLibraries cec7671..8bd870c master -> origin/master Updating 882fadfff..ae82472ac Fast-forward libraries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Submodule path 'libraries': checked out '8bd870c86bfb903bccaf26207f902e3a439aba90' + git fetch --tags + git checkout ae82472ac7641d9932852cc44534599a53099b16 M OMSimulator Note: checking out 'ae82472ac7641d9932852cc44534599a53099b16'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at ae82472ac * libraries cec7671...8bd870c (1): > Bump libraries + git submodule update --init --recursive --force Submodule path 'OMCompiler': checked out '5daaf9ba0d473c57e1a7fc9d4c98413d44e02fc4' Submodule path 'OMCompiler/3rdParty': checked out 'e8f51069cb6c16465e84d166dad39fa26942f893' Submodule path 'OMCompiler/common': checked out 'c9c90856e0875fc31ccc71f97114023dc640170b' Submodule path 'OMOptim': checked out '794e92d8995f0e7ba304d6ad1b0a5d6337c3517e' Submodule path 'OMOptim/common': checked out 'c9c90856e0875fc31ccc71f97114023dc640170b' Submodule path 'OMSimulator': checked out '656200369b1a1ac086653415b15418c0f8574702' Submodule path 'OMSimulator/3rdParty': checked out 'f8f790c3b0949cbe4c036274837956c41f643c4f' Submodule path 'OMSimulator/OMTLMSimulator': checked out 'f270b901b9173cd77da34ec89214ef62b6898615' Submodule path 'common': checked out 'c9c90856e0875fc31ccc71f97114023dc640170b' Submodule path 'doc': checked out '5d4eef3d1bb6c3affbe2e50d2df9cb7980b3c930' Submodule path 'libraries': checked out '8bd870c86bfb903bccaf26207f902e3a439aba90' + git submodule foreach --recursive 'git fetch --tags && git clean -fdxq -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' + git clean -fdxq warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long + git submodule status --recursive 5daaf9ba0d473c57e1a7fc9d4c98413d44e02fc4 OMCompiler (v1.14.0-dev-257-g5daaf9ba0) e8f51069cb6c16465e84d166dad39fa26942f893 OMCompiler/3rdParty (remotes/origin/HEAD) c9c90856e0875fc31ccc71f97114023dc640170b OMCompiler/common (heads/master) 794e92d8995f0e7ba304d6ad1b0a5d6337c3517e OMOptim (v1.11.0-dev.beta4-6-g794e92d) c9c90856e0875fc31ccc71f97114023dc640170b OMOptim/common (heads/master) 656200369b1a1ac086653415b15418c0f8574702 OMSimulator (v2.1.0-dev-96-g6562003) f8f790c3b0949cbe4c036274837956c41f643c4f OMSimulator/3rdParty (remotes/origin/HEAD) f270b901b9173cd77da34ec89214ef62b6898615 OMSimulator/OMTLMSimulator (remotes/origin/HEAD) c9c90856e0875fc31ccc71f97114023dc640170b common (heads/master) 5d4eef3d1bb6c3affbe2e50d2df9cb7980b3c930 doc (v1.9.4-dev-181-g5d4eef3) 8bd870c86bfb903bccaf26207f902e3a439aba90 libraries (remotes/origin/HEAD) + cd 'c:\dev\hudson\workspace\OM_Win/OM' + export MAKETHREADS=-j16 + MAKETHREADS=-j16 + make -k -r -f Makefile.omdev.mingw -j16 clean make -f Makefile.omdev.mingw -C OMCompiler clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' Creating dirs: /c/dev/hudson/workspace/OM_Win/OM/build/bin /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/emcc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/linearization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/dataReconciliation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/optimization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/results/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/initialization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/meta/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/util/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi1/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi2/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java/ /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/ /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels /c/dev/hudson/workspace/OM_Win/OM/build/share/man//man1/ rm -rf 3rdParty/FMIL/build 3rdParty/FMIL/install 3rdParty/FMIL/Makefile make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/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/dev/hudson/workspace/OM_Win/OM/build rm -rf 3rdParty/CMinpack/install test ! -f 3rdParty/metis-5.1.0/Makefile || make -C 3rdParty/metis-5.1.0 clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' rm -f *.o *.a cd 3rdParty/Cdaskr/solver && make -f Makefile clean rm -f 3rdParty/gc/Makefile make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/cpp' #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 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 make -C Compiler/boot clean -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build 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 make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' #if test -f 3rdParty/CMinpack/build/Makefile; then make -C 3rdParty/CMinpack/build clean; fi make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/boot' # OpenBLAS make clean actually gives error-messages. Let it do it, but silently make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' rm -f *.o libcdaskr.a *~ #*# rm -f 3rdParty/msgpack-0.5.8/Makefile if test -d 3rdParty/SuiteSparse/build ; then cd 3rdParty/SuiteSparse/build && make clean ; fi rm -R -f Build_static; rm -R -f Build_dynamic; cd SimulationRuntime/OMSI; \ test -d Build_static && cd Build_static && make uninstall && make DESTDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean && cd ..; rm -R -f Build_static; test -d Build_dynamic && cd Build_dynamic && make uninstall && make DESTDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean && cd ..; rm -R -f Build_dynamic; #rm -f 3rdParty/CMinpack/build/Makefile test ! -d 3rdParty/OpenBLAS-0.2.8 || make -C 3rdParty/OpenBLAS-0.2.8 clean > /dev/null 2>&1 rm -rf "build/" cd SimulationRuntime/OMSIC; \ test -d Build_static && cd Build_static && make uninstall && make DESTDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean && cd ..; rm -R -f Build_static; test -d Build_dynamic && cd Build_dynamic && make uninstall && make DESTDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean && cd ..; rm -R -f Build_dynamic; make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream' make -C gs-netstream/c++ clean rm -rf 3rdParty/SuiteSparse/build make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' rm -rf 3rdParty/CMinpack/build rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libumfpack.dll make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/cpp' rm -f patches/*.patch rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.dll cd /c/dev/hudson/workspace/OM_Win/OM/build; \ rm -rf include/omc/omsi include/omc/omsic; \ rm -rf lib/omc/omsi; rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/boot' rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.dll rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.dll 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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream' (cd SimulationRuntime/c && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build) make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/c' rm -rf ./meta/*.o ./fmi/*.o ./gc/*.o ./util/*.o ./math-support/*.o ./simulation/solver/*.o ./simulation/solver/initialization/*.o ./optimization/*.o ./simulation/results/*.o ./simulation/*.o linearization/*.o dataReconciliation/*.o ./meta/*.a ./fmi/*.a ./gc/*.a ./util/*.a ./math-support/*.a ./simulation/solver/*.a ./simulation/solver/initialization/*.a ./optimization/*.a ./simulation/results/*.a ./simulation/*.a linearization/*.a dataReconciliation/*.a meta/gc/*.o fmi/*.o *.a *.so optimization/*/*.o build/ (! test -f /Makefile) || make -C clean (! test -f /Makefile) || make -C distclean make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/c' (cd Compiler && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build) make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler' make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/runtime' rm -f -rf *.a *.o omc_communication.cc omc_communication.h omc_communication-* make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/runtime' make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Script' rm -f OpenModelicaScriptingAPIQt.cpp OpenModelicaScriptingAPIQt.h OpenModelicaScriptingAPI.mo make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Script' cd /c/dev/hudson/workspace/OM_Win/OM/build/bin && rm -f Compile.bat Prompt.bat openmodelica.lefty default_profiling.xsl replace-startValue.* simcodedump.xsl ngspicetoModelica.py make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler' (cd Parser && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build) make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/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/dev/hudson/workspace/OM_Win/OM/OMCompiler/Parser' make -C Compiler/Template -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Template' rm -f AbsynDumpTpl.mo CodegenUtil.mo DAEDumpTpl.mo ExpressionDumpTpl.mo Unparsing.mo SCodeDumpTpl.mo GenerateAPIFunctionsTpl.mo CodegenCFunctions.mo CodegenC.mo CodegenUtilSimulation.mo CodegenEmbeddedC.mo CodegenFMUCommon.mo CodegenFMU.mo CodegenFMU1.mo CodegenFMU2.mo CodegenCSharp.mo CodegenCppCommon.mo CodegenCpp.mo CodegenCppHpcom.mo CodegenFMUCpp.mo CodegenOMSI_common.mo CodegenOMSIC.mo CodegenOMSIC_Equations.mo CodegenFMUCppHpcom.mo CodegenCppInit.mo CodegenMidToC.mo CodegenModelica.mo GraphvizDump.mo GraphMLDumpTpl.mo NFInstDumpTpl.mo SimCodeDump.mo CodegenAdevs.mo CodegenSparseFMI.mo CodegenXML.mo CodegenJava.mo CodegenJS.mo TaskSystemDump.mo VisualXMLTpl.mo make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Template' # remove ModelicaExternalC stuff if test -f 3rdParty/ModelicaExternalC/BuildProjects/autotools/Makefile; then make -C 3rdParty/ModelicaExternalC/BuildProjects/autotools/ distclean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/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 3rdParty/sundials/build rm -rf 3rdParty/SuitesParse/build rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/share /c/dev/hudson/workspace/OM_Win/OM/build/lib /c/dev/hudson/workspace/OM_Win/OM/build/include /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMShell* /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMNotebook* \ /c/dev/hudson/workspace/OM_Win/OM/build/bin/omc /c/dev/hudson/workspace/OM_Win/OM/build/bin/omc.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/omc-diff /c/dev/hudson/workspace/OM_Win/OM/build/bin/omc-diff.exe \ bom-error.log bom-error.sh tab-error.log make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' test ! -d /c/dev/hudson/workspace/OM_Win/OM/build || rm -rf /c/dev/hudson/workspace/OM_Win/OM/build + make -k -r -f Makefile.omdev.mingw -j16 clean-qtclients rm -f /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMPlot.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMEdit.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMNotebook.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMShell.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMOptim.exe rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/libOMPlot.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/libOMOptimBasis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/libOMOptim.a rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/share/omedit* /c/dev/hudson/workspace/OM_Win/OM/build/share/omnotebook* /c/dev/hudson/workspace/OM_Win/OM/build/share/omshell* make -C OMPlot -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot' make -C qwt -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt' qmake qwt.pro Cannot read C:/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/qwt.config: No such file or directory test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt' cd src/ && ( test -e Makefile || C:/OMDev/tools/msys/mingw64/bin/qmake.exe C:/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src/src.pro -o Makefile ) && make -f Makefile clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src' make -f Makefile.Debug clean make -f Makefile.Release clean make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src' rm -f moc/moc_qwt_dyngrid_layout.cpp moc/moc_qwt_magnifier.cpp moc/moc_qwt_panner.cpp moc/moc_qwt_picker.cpp moc/moc_qwt_text_label.cpp moc/moc_qwt_abstract_legend.cpp moc/moc_qwt_legend.cpp moc/moc_qwt_legend_label.cpp moc/moc_qwt_plot.cpp moc/moc_qwt_plot_renderer.cpp moc/moc_qwt_plot_canvas.cpp moc/moc_qwt_plot_panner.cpp moc/moc_qwt_plot_picker.cpp moc/moc_qwt_plot_zoomer.cpp moc/moc_qwt_plot_magnifier.cpp moc/moc_qwt_sampling_thread.cpp moc/moc_qwt_scale_widget.cpp moc/moc_qwt_abstract_slider.cpp moc/moc_qwt_abstract_scale.cpp moc/moc_qwt_analog_clock.cpp moc/moc_qwt_compass.cpp moc/moc_qwt_counter.cpp moc/moc_qwt_dial.cpp moc/moc_qwt_knob.cpp moc/moc_qwt_slider.cpp moc/moc_qwt_thermo.cpp moc/moc_qwt_wheel.cpp make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src' rm -f moc/moc_qwt_dyngrid_layout.cpp moc/moc_qwt_magnifier.cpp moc/moc_qwt_panner.cpp moc/moc_qwt_picker.cpp moc/moc_qwt_text_label.cpp moc/moc_qwt_abstract_legend.cpp moc/moc_qwt_legend.cpp moc/moc_qwt_legend_label.cpp moc/moc_qwt_plot.cpp moc/moc_qwt_plot_renderer.cpp moc/moc_qwt_plot_canvas.cpp moc/moc_qwt_plot_panner.cpp moc/moc_qwt_plot_picker.cpp moc/moc_qwt_plot_zoomer.cpp moc/moc_qwt_plot_magnifier.cpp moc/moc_qwt_sampling_thread.cpp moc/moc_qwt_scale_widget.cpp moc/moc_qwt_abstract_slider.cpp moc/moc_qwt_abstract_scale.cpp moc/moc_qwt_analog_clock.cpp moc/moc_qwt_compass.cpp moc/moc_qwt_counter.cpp moc/moc_qwt_dial.cpp moc/moc_qwt_knob.cpp moc/moc_qwt_slider.cpp moc/moc_qwt_thermo.cpp moc/moc_qwt_wheel.cpp rm -f debug/qwt_abstract_scale_draw.o debug/qwt_bezier.o debug/qwt_clipper.o debug/qwt_color_map.o debug/qwt_column_symbol.o debug/qwt_date.o debug/qwt_date_scale_draw.o debug/qwt_date_scale_engine.o debug/qwt_dyngrid_layout.o debug/qwt_event_pattern.o debug/qwt_graphic.o debug/qwt_interval.o debug/qwt_interval_symbol.o debug/qwt_math.o debug/qwt_magnifier.o debug/qwt_null_paintdevice.o debug/qwt_painter.o debug/qwt_painter_command.o debug/qwt_panner.o debug/qwt_picker.o debug/qwt_picker_machine.o debug/qwt_pixel_matrix.o debug/qwt_point_3d.o debug/qwt_point_polar.o debug/qwt_round_scale_draw.o debug/qwt_scale_div.o debug/qwt_scale_draw.o debug/qwt_scale_map.o debug/qwt_scale_engine.o debug/qwt_spline.o debug/qwt_symbol.o debug/qwt_system_clock.o debug/qwt_text_engine.o debug/qwt_text_label.o debug/qwt_text.o debug/qwt_transform.o debug/qwt_widget_overlay.o debug/qwt_curve_fitter.o debug/qwt_spline_curve_fitter.o debug/qwt_weeding_curve_fitter.o debug/qwt_abstract_legend.o debug/qwt_legend.o debug/qwt_legend_data.o debug/qwt_legend_label.o debug/qwt_plot.o debug/qwt_plot_renderer.o debug/qwt_plot_xml.o debug/qwt_plot_axis.o debug/qwt_plot_curve.o debug/qwt_plot_dict.o debug/qwt_plot_directpainter.o debug/qwt_plot_grid.o debug/qwt_plot_histogram.o debug/qwt_plot_item.o debug/qwt_plot_abstract_barchart.o debug/qwt_plot_barchart.o debug/qwt_plot_multi_barchart.o debug/qwt_plot_intervalcurve.o debug/qwt_plot_zoneitem.o debug/qwt_plot_tradingcurve.o debug/qwt_plot_spectrogram.o debug/qwt_plot_spectrocurve.o debug/qwt_plot_scaleitem.o debug/qwt_plot_legenditem.o debug/qwt_plot_seriesitem.o debug/qwt_plot_shapeitem.o debug/qwt_plot_marker.o debug/qwt_plot_textlabel.o debug/qwt_plot_layout.o debug/qwt_plot_canvas.o debug/qwt_plot_panner.o debug/qwt_plot_rasteritem.o debug/qwt_plot_picker.o debug/qwt_plot_zoomer.o debug/qwt_plot_magnifier.o debug/qwt_plot_rescaler.o debug/qwt_point_mapper.o debug/qwt_raster_data.o debug/qwt_matrix_raster_data.o debug/qwt_sampling_thread.o debug/qwt_series_data.o rm -f release/qwt_abstract_scale_draw.o release/qwt_bezier.o release/qwt_clipper.o release/qwt_color_map.o release/qwt_column_symbol.o release/qwt_date.o release/qwt_date_scale_draw.o release/qwt_date_scale_engine.o release/qwt_dyngrid_layout.o release/qwt_event_pattern.o release/qwt_graphic.o release/qwt_interval.o release/qwt_interval_symbol.o release/qwt_math.o release/qwt_magnifier.o release/qwt_null_paintdevice.o release/qwt_painter.o release/qwt_painter_command.o release/qwt_panner.o release/qwt_picker.o release/qwt_picker_machine.o release/qwt_pixel_matrix.o release/qwt_point_3d.o release/qwt_point_polar.o release/qwt_round_scale_draw.o release/qwt_scale_div.o release/qwt_scale_draw.o release/qwt_scale_map.o release/qwt_scale_engine.o release/qwt_spline.o release/qwt_symbol.o release/qwt_system_clock.o release/qwt_text_engine.o release/qwt_text_label.o release/qwt_text.o release/qwt_transform.o release/qwt_widget_overlay.o release/qwt_curve_fitter.o release/qwt_spline_curve_fitter.o release/qwt_weeding_curve_fitter.o release/qwt_abstract_legend.o release/qwt_legend.o release/qwt_legend_data.o release/qwt_legend_label.o release/qwt_plot.o release/qwt_plot_renderer.o release/qwt_plot_xml.o release/qwt_plot_axis.o release/qwt_plot_curve.o release/qwt_plot_dict.o release/qwt_plot_directpainter.o release/qwt_plot_grid.o release/qwt_plot_histogram.o release/qwt_plot_item.o release/qwt_plot_abstract_barchart.o release/qwt_plot_barchart.o release/qwt_plot_multi_barchart.o release/qwt_plot_intervalcurve.o release/qwt_plot_zoneitem.o release/qwt_plot_tradingcurve.o release/qwt_plot_spectrogram.o release/qwt_plot_spectrocurve.o release/qwt_plot_scaleitem.o release/qwt_plot_legenditem.o release/qwt_plot_seriesitem.o release/qwt_plot_shapeitem.o release/qwt_plot_marker.o release/qwt_plot_textlabel.o release/qwt_plot_layout.o release/qwt_plot_canvas.o release/qwt_plot_panner.o release/qwt_plot_rasteritem.o release/qwt_plot_picker.o release/qwt_plot_zoomer.o release/qwt_plot_magnifier.o rm -f release/qwt_plot_rescaler.o release/qwt_point_mapper.o release/qwt_raster_data.o release/qwt_matrix_raster_data.o release/qwt_sampling_thread.o release/qwt_series_data.o release/qwt_point_data.o release/qwt_scale_widget.o release/qwt_plot_svgitem.o release/qwt_abstract_slider.o release/qwt_abstract_scale.o release/qwt_arrow_button.o release/qwt_analog_clock.o release/qwt_compass.o release/qwt_compass_rose.o release/qwt_counter.o release/qwt_dial.o release/qwt_dial_needle.o release/qwt_knob.o release/qwt_slider.o release/qwt_thermo.o release/qwt_wheel.o release/moc_qwt_dyngrid_layout.o release/moc_qwt_magnifier.o release/moc_qwt_panner.o release/moc_qwt_picker.o release/moc_qwt_text_label.o release/moc_qwt_abstract_legend.o release/moc_qwt_legend.o release/moc_qwt_legend_label.o release/moc_qwt_plot.o release/moc_qwt_plot_renderer.o release/moc_qwt_plot_canvas.o release/moc_qwt_plot_panner.o release/moc_qwt_plot_picker.o release/moc_qwt_plot_zoomer.o release/moc_qwt_plot_magnifier.o release/moc_qwt_sampling_thread.o release/moc_qwt_scale_widget.o release/moc_qwt_abstract_slider.o release/moc_qwt_abstract_scale.o release/moc_qwt_analog_clock.o release/moc_qwt_compass.o release/moc_qwt_counter.o release/moc_qwt_dial.o release/moc_qwt_knob.o release/moc_qwt_slider.o release/moc_qwt_thermo.o release/moc_qwt_wheel.o rm -f debug/qwt_point_data.o debug/qwt_scale_widget.o debug/qwt_plot_svgitem.o debug/qwt_abstract_slider.o debug/qwt_abstract_scale.o debug/qwt_arrow_button.o debug/qwt_analog_clock.o debug/qwt_compass.o debug/qwt_compass_rose.o debug/qwt_counter.o debug/qwt_dial.o debug/qwt_dial_needle.o debug/qwt_knob.o debug/qwt_slider.o debug/qwt_thermo.o debug/qwt_wheel.o debug/moc_qwt_dyngrid_layout.o debug/moc_qwt_magnifier.o debug/moc_qwt_panner.o debug/moc_qwt_picker.o debug/moc_qwt_text_label.o debug/moc_qwt_abstract_legend.o debug/moc_qwt_legend.o debug/moc_qwt_legend_label.o debug/moc_qwt_plot.o debug/moc_qwt_plot_renderer.o debug/moc_qwt_plot_canvas.o debug/moc_qwt_plot_panner.o debug/moc_qwt_plot_picker.o debug/moc_qwt_plot_zoomer.o debug/moc_qwt_plot_magnifier.o debug/moc_qwt_sampling_thread.o debug/moc_qwt_scale_widget.o debug/moc_qwt_abstract_slider.o debug/moc_qwt_abstract_scale.o debug/moc_qwt_analog_clock.o debug/moc_qwt_compass.o debug/moc_qwt_counter.o debug/moc_qwt_dial.o debug/moc_qwt_knob.o debug/moc_qwt_slider.o debug/moc_qwt_thermo.o debug/moc_qwt_wheel.o make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src' make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt' rm -rf build lib Makefile rm -rf src/debug src/moc src/release src/Makefile* src/object_script* rm -rf textengines/Makefile make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt' make -C OMPlot/OMPlotGUI -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' qmake "CONFIG+=release" WARNING: Failure to find: release/rc_omplot_res.o WARNING: Failure to find: debug/rc_omplot_res.o qmake "CONFIG+=release" OMPlotLib.pro -o Makefile.lib test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' rm -f ../generatedfiles/rcc/qrc_resource_omplot.cpp rm -f ../generatedfiles/moc/moc_OMPlot.cpp ../generatedfiles/moc/moc_PlotZoomer.cpp ../generatedfiles/moc/moc_Legend.cpp ../generatedfiles/moc/moc_PlotPanner.cpp ../generatedfiles/moc/moc_PlotWindow.cpp ../generatedfiles/moc/moc_PlotApplication.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_PlotMainWindow.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' rm -f ../generatedfiles/rcc/qrc_resource_omplot.cpp rm -f ../generatedfiles/moc/moc_OMPlot.cpp ../generatedfiles/moc/moc_PlotZoomer.cpp ../generatedfiles/moc/moc_Legend.cpp ../generatedfiles/moc/moc_PlotPanner.cpp ../generatedfiles/moc/moc_PlotWindow.cpp ../generatedfiles/moc/moc_PlotApplication.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_PlotMainWindow.cpp rm -f release/rc_omplot_res.o release/main.o release/qrc_resource_omplot.o release/moc_OMPlot.o release/moc_PlotZoomer.o release/moc_Legend.o release/moc_PlotPanner.o release/moc_PlotWindow.o release/moc_PlotApplication.o release/moc_PlotWindowContainer.o release/moc_PlotMainWindow.o rm -f debug/rc_omplot_res.o debug/main.o debug/qrc_resource_omplot.o debug/moc_OMPlot.o debug/moc_PlotZoomer.o debug/moc_Legend.o debug/moc_PlotPanner.o debug/moc_PlotWindow.o debug/moc_PlotApplication.o debug/moc_PlotWindowContainer.o debug/moc_PlotMainWindow.o rm -f release/rc_omplot_res.o rm -f debug/rc_omplot_res.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' test ! -f Makefile.lib || make -f Makefile.lib clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' make -f Makefile.lib.Release clean make -f Makefile.lib.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' rm -f ../generatedfiles/rcc/qrc_resource_omplot.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' rm -f ../generatedfiles/rcc/qrc_resource_omplot.cpp rm -f ../generatedfiles/moc/moc_OMPlot.cpp ../generatedfiles/moc/moc_PlotZoomer.cpp ../generatedfiles/moc/moc_Legend.cpp ../generatedfiles/moc/moc_PlotPanner.cpp ../generatedfiles/moc/moc_PlotWindow.cpp ../generatedfiles/moc/moc_PlotApplication.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_PlotMainWindow.cpp rm -f ../generatedfiles/moc/moc_OMPlot.cpp ../generatedfiles/moc/moc_PlotZoomer.cpp ../generatedfiles/moc/moc_Legend.cpp ../generatedfiles/moc/moc_PlotPanner.cpp ../generatedfiles/moc/moc_PlotWindow.cpp ../generatedfiles/moc/moc_PlotApplication.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_PlotMainWindow.cpp rm -f release/Plot.o release/PlotZoomer.o release/Legend.o release/PlotPanner.o release/PlotPicker.o release/PlotGrid.o release/PlotCurve.o release/PlotWindow.o release/PlotApplication.o release/PlotWindowContainer.o release/PlotMainWindow.o release/ScaleDraw.o release/qrc_resource_omplot.o release/moc_OMPlot.o release/moc_PlotZoomer.o release/moc_Legend.o release/moc_PlotPanner.o release/moc_PlotWindow.o release/moc_PlotApplication.o release/moc_PlotWindowContainer.o release/moc_PlotMainWindow.o rm -f debug/Plot.o debug/PlotZoomer.o debug/Legend.o debug/PlotPanner.o debug/PlotPicker.o debug/PlotGrid.o debug/PlotCurve.o debug/PlotWindow.o debug/PlotApplication.o debug/PlotWindowContainer.o debug/PlotMainWindow.o debug/ScaleDraw.o debug/qrc_resource_omplot.o debug/moc_OMPlot.o debug/moc_PlotZoomer.o debug/moc_Legend.o debug/moc_PlotPanner.o debug/moc_PlotWindow.o debug/moc_PlotApplication.o debug/moc_PlotWindowContainer.o debug/moc_PlotMainWindow.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' rm -rf ../bin/libOMPlot.a ../bin/OMPlot.exe Makefile Makefile.Debug Makefile.Release Makefile.lib Makefile.lib.Debug Makefile.lib.Release object_script.* make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot' make -C OMEdit -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit' cd qjson && rm -rf build make -C OMEdit/OMEditGUI -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' qmake "CONFIG+=release" WARNING: Failure to find: release/rc_omedit_res.o WARNING: Failure to find: c:/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp WARNING: Failure to find: c:/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h WARNING: Failure to find: debug/rc_omedit_res.o WARNING: Failure to find: c:/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.cpp WARNING: Failure to find: c:/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h make -C Debugger/Parser -f Makefile.lib.omdev.mingw clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI/Debugger/Parser' rm -f *.o *.a \ GDBMIOutput.tokens \ GDBMIOutputLexer.c GDBMIOutputLexer.h \ GDBMIOutputParser.c GDBMIOutputParser.h make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI/Debugger/Parser' test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' rm -f ../generatedfiles/rcc/qrc_resource_omedit.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' rm -f ../generatedfiles/rcc/qrc_resource_omedit.cpp rm -f ../generatedfiles/moc/moc_Helper.cpp ../generatedfiles/moc/moc_Utilities.cpp ../generatedfiles/moc/moc_StringHandler.cpp ../generatedfiles/moc/moc_MainWindow.cpp ../generatedfiles/moc/moc_OMCProxy.cpp ../generatedfiles/moc/moc_MessagesWidget.cpp ../generatedfiles/moc/moc_ItemDelegate.cpp ../generatedfiles/moc/moc_LibraryTreeWidget.cpp ../generatedfiles/moc/moc_ModelWidgetContainer.cpp ../generatedfiles/moc/moc_ModelicaClassDialog.cpp ../generatedfiles/moc/moc_SearchWidget.cpp ../generatedfiles/moc/moc_OptionsDialog.cpp ../generatedfiles/moc/moc_BaseEditor.cpp ../generatedfiles/moc/moc_ModelicaEditor.cpp ../generatedfiles/moc/moc_TransformationsEditor.cpp ../generatedfiles/moc/moc_TextEditor.cpp ../generatedfiles/moc/moc_CEditor.cpp ../generatedfiles/moc/moc_CompositeModelEditor.cpp ../generatedfiles/moc/moc_OMSimulatorEditor.cpp ../generatedfiles/moc/moc_MetaModelicaEditor.cpp ../generatedfiles/moc/moc_HTMLEditor.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_Component.cpp ../generatedfiles/moc/moc_ShapeAnnotation.cpp ../generatedfiles/moc/moc_CornerItem.cpp ../generatedfiles/moc/moc_LineAnnotation.cpp ../generatedfiles/moc/moc_PolygonAnnotation.cpp ../generatedfiles/moc/moc_RectangleAnnotation.cpp ../generatedfiles/moc/moc_EllipseAnnotation.cpp ../generatedfiles/moc/moc_TextAnnotation.cpp ../generatedfiles/moc/moc_BitmapAnnotation.cpp ../generatedfiles/moc/moc_ComponentProperties.cpp ../generatedfiles/moc/moc_DocumentationWidget.cpp ../generatedfiles/moc/moc_TranslationFlagsWidget.cpp ../generatedfiles/moc/moc_SimulationDialog.cpp ../generatedfiles/moc/moc_SimulationOutputWidget.cpp ../generatedfiles/moc/moc_SimulationProcessThread.cpp ../generatedfiles/moc/moc_SimulationOutputHandler.cpp ../generatedfiles/moc/moc_OpcUaClient.cpp ../generatedfiles/moc/moc_FetchInterfaceDataDialog.cpp ../generatedfiles/moc/moc_FetchInterfaceDataThread.cpp ../generatedfiles/moc/moc_TLMCoSimulationDialog.cpp ../generatedfiles/moc/moc_TLMCoSimulationOutputWidget.cpp rm -f ../generatedfiles/moc/moc_Helper.cpp ../generatedfiles/moc/moc_Utilities.cpp ../generatedfiles/moc/moc_StringHandler.cpp ../generatedfiles/moc/moc_MainWindow.cpp ../generatedfiles/moc/moc_OMCProxy.cpp ../generatedfiles/moc/moc_MessagesWidget.cpp ../generatedfiles/moc/moc_ItemDelegate.cpp ../generatedfiles/moc/moc_LibraryTreeWidget.cpp ../generatedfiles/moc/moc_ModelWidgetContainer.cpp ../generatedfiles/moc/moc_ModelicaClassDialog.cpp ../generatedfiles/moc/moc_SearchWidget.cpp ../generatedfiles/moc/moc_OptionsDialog.cpp ../generatedfiles/moc/moc_BaseEditor.cpp ../generatedfiles/moc/moc_ModelicaEditor.cpp ../generatedfiles/moc/moc_TransformationsEditor.cpp ../generatedfiles/moc/moc_TextEditor.cpp ../generatedfiles/moc/moc_CEditor.cpp ../generatedfiles/moc/moc_CompositeModelEditor.cpp ../generatedfiles/moc/moc_OMSimulatorEditor.cpp ../generatedfiles/moc/moc_MetaModelicaEditor.cpp ../generatedfiles/moc/moc_HTMLEditor.cpp ../generatedfiles/moc/moc_PlotWindowContainer.cpp ../generatedfiles/moc/moc_Component.cpp ../generatedfiles/moc/moc_ShapeAnnotation.cpp ../generatedfiles/moc/moc_CornerItem.cpp ../generatedfiles/moc/moc_LineAnnotation.cpp ../generatedfiles/moc/moc_PolygonAnnotation.cpp ../generatedfiles/moc/moc_RectangleAnnotation.cpp ../generatedfiles/moc/moc_EllipseAnnotation.cpp ../generatedfiles/moc/moc_TextAnnotation.cpp ../generatedfiles/moc/moc_BitmapAnnotation.cpp ../generatedfiles/moc/moc_ComponentProperties.cpp ../generatedfiles/moc/moc_DocumentationWidget.cpp ../generatedfiles/moc/moc_TranslationFlagsWidget.cpp ../generatedfiles/moc/moc_SimulationDialog.cpp ../generatedfiles/moc/moc_SimulationOutputWidget.cpp ../generatedfiles/moc/moc_SimulationProcessThread.cpp ../generatedfiles/moc/moc_SimulationOutputHandler.cpp ../generatedfiles/moc/moc_OpcUaClient.cpp ../generatedfiles/moc/moc_FetchInterfaceDataDialog.cpp ../generatedfiles/moc/moc_FetchInterfaceDataThread.cpp ../generatedfiles/moc/moc_TLMCoSimulationDialog.cpp ../generatedfiles/moc/moc_TLMCoSimulationOutputWidget.cpp rm -f ../generatedfiles/moc/moc_TLMCoSimulationThread.cpp ../generatedfiles/moc/moc_ImportFMUDialog.cpp ../generatedfiles/moc/moc_ImportFMUModelDescriptionDialog.cpp ../generatedfiles/moc/moc_VariablesWidget.cpp ../generatedfiles/moc/moc_DiagramWindow.cpp ../generatedfiles/moc/moc_NotificationsDialog.cpp ../generatedfiles/moc/moc_ShapePropertiesDialog.cpp ../generatedfiles/moc/moc_TransformationsWidget.cpp ../generatedfiles/moc/moc_GDBAdapter.cpp ../generatedfiles/moc/moc_StackFramesWidget.cpp ../generatedfiles/moc/moc_LocalsWidget.cpp ../generatedfiles/moc/moc_ModelicaValue.cpp ../generatedfiles/moc/moc_BreakpointMarker.cpp ../generatedfiles/moc/moc_BreakpointsWidget.cpp ../generatedfiles/moc/moc_BreakpointDialog.cpp ../generatedfiles/moc/moc_DebuggerConfigurationsDialog.cpp ../generatedfiles/moc/moc_AttachToProcessDialog.cpp ../generatedfiles/moc/moc_ProcessListModel.cpp ../generatedfiles/moc/moc_GDBBacktrace.cpp ../generatedfiles/moc/moc_CrashReportDialog.cpp ../generatedfiles/moc/moc_GitCommands.cpp ../generatedfiles/moc/moc_CommitChangesDialog.cpp ../generatedfiles/moc/moc_RevertCommitsDialog.cpp ../generatedfiles/moc/moc_CleanDialog.cpp ../generatedfiles/moc/moc_TraceabilityGraphViewWidget.cpp ../generatedfiles/moc/moc_TraceabilityInformationURI.cpp ../generatedfiles/moc/moc_OMSProxy.cpp ../generatedfiles/moc/moc_ModelDialog.cpp ../generatedfiles/moc/moc_BusDialog.cpp ../generatedfiles/moc/moc_ElementPropertiesDialog.cpp ../generatedfiles/moc/moc_SystemSimulationInformationDialog.cpp ../generatedfiles/moc/moc_InstantiateDialog.cpp ../generatedfiles/moc/moc_OMSSimulationDialog.cpp ../generatedfiles/moc/moc_OMSSimulationOutputWidget.cpp ../generatedfiles/moc/moc_AbstractAnimationWindow.cpp ../generatedfiles/moc/moc_ViewerWidget.cpp ../generatedfiles/moc/moc_AnimationWindow.cpp ../generatedfiles/moc/moc_ThreeDViewer.cpp ../generatedfiles/moc/moc_FMUSettingsDialog.cpp rm -f ../generatedfiles/moc/moc_TLMCoSimulationThread.cpp ../generatedfiles/moc/moc_ImportFMUDialog.cpp ../generatedfiles/moc/moc_ImportFMUModelDescriptionDialog.cpp ../generatedfiles/moc/moc_VariablesWidget.cpp ../generatedfiles/moc/moc_DiagramWindow.cpp ../generatedfiles/moc/moc_NotificationsDialog.cpp ../generatedfiles/moc/moc_ShapePropertiesDialog.cpp ../generatedfiles/moc/moc_TransformationsWidget.cpp ../generatedfiles/moc/moc_GDBAdapter.cpp ../generatedfiles/moc/moc_StackFramesWidget.cpp ../generatedfiles/moc/moc_LocalsWidget.cpp ../generatedfiles/moc/moc_ModelicaValue.cpp ../generatedfiles/moc/moc_BreakpointMarker.cpp ../generatedfiles/moc/moc_BreakpointsWidget.cpp ../generatedfiles/moc/moc_BreakpointDialog.cpp ../generatedfiles/moc/moc_DebuggerConfigurationsDialog.cpp ../generatedfiles/moc/moc_AttachToProcessDialog.cpp ../generatedfiles/moc/moc_ProcessListModel.cpp ../generatedfiles/moc/moc_GDBBacktrace.cpp ../generatedfiles/moc/moc_CrashReportDialog.cpp ../generatedfiles/moc/moc_GitCommands.cpp ../generatedfiles/moc/moc_CommitChangesDialog.cpp ../generatedfiles/moc/moc_RevertCommitsDialog.cpp ../generatedfiles/moc/moc_CleanDialog.cpp ../generatedfiles/moc/moc_TraceabilityGraphViewWidget.cpp ../generatedfiles/moc/moc_TraceabilityInformationURI.cpp ../generatedfiles/moc/moc_OMSProxy.cpp ../generatedfiles/moc/moc_ModelDialog.cpp ../generatedfiles/moc/moc_BusDialog.cpp ../generatedfiles/moc/moc_ElementPropertiesDialog.cpp ../generatedfiles/moc/moc_SystemSimulationInformationDialog.cpp ../generatedfiles/moc/moc_InstantiateDialog.cpp ../generatedfiles/moc/moc_OMSSimulationDialog.cpp ../generatedfiles/moc/moc_OMSSimulationOutputWidget.cpp ../generatedfiles/moc/moc_AbstractAnimationWindow.cpp ../generatedfiles/moc/moc_ViewerWidget.cpp ../generatedfiles/moc/moc_AnimationWindow.cpp ../generatedfiles/moc/moc_ThreeDViewer.cpp ../generatedfiles/moc/moc_FMUSettingsDialog.cpp rm -f debug/rc_omedit_res.o debug/main.o debug/Helper.o debug/Utilities.o debug/StringHandler.o debug/MainWindow.o debug/OpenModelicaScriptingAPIQt.o debug/OMCProxy.o debug/MessagesWidget.o debug/ItemDelegate.o debug/LibraryTreeWidget.o debug/Commands.o debug/CoOrdinateSystem.o debug/ModelWidgetContainer.o debug/ModelicaClassDialog.o debug/FunctionArgumentDialog.o debug/SearchWidget.o debug/OptionsDialog.o debug/BaseEditor.o debug/ModelicaEditor.o debug/TransformationsEditor.o debug/TextEditor.o debug/CEditor.o debug/CompositeModelEditor.o debug/OMSimulatorEditor.o debug/MetaModelicaEditor.o debug/HTMLEditor.o debug/PlotWindowContainer.o debug/Component.o debug/ShapeAnnotation.o debug/CornerItem.o debug/LineAnnotation.o debug/PolygonAnnotation.o debug/RectangleAnnotation.o debug/EllipseAnnotation.o debug/TextAnnotation.o debug/BitmapAnnotation.o debug/ComponentProperties.o debug/Transformation.o debug/DocumentationWidget.o debug/TranslationFlagsWidget.o debug/SimulationDialog.o debug/SimulationOutputWidget.o debug/SimulationProcessThread.o debug/SimulationOutputHandler.o debug/OpcUaClient.o debug/FetchInterfaceDataDialog.o debug/FetchInterfaceDataThread.o debug/TLMCoSimulationDialog.o debug/TLMCoSimulationOutputWidget.o debug/TLMCoSimulationThread.o debug/ImportFMUDialog.o debug/ImportFMUModelDescriptionDialog.o debug/VariablesWidget.o debug/DiagramWindow.o debug/NotificationsDialog.o debug/ShapePropertiesDialog.o debug/OMDumpXML.o debug/diff_match_patch.o debug/TransformationsWidget.o debug/CommandFactory.o debug/GDBAdapter.o debug/StackFramesWidget.o debug/LocalsWidget.o debug/ModelicaValue.o debug/BreakpointMarker.o debug/BreakpointsWidget.o debug/BreakpointDialog.o debug/DebuggerConfigurationsDialog.o debug/AttachToProcessDialog.o debug/ProcessListModel.o debug/backtrace.o debug/GDBBacktrace.o debug/CrashReportDialog.o debug/GitCommands.o debug/CommitChangesDialog.o debug/RevertCommitsDialog.o debug/CleanDialog.o debug/OMEditApplication.o debug/TraceabilityGraphViewWidget.o rm -f release/rc_omedit_res.o release/main.o release/Helper.o release/Utilities.o release/StringHandler.o release/MainWindow.o release/OpenModelicaScriptingAPIQt.o release/OMCProxy.o release/MessagesWidget.o release/ItemDelegate.o release/LibraryTreeWidget.o release/Commands.o release/CoOrdinateSystem.o release/ModelWidgetContainer.o release/ModelicaClassDialog.o release/FunctionArgumentDialog.o release/SearchWidget.o release/OptionsDialog.o release/BaseEditor.o release/ModelicaEditor.o release/TransformationsEditor.o release/TextEditor.o release/CEditor.o release/CompositeModelEditor.o release/OMSimulatorEditor.o release/MetaModelicaEditor.o release/HTMLEditor.o release/PlotWindowContainer.o release/Component.o release/ShapeAnnotation.o release/CornerItem.o release/LineAnnotation.o release/PolygonAnnotation.o release/RectangleAnnotation.o release/EllipseAnnotation.o release/TextAnnotation.o release/BitmapAnnotation.o release/ComponentProperties.o release/Transformation.o release/DocumentationWidget.o release/TranslationFlagsWidget.o release/SimulationDialog.o release/SimulationOutputWidget.o release/SimulationProcessThread.o release/SimulationOutputHandler.o release/OpcUaClient.o release/FetchInterfaceDataDialog.o release/FetchInterfaceDataThread.o release/TLMCoSimulationDialog.o release/TLMCoSimulationOutputWidget.o release/TLMCoSimulationThread.o release/ImportFMUDialog.o release/ImportFMUModelDescriptionDialog.o release/VariablesWidget.o release/DiagramWindow.o release/NotificationsDialog.o release/ShapePropertiesDialog.o release/OMDumpXML.o release/diff_match_patch.o release/TransformationsWidget.o release/CommandFactory.o release/GDBAdapter.o release/StackFramesWidget.o release/LocalsWidget.o release/ModelicaValue.o release/BreakpointMarker.o release/BreakpointsWidget.o release/BreakpointDialog.o release/DebuggerConfigurationsDialog.o release/AttachToProcessDialog.o release/ProcessListModel.o release/backtrace.o release/GDBBacktrace.o release/CrashReportDialog.o release/GitCommands.o rm -f release/CommitChangesDialog.o release/RevertCommitsDialog.o release/CleanDialog.o release/OMEditApplication.o release/TraceabilityGraphViewWidget.o release/TraceabilityInformationURI.o release/OMSProxy.o release/ModelDialog.o release/BusDialog.o release/ElementPropertiesDialog.o release/SystemSimulationInformationDialog.o release/InstantiateDialog.o release/OMSSimulationDialog.o release/OMSSimulationOutputWidget.o release/TimeManager.o release/OpenGLWidget.o release/AbstractAnimationWindow.o release/ViewerWidget.o release/AnimationWindow.o release/ThreeDViewer.o release/ExtraShapes.o release/Visualizer.o release/VisualizerMAT.o release/VisualizerCSV.o release/VisualizerFMU.o release/FMUSettingsDialog.o release/FMUWrapper.o release/Shapes.o release/qrc_resource_omedit.o release/moc_Helper.o release/moc_Utilities.o release/moc_StringHandler.o release/moc_MainWindow.o release/moc_OMCProxy.o release/moc_MessagesWidget.o release/moc_ItemDelegate.o release/moc_LibraryTreeWidget.o release/moc_ModelWidgetContainer.o release/moc_ModelicaClassDialog.o release/moc_SearchWidget.o release/moc_OptionsDialog.o release/moc_BaseEditor.o release/moc_ModelicaEditor.o release/moc_TransformationsEditor.o release/moc_TextEditor.o release/moc_CEditor.o release/moc_CompositeModelEditor.o release/moc_OMSimulatorEditor.o release/moc_MetaModelicaEditor.o release/moc_HTMLEditor.o release/moc_PlotWindowContainer.o release/moc_Component.o release/moc_ShapeAnnotation.o release/moc_CornerItem.o release/moc_LineAnnotation.o release/moc_PolygonAnnotation.o release/moc_RectangleAnnotation.o release/moc_EllipseAnnotation.o release/moc_TextAnnotation.o release/moc_BitmapAnnotation.o release/moc_ComponentProperties.o release/moc_DocumentationWidget.o release/moc_TranslationFlagsWidget.o release/moc_SimulationDialog.o release/moc_SimulationOutputWidget.o release/moc_SimulationProcessThread.o release/moc_SimulationOutputHandler.o release/moc_OpcUaClient.o release/moc_FetchInterfaceDataDialog.o release/moc_FetchInterfaceDataThread.o rm -f debug/TraceabilityInformationURI.o debug/OMSProxy.o debug/ModelDialog.o debug/BusDialog.o debug/ElementPropertiesDialog.o debug/SystemSimulationInformationDialog.o debug/InstantiateDialog.o debug/OMSSimulationDialog.o debug/OMSSimulationOutputWidget.o debug/TimeManager.o debug/OpenGLWidget.o debug/AbstractAnimationWindow.o debug/ViewerWidget.o debug/AnimationWindow.o debug/ThreeDViewer.o debug/ExtraShapes.o debug/Visualizer.o debug/VisualizerMAT.o debug/VisualizerCSV.o debug/VisualizerFMU.o debug/FMUSettingsDialog.o debug/FMUWrapper.o debug/Shapes.o debug/qrc_resource_omedit.o debug/moc_Helper.o debug/moc_Utilities.o debug/moc_StringHandler.o debug/moc_MainWindow.o debug/moc_OMCProxy.o debug/moc_MessagesWidget.o debug/moc_ItemDelegate.o debug/moc_LibraryTreeWidget.o debug/moc_ModelWidgetContainer.o debug/moc_ModelicaClassDialog.o debug/moc_SearchWidget.o debug/moc_OptionsDialog.o debug/moc_BaseEditor.o debug/moc_ModelicaEditor.o debug/moc_TransformationsEditor.o debug/moc_TextEditor.o debug/moc_CEditor.o debug/moc_CompositeModelEditor.o debug/moc_OMSimulatorEditor.o debug/moc_MetaModelicaEditor.o debug/moc_HTMLEditor.o debug/moc_PlotWindowContainer.o debug/moc_Component.o debug/moc_ShapeAnnotation.o debug/moc_CornerItem.o debug/moc_LineAnnotation.o debug/moc_PolygonAnnotation.o debug/moc_RectangleAnnotation.o debug/moc_EllipseAnnotation.o debug/moc_TextAnnotation.o debug/moc_BitmapAnnotation.o debug/moc_ComponentProperties.o debug/moc_DocumentationWidget.o debug/moc_TranslationFlagsWidget.o debug/moc_SimulationDialog.o debug/moc_SimulationOutputWidget.o debug/moc_SimulationProcessThread.o debug/moc_SimulationOutputHandler.o debug/moc_OpcUaClient.o debug/moc_FetchInterfaceDataDialog.o debug/moc_FetchInterfaceDataThread.o debug/moc_TLMCoSimulationDialog.o debug/moc_TLMCoSimulationOutputWidget.o debug/moc_TLMCoSimulationThread.o debug/moc_ImportFMUDialog.o debug/moc_ImportFMUModelDescriptionDialog.o debug/moc_VariablesWidget.o debug/moc_DiagramWindow.o debug/moc_NotificationsDialog.o rm -f release/moc_TLMCoSimulationDialog.o release/moc_TLMCoSimulationOutputWidget.o release/moc_TLMCoSimulationThread.o release/moc_ImportFMUDialog.o release/moc_ImportFMUModelDescriptionDialog.o release/moc_VariablesWidget.o release/moc_DiagramWindow.o release/moc_NotificationsDialog.o release/moc_ShapePropertiesDialog.o release/moc_TransformationsWidget.o release/moc_GDBAdapter.o release/moc_StackFramesWidget.o release/moc_LocalsWidget.o release/moc_ModelicaValue.o release/moc_BreakpointMarker.o release/moc_BreakpointsWidget.o release/moc_BreakpointDialog.o release/moc_DebuggerConfigurationsDialog.o release/moc_AttachToProcessDialog.o release/moc_ProcessListModel.o release/moc_GDBBacktrace.o release/moc_CrashReportDialog.o release/moc_GitCommands.o release/moc_CommitChangesDialog.o release/moc_RevertCommitsDialog.o release/moc_CleanDialog.o release/moc_TraceabilityGraphViewWidget.o release/moc_TraceabilityInformationURI.o release/moc_OMSProxy.o release/moc_ModelDialog.o release/moc_BusDialog.o release/moc_ElementPropertiesDialog.o release/moc_SystemSimulationInformationDialog.o release/moc_InstantiateDialog.o release/moc_OMSSimulationDialog.o release/moc_OMSSimulationOutputWidget.o release/moc_AbstractAnimationWindow.o release/moc_ViewerWidget.o release/moc_AnimationWindow.o release/moc_ThreeDViewer.o release/moc_FMUSettingsDialog.o rm -f debug/moc_ShapePropertiesDialog.o debug/moc_TransformationsWidget.o debug/moc_GDBAdapter.o debug/moc_StackFramesWidget.o debug/moc_LocalsWidget.o debug/moc_ModelicaValue.o debug/moc_BreakpointMarker.o debug/moc_BreakpointsWidget.o debug/moc_BreakpointDialog.o debug/moc_DebuggerConfigurationsDialog.o debug/moc_AttachToProcessDialog.o debug/moc_ProcessListModel.o debug/moc_GDBBacktrace.o debug/moc_CrashReportDialog.o debug/moc_GitCommands.o debug/moc_CommitChangesDialog.o debug/moc_RevertCommitsDialog.o debug/moc_CleanDialog.o debug/moc_TraceabilityGraphViewWidget.o debug/moc_TraceabilityInformationURI.o debug/moc_OMSProxy.o debug/moc_ModelDialog.o debug/moc_BusDialog.o debug/moc_ElementPropertiesDialog.o debug/moc_SystemSimulationInformationDialog.o debug/moc_InstantiateDialog.o debug/moc_OMSSimulationDialog.o debug/moc_OMSSimulationOutputWidget.o debug/moc_AbstractAnimationWindow.o debug/moc_ViewerWidget.o debug/moc_AnimationWindow.o debug/moc_ThreeDViewer.o debug/moc_FMUSettingsDialog.o rm -f debug/rc_omedit_res.o rm -f release/rc_omedit_res.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' rm -rf ../bin/OMEdit.exe ../generatedfiles Makefile Makefile.Debug Makefile.Release object_script.* make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit' make -C OMNotebook/OMNotebook/OMNotebookGUI -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' qmake "CONFIG+=release" WARNING: Failure to find: release/rc_omnotebook_res.o WARNING: Failure to find: debug/rc_omnotebook_res.o test ! -f Makefile || make -f Makefile clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' rm -f ../generatedfiles/rcc/qrc_res_qt.cpp make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' rm -f ../generatedfiles/rcc/qrc_res_qt.cpp rm -f ../generatedfiles/moc/moc_cellapplication.cpp ../generatedfiles/moc/moc_stylesheet.cpp ../generatedfiles/moc/moc_ModelicaTextHighlighter.cpp ../generatedfiles/moc/moc_cellcursor.cpp ../generatedfiles/moc/moc_document.cpp ../generatedfiles/moc/moc_textcell.cpp ../generatedfiles/moc/moc_celldocument.cpp ../generatedfiles/moc/moc_documentview.cpp ../generatedfiles/moc/moc_treeview.cpp ../generatedfiles/moc/moc_cellgroup.cpp ../generatedfiles/moc/moc_qcombobox_search.cpp ../generatedfiles/moc/moc_cell.cpp ../generatedfiles/moc/moc_inputcell.cpp ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_notebook.cpp ../generatedfiles/moc/moc_searchform.cpp ../generatedfiles/moc/moc_graphcell.cpp ../generatedfiles/moc/moc_latexcell.cpp rm -f ../generatedfiles/ui/ui_ImageSizeDlg.h ../generatedfiles/ui/ui_OtherDlg.h ../generatedfiles/ui/ui_searchform.h rm -f ../generatedfiles/moc/moc_cellapplication.cpp ../generatedfiles/moc/moc_stylesheet.cpp ../generatedfiles/moc/moc_ModelicaTextHighlighter.cpp ../generatedfiles/moc/moc_cellcursor.cpp ../generatedfiles/moc/moc_document.cpp ../generatedfiles/moc/moc_textcell.cpp ../generatedfiles/moc/moc_celldocument.cpp ../generatedfiles/moc/moc_documentview.cpp ../generatedfiles/moc/moc_treeview.cpp ../generatedfiles/moc/moc_cellgroup.cpp ../generatedfiles/moc/moc_qcombobox_search.cpp ../generatedfiles/moc/moc_cell.cpp ../generatedfiles/moc/moc_inputcell.cpp ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_notebook.cpp ../generatedfiles/moc/moc_searchform.cpp ../generatedfiles/moc/moc_graphcell.cpp ../generatedfiles/moc/moc_latexcell.cpp rm -f ../generatedfiles/ui/ui_ImageSizeDlg.h ../generatedfiles/ui/ui_OtherDlg.h ../generatedfiles/ui/ui_searchform.h rm -f release/rc_omnotebook_res.o release/cellapplication.o release/cellparserfactory.o release/stylesheet.o release/cellcommandcenter.o release/chaptercountervisitor.o release/omcinteractiveenvironment.o release/textcell.o release/cellcommands.o release/commandcompletion.o release/ModelicaTextHighlighter.o release/textcursorcommands.o release/cell.o release/printervisitor.o release/treeview.o release/cellcursor.o release/puretextvisitor.o release/updategroupcellvisitor.o release/celldocument.o release/inputcell.o release/qcombobox_search.o release/updatelinkvisitor.o release/cellfactory.o release/notebook.o release/qtapp.o release/xmlparser.o release/searchform.o release/cellgroup.o release/serializingvisitor.o release/graphcell.o release/latexcell.o release/indent.o release/qrc_res_qt.o release/moc_cellapplication.o release/moc_stylesheet.o release/moc_ModelicaTextHighlighter.o release/moc_cellcursor.o release/moc_document.o release/moc_textcell.o release/moc_celldocument.o release/moc_documentview.o release/moc_treeview.o release/moc_cellgroup.o release/moc_qcombobox_search.o release/moc_cell.o release/moc_inputcell.o release/moc_commandcompletion.o release/moc_notebook.o release/moc_searchform.o release/moc_graphcell.o release/moc_latexcell.o rm -f debug/rc_omnotebook_res.o debug/cellapplication.o debug/cellparserfactory.o debug/stylesheet.o debug/cellcommandcenter.o debug/chaptercountervisitor.o debug/omcinteractiveenvironment.o debug/textcell.o debug/cellcommands.o debug/commandcompletion.o debug/ModelicaTextHighlighter.o debug/textcursorcommands.o debug/cell.o debug/printervisitor.o debug/treeview.o debug/cellcursor.o debug/puretextvisitor.o debug/updategroupcellvisitor.o debug/celldocument.o debug/inputcell.o debug/qcombobox_search.o debug/updatelinkvisitor.o debug/cellfactory.o debug/notebook.o debug/qtapp.o debug/xmlparser.o debug/searchform.o debug/cellgroup.o debug/serializingvisitor.o debug/graphcell.o debug/latexcell.o debug/indent.o debug/qrc_res_qt.o debug/moc_cellapplication.o debug/moc_stylesheet.o debug/moc_ModelicaTextHighlighter.o debug/moc_cellcursor.o debug/moc_document.o debug/moc_textcell.o debug/moc_celldocument.o debug/moc_documentview.o debug/moc_treeview.o debug/moc_cellgroup.o debug/moc_qcombobox_search.o debug/moc_cell.o debug/moc_inputcell.o debug/moc_commandcompletion.o debug/moc_notebook.o debug/moc_searchform.o debug/moc_graphcell.o debug/moc_latexcell.o rm -f release/rc_omnotebook_res.o rm -f debug/rc_omnotebook_res.o make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' rm -rf ../bin/OMNotebook.exe Makefile Makefile.Debug Makefile.Release object_script.* make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make -C OMShell/OMShell/OMShellGUI -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' qmake "CONFIG+=release" WARNING: Failure to find: release/rc_omshell_res.o WARNING: Failure to find: debug/rc_omshell_res.o test ! -f Makefile || make -f Makefile clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' rm -f OMShell_de.qm OMShell_sv.qm make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' rm -f OMShell_de.qm OMShell_sv.qm rm -f ../generatedfiles/rcc/qrc_oms.cpp rm -f ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_oms.cpp rm -f ../generatedfiles/rcc/qrc_oms.cpp rm -f ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_oms.cpp rm -f release/rc_omshell_res.o release/commandcompletion.o release/omcinteractiveenvironment.o release/oms.o release/main.o release/qrc_oms.o release/moc_commandcompletion.o release/moc_oms.o rm -f debug/rc_omshell_res.o debug/commandcompletion.o debug/omcinteractiveenvironment.o debug/oms.o debug/main.o debug/qrc_oms.o debug/moc_commandcompletion.o debug/moc_oms.o rm -f release/rc_omshell_res.o rm -f debug/rc_omshell_res.o make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' rm -rf ../bin/OMShell.exe Makefile Makefile.Debug Makefile.Release object_script.* make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' make -C OMOptim -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim' make -C OMOptimBasis/build -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' qmake "CONFIG+=release" OMOptimBasis.pro Cannot read C:/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/vars.pri: No such file or directory Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' rm -f release/generatedfiles/rcc/qrc_OMOptimBasis.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' rm -f debug/generatedfiles/rcc/qrc_OMOptimBasis.cpp rm -f release/generatedfiles/moc/moc_Variable.cpp release/generatedfiles/moc/moc_MOThreads.cpp release/generatedfiles/moc/moc_MOTableView.cpp release/generatedfiles/moc/moc_MOParameter.cpp release/generatedfiles/moc/moc_MOOptVector.cpp release/generatedfiles/moc/moc_MOItem.cpp release/generatedfiles/moc/moc_WidgetMOItem.cpp release/generatedfiles/moc/moc_WidgetFilesList.cpp release/generatedfiles/moc/moc_Result.cpp release/generatedfiles/moc/moc_ProblemInterface.cpp release/generatedfiles/moc/moc_Problem.cpp release/generatedfiles/moc/moc_OMCases.cpp release/generatedfiles/moc/moc_OMCase.cpp release/generatedfiles/moc/moc_InfoSender.cpp release/generatedfiles/moc/moc_Info.cpp release/generatedfiles/moc/moc_qsciencespinbox.cpp release/generatedfiles/moc/moc_Load.cpp release/generatedfiles/moc/moc_ProjectBase.cpp release/generatedfiles/moc/moc_MOParametersDlg.cpp release/generatedfiles/moc/moc_OMProcess.cpp release/generatedfiles/moc/moc_MyTreeView.cpp release/generatedfiles/moc/moc_MyTextLog.cpp release/generatedfiles/moc/moc_MyDelegates.cpp release/generatedfiles/moc/moc_MOSplitter.cpp release/generatedfiles/moc/moc_GuiTools.cpp release/generatedfiles/moc/moc_TabGeneric.cpp release/generatedfiles/moc/moc_MOTab.cpp release/generatedfiles/moc/moc_MOMainTab.cpp release/generatedfiles/moc/moc_MO2ColTab.cpp release/generatedfiles/moc/moc_WidgetTableVar.cpp release/generatedfiles/moc/moc_MOPlot.cpp release/generatedfiles/moc/moc_TabProjectBase.cpp release/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp release/generatedfiles/moc/moc_DlgSettings.cpp release/generatedfiles/moc/moc_DlgSelectVars.cpp release/generatedfiles/moc/moc_DlgSelectFiles.cpp release/generatedfiles/moc/moc_WidgetSelectVars.cpp release/generatedfiles/moc/moc_WidgetList.cpp release/generatedfiles/moc/moc_NewProjectBaseForm.cpp release/generatedfiles/moc/moc_registermetatypes.cpp release/generatedfiles/moc/moc_DlgSelect.cpp release/generatedfiles/moc/moc_WidgetMOItemsList.cpp release/generatedfiles/moc/moc_MOItemModel.cpp rm -f debug/generatedfiles/moc/moc_Variable.cpp debug/generatedfiles/moc/moc_MOThreads.cpp debug/generatedfiles/moc/moc_MOTableView.cpp debug/generatedfiles/moc/moc_MOParameter.cpp debug/generatedfiles/moc/moc_MOOptVector.cpp debug/generatedfiles/moc/moc_MOItem.cpp debug/generatedfiles/moc/moc_WidgetMOItem.cpp debug/generatedfiles/moc/moc_WidgetFilesList.cpp debug/generatedfiles/moc/moc_Result.cpp debug/generatedfiles/moc/moc_ProblemInterface.cpp debug/generatedfiles/moc/moc_Problem.cpp debug/generatedfiles/moc/moc_OMCases.cpp debug/generatedfiles/moc/moc_OMCase.cpp debug/generatedfiles/moc/moc_InfoSender.cpp debug/generatedfiles/moc/moc_Info.cpp debug/generatedfiles/moc/moc_qsciencespinbox.cpp debug/generatedfiles/moc/moc_Load.cpp debug/generatedfiles/moc/moc_ProjectBase.cpp debug/generatedfiles/moc/moc_MOParametersDlg.cpp debug/generatedfiles/moc/moc_OMProcess.cpp debug/generatedfiles/moc/moc_MyTreeView.cpp debug/generatedfiles/moc/moc_MyTextLog.cpp debug/generatedfiles/moc/moc_MyDelegates.cpp debug/generatedfiles/moc/moc_MOSplitter.cpp debug/generatedfiles/moc/moc_GuiTools.cpp debug/generatedfiles/moc/moc_TabGeneric.cpp debug/generatedfiles/moc/moc_MOTab.cpp debug/generatedfiles/moc/moc_MOMainTab.cpp debug/generatedfiles/moc/moc_MO2ColTab.cpp debug/generatedfiles/moc/moc_WidgetTableVar.cpp debug/generatedfiles/moc/moc_MOPlot.cpp debug/generatedfiles/moc/moc_TabProjectBase.cpp debug/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp debug/generatedfiles/moc/moc_DlgSettings.cpp debug/generatedfiles/moc/moc_DlgSelectVars.cpp debug/generatedfiles/moc/moc_DlgSelectFiles.cpp debug/generatedfiles/moc/moc_WidgetSelectVars.cpp debug/generatedfiles/moc/moc_WidgetList.cpp debug/generatedfiles/moc/moc_NewProjectBaseForm.cpp debug/generatedfiles/moc/moc_registermetatypes.cpp debug/generatedfiles/moc/moc_DlgSelect.cpp debug/generatedfiles/moc/moc_WidgetMOItemsList.cpp debug/generatedfiles/moc/moc_MOItemModel.cpp debug/generatedfiles/moc/moc_MOItemViews.cpp debug/generatedfiles/moc/moc_scriptparser.cpp rm -f release/generatedfiles/ui/ui_WidgetFilesList.h release/generatedfiles/ui/ui_WidgetMOItem.h release/generatedfiles/ui/ui_TabGeneric.h release/generatedfiles/ui/ui_TabProjectBase.h release/generatedfiles/ui/ui_WidgetProjectBaseInfos.h release/generatedfiles/ui/ui_WidgetSelectVars.h release/generatedfiles/ui/ui_NewProjectBaseForm.h release/generatedfiles/ui/ui_WidgetMOItemsList.h release/generatedfiles/ui/ui_ScriptTextDlg.h release/generatedfiles/ui/ui_HelpDlg.h release/generatedfiles/ui/ui_ConsoleWindow.h rm -f debug/generatedfiles/ui/ui_WidgetFilesList.h debug/generatedfiles/ui/ui_WidgetMOItem.h debug/generatedfiles/ui/ui_TabGeneric.h debug/generatedfiles/ui/ui_TabProjectBase.h debug/generatedfiles/ui/ui_WidgetProjectBaseInfos.h debug/generatedfiles/ui/ui_WidgetSelectVars.h debug/generatedfiles/ui/ui_NewProjectBaseForm.h debug/generatedfiles/ui/ui_WidgetMOItemsList.h debug/generatedfiles/ui/ui_ScriptTextDlg.h debug/generatedfiles/ui/ui_HelpDlg.h debug/generatedfiles/ui/ui_ConsoleWindow.h rm -f debug/generatedfiles/moc/moc_ScriptTextDlg.cpp debug/generatedfiles/moc/moc_HelpDlg.cpp debug/generatedfiles/moc/moc_ConsoleWindow.cpp rm -f release/generatedfiles/moc/moc_MOItemViews.cpp release/generatedfiles/moc/moc_scriptparser.cpp release/generatedfiles/moc/moc_ScriptTextDlg.cpp release/generatedfiles/moc/moc_HelpDlg.cpp release/generatedfiles/moc/moc_ConsoleWindow.cpp rm -f debug/generatedfiles/Variables.o debug/generatedfiles/Variable.o debug/generatedfiles/MOThreads.o debug/generatedfiles/MOTableView.o debug/generatedfiles/MOParameter.o debug/generatedfiles/MOOptVector.o debug/generatedfiles/MOItem.o debug/generatedfiles/WidgetMOItem.o debug/generatedfiles/WidgetFilesList.o debug/generatedfiles/METemperature.o debug/generatedfiles/MESurface.o debug/generatedfiles/MESpecHeatCapacity.o debug/generatedfiles/MEQflow.o debug/generatedfiles/MEMassFlow.o debug/generatedfiles/MEHTCoeff.o debug/generatedfiles/MEDimValue.o debug/generatedfiles/XMLTools.o debug/generatedfiles/LowTools.o debug/generatedfiles/Results.o debug/generatedfiles/Result.o debug/generatedfiles/Problems.o debug/generatedfiles/ProblemInterface.o debug/generatedfiles/ProblemConfig.o debug/generatedfiles/Problem.o debug/generatedfiles/OMCases.o debug/generatedfiles/OMCase.o debug/generatedfiles/InfoSender.o debug/generatedfiles/Info.o debug/generatedfiles/qsciencespinbox.o debug/generatedfiles/XML.o debug/generatedfiles/Save.o debug/generatedfiles/Load.o debug/generatedfiles/CSVBase.o debug/generatedfiles/ProjectBase.o debug/generatedfiles/MOSettings.o debug/generatedfiles/HighTools.o debug/generatedfiles/MOParametersDlg.o debug/generatedfiles/OMProcess.o debug/generatedfiles/MyTreeView.o debug/generatedfiles/MyTextLog.o debug/generatedfiles/MyDelegates.o debug/generatedfiles/MOStyleSheet.o debug/generatedfiles/MOSplitter.o debug/generatedfiles/GuiTools.o debug/generatedfiles/TabGeneric.o debug/generatedfiles/MOTabBase.o debug/generatedfiles/MOTab.o debug/generatedfiles/MOMainTab.o debug/generatedfiles/MO2ColTab.o debug/generatedfiles/WidgetTableVar.o debug/generatedfiles/MyQwtPlotPicker.o debug/generatedfiles/MOPlot.o debug/generatedfiles/TabProjectBase.o debug/generatedfiles/WidgetProjectBaseInfos.o debug/generatedfiles/DlgSettings.o debug/generatedfiles/DlgSelectVars.o debug/generatedfiles/DlgSelectFiles.o debug/generatedfiles/WidgetSelectVars.o debug/generatedfiles/WidgetList.o rm -f release/generatedfiles/Variables.o release/generatedfiles/Variable.o release/generatedfiles/MOThreads.o release/generatedfiles/MOTableView.o release/generatedfiles/MOParameter.o release/generatedfiles/MOOptVector.o release/generatedfiles/MOItem.o release/generatedfiles/WidgetMOItem.o release/generatedfiles/WidgetFilesList.o release/generatedfiles/METemperature.o release/generatedfiles/MESurface.o release/generatedfiles/MESpecHeatCapacity.o release/generatedfiles/MEQflow.o release/generatedfiles/MEMassFlow.o release/generatedfiles/MEHTCoeff.o release/generatedfiles/MEDimValue.o release/generatedfiles/XMLTools.o release/generatedfiles/LowTools.o release/generatedfiles/Results.o release/generatedfiles/Result.o release/generatedfiles/Problems.o release/generatedfiles/ProblemInterface.o release/generatedfiles/ProblemConfig.o release/generatedfiles/Problem.o release/generatedfiles/OMCases.o release/generatedfiles/OMCase.o release/generatedfiles/InfoSender.o release/generatedfiles/Info.o release/generatedfiles/qsciencespinbox.o release/generatedfiles/XML.o release/generatedfiles/Save.o release/generatedfiles/Load.o release/generatedfiles/CSVBase.o release/generatedfiles/ProjectBase.o release/generatedfiles/MOSettings.o release/generatedfiles/HighTools.o release/generatedfiles/MOParametersDlg.o release/generatedfiles/OMProcess.o release/generatedfiles/MyTreeView.o release/generatedfiles/MyTextLog.o release/generatedfiles/MyDelegates.o release/generatedfiles/MOStyleSheet.o release/generatedfiles/MOSplitter.o release/generatedfiles/GuiTools.o release/generatedfiles/TabGeneric.o release/generatedfiles/MOTabBase.o release/generatedfiles/MOTab.o release/generatedfiles/MOMainTab.o release/generatedfiles/MO2ColTab.o release/generatedfiles/WidgetTableVar.o release/generatedfiles/MyQwtPlotPicker.o release/generatedfiles/MOPlot.o release/generatedfiles/TabProjectBase.o release/generatedfiles/WidgetProjectBaseInfos.o release/generatedfiles/DlgSettings.o release/generatedfiles/DlgSelectVars.o rm -f release/generatedfiles/DlgSelectFiles.o release/generatedfiles/WidgetSelectVars.o release/generatedfiles/WidgetList.o release/generatedfiles/NewProjectBaseForm.o release/generatedfiles/ProblemInterfaces.o release/generatedfiles/registermetatypes.o release/generatedfiles/METime.o release/generatedfiles/DlgSelect.o release/generatedfiles/WidgetMOItemsList.o release/generatedfiles/MOItemModel.o release/generatedfiles/MOItemViews.o release/generatedfiles/MEGeneric.o release/generatedfiles/scriptparser.o release/generatedfiles/ScriptTextDlg.o release/generatedfiles/HelpDlg.o release/generatedfiles/ConsoleWindow.o release/generatedfiles/qrc_OMOptimBasis.o release/generatedfiles/moc_Variable.o release/generatedfiles/moc_MOThreads.o release/generatedfiles/moc_MOTableView.o release/generatedfiles/moc_MOParameter.o release/generatedfiles/moc_MOOptVector.o release/generatedfiles/moc_MOItem.o release/generatedfiles/moc_WidgetMOItem.o release/generatedfiles/moc_WidgetFilesList.o release/generatedfiles/moc_Result.o release/generatedfiles/moc_ProblemInterface.o release/generatedfiles/moc_Problem.o release/generatedfiles/moc_OMCases.o release/generatedfiles/moc_OMCase.o release/generatedfiles/moc_InfoSender.o release/generatedfiles/moc_Info.o release/generatedfiles/moc_qsciencespinbox.o release/generatedfiles/moc_Load.o release/generatedfiles/moc_ProjectBase.o release/generatedfiles/moc_MOParametersDlg.o release/generatedfiles/moc_OMProcess.o release/generatedfiles/moc_MyTreeView.o release/generatedfiles/moc_MyTextLog.o release/generatedfiles/moc_MyDelegates.o release/generatedfiles/moc_MOSplitter.o release/generatedfiles/moc_GuiTools.o release/generatedfiles/moc_TabGeneric.o release/generatedfiles/moc_MOTab.o release/generatedfiles/moc_MOMainTab.o release/generatedfiles/moc_MO2ColTab.o release/generatedfiles/moc_WidgetTableVar.o release/generatedfiles/moc_MOPlot.o release/generatedfiles/moc_TabProjectBase.o release/generatedfiles/moc_WidgetProjectBaseInfos.o release/generatedfiles/moc_DlgSettings.o rm -f debug/generatedfiles/NewProjectBaseForm.o debug/generatedfiles/ProblemInterfaces.o debug/generatedfiles/registermetatypes.o debug/generatedfiles/METime.o debug/generatedfiles/DlgSelect.o debug/generatedfiles/WidgetMOItemsList.o debug/generatedfiles/MOItemModel.o debug/generatedfiles/MOItemViews.o debug/generatedfiles/MEGeneric.o debug/generatedfiles/scriptparser.o debug/generatedfiles/ScriptTextDlg.o debug/generatedfiles/HelpDlg.o debug/generatedfiles/ConsoleWindow.o debug/generatedfiles/qrc_OMOptimBasis.o debug/generatedfiles/moc_Variable.o debug/generatedfiles/moc_MOThreads.o debug/generatedfiles/moc_MOTableView.o debug/generatedfiles/moc_MOParameter.o debug/generatedfiles/moc_MOOptVector.o debug/generatedfiles/moc_MOItem.o debug/generatedfiles/moc_WidgetMOItem.o debug/generatedfiles/moc_WidgetFilesList.o debug/generatedfiles/moc_Result.o debug/generatedfiles/moc_ProblemInterface.o debug/generatedfiles/moc_Problem.o debug/generatedfiles/moc_OMCases.o debug/generatedfiles/moc_OMCase.o debug/generatedfiles/moc_InfoSender.o debug/generatedfiles/moc_Info.o debug/generatedfiles/moc_qsciencespinbox.o debug/generatedfiles/moc_Load.o debug/generatedfiles/moc_ProjectBase.o debug/generatedfiles/moc_MOParametersDlg.o debug/generatedfiles/moc_OMProcess.o debug/generatedfiles/moc_MyTreeView.o debug/generatedfiles/moc_MyTextLog.o debug/generatedfiles/moc_MyDelegates.o debug/generatedfiles/moc_MOSplitter.o debug/generatedfiles/moc_GuiTools.o debug/generatedfiles/moc_TabGeneric.o debug/generatedfiles/moc_MOTab.o debug/generatedfiles/moc_MOMainTab.o debug/generatedfiles/moc_MO2ColTab.o debug/generatedfiles/moc_WidgetTableVar.o debug/generatedfiles/moc_MOPlot.o debug/generatedfiles/moc_TabProjectBase.o debug/generatedfiles/moc_WidgetProjectBaseInfos.o debug/generatedfiles/moc_DlgSettings.o debug/generatedfiles/moc_DlgSelectVars.o debug/generatedfiles/moc_DlgSelectFiles.o debug/generatedfiles/moc_WidgetSelectVars.o debug/generatedfiles/moc_WidgetList.o debug/generatedfiles/moc_NewProjectBaseForm.o rm -f release/generatedfiles/moc_DlgSelectVars.o release/generatedfiles/moc_DlgSelectFiles.o release/generatedfiles/moc_WidgetSelectVars.o release/generatedfiles/moc_WidgetList.o release/generatedfiles/moc_NewProjectBaseForm.o release/generatedfiles/moc_registermetatypes.o release/generatedfiles/moc_DlgSelect.o release/generatedfiles/moc_WidgetMOItemsList.o release/generatedfiles/moc_MOItemModel.o release/generatedfiles/moc_MOItemViews.o release/generatedfiles/moc_scriptparser.o release/generatedfiles/moc_ScriptTextDlg.o release/generatedfiles/moc_HelpDlg.o release/generatedfiles/moc_ConsoleWindow.o rm -f debug/generatedfiles/moc_registermetatypes.o debug/generatedfiles/moc_DlgSelect.o debug/generatedfiles/moc_WidgetMOItemsList.o debug/generatedfiles/moc_MOItemModel.o debug/generatedfiles/moc_MOItemViews.o debug/generatedfiles/moc_scriptparser.o debug/generatedfiles/moc_ScriptTextDlg.o debug/generatedfiles/moc_HelpDlg.o debug/generatedfiles/moc_ConsoleWindow.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' rm -rf ../bin/libOMOptimBasis.a Makefile Makefile.Debug Makefile.Release object_script.* debug/ release/ make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make -C OMOptim/build -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' qmake "CONFIG+=release" OMOptim.pro -o Makefile qmake "CONFIG+=release" OMOptimLib.pro -o MakefileLib Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: release/generatedfiles/rc_omoptim_res.o Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: debug/generatedfiles/rc_omoptim_res.o Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: ../Core/OMC/omc_communication.cpp WARNING: Failure to find: ../Core/OMC/omc_communication.h WARNING: Failure to find: ../GUI/Dialogs/HelpDlg.h WARNING: Failure to find: ../Core/OMC/StringHandler.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.c WARNING: Failure to find: ../Core/Tools/StringHandler.h WARNING: Failure to find: ../Core/Tools/Helper.h Project MESSAGE: OMOptimLibDebug Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: ../Core/OMC/omc_communication.cpp WARNING: Failure to find: ../Core/OMC/omc_communication.h WARNING: Failure to find: ../GUI/Dialogs/HelpDlg.h WARNING: Failure to find: ../Core/OMC/StringHandler.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.c WARNING: Failure to find: ../Core/Tools/StringHandler.h WARNING: Failure to find: ../Core/Tools/Helper.h test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f release/generatedfiles/rcc/qrc_OMOptim.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f debug/generatedfiles/rcc/qrc_OMOptim.cpp rm -f release/generatedfiles/rc_omoptim_res.o release/generatedfiles/main.o release/generatedfiles/qrc_OMOptim.o rm -f debug/generatedfiles/rc_omoptim_res.o debug/generatedfiles/main.o debug/generatedfiles/qrc_OMOptim.o rm -f release/generatedfiles/rc_omoptim_res.o rm -f debug/generatedfiles/rc_omoptim_res.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' test ! -f MakefileLib || make -f MakefileLib clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make -f MakefileLib.Release clean make -f MakefileLib.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f release/generatedfiles/moc/moc_Project.cpp release/generatedfiles/moc/moc_MainWindow.cpp release/generatedfiles/moc/moc_LoadOMOptim.cpp release/generatedfiles/moc/moc_ModItem.cpp release/generatedfiles/moc/moc_ModItemsTree.cpp release/generatedfiles/moc/moc_ModExecution.cpp release/generatedfiles/moc/moc_ModModelPlus.cpp release/generatedfiles/moc/moc_ModPlusCtrl.cpp release/generatedfiles/moc/moc_ModLoader.cpp release/generatedfiles/moc/moc_inputcelldelegate.cpp release/generatedfiles/moc/moc_MOomc.cpp release/generatedfiles/moc/moc_omc_communicator.cpp release/generatedfiles/moc/moc_omcinteractiveenvironment.cpp release/generatedfiles/moc/moc_OneSimResult.cpp release/generatedfiles/moc/moc_Optimization.cpp release/generatedfiles/moc/moc_OptimResult.cpp release/generatedfiles/moc/moc_AboutOMOptim.cpp release/generatedfiles/moc/moc_newprojectform.cpp release/generatedfiles/moc/moc_MOOptPlot.cpp release/generatedfiles/moc/moc_arrow.cpp release/generatedfiles/moc/moc_diagramscene.cpp release/generatedfiles/moc/moc_diagramtextitem.cpp release/generatedfiles/moc/moc_WidgetCalculateMooPoints.cpp release/generatedfiles/moc/moc_WidgetMooPlot.cpp release/generatedfiles/moc/moc_WidgetOneSimVars.cpp release/generatedfiles/moc/moc_WidgetOptParameters.cpp release/generatedfiles/moc/moc_WidgetOptTable.cpp release/generatedfiles/moc/moc_WidgetProgress.cpp release/generatedfiles/moc/moc_WidgetSelectModModel.cpp release/generatedfiles/moc/moc_WidgetSelectOptVars.cpp release/generatedfiles/moc/moc_WidgetSelPointScan.cpp release/generatedfiles/moc/moc_WidgetTableRecVar.cpp release/generatedfiles/moc/moc_WidgetToolBar.cpp release/generatedfiles/moc/moc_widgetloadexemodel.cpp release/generatedfiles/moc/moc_EABase.cpp release/generatedfiles/moc/moc_OptimAlgo.cpp release/generatedfiles/moc/moc_OMEAProgress.cpp release/generatedfiles/moc/moc_WidgetMooPointsList.cpp release/generatedfiles/moc/moc_WidgetProjectInfos.cpp release/generatedfiles/moc/moc_WidgetProblemActions.cpp release/generatedfiles/moc/moc_TabOMC.cpp rm -f release/generatedfiles/ui/ui_MainWindow.h release/generatedfiles/ui/ui_AboutOMOptim.h release/generatedfiles/ui/ui_newprojectform.h release/generatedfiles/ui/ui_OtherDlg.h release/generatedfiles/ui/ui_WidgetCalculateMooPoints.h release/generatedfiles/ui/ui_WidgetMooPlot.h release/generatedfiles/ui/ui_WidgetOptParameters.h release/generatedfiles/ui/ui_WidgetOptTable.h release/generatedfiles/ui/ui_WidgetProgress.h release/generatedfiles/ui/ui_WidgetSelectModModel.h release/generatedfiles/ui/ui_WidgetSelPointScan.h release/generatedfiles/ui/ui_WidgetTableRecVar.h release/generatedfiles/ui/ui_WidgetToolBar.h release/generatedfiles/ui/ui_WidgetMooPointsList.h release/generatedfiles/ui/ui_WidgetProjectInfos.h release/generatedfiles/ui/ui_WidgetProblemActions.h release/generatedfiles/ui/ui_TabResOptimization.h release/generatedfiles/ui/ui_TabProject.h release/generatedfiles/ui/ui_TabOptimization.h release/generatedfiles/ui/ui_TabOMC.h release/generatedfiles/ui/ui_WidgetResultInfos.h release/generatedfiles/ui/ui_WidgetModelsList.h release/generatedfiles/ui/ui_widgetloadexemodel.h release/generatedfiles/ui/ui_WidgetSelectEditVars.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f debug/generatedfiles/moc/moc_Project.cpp debug/generatedfiles/moc/moc_MainWindow.cpp debug/generatedfiles/moc/moc_LoadOMOptim.cpp debug/generatedfiles/moc/moc_ModItem.cpp debug/generatedfiles/moc/moc_ModItemsTree.cpp debug/generatedfiles/moc/moc_ModExecution.cpp debug/generatedfiles/moc/moc_ModModelPlus.cpp debug/generatedfiles/moc/moc_ModPlusCtrl.cpp debug/generatedfiles/moc/moc_ModLoader.cpp debug/generatedfiles/moc/moc_inputcelldelegate.cpp debug/generatedfiles/moc/moc_MOomc.cpp debug/generatedfiles/moc/moc_omc_communicator.cpp debug/generatedfiles/moc/moc_omcinteractiveenvironment.cpp debug/generatedfiles/moc/moc_OneSimResult.cpp debug/generatedfiles/moc/moc_Optimization.cpp debug/generatedfiles/moc/moc_OptimResult.cpp debug/generatedfiles/moc/moc_AboutOMOptim.cpp debug/generatedfiles/moc/moc_newprojectform.cpp debug/generatedfiles/moc/moc_MOOptPlot.cpp debug/generatedfiles/moc/moc_arrow.cpp debug/generatedfiles/moc/moc_diagramscene.cpp debug/generatedfiles/moc/moc_diagramtextitem.cpp debug/generatedfiles/moc/moc_WidgetCalculateMooPoints.cpp debug/generatedfiles/moc/moc_WidgetMooPlot.cpp debug/generatedfiles/moc/moc_WidgetOneSimVars.cpp debug/generatedfiles/moc/moc_WidgetOptParameters.cpp debug/generatedfiles/moc/moc_WidgetOptTable.cpp debug/generatedfiles/moc/moc_WidgetProgress.cpp debug/generatedfiles/moc/moc_WidgetSelectModModel.cpp debug/generatedfiles/moc/moc_WidgetSelectOptVars.cpp debug/generatedfiles/moc/moc_WidgetSelPointScan.cpp debug/generatedfiles/moc/moc_WidgetTableRecVar.cpp debug/generatedfiles/moc/moc_WidgetToolBar.cpp debug/generatedfiles/moc/moc_widgetloadexemodel.cpp debug/generatedfiles/moc/moc_EABase.cpp debug/generatedfiles/moc/moc_OptimAlgo.cpp debug/generatedfiles/moc/moc_OMEAProgress.cpp debug/generatedfiles/moc/moc_WidgetMooPointsList.cpp debug/generatedfiles/moc/moc_WidgetProjectInfos.cpp debug/generatedfiles/moc/moc_WidgetProblemActions.cpp debug/generatedfiles/moc/moc_TabOMC.cpp debug/generatedfiles/moc/moc_TabOneSim.cpp rm -f debug/generatedfiles/ui/ui_MainWindow.h debug/generatedfiles/ui/ui_AboutOMOptim.h debug/generatedfiles/ui/ui_newprojectform.h debug/generatedfiles/ui/ui_OtherDlg.h debug/generatedfiles/ui/ui_WidgetCalculateMooPoints.h debug/generatedfiles/ui/ui_WidgetMooPlot.h debug/generatedfiles/ui/ui_WidgetOptParameters.h debug/generatedfiles/ui/ui_WidgetOptTable.h debug/generatedfiles/ui/ui_WidgetProgress.h debug/generatedfiles/ui/ui_WidgetSelectModModel.h debug/generatedfiles/ui/ui_WidgetSelPointScan.h debug/generatedfiles/ui/ui_WidgetTableRecVar.h debug/generatedfiles/ui/ui_WidgetToolBar.h debug/generatedfiles/ui/ui_WidgetMooPointsList.h debug/generatedfiles/ui/ui_WidgetProjectInfos.h debug/generatedfiles/ui/ui_WidgetProblemActions.h debug/generatedfiles/ui/ui_TabResOptimization.h debug/generatedfiles/ui/ui_TabProject.h debug/generatedfiles/ui/ui_TabOptimization.h debug/generatedfiles/ui/ui_TabOMC.h debug/generatedfiles/ui/ui_WidgetResultInfos.h debug/generatedfiles/ui/ui_WidgetModelsList.h debug/generatedfiles/ui/ui_widgetloadexemodel.h debug/generatedfiles/ui/ui_WidgetSelectEditVars.h rm -f release/generatedfiles/moc/moc_TabOneSim.cpp release/generatedfiles/moc/moc_TabOptimization.cpp release/generatedfiles/moc/moc_TabProject.cpp release/generatedfiles/moc/moc_TabResOneSim.cpp release/generatedfiles/moc/moc_TabResOptimization.cpp release/generatedfiles/moc/moc_ModPlusCtrls.cpp release/generatedfiles/moc/moc_WidgetCtrlParameters.cpp release/generatedfiles/moc/moc_WidgetResultInfos.cpp release/generatedfiles/moc/moc_OMCThreads.cpp release/generatedfiles/moc/moc_OMOptimGuiTools.cpp release/generatedfiles/moc/moc_WidgetModelsList.cpp release/generatedfiles/moc/moc_ModExePlus.cpp release/generatedfiles/moc/moc_ModelPlus.cpp release/generatedfiles/moc/moc_WidgetSelectEditVars.cpp release/generatedfiles/moc/moc_ComponentInfo.cpp release/generatedfiles/moc/moc_Helper.cpp release/generatedfiles/moc/moc_StringHandler.cpp rm -f debug/generatedfiles/moc/moc_TabOptimization.cpp debug/generatedfiles/moc/moc_TabProject.cpp debug/generatedfiles/moc/moc_TabResOneSim.cpp debug/generatedfiles/moc/moc_TabResOptimization.cpp debug/generatedfiles/moc/moc_ModPlusCtrls.cpp debug/generatedfiles/moc/moc_WidgetCtrlParameters.cpp debug/generatedfiles/moc/moc_WidgetResultInfos.cpp debug/generatedfiles/moc/moc_OMCThreads.cpp debug/generatedfiles/moc/moc_OMOptimGuiTools.cpp debug/generatedfiles/moc/moc_WidgetModelsList.cpp debug/generatedfiles/moc/moc_ModExePlus.cpp debug/generatedfiles/moc/moc_ModelPlus.cpp debug/generatedfiles/moc/moc_WidgetSelectEditVars.cpp debug/generatedfiles/moc/moc_ComponentInfo.cpp debug/generatedfiles/moc/moc_Helper.cpp debug/generatedfiles/moc/moc_StringHandler.cpp rm -f debug/generatedfiles/OptObjective.o debug/generatedfiles/ParetoDominance.o debug/generatedfiles/Project.o debug/generatedfiles/MainWindow.o debug/generatedfiles/Dymola.o debug/generatedfiles/ModPlusDymolaCtrl.o debug/generatedfiles/CSV.o debug/generatedfiles/LoadOMOptim.o debug/generatedfiles/SaveOMOptim.o debug/generatedfiles/ModItem.o debug/generatedfiles/ModItemsTree.o debug/generatedfiles/ModComponent.o debug/generatedfiles/ModelicaConnection.o debug/generatedfiles/ModelicaModifier.o debug/generatedfiles/ModExecution.o debug/generatedfiles/ModModel.o debug/generatedfiles/ModModelPlus.o debug/generatedfiles/ModPackage.o debug/generatedfiles/ModPlusCtrl.o debug/generatedfiles/ModLoader.o debug/generatedfiles/ModRecord.o debug/generatedfiles/MOomc.o debug/generatedfiles/omc_communication.o debug/generatedfiles/omc_communicator.o debug/generatedfiles/omcinteractiveenvironment.o debug/generatedfiles/ModPlusOMCtrl.o debug/generatedfiles/OpenModelica.o debug/generatedfiles/OneSimResult.o debug/generatedfiles/OneSimulation.o debug/generatedfiles/Optimization.o debug/generatedfiles/OptimResult.o debug/generatedfiles/reportingHook.o debug/generatedfiles/vqtconvert.o debug/generatedfiles/AboutOMOptim.o debug/generatedfiles/newprojectform.o debug/generatedfiles/arrow.o debug/generatedfiles/diagramitem.o debug/generatedfiles/diagramscene.o debug/generatedfiles/diagramtextitem.o debug/generatedfiles/TabOMC.o debug/generatedfiles/TabOneSim.o debug/generatedfiles/TabOptimization.o debug/generatedfiles/TabProject.o debug/generatedfiles/TabResOneSim.o debug/generatedfiles/TabResOptimization.o debug/generatedfiles/WidgetCalculateMooPoints.o debug/generatedfiles/WidgetMooPlot.o debug/generatedfiles/WidgetOneSimVars.o debug/generatedfiles/WidgetOptParameters.o debug/generatedfiles/WidgetOptTable.o debug/generatedfiles/WidgetProgress.o debug/generatedfiles/WidgetSelectModModel.o debug/generatedfiles/WidgetSelectOptVars.o debug/generatedfiles/WidgetSelPointScan.o debug/generatedfiles/WidgetTableRecVar.o rm -f release/generatedfiles/OptObjective.o release/generatedfiles/ParetoDominance.o release/generatedfiles/Project.o release/generatedfiles/MainWindow.o release/generatedfiles/Dymola.o release/generatedfiles/ModPlusDymolaCtrl.o release/generatedfiles/CSV.o release/generatedfiles/LoadOMOptim.o release/generatedfiles/SaveOMOptim.o release/generatedfiles/ModItem.o release/generatedfiles/ModItemsTree.o release/generatedfiles/ModComponent.o release/generatedfiles/ModelicaConnection.o release/generatedfiles/ModelicaModifier.o release/generatedfiles/ModExecution.o release/generatedfiles/ModModel.o release/generatedfiles/ModModelPlus.o release/generatedfiles/ModPackage.o release/generatedfiles/ModPlusCtrl.o release/generatedfiles/ModLoader.o release/generatedfiles/ModRecord.o release/generatedfiles/MOomc.o release/generatedfiles/omc_communication.o release/generatedfiles/omc_communicator.o release/generatedfiles/omcinteractiveenvironment.o release/generatedfiles/ModPlusOMCtrl.o release/generatedfiles/OpenModelica.o release/generatedfiles/OneSimResult.o release/generatedfiles/OneSimulation.o release/generatedfiles/Optimization.o release/generatedfiles/OptimResult.o release/generatedfiles/reportingHook.o release/generatedfiles/vqtconvert.o release/generatedfiles/AboutOMOptim.o release/generatedfiles/newprojectform.o release/generatedfiles/arrow.o release/generatedfiles/diagramitem.o release/generatedfiles/diagramscene.o release/generatedfiles/diagramtextitem.o release/generatedfiles/TabOMC.o release/generatedfiles/TabOneSim.o release/generatedfiles/TabOptimization.o release/generatedfiles/TabProject.o release/generatedfiles/TabResOneSim.o release/generatedfiles/TabResOptimization.o release/generatedfiles/WidgetCalculateMooPoints.o release/generatedfiles/WidgetMooPlot.o release/generatedfiles/WidgetOneSimVars.o release/generatedfiles/WidgetOptParameters.o release/generatedfiles/WidgetOptTable.o release/generatedfiles/WidgetProgress.o release/generatedfiles/WidgetSelectModModel.o rm -f debug/generatedfiles/WidgetToolBar.o debug/generatedfiles/widgetloadexemodel.o debug/generatedfiles/AlgoParameter.o debug/generatedfiles/EABase.o debug/generatedfiles/OptimAlgo.o debug/generatedfiles/MyEoGnuplot.o debug/generatedfiles/MyEoGnuplot1DMonitor.o debug/generatedfiles/NSGA2.o debug/generatedfiles/SPEA2.o debug/generatedfiles/SPEA2Adapt.o debug/generatedfiles/OMCHelper.o debug/generatedfiles/WidgetMooPointsList.o debug/generatedfiles/WidgetProjectInfos.o debug/generatedfiles/WidgetProblemActions.o debug/generatedfiles/SA1.o debug/generatedfiles/PSO.o debug/generatedfiles/OptObjectives.o debug/generatedfiles/ModPlusCtrls.o debug/generatedfiles/WidgetCtrlParameters.o debug/generatedfiles/optimizationinterface.o debug/generatedfiles/onesimulationinterface.o debug/generatedfiles/WidgetResultInfos.o debug/generatedfiles/OMCThreads.o debug/generatedfiles/VariablesManip.o debug/generatedfiles/OMOptimGuiTools.o debug/generatedfiles/OMOptimSettings.o debug/generatedfiles/WidgetModelsList.o debug/generatedfiles/OptimAlgosList.o debug/generatedfiles/ModPlusExeCtrl.o debug/generatedfiles/ModExePlus.o debug/generatedfiles/ModelPlus.o debug/generatedfiles/ExeModel.o debug/generatedfiles/ModPlusOMExeCtrl.o debug/generatedfiles/ModPlusDymolaExeCtrl.o debug/generatedfiles/ModPlusBlackBoxExeCtrl.o debug/generatedfiles/scriptparseromoptim.o debug/generatedfiles/WidgetSelectEditVars.o debug/generatedfiles/ComponentInfo.o debug/generatedfiles/Helper.o debug/generatedfiles/StringHandler.o debug/generatedfiles/Utilities.o debug/generatedfiles/moc_Project.o debug/generatedfiles/moc_MainWindow.o debug/generatedfiles/moc_LoadOMOptim.o debug/generatedfiles/moc_ModItem.o debug/generatedfiles/moc_ModItemsTree.o debug/generatedfiles/moc_ModExecution.o debug/generatedfiles/moc_ModModelPlus.o debug/generatedfiles/moc_ModPlusCtrl.o debug/generatedfiles/moc_ModLoader.o debug/generatedfiles/moc_inputcelldelegate.o debug/generatedfiles/moc_MOomc.o debug/generatedfiles/moc_omc_communicator.o rm -f release/generatedfiles/WidgetSelectOptVars.o release/generatedfiles/WidgetSelPointScan.o release/generatedfiles/WidgetTableRecVar.o release/generatedfiles/WidgetToolBar.o release/generatedfiles/widgetloadexemodel.o release/generatedfiles/AlgoParameter.o release/generatedfiles/EABase.o release/generatedfiles/OptimAlgo.o release/generatedfiles/MyEoGnuplot.o release/generatedfiles/MyEoGnuplot1DMonitor.o release/generatedfiles/NSGA2.o release/generatedfiles/SPEA2.o release/generatedfiles/SPEA2Adapt.o release/generatedfiles/OMCHelper.o release/generatedfiles/WidgetMooPointsList.o release/generatedfiles/WidgetProjectInfos.o release/generatedfiles/WidgetProblemActions.o release/generatedfiles/SA1.o release/generatedfiles/PSO.o release/generatedfiles/OptObjectives.o release/generatedfiles/ModPlusCtrls.o release/generatedfiles/WidgetCtrlParameters.o release/generatedfiles/optimizationinterface.o release/generatedfiles/onesimulationinterface.o release/generatedfiles/WidgetResultInfos.o release/generatedfiles/OMCThreads.o release/generatedfiles/VariablesManip.o release/generatedfiles/OMOptimGuiTools.o release/generatedfiles/OMOptimSettings.o release/generatedfiles/WidgetModelsList.o release/generatedfiles/OptimAlgosList.o release/generatedfiles/ModPlusExeCtrl.o release/generatedfiles/ModExePlus.o release/generatedfiles/ModelPlus.o release/generatedfiles/ExeModel.o release/generatedfiles/ModPlusOMExeCtrl.o release/generatedfiles/ModPlusDymolaExeCtrl.o release/generatedfiles/ModPlusBlackBoxExeCtrl.o release/generatedfiles/scriptparseromoptim.o release/generatedfiles/WidgetSelectEditVars.o release/generatedfiles/ComponentInfo.o release/generatedfiles/Helper.o release/generatedfiles/StringHandler.o release/generatedfiles/Utilities.o release/generatedfiles/moc_Project.o release/generatedfiles/moc_MainWindow.o release/generatedfiles/moc_LoadOMOptim.o release/generatedfiles/moc_ModItem.o release/generatedfiles/moc_ModItemsTree.o release/generatedfiles/moc_ModExecution.o release/generatedfiles/moc_ModModelPlus.o rm -f debug/generatedfiles/moc_omcinteractiveenvironment.o debug/generatedfiles/moc_OneSimResult.o debug/generatedfiles/moc_Optimization.o debug/generatedfiles/moc_OptimResult.o debug/generatedfiles/moc_AboutOMOptim.o debug/generatedfiles/moc_newprojectform.o debug/generatedfiles/moc_MOOptPlot.o debug/generatedfiles/moc_arrow.o debug/generatedfiles/moc_diagramscene.o debug/generatedfiles/moc_diagramtextitem.o debug/generatedfiles/moc_WidgetCalculateMooPoints.o debug/generatedfiles/moc_WidgetMooPlot.o debug/generatedfiles/moc_WidgetOneSimVars.o debug/generatedfiles/moc_WidgetOptParameters.o debug/generatedfiles/moc_WidgetOptTable.o debug/generatedfiles/moc_WidgetProgress.o debug/generatedfiles/moc_WidgetSelectModModel.o debug/generatedfiles/moc_WidgetSelectOptVars.o debug/generatedfiles/moc_WidgetSelPointScan.o debug/generatedfiles/moc_WidgetTableRecVar.o debug/generatedfiles/moc_WidgetToolBar.o debug/generatedfiles/moc_widgetloadexemodel.o debug/generatedfiles/moc_EABase.o debug/generatedfiles/moc_OptimAlgo.o debug/generatedfiles/moc_OMEAProgress.o debug/generatedfiles/moc_WidgetMooPointsList.o debug/generatedfiles/moc_WidgetProjectInfos.o debug/generatedfiles/moc_WidgetProblemActions.o debug/generatedfiles/moc_TabOMC.o debug/generatedfiles/moc_TabOneSim.o debug/generatedfiles/moc_TabOptimization.o debug/generatedfiles/moc_TabProject.o debug/generatedfiles/moc_TabResOneSim.o debug/generatedfiles/moc_TabResOptimization.o debug/generatedfiles/moc_ModPlusCtrls.o debug/generatedfiles/moc_WidgetCtrlParameters.o debug/generatedfiles/moc_WidgetResultInfos.o debug/generatedfiles/moc_OMCThreads.o debug/generatedfiles/moc_OMOptimGuiTools.o debug/generatedfiles/moc_WidgetModelsList.o debug/generatedfiles/moc_ModExePlus.o debug/generatedfiles/moc_ModelPlus.o debug/generatedfiles/moc_WidgetSelectEditVars.o debug/generatedfiles/moc_ComponentInfo.o debug/generatedfiles/moc_Helper.o debug/generatedfiles/moc_StringHandler.o rm -f release/generatedfiles/moc_ModPlusCtrl.o release/generatedfiles/moc_ModLoader.o release/generatedfiles/moc_inputcelldelegate.o release/generatedfiles/moc_MOomc.o release/generatedfiles/moc_omc_communicator.o release/generatedfiles/moc_omcinteractiveenvironment.o release/generatedfiles/moc_OneSimResult.o release/generatedfiles/moc_Optimization.o release/generatedfiles/moc_OptimResult.o release/generatedfiles/moc_AboutOMOptim.o release/generatedfiles/moc_newprojectform.o release/generatedfiles/moc_MOOptPlot.o release/generatedfiles/moc_arrow.o release/generatedfiles/moc_diagramscene.o release/generatedfiles/moc_diagramtextitem.o release/generatedfiles/moc_WidgetCalculateMooPoints.o release/generatedfiles/moc_WidgetMooPlot.o release/generatedfiles/moc_WidgetOneSimVars.o release/generatedfiles/moc_WidgetOptParameters.o release/generatedfiles/moc_WidgetOptTable.o release/generatedfiles/moc_WidgetProgress.o release/generatedfiles/moc_WidgetSelectModModel.o release/generatedfiles/moc_WidgetSelectOptVars.o release/generatedfiles/moc_WidgetSelPointScan.o release/generatedfiles/moc_WidgetTableRecVar.o release/generatedfiles/moc_WidgetToolBar.o release/generatedfiles/moc_widgetloadexemodel.o release/generatedfiles/moc_EABase.o release/generatedfiles/moc_OptimAlgo.o release/generatedfiles/moc_OMEAProgress.o release/generatedfiles/moc_WidgetMooPointsList.o release/generatedfiles/moc_WidgetProjectInfos.o release/generatedfiles/moc_WidgetProblemActions.o release/generatedfiles/moc_TabOMC.o release/generatedfiles/moc_TabOneSim.o release/generatedfiles/moc_TabOptimization.o release/generatedfiles/moc_TabProject.o release/generatedfiles/moc_TabResOneSim.o release/generatedfiles/moc_TabResOptimization.o release/generatedfiles/moc_ModPlusCtrls.o release/generatedfiles/moc_WidgetCtrlParameters.o release/generatedfiles/moc_WidgetResultInfos.o release/generatedfiles/moc_OMCThreads.o release/generatedfiles/moc_OMOptimGuiTools.o release/generatedfiles/moc_WidgetModelsList.o release/generatedfiles/moc_ModExePlus.o rm -f release/generatedfiles/moc_ModelPlus.o release/generatedfiles/moc_WidgetSelectEditVars.o release/generatedfiles/moc_ComponentInfo.o release/generatedfiles/moc_Helper.o release/generatedfiles/moc_StringHandler.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -rf ../bin/libOMOptim.a ../bin/OMOptim.exe omc_communication.* Makefile Makefile.Debug Makefile.Release MakefileLib MakefileLib.Debug MakefileLib.Release object_script.* debug/ release/ make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' test ! -d ParadisEO-2.0.1/build || rm -r ParadisEO-2.0.1/build make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim' + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Removing OMOptim/bin/ Removing OMOptimBasis/bin/ Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/MRemoving OMEdit/OMEdit/OMEditGUI/debug/ Removing OMEdit/OMEdit/OMEditGUI/release/ Removing OMEdit/OMEdit/bin/ Removing OMNotebook/OMNotebook/OMNotebookGUI/debug/ Removing OMNotebook/OMNotebook/OMNotebookGUI/release/ Removing OMNotebook/OMNotebook/bin/ Removing OMNotebook/OMNotebook/generatedfiles/ Removing OMPlot/OMPlot/OMPlotGUI/debug/ Removing OMPlot/OMPlot/OMPlotGUI/release/ Removing OMPlot/OMPlot/bin/ Removing OMPlot/OMPlot/generatedfiles/ Removing OMShell/OMShell/OMShellGUI/debug/ Removing OMShell/OMShell/OMShellGUI/release/ Removing OMShell/OMShell/bin/ Removing OMShell/OMShell/generatedfiles/ odelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + cd 'c:\dev\hudson\workspace\OM_Win/OM' + set -e + make -f Makefile.omdev.mingw -j16 omc omc-diff omlibrary-core qtclients make -f Makefile.omdev.mingw -C OMCompiler OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build OMENCRYPTION= make -C libraries BUILD_DIR=/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary core make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' Creating dirs: /c/dev/hudson/workspace/OM_Win/OM/build/bin /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/emcc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/linearization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/dataReconciliation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/optimization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/results/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/initialization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/meta/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/util/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi1/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi2/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java/ /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/ /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels /c/dev/hudson/workspace/OM_Win/OM/build/share/man//man1/ make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary build mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary make BioChem Modelica Modelica_DeviceDrivers Modelica_Synchronous SiemensPower ThermoPower ThermoSysPro VVDRlib WasteWater make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' # Building git/BioChem # Building git/Modelica # Building git/Modelica_DeviceDrivers # Building git/Modelica_Synchronous # Building git/SiemensPower ./checkout-git.sh 'git/BioChem' 'https://github.com/OpenModelica/BioChem.git' 'master' 'b5f3cb999f3cfad2bbb6fb429b496f61ecf2f628' ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'v1.6' 'v1.6' ./checkout-git.sh 'git/Modelica_DeviceDrivers' 'https://github.com/modelica/Modelica_DeviceDrivers.git' 'master' 'e4d9e528ad1c385cfd531c5dc7feeaa711939a6b' ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'omctest' '73a3bfc6d2ddd72165bb0f3e7e9df48b643a5ed0' ./checkout-git.sh 'git/Modelica_Synchronous' 'https://github.com/modelica/Modelica_Synchronous.git' 'master' '5aa86a254f256f5f0d39ac46743f6fc97bab16aa' # Building git/ThermoPower # Building git/ThermoSysPro # Building git/VVDRlib # Building git/WasteWater ./checkout-git.sh 'git/ThermoSysPro' 'https://openmodelica.org/git/ThermoSysPro.git' 'maint/3.0' 'd4f9c3ed35f7520f82439eb6e9f4057ae0f82b73' ./checkout-git.sh 'git/ThermoPower' 'https://github.com/casella/ThermoPower.git' 'master' '05e56eb8006e0e1c8862083486b9a38ac65a91c0' ./checkout-git.sh 'git/WasteWater' 'https://github.com/modelica-3rdparty/WasteWater.git' 'master' '0c5eecaadf82cd9e3a6a4ffa6241903e38fd1946' ./checkout-git.sh 'git/VVDRlib' 'https://github.com/lenaRB/VVDRlib.git' 'master' 'eae4981674642eddffc7f2aa3690320fcaddee0e' HEAD is now at 88e7580 don't modify final parameter (geoPipe = geoPipe) HEAD is now at b5f3cb9 Fix MPL link HEAD is now at 5aa86a2 (#45) Added samplers to LogicalSample example HEAD is now at 94ceb12 Fixed typo HEAD is now at 05e56eb Fixed BraytonCycle example HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant HEAD is now at db81ae1 Set some start values in TestDynamicCentrifugalPump HEAD is now at eae4981 Added verification model interface and descriptions for design and scenario HEAD is now at 9457a17e Merge pull request #2865 from tobolar/issue2674_CleanUpRobotR3 fatal: reference is not a tree: e4d9e528ad1c385cfd531c5dc7feeaa711939a6b HEAD is now at b5f3cb9 Fix MPL link HEAD is now at 5aa86a2 (#45) Added samplers to LogicalSample example test ! -e .git || cp -puf common/pre-commit.sh `git rev-parse --git-dir`/hooks/pre-commit || echo "unlocated git" HEAD is now at 05e56eb Fixed BraytonCycle example HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant HEAD is now at eae4981 Added verification model interface and descriptions for design and scenario (cd 3rdParty/gc && autoreconf -vif && automake --add-missing && ./configure --prefix="`pwd`" "--host=" --enable-threads=posix --enable-munmap=1 --enable-static --disable-gcj-support --disable-java-finalization --enable-large-config CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS=" -DLARGE_CONFIG -DTHREAD_LOCAL_ALLOC") cp -pPR 3rdParty/gc/include/gc.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc.h Building OMC using OMDev with the following settings... cp -pPR 3rdParty/gc/include/gc_config_macros.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc_config_macros.h cp -pPR 3rdParty/gc/include/gc_version.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc_version.h Using OMDev: /c/OMDev/ cp -pPR 3rdParty/gc/include/gc_pthread_redirects.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc_pthread_redirects.h mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/share//omc Using Files: HEAD is now at b5f3cb9 Fix MPL link HEAD is now at 5aa86a2 (#45) Added samplers to LogicalSample example (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || ./autogen.sh)) cp ./3rdParty/antlr/3.2/tool/antlr-3.2.jar ./3rdParty/antlr/3.2/tool/antlr-2.7.7.jar /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java// Using Path : /c/Program Files/TortoiseSVN/bin/:/c/bin/jdk/bin:/c/bin/nsis/:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/usr/bin/site_perl:/usr/bin/core_perl:/c/bin/git/bin cp -a "Compiler/runtime/omc_communication.idl" "/c/dev/hudson/workspace/OM_Win/OM/build/share//omc/omc_communication.idl" (cd 3rdParty/lpsolve && autoreconf -vif && ./configure --prefix="`pwd`/build" "--host=" CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="") HEAD is now at 05e56eb Fixed BraytonCycle example HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant HEAD is now at eae4981 Added verification model interface and descriptions for design and scenario Current directory: /c/dev/hudson/workspace/OM_Win/OM/OMCompiler HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") mkdir -p 3rdParty/SuiteSparse/build Current revision: v1.14.0-dev-257-g5daaf9ba0 Building in OMBUILDDIR: /c/dev/hudson/workspace/OM_Win/OM/build which gcc cd 3rdParty/SuiteSparse/build && CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/OMDev//bin/cmake/bin/cmake .. -G "MSYS Makefiles" -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/hudson/workspace/OM_Win/OM/build" -DLIB_OMC="lib/omc" -DBUILD_SHARED_LIBS:Bool=OFF /mingw64/bin/gcc Retrieved revision number. revision.h was created test ! -d 'build//BioChem 1.0.1' test ! -d 'build//Modelica_Synchronous 0.93.0' test -d 3rdParty/FMIL cp -a 'git/BioChem/BioChem' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1" test -d 3rdParty/Cdaskr/solver cp -a 'git/Modelica_Synchronous/Modelica_Synchronous' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0" test ! -d 'build//ThermoPower 3.1' test ! -d 'build//WasteWater 2.1.0' test ! -d 'build//VVDRlib' cp -a 'git/ThermoPower/ThermoPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1" mkdir -p 3rdParty/FMIL/build cp -a 'git/WasteWater/WasteWater' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0" (cd 3rdParty/Cdaskr/solver && make -f Makefile CC="gcc" CFLAGS="-g -O2 -falign-functions") cp -a 'git/VVDRlib' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib" test -d 3rdParty/CMinpack (cd 3rdParty/FMIL/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/OMDev//bin/cmake/bin/cmake -D CMAKE_AR:String="ar" -DFMILIB_FMI_PLATFORM=win64 -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") HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") mkdir -p 3rdParty/CMinpack/build (cd 3rdParty/CMinpack/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/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") make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' gcc -c -o daux.o daux.c -g -O2 -falign-functions test ! -d 'build//SiemensPower OMCtest' HEAD is now at d4f9c3e [Janitor mode] Fix whitespace cp -a 'git/SiemensPower/SiemensPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest" gcc -c -o ddaskr.o ddaskr.c -g -O2 -falign-functions echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.uses" -- The C compiler identification is GNU 5.3.0 echo 'mpl2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.license" -- The C compiler identification is GNU 5.3.0 HEAD is now at d4f9c3e [Janitor mode] Fix whitespace -- The C compiler identification is GNU 5.3.0 echo '1.0.1-8-gb5f3cb9' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.last_change" echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.uses" echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.uses" mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels echo 'ModelicaServices 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.license" cp -p Examples/*.* /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels/ echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.license" echo '3.1-20190222-233358~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.last_change" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.license" echo '0.93.0-8-g5aa86a2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.last_change" gcc -c -o dlinpk.o dlinpk.c -g -O2 -falign-functions test ! -d 'build//ThermoSysPro 3.0' echo '20170912-142014~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.last_change" cp -a 'git/ThermoSysPro/ThermoSysPro' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0" test -d 3rdParty/libzmq rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib/.git"* mkdir -p 3rdParty/libzmq/build (cd 3rdParty/libzmq/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/OMDev//bin/cmake/bin/cmake -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_AR:String="ar" -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DWITH_PERF_TOOL:Bool=OFF -DZMQ_BUILD_TESTS:Bool=OFF -DENABLE_CPACK:Bool=OFF -DCMAKE_BUILD_TYPE=Release .. -G "MSYS Makefiles") -- The CXX compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 Previous HEAD position was 94ceb12 Fixed typo HEAD is now at e4d9e52 More succinct dummy library creation (#285) -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe (cd 3rdParty/Ipopt && ./configure --prefix="`pwd`" --with-pic "CC=gcc" CFLAGS="-g -O2 -falign-functions " CXX="g++ " CXXFLAGS="" F77="gfortran" LDFLAGS="-L/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc " --with-lapack-lib="-lopenblas" --with-blas-lib="-lopenblas" "--host=" --without-metis --without-HSLold --without-HSL) autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext (time cp SimulationRuntime/OpenTurns/* /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/) rm -f /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels/CMake*.txt echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.uses" make -C Compiler/Translation OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build release HEAD is now at e4d9e52 More succinct dummy library creation (#285) echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.license" -- The C compiler identification is GNU 5.3.0 make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Translation' for locale in de sv es; do mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/share/locale//$locale/LC_MESSAGES && msgfmt -o/c/dev/hudson/workspace/OM_Win/OM/build/share/locale//$locale/LC_MESSAGES/openmodelica.mo $locale.po; done echo '2.1.0-20151102-100529~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.last_change" real 0m0.116s user 0m0.015s sys 0m0.015s echo Copying needed .dlls (cd tools/debugging/ && time g++ BreakProcess.cpp -o BreakProcess -static-libgcc) HEAD is now at 6a90d1a8 Modelica standard library, version 1.6, release date June 30, 2004. Copying needed .dlls mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libgcc_s*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ test ! -d 'build//Modelica_DeviceDrivers 1.7.1' cp -puf /c/OMDev//tools/msys/mingw64/bin/libintl-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -a 'git/Modelica_DeviceDrivers/Modelica_DeviceDrivers' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1" cp -puf /c/OMDev//tools/msys/mingw64/bin/libiconv-2.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ echo 'Modelica 3.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.uses" cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Core.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- The CXX compiler identification is GNU 5.3.0 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.license" echo '20150519-092836~git~omctest' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.last_change" cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Gui.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ # Building git/SiemensPower -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Translation' make -C OMSimulator config-3rdParty ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' '2.1/beta' '5ef2e38b64ff481801c0db19d52f0bef21f85f77' cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Network.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator' cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Svg.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 6a90d1a8 Modelica standard library, version 1.6, release date June 30, 2004. autoreconf: running: aclocal --force -I m4 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info -- Detecting C compiler ABI info cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5WebKit.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ autoreconf: running: aclocal --force cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5WebKitWidgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ ar r libcdaskr.a daux.o ddaskr.o dlinpk.o # config fmil cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Xml.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ test ! -d 'build//Modelica 1.6' mkdir -p 3rdParty/FMIL/build/mingw C:\OMDev\tools\msys\mingw64\bin\ar.exe: creating libcdaskr.a make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' (cd 3rdParty/metis-5.1.0 && CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/OMDev//bin/cmake/bin/cmake ./ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -G "MSYS Makefiles" && CC="gcc" CFLAGS="-g -O2 -falign-functions" make) mkdir -p 3rdParty/FMIL/install/mingw cp -a 'git/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6" cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5XmlPatterns.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cd 3rdParty/FMIL/build/mingw && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../.. -DFMILIB_INSTALL_PREFIX=../../install/mingw -DFMILIB_BUILD_TESTS:BOOL=0 -DFMILIB_GENERATE_DOXYGEN_DOC:BOOL=0 -DFMILIB_BUILD_STATIC_LIB:BOOL=1 -DFMILIB_BUILD_SHARED_LIB:BOOL=0 -DBUILD_TESTING:BOOL=0 -DFMILIB_BUILD_BEFORE_TESTS:BOOL=0 -DFMILIB_FMI_PLATFORM=win64 cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Widgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5PrintSupport.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Multimedia.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5MultimediaWidgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Positioning.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- The C compiler identification is GNU 5.3.0 cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Qml.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compiler ABI info - done -- Detecting C compiler ABI info - done cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Quick.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Sensors.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compile features real 0m1.963s user 0m0.000s sys 0m0.046s (cd tools/debugging/ && cp BreakProcess.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin) cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5WebChannel.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- The C compiler identification is GNU 5.3.0 cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Sql.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- The CXX compiler identification is GNU 5.3.0 cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5OpenGL.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ # config Lua -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe cp -puf /c/OMDev//tools/msys/mingw64/bin/libpcre-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ make -C 3rdParty/Lua make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua' cp -puf /c/OMDev//tools/msys/mingw64/bin/libxslt-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/liblzma-5.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ # make Lua cp -puf /c/OMDev//tools/msys/mingw64/bin/libxml2-2.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' -- The CXX compiler identification is GNU 5.3.0 make -C lua-5.3.4 mingw -- Detecting C compiler ABI info - done cp -puf /c/OMDev//tools/msys/mingw64/bin/libwebp-*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4' cd src && make mingw cp -puf /c/OMDev//tools/msys/mingw64/bin/libsqlite3-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' make "LUA_A=lua53.dll" "LUA_T=lua.exe" \ "AR=gcc -std=gnu99 -shared -o" "RANLIB=strip --strip-unneeded" \ "SYSCFLAGS=-DLUA_BUILD_AS_DLL" "SYSLIBS=" "SYSLDFLAGS=-s" lua.exe -- Detecting C compile features -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe cp -puf /c/OMDev//tools/msys/mingw64/bin/zlib1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lua.o lua.c cp -puf /c/OMDev//tools/msys/mingw64/bin/libszip*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libhdf5-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' cp -puf /c/OMDev//tools/msys/mingw64/bin/libpng16-16.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libjpeg-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libfreetype-6.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ test ! -d 'build//SiemensPower 2.1 beta' cp -puf /c/OMDev//tools/msys/mingw64/bin/libglib-2.0-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -a 'git/SiemensPower/SiemensPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.1 beta" -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info cp -puf /c/OMDev//tools/msys/mingw64/bin/libbz2-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libicuin*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libicuuc*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libicudt*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works cp -puf /c/OMDev//tools/msys/mingw64/bin/libpcre16-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ autoreconf: configure.ac: tracing -- Detecting C compiler ABI info cp -puf /c/OMDev//tools/msys/mingw64/bin/libharfbuzz-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lapi.o lapi.c cp -pufr /c/OMDev//tools/msys/mingw64/share/qt5/plugins/* /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compiler ABI info - done -- Detecting C compile features gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lcode.o lcode.c -- Detecting C compiler ABI info - done -- Detecting C compile features gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lctype.o lctype.c -- Detecting C compile features - done -- Detecting C compile features - done echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.1 beta.uses" -- Detecting C compile features - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldebug.o ldebug.c -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.1 beta.license" -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe echo '20150519-095758~git~2.1-beta' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.1 beta.last_change" echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.uses" # Building git/SiemensPower echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.license" ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'master' '88e758037da4a8ca1b21b468409b15417a27d992' echo '3.0+OSR-21-gd4f9c3e' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.last_change" # Building git/ThermoSysPro ./checkout-git.sh 'git/ThermoSysPro' 'https://openmodelica.org/git/ThermoSysPro.git' 'master' 'db81ae1b5a6a85f6c6c7693244cafa6087e18ff5' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldo.o ldo.c -- Detecting C compile features - done -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldump.o ldump.c HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' cp -pufr /c/OMDev//tools/msys/mingw64/bin/libOpenThreads.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosg.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info HEAD is now at d4f9c3e [Janitor mode] Fix whitespace gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lfunc.o lfunc.c -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgViewer.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgDB.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgUtil.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lgc.o lgc.c cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgGA.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgText.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ echo 'Modelica_Synchronous 0.92.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.uses" if test -f 3rdParty/graphstream/Makefile; then make CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions " -C 3rdParty/graphstream/; fi echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.license" make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream' make CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions " -C gs-netstream/c++ all echo '1.7.1-3-ge4d9e52' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.last_change" -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force -- Detecting CXX compiler ABI info make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' # config zlib library mkdir -p 3rdParty/zlib/build/mingw/zlib gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o llex.o llex.c cd 3rdParty/zlib/build/mingw/zlib && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../../../zlib-1.2.11 -DCMAKE_INSTALL_PREFIX=../../../install/mingw mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-storage.cpp -o obj/netstream-storage.o HEAD is now at 88e7580 don't modify final parameter (geoPipe = geoPipe) -- Detecting CXX compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features -- Detecting CXX compile features gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lmem.o lmem.c HEAD is now at 88e7580 don't modify final parameter (geoPipe = geoPipe) -- Detecting C compile features - done -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- The C compiler identification is GNU 5.3.0 gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lobject.o lobject.c -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe test ! -d 'build//SiemensPower 2.2' cp -a 'git/SiemensPower/SiemensPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2" -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features checking build system type... -- Detecting C compile features - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lopcodes.o lopcodes.c -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lparser.o lparser.c HEAD is now at db81ae1 Set some start values in TestDynamicCentrifugalPump -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info HEAD is now at db81ae1 Set some start values in TestDynamicCentrifugalPump i686-pc-mingw32 gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lstate.o lstate.c autoreconf: configure.ac: not using Autoheader autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `.' checking whether we want to compile in debug mode... no gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lstring.o lstring.c test ! -d 'build//ThermoSysPro 3.1' cp -a 'git/ThermoSysPro/ThermoSysPro' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1" -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.uses" gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltable.o ltable.c echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.license" echo '2.2-20160429-215511~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.last_change" if test -f 3rdParty/graphstream/org.omc.graphstream.jar; then cp -p 3rdParty/graphstream/org.omc.graphstream.jar /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java/.; fi checking for C compiler default output file name... -- Detecting CXX compiler ABI info - done # config zlib minizip autoreconf: configure.ac: tracing gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltm.o ltm.c mkdir -p 3rdParty/zlib/build/mingw/minizip -- Detecting CXX compile features -- Detecting C compiler ABI info - done cd 3rdParty/zlib/build/mingw/minizip && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../../../minizip -DCMAKE_INSTALL_PREFIX=../../../install/mingw -- Detecting C compile features a.exe checking whether the C compiler works... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lundump.o lundump.c mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-socket.cpp -o obj/netstream-socket.o yes -- Detecting CXX compiler ABI info - done checking whether we are cross compiling... no checking for suffix of executables... -- Detecting CXX compile features gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lvm.o lvm.c -- The C compiler identification is GNU 5.3.0 .exe checking for suffix of object files... -- The CXX compiler identification is GNU 5.3.0 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lzio.o lzio.c o checking whether we are using the GNU C compiler... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lauxlib.o lauxlib.c -- Detecting CXX compile features - done -- Looking for va_copy -- Detecting CXX compile features - done -- Building static libraries. -- Detecting CXX compile features - done -- Configuring done yes -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info checking whether gcc accepts -g... -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lbaselib.o lbaselib.c # config cvode mkdir -p 3rdParty/cvode/build/mingw -- Looking for va_copy - not found -- Looking for __va_copy cd 3rdParty/cvode/build/mingw && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../.. -DCMAKE_INSTALL_PREFIX=../../install/mingw -DEXAMPLES_ENABLE:BOOL=0 -DBUILD_SHARED_LIBS:BOOL=0 gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lbitlib.o lbitlib.c -- Configuring done -- Detecting CXX compile features - done -- Performing Test COMPILER_SUPPORTS_CXX11 yes checking for gcc option to accept ANSI C... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lcorolib.o lcorolib.c checking build system type... -- The C compiler identification is GNU 5.3.0 gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldblib.o ldblib.c mkdir -p obj -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe g++ -g -O2 -falign-functions -c src/netstream-sender.cpp -o obj/netstream-sender.o -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o liolib.o liolib.c -- Looking for sys/types.h none needed -- Looking for __va_copy - found -- Looking for vsnprintf i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking for gcc... gcc -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Performing Test COMPILER_SUPPORTS_C11 gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lmathlib.o lmathlib.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o loslib.o loslib.c -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lstrlib.o lstrlib.c -- Detecting CXX compile features - done -- Looking for execinfo.h checking whether the C compiler works... -- Looking for sys/types.h - found -- Looking for vsnprintf - found autoreconf: configure.ac: adding subdirectory libatomic_ops to autoreconf autoreconf: Entering directory `libatomic_ops' -- Looking for vsnprintf -- Looking for stdint.h patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 1.6.patch' configure: C compiler options are: -g -O2 -falign-functions -- Detecting CXX compile features - done (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 1.6/Constants.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 1.6/SIunits.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 1.6/Thermal/HeatTransfer.mo' -- Looking for va_copy -- Performing Test COMPILER_SUPPORTS_C11 - Success -- Using tweetnacl for CURVE security echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.uses" -- Looking for kqueue echo 'modelica1.1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.license" checking whether we are using the GNU C++ compiler... echo '1.6-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.last_change" yes checking for C compiler default output file name... a.exe checking for suffix of executables... -- Looking for execinfo.h - not found -- Looking for getline rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6/.git"* gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltablib.o ltablib.c -- Detecting C compiler ABI info - done -- Detecting C compile features -- Looking for va_copy - not found -- Looking for __va_copy .exe checking whether we are cross compiling... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lutf8lib.o lutf8lib.c mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-main.cpp -o obj/netstream-main.o -- Looking for vsnprintf - found -- Looking for stdint.h - found -- Looking for stddef.h yes -- Looking for include file stdarg.h checking whether g++ accepts -g... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o loadlib.o loadlib.c no checking for suffix of object files... -- Looking for kqueue - not found -- Looking for epoll_create echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.license" echo '3.1+OSR-18-gdb81ae1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.last_change" -- Looking for getline - not found # config kinsol o checking whether we are using the GNU C compiler... mkdir -p 3rdParty/kinsol/build/mingw yes cd 3rdParty/kinsol/build/mingw && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../.. -DCMAKE_INSTALL_PREFIX=../../install/mingw -DEXAMPLES_ENABLE:BOOL=0 -DBUILD_SHARED_LIBS:BOOL=0 -- Looking for __va_copy - found -- Looking for vsnprintf # Building git/Modelica -- Detecting C compile features - done yes checking whether gcc accepts -g... ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/2.2.2' 'd442bcd461b8db9873e33b6141bdbd37bcff9de8' -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h -- Looking for stddef.h - found -- Check size of off64_t -- The C compiler identification is GNU 5.3.0 yes checking for gcc option to accept ISO C89... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o linit.o linit.c -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Generating done -- Looking for epoll_create - not found gcc -std=gnu99 -shared -o lua53.dll lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o -- Looking for sys/types.h -- checking for thread-local storage - found none needed checking for a BSD-compatible install... -- Configuring done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build make -C 3rdParty/SuiteSparse/build install make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -H/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse -B/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build --check-build-system CMakeFiles/Makefile.cmake 0 strip --strip-unneeded lua53.dll HEAD is now at 6a90d1a8 Modelica standard library, version 1.6, release date June 30, 2004. /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/progress.marks -- Generating done /usr/bin/install -c make -f CMakeFiles/Makefile2 all -- Looking for vsnprintf - found -- Looking for vsnprintf -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 gcc -std=gnu99 -o lua.exe -s lua.o lua53.dll -lm make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/depend make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' /C/OMDev/bin/cmake/bin/cmake.exe -H/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 -B/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 --check-build-system CMakeFiles/Makefile.cmake 0 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_global.dir/DependInfo.cmake --color= -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/CMakeFiles /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/CMakeFiles/progress.marks Scanning dependencies of target amd_global make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' make -f CMakeFiles/Makefile2 all make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/build make "LUAC_T=luac.exe" luac.exe -- Looking for include file stdlib.h - found make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend -- Looking for include file stddef.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Check size of off64_t - done -- Looking for fseeko make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -c -o luac.o luac.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/CMakeFiles/metis.dir/DependInfo.cmake --color= [ 0%] Building C object CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/amd_global.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_global.c -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info configure: creating ./config.status make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Scanning dependencies of target metis make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build -- Looking for sys/types.h - found -- Looking for stdint.h ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' [ 0%] Built target amd_global make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_DLONG.dir/DependInfo.cmake --color= [ 1%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/b64.c ranlib liblua.a 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 gcc -std=gnu99 -o luac.exe luac.o liblua.a -lm -- Looking for vsnprintf - found Scanning dependencies of target amd_DLONG make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/build -- Looking for include file stdarg.h make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4' rm -rf lua-5.3.4/src/*.o make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' ar rcs libnetstream.a obj/netstream-storage.o obj/netstream-socket.o obj/netstream-sender.o obj/netstream-main.o [ 3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.obj -- Detecting CXX compiler ABI info - done cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/blas.c -- Detecting C compile features - done -- Detecting CXX compile features mkdir -p install/mingw make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' -- Looking for _POSIX_TIMERS [ 0%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_1.c mv lua-5.3.4/src/liblua.a install/mingw :0:6: warning: ISO C99 requires whitespace after the macro name mv lua-5.3.4/src/lua.exe install/mingw # CERES=OFF => Skipping build of 3rdParty library Ceres-Solver. Ceres-Solver is a dependency of the (optional) parameter estimation module. mv lua-5.3.4/src/luac.exe install/mingw -- Looking for fseeko - found -- Looking for unistd.h -- Looking for include file stddef.h - found make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend -- Detecting C compiler ABI info - done -- Looking for include file stdint.h mkdir -p install/mingw/include cp lua-5.3.4/src/lauxlib.h install/mingw/include -- Detecting C compile features make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_DINT.dir/DependInfo.cmake --color= cp lua-5.3.4/src/lua.h install/mingw/include HEAD is now at d442bcd4 A.Haumer: corrected spelling error in documentation [ 0%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_2.c cp lua-5.3.4/src/lua.hpp install/mingw/include cp lua-5.3.4/src/luaconf.h install/mingw/include :0:6: warning: ISO C99 requires whitespace after the macro name cp lua-5.3.4/src/lualib.h install/mingw/include Scanning dependencies of target amd_DINT make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/build make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua' libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 4%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c -- Looking for stdint.h - found -- Looking for stddef.h [ 0%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_1.c :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c: In function 'gk_csr_Read': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422:22: warning: unknown conversion type character 'z' in format [-Wformat=] if (sscanf(line, "%zu %zu %zu", &nrows, &ncols, &nnz) != 3) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422:22: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422:22: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422:22: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: unknown conversion type character 'z' in format [-Wformat=] nfields = sscanf(line, "%zu %zu %zu %zu", &nrows, &nnz, &fmt, &ncon); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:448:21: warning: unknown conversion type character 'z' in format [-Wformat=] sprintf(fmtstr, "%03zu", fmt%1000); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:448:21: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c: In function 'gk_csr_Write': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:634:20: warning: unknown conversion type character 'z' in format [-Wformat=] fprintf(fpout, "%d %d %zd\n", mat->nrows, mat->ncols, mat->rowptr[mat->nrows]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:634:20: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c: In function 'gk_csr_Scale': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:1567:16: warning: unknown conversion type character 'z' in format [-Wformat=] printf("nnz: %zd, nnzcols: %d, bgfreq: %d\n", rowptr[nrows], nnzcols, bgfreq); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:1567:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long long int}' [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:1567:16: warning: too many arguments for format [-Wformat-extra-args] echo Copying needed .dlls to the /c/dev/hudson/workspace/OM_Win/OM/build/bin directory Copying needed .dlls to the /c/dev/hudson/workspace/OM_Win/OM/build/bin directory test ! -f /c/WINDOWS/system32/OpenCL.dll || gendef - /c/WINDOWS/system32/OpenCL.dll > /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/OpenCL.def || true HEAD is now at d442bcd4 A.Haumer: corrected spelling error in documentation * [C:/WINDOWS/system32/OpenCL.dll] Found PE+ image [ 0%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj -- Looking for include file stdarg.h - found /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_2.c test ! -f /c/WINDOWS/system32/OpenCL.dll || dlltool -l /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libOpenCL.a -d /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/OpenCL.def -A -k || true -- Looking for include file stdlib.h [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_aat.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for _POSIX_TIMERS - not found -- Added NVECTOR_SERIAL module -- Added CVODE module -- Configuring done -- Looking for include file stdint.h - found -- Looking for include file inttypes.h test ! -d 'build//Modelica 2.2.2' -- Looking for unistd.h - found -- Renaming -- C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/zlib-1.2.11/zconf.h -- to 'zconf.h.included' because this file is included with zlib -- but CMake generates it automatically in the build directory. [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2" /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_control.c -- Configuring done :0:6: warning: ISO C99 requires whitespace after the macro name -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/btf_object_DLONG.dir/DependInfo.cmake --color= [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_defaults.c -- Generating done [ 2%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_aat.c -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib Scanning dependencies of target btf_object_DLONG -- Looking for stddef.h - found -- Check size of struct pollfd make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name checking whether C++ compiler g++ works... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 6%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/error.c [ 2%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_maxtrans.c libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_dump.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 2%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_control.c -- Looking for include file stdlib.h - found -- Looking for include file stddef.h :0:6: warning: ISO C99 requires whitespace after the macro name (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgomp-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) # LIBXML2=OFF => Skipping build of 3rdParty library libxml2 (must be installed on system instead). [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_info.c [ 4%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj [ 8%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/evaluate.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_order.c make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of struct pollfd - failed -- Looking for pollset_create [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/btf_object_DINT.dir/DependInfo.cmake --color= /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_defaults.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libwinpthread-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for include file inttypes.h - found -- Looking for include file locale.h Scanning dependencies of target btf_object_DINT yes make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/build (cp -puf /c/OMDev//tools/msys/mingw64/bin/libtre-5.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 4%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj [ 4%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_order.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_strongcomp.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libsystre-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 5%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_dump.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_maxtrans.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 9%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/fkvkselect.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name libtoolize: copying file 'm4/ltoptions.m4' (cp -puf /c/OMDev//tools/msys/mingw64/bin/libstdc++-6.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 5%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_postorder.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libquadmath-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj [ 6%] Built target btf_object_DLONG make -C 3rdParty/zlib/build/mingw/zlib/ install /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_info.c :0:6: warning: ISO C99 requires whitespace after the macro name make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 6%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_order.c :0:6: warning: ISO C99 requires whitespace after the macro name (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgcc_s_seh-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) :0:6: warning: ISO C99 requires whitespace after the macro name (cp -puf /c/OMDev//tools/msys/mingw64/bin/libintl-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 11%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/fs.c config.status: creating Makefile make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 6%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_post_tree.c -- Looking for include file stddef.h - found make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' (cp -puf /c/OMDev//tools/msys/mingw64/bin/libiconv-2.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Looking for include file stdint.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_order.c [ 6%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj 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 /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_strongcomp.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 2%] Generating zlib1rc.obj (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgfortran*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Looking for pollset_create - not found -- Looking for poll [ 7%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_preprocess.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libexpat-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for include file locale.h - found libtoolize: copying file 'm4/ltsugar.m4' :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for snprintf [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.obj [ 7%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_postorder.c [ 7%] Built target btf_object_DINT cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/getopt.c make -C 3rdParty/cvode/build/mingw/ install (cp -puf /c/OMDev//tools/msys/mingw64/bin/libopenblas.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name checking whether we are using the GNU Fortran 77 compiler... [ 7%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_valid.c -- Detecting C compile features - done make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 7%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_post_tree.c -- Looking for _POSIX_TIMERS (cp -puf /c/OMDev//tools/msys/mingw64/bin/zlib1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' Scanning dependencies of target zlib :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' (cp -puf /c/OMDev//tools/msys/mingw64/bin/libszip*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 7%] Built target amd_DLONG [ 4%] Building C object CMakeFiles/zlib.dir/adler32.obj (cp -puf /c/OMDev//tools/msys/mingw64/bin/libhdf5-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) Scanning dependencies of target sundials_nvecserial_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 8%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_preprocess.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c (cp -puf /c/OMDev//lib/omniORB-4.2.0-mingw64/bin/x86_win32/omniORB420_rt.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name yes checking whether gfortran accepts -g... libtoolize: copying file 'm4/ltversion.m4' [ 3%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj -- Looking for include file stdint.h - found -- Looking for include file inttypes.h (cp -puf /c/OMDev//lib/omniORB-4.2.0-mingw64/bin/x86_win32/omnithread40_rt.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c:488:0: warning: "alloca" redefined # define alloca(size) __builtin_alloca (size) ^ In file included from C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/include/stdlib.h:686:0, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/GKlib.h:30, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c:55: C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/include/malloc.h:183:0: note: this is the location of the previous definition #define alloca(x) __builtin_alloca((x)) ^ [ 7%] Building C object CMakeFiles/zlib.dir/compress.obj Scanning dependencies of target zlibstatic C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c: In function 'parse_dup_op': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c:5089:39: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] postorder (elem, mark_opt_subexp, (void *) (long) elem->token.opr.idx); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c: In function 'mark_opt_subexp': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c:6301:19: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int idx = (int) (long) extra; ^ make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 8%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_valid.c (cp -puf /c/OMDev//lib/omniORB-4.2.0-mingw64/bin/x86_win32/omniORB420_rt.dll /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) :0:6: warning: ISO C99 requires whitespace after the macro name [ 9%] Building C object CMakeFiles/zlibstatic.dir/adler32.obj (cp -puf /c/OMDev//lib/omniORB-4.2.0-mingw64/bin/x86_win32/omnithread40_rt.dll /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) -- Detecting CXX compile features - done [ 12%] Building C object CMakeFiles/zlib.dir/crc32.obj -- Configuring done -- Looking for poll - not found -- Detected select polling method Scanning dependencies of target sundials_cvode_static -- Detected ZMQ Version - 4.2.3 [ 7%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' -- Looking for snprintf - found -- Generating done (cp -puf /c/OMDev//lib/3rdParty/Sundials64/lib/release/mingw/libsundials_kinsol.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) -- Looking for vasprintf -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip -- Looking for include file ifaddrs.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 8%] Built target amd_DINT make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend (cp -puf /c/OMDev//lib/3rdParty/Sundials64/lib/release/mingw/libsundials_nvecserial.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) yes [ 14%] Building C object CMakeFiles/zlibstatic.dir/compress.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/colamd_object_l.dir/DependInfo.cmake --color= [ 16%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.obj [ 11%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c (cp -puf /c/OMDev//lib/lis64/liblis.la /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) -- Looking for _POSIX_TIMERS - not found -- Added NVECTOR_SERIAL module [ 17%] Building C object CMakeFiles/zlib.dir/deflate.obj -- Added KINSOL module Scanning dependencies of target colamd_object_l make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Configuring done make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/build [ 14%] Linking C static library libsundials_nvecserial.a libtoolize: copying file 'm4/lt~obsolete.m4' (cp -puf /c/OMDev//lib/lis64/liblis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c: In function 'gk_graph_Read': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: unknown conversion type character 'z' in format [-Wformat=] nfields = sscanf(line, "%zu %zu %zu %zu", &nvtxs, &nedges, &fmt, &ncon); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:118:21: warning: unknown conversion type character 'z' in format [-Wformat=] sprintf(fmtstr, "%03zu", fmt%1000); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:118:21: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c: In function 'gk_graph_Write': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:297:18: warning: unknown conversion type character 'z' in format [-Wformat=] fprintf(fpout, "%d %zd", graph->nvtxs, graph->xadj[graph->nvtxs]/2); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:297:18: warning: too many arguments for format [-Wformat-extra-args] make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Building C object CMakeFiles/zlibstatic.dir/crc32.obj (cp -pf /c/OMDev//lib/expat-win32-msvc/libexpat.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 8%] Building C object CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DNBLAS -DNCHOLMOD @CMakeFiles/colamd_object_l.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/COLAMD/Source/colamd.c -- Generating done -- Looking for vasprintf - not found -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw -- Looking for asprintf (cp -pf /c/OMDev//lib/lapack-win32-msvc/blas_win32_MT.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Looking for include file ifaddrs.h - not found -- Looking for include file inttypes.h - found -- Looking for include file windows.h -- Looking for include file locale.h [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.obj [ 21%] Building C object CMakeFiles/zlibstatic.dir/deflate.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/htable.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' (cp -pf /c/OMDev//lib/lapack-win32-msvc/lapack_win32_MT.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 24%] Building C object CMakeFiles/zlib.dir/gzclose.obj [ 14%] Built target sundials_nvecserial_static [ 18%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/colamd_object.dir/DependInfo.cmake --color= mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/ configure: Fortran compiler options are: -O3 -pipe make -C 3rdParty/kinsol/build/mingw/ install checking for egrep... (cp -pufr /c/OMDev//tools/xsltproc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/) Scanning dependencies of target colamd_object make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/build grep -E checking whether ln -s works... yes checking for a BSD-compatible install... [ 26%] Building C object CMakeFiles/zlib.dir/gzlib.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /usr/bin/install -c checking whether build environment is sane... make -C 3rdParty/lpsolve/ install CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" -j1 [ 29%] Building C object CMakeFiles/zlibstatic.dir/gzclose.obj -- Looking for asprintf - not found [ 8%] Building C object CMakeFiles/colamd_object.dir/COLAMD/Source/colamd_global.c.obj -- Looking for snprintf [ 22%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DNBLAS -DNCHOLMOD @CMakeFiles/colamd_object.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/colamd_object.dir/COLAMD/Source/colamd_global.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/COLAMD/Source/colamd_global.c libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' make[2]: warning: -jN forced in submake: disabling jobserver mode. (cp -pufr /c/OMDev//tools/gnuplot /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' flex -L lp_rlp.l [ 31%] Building C object CMakeFiles/zlib.dir/gzread.obj [ 9%] Building C object CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DNBLAS -DNCHOLMOD @CMakeFiles/colamd_object.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/colamd_object.dir/COLAMD/Source/colamd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/COLAMD/Source/colamd.c lp_rlp.l:64: warning, rule cannot be matched Scanning dependencies of target sundials_nvecserial_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 34%] Building C object CMakeFiles/zlibstatic.dir/gzlib.obj sed -e "s/yy/lp_yy/g" lex.yy.c >lp_rlp.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 9%] Built target colamd_object_l [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj [ 3%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj rm -f lex.yy.c [ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c [ 36%] Building C object CMakeFiles/zlib.dir/gzwrite.obj test -d /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve || mkdir -p /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve -- Looking for include file locale.h - found -- Looking for snprintf [ 39%] Building C object CMakeFiles/zlibstatic.dir/gzread.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c: In function 'gk_i64readfile': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c:192:20: warning: ISO C does not support the 'I64' ms_scanf length modifier [-Wformat=] sscanf(line, "%"SCNd64, &array[nlines++]); ^ /usr/bin/install -c declare.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj /usr/bin/install -c fortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 41%] Building C object CMakeFiles/zlib.dir/inflate.obj /usr/bin/install -c ini.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /usr/bin/install -c lp_crash.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 7%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj test -f 3rdParty/CMinpack/build/libcminpack.a || make -C 3rdParty/CMinpack/build /usr/bin/install -c lp_explicit.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /usr/bin/install -c lp_fortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 43%] Building C object CMakeFiles/zlibstatic.dir/gzwrite.obj yes make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' /C/OMDev/bin/cmake/bin/cmake.exe -H/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack -B/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/install -c lp_Hash.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /usr/bin/install -c lpkit.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build/CMakeFiles /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build/CMakeFiles/progress.marks /usr/bin/install -c lp_lib.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for snprintf - found -- Looking for vasprintf make -f CMakeFiles/Makefile2 all /usr/bin/install -c lp_matrix.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 11%] Linking C static library libsundials_nvecserial.a make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/depend [ 46%] Building C object CMakeFiles/zlib.dir/infback.obj /usr/bin/install -c lp_MDO.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 9%] Built target colamd_object make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build/CMakeFiles/cminpack.dir/DependInfo.cmake make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/depend checking for gawk... gawk checking whether make sets $(MAKE)... [ 48%] Building C object CMakeFiles/zlibstatic.dir/inflate.obj /usr/bin/install -c lp_mipbb.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/klu_object_DLONG.dir/DependInfo.cmake --color= /usr/bin/install -c lp_MPS.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ autoreconf: running: libtoolize --copy --force /usr/bin/install -c lp_presolve.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 37%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj /usr/bin/install -c lp_price.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for include file windows.h - found -- Looking for include file sys/uio.h [ 51%] Building C object CMakeFiles/zlib.dir/inftrees.obj /usr/bin/install -c lp_pricePSE.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 2.2.2.patch' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' /usr/bin/install -c lp_report.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ yes -- Looking for snprintf - found /usr/bin/install -c lp_rlp.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for vasprintf [ 11%] Built target sundials_nvecserial_static (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 2.2.2/Constants.mo' Scanning dependencies of target klu_object_DLONG echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.uses" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/build [ 53%] Building C object CMakeFiles/zlibstatic.dir/infback.obj /usr/bin/install -c lp_scale.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ echo 'modelica1.1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.license" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /usr/bin/install -c lp_simplex.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/itemsets.c checking for style of include used by make... echo '2.2.2-20140315-143534~git~maint-2.2.2-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.last_change" /usr/bin/install -c lp_solveDLL.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 56%] Building C object CMakeFiles/zlib.dir/inffast.obj [ 40%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.c.obj [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj echo 'omlibrary-msl222' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.breaks" /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu.c /usr/bin/install -c lpsolve.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ # Building git/Modelica GNU /usr/bin/install -c lp_SOS.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target cminpack make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.1' 'af2a3e1597d648d6826665c89cf9eaf5c2a632bc' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/build /usr/bin/install -c lp_types.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' [ 58%] Building C object CMakeFiles/zlibstatic.dir/inftrees.obj /usr/bin/install -c lp_utils.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ checking dependency style of gcc... -- Looking for include file sys/uio.h - not found /usr/bin/install -c lp_wlp.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 60%] Building C object CMakeFiles/zlib.dir/trees.obj -- Looking for include file sys/eventfd.h [ 2%] Building C object CMakeFiles/cminpack.dir/chkder.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/chkder.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/chkder.c /usr/bin/install -c ufortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for vasprintf - not found -- Looking for asprintf [ 44%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj -- Looking for vasprintf - found /usr/bin/install -c yacc_read.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for asprintf [ 22%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c Scanning dependencies of target sundials_kinsol_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 63%] Building C object CMakeFiles/zlibstatic.dir/inffast.obj bison --no-lines -y -d lp_rlp.y make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c: In function 'gk_mcoreDestroy': [ 4%] Building C object CMakeFiles/cminpack.dir/enorm.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] printf("\n gk_mcore statistics\n" ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:75:12: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:88:12: warning: unknown conversion type character 'z' in format [-Wformat=] printf("***Warning: mcore memory was not fully freed when destroyed.\n" ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:88:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:88:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:88:12: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c: In function 'gk_gkmcoreDestroy': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:111:12: warning: unknown conversion type character 'z' in format [-Wformat=] printf("\n gk_mcore statistics\n" ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:111:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:111:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:111:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:111:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:111:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:111:12: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:124:12: warning: unknown conversion type character 'z' in format [-Wformat=] printf("***Warning: mcore memory was not fully freed when destroyed.\n" ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:124:12: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c:124:12: warning: too many arguments for format [-Wformat-extra-args] /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/enorm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/enorm.c [ 14%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 65%] Building C object CMakeFiles/zlib.dir/uncompr.obj [ 48%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj [ 68%] Building C object CMakeFiles/zlibstatic.dir/trees.obj [ 6%] Building C object CMakeFiles/cminpack.dir/hybrd1.c.obj -- Looking for asprintf - not found -- Looking for snprintf /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrd1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrd1.c sed -e "s/yy/lp_yy/g" y.tab.c >lp_rlp.c -- Looking for include file sys/eventfd.h - not found -- Looking for fopen in ws2_32 [ 24%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.obj [ 70%] Building C object CMakeFiles/zlib.dir/zutil.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj rm -f y.tab.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze_given.c HEAD is now at d442bcd4 A.Haumer: corrected spelling error in documentation [ 51%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj [ 18%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 8%] Building C object CMakeFiles/cminpack.dir/hybrj.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj.c C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c: In function 'gk_malloc': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c:150:21: warning: unknown conversion type character 'z' in format [-Wformat=] fprintf(stderr, " Current memory used: %10zu bytes\n", gk_GetCurMemoryUsed()); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c:150:21: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c:151:21: warning: unknown conversion type character 'z' in format [-Wformat=] fprintf(stderr, " Maximum memory used: %10zu bytes\n", gk_GetMaxMemoryUsed()); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c:151:21: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c: In function 'gk_realloc': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c:185:21: warning: unknown conversion type character 'z' in format [-Wformat=] fprintf(stderr, " Maximum memory used: %10zu bytes\n", gk_GetMaxMemoryUsed()); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c:185:21: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c:186:21: warning: unknown conversion type character 'z' in format [-Wformat=] fprintf(stderr, " Current memory used: %10zu bytes\n", gk_GetCurMemoryUsed()); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c:186:21: warning: too many arguments for format [-Wformat-extra-args] [ 73%] Building C object CMakeFiles/zlibstatic.dir/uncompr.obj gcc -s -c -I. -I./shared -I./bfp -I./bfp/bfp_LUSOL -I./bfp/bfp_LUSOL/LUSOL -I./colamd -g -O2 -falign-functions -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine lp_MDO.c shared/commonlib.c shared/mmio.c shared/myblas.c ini.c fortify.c colamd/colamd.c lp_rlp.c lp_crash.c bfp/bfp_LUSOL/lp_LUSOL.c bfp/bfp_LUSOL/LUSOL/lusol.c lp_Hash.c lp_lib.c lp_wlp.c lp_matrix.c lp_mipbb.c lp_MPS.c lp_params.c lp_presolve.c lp_price.c lp_pricePSE.c lp_report.c lp_scale.c lp_simplex.c lp_SOS.c lp_utils.c yacc_read.c [ 75%] Linking C shared library libzlib.dll [ 55%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj [ 78%] Building C object CMakeFiles/zlibstatic.dir/zutil.obj [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj gcc3 checking dependency style of g++ ... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_defaults.c -- Looking for asprintf - found -- Looking for localeconv :0:6: warning: ISO C99 requires whitespace after the macro name [ 22%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj [ 10%] Building C object CMakeFiles/cminpack.dir/lmdif1.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmdif1.c [ 80%] Linking C static library libzlibstatic.a [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_diagnostics.c [ 59%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name [ 12%] Building C object CMakeFiles/cminpack.dir/lmstr1.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmstr1.c [ 25%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_band.c.obj [ 80%] Built target zlib -- Looking for snprintf - found -- Looking for vasprintf make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/depend make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/klu_object_DINT.dir/DependInfo.cmake --color= -- Looking for fopen in ws2_32 - found -- Looking for fopen in ws2 [ 80%] Built target zlibstatic [ 62%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj [ 14%] Building C object CMakeFiles/cminpack.dir/qrfac.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrfac.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qrfac.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/omp.c Scanning dependencies of target klu_object_DINT [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/build [ 29%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_dense.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_dump.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Scanning dependencies of target example :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu.c [ 82%] Building C object CMakeFiles/example.dir/test/example.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj [ 16%] Building C object CMakeFiles/cminpack.dir/r1updt.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_extract.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/r1updt.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/r1updt.c [ 66%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj -- Looking for localeconv - found -- Looking for sys/types.h :0:6: warning: ISO C99 requires whitespace after the macro name gcc3 checking whether to enable maintainer-specific portions of Makefiles... no [ 33%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_sparse.c.obj checking host system type... [ 27%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/pdb.c [ 85%] Linking C executable example.exe [ 18%] Building C object CMakeFiles/cminpack.dir/dogleg.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/dogleg.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/dogleg.c [ 70%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_factor.c [ 37%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name i686-pc-mingw32 -- Looking for vasprintf - found [ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj -- Looking for asprintf /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 20%] Building C object CMakeFiles/cminpack.dir/fdjac1.c.obj -- Looking for fopen in ws2 - not found [ 29%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/fdjac1.c -- Looking for fopen in rpcrt4 cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/pqueue.c [ 74%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/depend checking for a sed that does not truncate output... [ 40%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spbcgs.c.obj [ 85%] Built target example make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/DependInfo.cmake --color= [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_numeric.c /usr/bin/sed checking for ld used by gcc... :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 22%] Building C object CMakeFiles/cminpack.dir/hybrd.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrd.c [ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze_given.c Scanning dependencies of target example64 [ 77%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_symbolic.c HEAD is now at af2a3e15 Fixes #1449 -- Looking for sys/types.h - found -- Check size of long double :0:6: warning: ISO C99 requires whitespace after the macro name [ 44%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spfgmr.c.obj [ 87%] Building C object CMakeFiles/example64.dir/test/example.obj Scanning dependencies of target umfpack_olib_DINT_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 81%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_kernel.c [ 24%] Building C object CMakeFiles/cminpack.dir/lmder1.c.obj [ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmder1.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_defaults.c [ 13%] Building C object CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c HEAD is now at af2a3e15 Fixes #1449 :0:6: warning: ISO C99 requires whitespace after the macro name [ 90%] Linking C executable example64.exe [ 48%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spgmr.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for asprintf - found -- Looking for localeconv [ 26%] Building C object CMakeFiles/cminpack.dir/lmdif.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmdif.c [ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_diagnostics.c [ 30%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/random.c [ 85%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for fopen in rpcrt4 - found -- Looking for fopen in iphlpapi :0:6: warning: ISO C99 requires whitespace after the macro name C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe checking if the linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... [ 13%] Built target umfpack_olib_DINT_DO_VALUES test ! -d 'build//Modelica 3.1' [ 51%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_sptfqmr.c.obj yes checking for C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r checking for BSD-compatible nm... cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 14%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_memory.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target minigzip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /mingw64/bin/nm -B checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)? checking how to run the C preprocessor... [ 90%] Built target example64 [ 28%] Building C object CMakeFiles/cminpack.dir/lmstr.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmstr.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_dump.c [ 88%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj [ 32%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/rw.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/rw.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 92%] Building C object CMakeFiles/minigzip.dir/test/minigzip.obj [ 55%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' [ 15%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_refactor.c make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/depend -- Check size of long double - done -- Check size of long long int :0:6: warning: ISO C99 requires whitespace after the macro name [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/DependInfo.cmake --color= /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_extract.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 92%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj [ 95%] Linking C executable minigzip.exe [ 30%] Building C object CMakeFiles/cminpack.dir/qrsolv.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrsolv.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qrsolv.c Scanning dependencies of target umfpack_olib_DLONG_FIXQ [ 59%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build [ 33%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/seq.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 15%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_scale.c [ 15%] Building C object CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_factor.c :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for localeconv - found :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for sys/types.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 32%] Building C object CMakeFiles/cminpack.dir/rwupdt.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/rwupdt.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/rwupdt.c [ 96%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj [ 62%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj -- Looking for fopen in iphlpapi - found -- Looking for SO_PEERCRED make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 35%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.c.obj [ 15%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj [ 95%] Built target minigzip cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/sort.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_solve.c gcc -E make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name [ 34%] Building C object CMakeFiles/cminpack.dir/dpmpar.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/dpmpar.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/dpmpar.c [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_numeric.c Scanning dependencies of target minigzip64 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 66%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name [100%] Linking C static library libsundials_cvode.a [ 15%] Built target umfpack_olib_DLONG_FIXQ [ 97%] Building C object CMakeFiles/minigzip64.dir/test/minigzip.obj [ 36%] Building C object CMakeFiles/cminpack.dir/fdjac2.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/fdjac2.c [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/string.c [ 16%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj -- Check size of long long int - done /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_sort.c -- Looking for SO_PEERCRED - not found -- Check size of unsigned long long int [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj -- Looking for LOCAL_PEERCRED /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 70%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' [ 38%] Building C object CMakeFiles/cminpack.dir/hybrj1.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj1.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [100%] Linking C executable minigzip64.exe [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_kernel.c [100%] Built target sundials_cvode_static -- Looking for sys/types.h - found -- Check size of long double make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 17%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_tsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/depend [ 40%] Building C object CMakeFiles/cminpack.dir/lmder.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmder.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 74%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT.dir/DependInfo.cmake --color= Install the project... -- Looking for LOCAL_PEERCRED - not found checking for ANSI C header files... -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_config.h -- Looking for pthread.h Install shared components -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_band.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_dense.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_direct.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_iterative.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_math.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_nvector.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_fnvector.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_pcg.h make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_sparse.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_spbcgs.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_spfgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_spgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_sptfqmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_types.h Install NVECTOR_SERIAL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/lib/libsundials_nvecserial.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/nvector/nvector_serial.h Install CVODE -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/lib/libsundials_cvode.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_band.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_bandpre.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_bbdpre.h make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_dense.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_diag.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_direct.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_sparse.h [100%] Built target minigzip64 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_spbcgs.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_spgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_spils.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_sptfqmr.h make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_impl.h make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 77%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj [ 17%] Built target klu_object_DLONG [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_memory.c [ 42%] Building C object CMakeFiles/cminpack.dir/lmpar.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmpar.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmpar.c libtoolize: copying file 'm4/ltoptions.m4' [ 38%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/timers.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/timers.c [ 18%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_refactor.c Install the project... :0:6: warning: ISO C99 requires whitespace after the macro name -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/lib/libzlib.dll.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/bin/libzlib.dll -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/lib/libzlibstatic.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/zconf.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/zlib.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/share/man/man3/zlib.3 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/share/pkgconfig/zlib.pc make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/depend make -C 3rdParty/zlib/build/mingw/minizip/ install -- Check size of unsigned long long int - done [ 81%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sparse.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/DependInfo.cmake --color= -- Check size of struct lconv [ 44%] Building C object CMakeFiles/cminpack.dir/qform.c.obj make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 85%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spbcgs.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qform.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qform.c [ 40%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/tokenizer.c Scanning dependencies of target umfpack_olib_DLONG_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 18%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj -- Check size of long double - done -- Check size of long long int /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_scale.c [ 46%] Building C object CMakeFiles/cminpack.dir/r1mpyq.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/r1mpyq.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/r1mpyq.c [ 18%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 41%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.obj [ 88%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spfgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/util.c :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= Scanning dependencies of target minizip -- Looking for pthread.h - found make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' libtoolize: copying file 'm4/ltsugar.m4' -- Looking for pthread_create [ 48%] Building C object CMakeFiles/cminpack.dir/covar.c.obj [ 18%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/covar.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/covar.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_solve.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' Scanning dependencies of target umfpack_olib_DINT_CONJUGATE_SOLVE make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 16%] Building C object CMakeFiles/minizip.dir/ioapi.c.obj [ 18%] Built target umfpack_olib_DLONG_DO_VALUES [ 92%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spgmr.c.obj [ 43%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/auxapi.c [ 19%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c [ 50%] Building C object CMakeFiles/cminpack.dir/covar1.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/covar1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/covar1.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 19%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_sort.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 33%] Building C object CMakeFiles/minizip.dir/miniunz.c.obj make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DROP.dir/DependInfo.cmake --color= [ 52%] Building C object CMakeFiles/cminpack.dir/chkder_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/chkder_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/chkder_.c -- Check size of struct lconv - done [ 96%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sptfqmr.c.obj -- Performing Test HAVE_LCONV_DECIMAL_POINT [ 19%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj [ 45%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/balance.c Scanning dependencies of target umfpack_olib_DINT make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/build Scanning dependencies of target umfpack_olib_ZINT_DROP make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/build [ 20%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_tsolve.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' libtoolize: copying file 'm4/ltversion.m4' -- Check size of long long int - done -- Check size of unsigned long long int :0:6: warning: ISO C99 requires whitespace after the macro name [ 20%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c [ 54%] Building C object CMakeFiles/cminpack.dir/enorm_.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 20%] Building C object CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/enorm_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/enorm_.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DROP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c [100%] Linking C static library libsundials_kinsol.a :0:6: warning: ISO C99 requires whitespace after the macro name yes :0:6: warning: ISO C99 requires whitespace after the macro name [ 20%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE [ 50%] Building C object CMakeFiles/minizip.dir/minizip.c.obj [ 56%] Building C object CMakeFiles/cminpack.dir/hybrd1_.c.obj checking for sys/types.h... -- Looking for pthread_create - found /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrd1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrd1_.c -- Found Threads: TRUE -- Looking for clock_gettime [ 20%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 20%] Built target klu_object_DINT make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 66%] Building C object CMakeFiles/minizip.dir/unzip.c.obj [ 46%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/bucketsort.c [ 58%] Building C object CMakeFiles/cminpack.dir/hybrj_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj_.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 21%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c [100%] Built target sundials_kinsol_static make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 21%] Built target umfpack_olib_ZINT_DROP :0:6: warning: ISO C99 requires whitespace after the macro name [ 48%] Building C object libmetis/CMakeFiles/metis.dir/checkgraph.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/checkgraph.c [ 60%] Building C object CMakeFiles/cminpack.dir/lmdif1_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmdif1_.c libtoolize: copying file 'm4/lt~obsolete.m4' -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/depend Install the project... [ 83%] Building C object CMakeFiles/minizip.dir/zip.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/DependInfo.cmake --color= [ 21%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_config.h Install shared components /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_band.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_dense.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_direct.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_iterative.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_math.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_nvector.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_fnvector.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_pcg.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_sparse.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_spbcgs.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_spfgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_spgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_sptfqmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_types.h yes [ 50%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.obj Install NVECTOR_SERIAL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/lib/libsundials_nvecserial.a :0:6: warning: ISO C99 requires whitespace after the macro name -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/nvector/nvector_serial.h cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/coarsen.c Install KINSOL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/lib/libsundials_kinsol.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_band.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_bbdpre.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_dense.h [ 62%] Building C object CMakeFiles/cminpack.dir/lmstr1_.c.obj -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_direct.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol.h /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmstr1_.c -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_spbcgs.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_spfgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_spgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_spils.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_sptfqmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_impl.h -- Check size of unsigned long long int - done -- Check size of struct lconv Scanning dependencies of target umfpack_olib_ZLONG_WSOLVE make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/depend make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/DependInfo.cmake --color= make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 51%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.obj [ 21%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/depend cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/compress.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c [ 64%] Building C object CMakeFiles/cminpack.dir/qrfac_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrfac_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qrfac_.c [ 22%] Building C object CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/DependInfo.cmake --color= /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE -DZLONG @CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_ZLONG_FIXQ [100%] Linking C static library libminizip.a make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' checking for sys/stat.h... make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for clock_gettime - not found -- Looking for fork make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Scanning dependencies of target umfpack_olib_DINT_WSOLVE make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build [ 22%] Building C object CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' :0:6: warning: ISO C99 requires whitespace after the macro name [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c [ 22%] Built target umfpack_olib_ZLONG_WSOLVE [ 66%] Building C object CMakeFiles/cminpack.dir/r1updt_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/r1updt_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/r1updt_.c [ 22%] Building C object CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE @CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend [100%] Built target minizip :0:6: warning: ISO C99 requires whitespace after the macro name make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 53%] Building C object libmetis/CMakeFiles/metis.dir/contig.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/contig.c :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_DLONG_DO_MAP_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/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]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success [ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj Install the project... -- Check size of intmax_t /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 23%] Built target umfpack_olib_DINT_WSOLVE :0:6: warning: ISO C99 requires whitespace after the macro name -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/lib/libminizip.a [ 68%] Building C object CMakeFiles/cminpack.dir/dogleg_.c.obj -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/minizip.h /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/dogleg_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/dogleg_.c -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/miniunz.h make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 24%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/depend make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 54%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c yes [ 24%] Built target umfpack_olib_ZLONG_FIXQ :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of struct lconv - done -- Performing Test HAVE_LCONV_DECIMAL_POINT [ 70%] Building C object CMakeFiles/cminpack.dir/fdjac1_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/fdjac1_.c Scanning dependencies of target umfpack_olib_DLONG_DO_MAP make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c: In function 'libmetis__ComputeMaxCut': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c:109:10: warning: unknown conversion type character 'z' in format [-Wformat=] printf("%zu => %"PRIDX"\n", iargmax(nparts, cuts), maxcut); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c:109:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long long unsigned int}' [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c:109:10: warning: too many arguments for format [-Wformat-extra-args] make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 56%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/fm.c [ 24%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES [ 24%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj [ 72%] Building C object CMakeFiles/cminpack.dir/hybrd_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrd_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrd_.c make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend checking for stdlib.h... [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.1.patch' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c [ 58%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/fortran.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_FIXQ.dir/DependInfo.cmake --color= [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for fork - not found -- Looking for gethrtime :0:6: warning: ISO C99 requires whitespace after the macro name (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Constants.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Electrical/Digital.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Fluid/Pipes.mo' [ 74%] Building C object CMakeFiles/cminpack.dir/lmder1_.c.obj Scanning dependencies of target umfpack_olib_DINT_FIXQ (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/IdealGases/Common/FluidData.mo' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmder1_.c make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/IdealGases/Common/package.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/package.mo' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/IF97_Utilities.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/package.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/package.order' make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/depend echo 'ModelicaServices 1.0' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.uses" [ 24%] Built target umfpack_olib_DLONG_DO_MAP [ 59%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.obj [ 24%] Building C object CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/frename.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_FIXQ.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.license" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/DependInfo.cmake --color= [ 25%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 61%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.obj [ 76%] Building C object CMakeFiles/cminpack.dir/lmdif_.c.obj echo '3.1-20140322-174148~git~maint-3.1-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.last_change" /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmdif_.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/gklib.c [ 25%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name echo 'omlibrary-msl31' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.breaks" make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_ZINT_WSOLVE test ! -d 'build//ModelicaServices 1.0' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build -- Check size of intmax_t - done -- Check size of uintmax_t cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT.dir/DependInfo.cmake --color= make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' yes [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 1.0.patch' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE -DZINT @CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name [ 78%] Building C object CMakeFiles/cminpack.dir/lmstr_.c.obj -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmstr_.c (Stripping trailing CRs from patch; use --binary to disable.) patching file 'ModelicaServices 1.0/package.mo' -- Performing Test HAVE_LCONV_THOUSANDS_SEP echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.uses" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.license" [ 62%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/graph.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 26%] Built target umfpack_olib_DINT_FIXQ Scanning dependencies of target umfpack_olib_DINT_DO_MAP_DO_VALUES echo '1.0-20140322-174148~git~maint-3.1-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.last_change" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/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 checking for string.h... echo 'omlibrary-msl31' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.breaks" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 26%] Built target umfpack_olib_ZINT_WSOLVE [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c # Building git/Modelica -- Looking for gethrtime - not found -- Looking for mkdtemp [ 80%] Building C object CMakeFiles/cminpack.dir/qrsolv_.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrsolv_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qrsolv_.c ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.1' '60cb4e48077fa22cc97d02e767baa83ec78aadf9' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/depend [ 64%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/initpart.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/DependInfo.cmake --color= make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/DependInfo.cmake --color= make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 82%] Building C object CMakeFiles/cminpack.dir/rwupdt_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/rwupdt_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/rwupdt_.c Scanning dependencies of target umfpack_olib_DINT_DO_MAP [ 26%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build Scanning dependencies of target umfpack_olib_ZLONG_DO_MAP make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 66%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/kmetis.c Scanning dependencies of target umfpack_olib_ZINT make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of uintmax_t - done -- Check size of uintptr_t [ 26%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj [ 84%] Building C object CMakeFiles/cminpack.dir/dpmpar_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c yes /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/dpmpar_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/dpmpar_.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success -- Check size of intmax_t make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/depend [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 27%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name HEAD is now at af2a3e15 Fixes #1449 [ 86%] Building C object CMakeFiles/cminpack.dir/fdjac2_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac2_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/fdjac2_.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' checking for memory.h... [ 67%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.c.obj Scanning dependencies of target umfpack_olib make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayfm.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 27%] Built target umfpack_olib_DINT_DO_MAP make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/build -- Looking for mkdtemp - not found [ 27%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -- Performing Test HAVE_FLAG_-Wall /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 27%] Built target umfpack_olib_ZLONG_DO_MAP [ 27%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 88%] Building C object CMakeFiles/cminpack.dir/hybrj1_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj1_.c [ 69%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayrefine.c [ 27%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj [ 27%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_global.c [ 90%] Building C object CMakeFiles/cminpack.dir/lmder_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmder_.c :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/depend [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name [ 70%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mcutil.c [ 29%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_tictoc.c Scanning dependencies of target umfpack_olib_ZINT_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build [ 92%] Building C object CMakeFiles/cminpack.dir/lmpar_.c.obj [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmpar_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmpar_.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c yes :0:6: warning: ISO C99 requires whitespace after the macro name [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c -- Check size of uintptr_t - done -- Check size of ptrdiff_t [ 29%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_timer.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DROP.dir/DependInfo.cmake --color= -- Check size of intmax_t - done -- Check size of uintmax_t [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/depend [ 94%] Building C object CMakeFiles/cminpack.dir/qform_.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qform_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qform_.c [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c Scanning dependencies of target umfpack_olib_DLONG_DROP :0:6: warning: ISO C99 requires whitespace after the macro name checking for strings.h... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DROP.dir/DependInfo.cmake --color= make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/build [ 30%] Built target umfpack_olib :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Performing Test HAVE_FLAG_-Wall - Success -- Performing Test HAVE_FLAG_-Wextra make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 72%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mesh.c [ 30%] Built target umfpack_olib_ZINT_DO_VALUES Scanning dependencies of target umfpack_olib_ZLONG_DROP [ 30%] Building C object CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_DROP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c [ 96%] Building C object CMakeFiles/cminpack.dir/r1mpyq_.c.obj [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/r1mpyq_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/r1mpyq_.c :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c [ 30%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 30%] Building C object CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DROP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 74%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/meshpart.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj [ 98%] Building C object CMakeFiles/cminpack.dir/covar_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/covar_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/covar_.c make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name [ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name [ 31%] Built target umfpack_olib_DLONG_DROP yes make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c Scanning dependencies of target umfpack_olib_ZLONG_DO_MAP_DO_VALUES [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj [100%] Linking C static library libcminpack.a make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c -- Check size of ptrdiff_t - done /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/cminpack.dir/cmake_clean_target.cmake [ 32%] Built target umfpack_olib_ZLONG_DROP :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of uintmax_t - done make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Check size of uintptr_t :0:6: warning: ISO C99 requires whitespace after the macro name [ 75%] Building C object libmetis/CMakeFiles/metis.dir/minconn.c.obj /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/cminpack.dir/link.txt --verbose=1 cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c [ 32%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c 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 Scanning dependencies of target umfpack_olib_ZLONG_CONJUGATE_SOLVE [ 32%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c checking for inttypes.h... -- Performing Test HAVE_FLAG_-Wextra - Success :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test HAVE_FLAG_-Wno-long-long make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libcminpack.a /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c In file included from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/GKlib.h:68:0, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/metislib.h:17, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c:11: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c: In function 'libmetis__EliminateSubDomainEdges': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c:268:18: warning: unknown conversion type character 'z' in format [-Wformat=] printf("Adjacent Subdomain Stats: Total: %3"PRIDX", " ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c:268:18: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long long unsigned int}' [-Wformat=] printf("Adjacent Subdomain Stats: Total: %3"PRIDX", " ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c:268:18: warning: too many arguments for format [-Wformat-extra-args] printf("Adjacent Subdomain Stats: Total: %3"PRIDX", " ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG.dir/DependInfo.cmake --color= [ 77%] Building C object libmetis/CMakeFiles/metis.dir/mincover.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mincover.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 33%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c -- Check size of off64_t :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 33%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj [100%] Built target cminpack /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build/CMakeFiles 0 [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj [ 33%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c :0:6: warning: ISO C99 requires whitespace after the macro name make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libcminpack.a 3rdParty/CMinpack/build/libcminpack.a :0:6: warning: ISO C99 requires whitespace after the macro name [ 33%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj [ 79%] Building C object libmetis/CMakeFiles/metis.dir/mmd.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mmd.c # copy dll/so to lib/omc/ folders :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/depend (rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcminpack.a*) [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/DependInfo.cmake --color= [ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name (cp -af 3rdParty/CMinpack/build/libcminpack.a* /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc) :0:6: warning: ISO C99 requires whitespace after the macro name [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj yes /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Scanning dependencies of target umfpack_olib_ZINT_DO_MAP # Darwin has to be special always make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name (test ! `uname` = Darwin || cp -af 3rdParty/CMinpack/build/lib*.dylib /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 35%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE configure.ac:9: installing './compile' -- Check size of uintptr_t - done -- Check size of ptrdiff_t [ 35%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj [ 35%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/depend configure.ac:12: installing './config.guess' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c -- Performing Test HAVE_FLAG_-Wno-long-long - Success [ 80%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.obj -- Performing Test HAVE_FLAG_-Wno-uninitialized cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/ometis.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DROP.dir/DependInfo.cmake --color= [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name configure.ac:12: installing './config.sub' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/depend checking for stdint.h... [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj configure.ac:5: installing './install-sh' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name configure.ac:5: installing './missing' :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_DINT_DROP Makefile.am:16: warning: libModelicaMatIO_la_LIBADD was already defined in condition !INCLUDEZLIB, which is included in condition TRUE ... Makefile.am:14: ... 'libModelicaMatIO_la_LIBADD' previously defined here make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/build -- Check size of off64_t - done -- Looking for fseeko make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Makefile.am: installing './INSTALL' Scanning dependencies of target umfpack_olib_DLONG Scanning dependencies of target umfpack_olib_ZLONG_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/build make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build [ 35%] Built target umfpack_olib_ZINT_DO_MAP [ 35%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' autoreconf: running: /usr/bin/autoconf --force [ 35%] Building C object CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DROP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 82%] Building C object libmetis/CMakeFiles/metis.dir/options.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/options.c [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_2by2.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c Makefile.am: installing './depcomp' [ 36%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c [ 37%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || (./configure --prefix="`pwd`" --enable-static --disable-shared --disable-hdf5 --enable-static-zlib "--host=" --libdir="/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/" CC="gcc" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" LDFLAGS="" && make clean))) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG.dir/DependInfo.cmake --color= [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_analyze.c [ 38%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 38%] Built target umfpack_olib_ZLONG_DO_VALUES :0:6: warning: ISO C99 requires whitespace after the macro name yes make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c [ 38%] Built target umfpack_olib_DINT_DROP [ 83%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.c.obj [ 38%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/parmetis.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test HAVE_FLAG_-Wno-uninitialized - Success -- Performing Test HAVE_FLAG_-pedantic -- Check size of ptrdiff_t - done [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj [ 85%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_apply_order.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/pmetis.c :0:6: warning: ISO C99 requires whitespace after the macro name HEAD is now at 60cb4e48 Added mass flow rate start value for easier convergence :0:6: warning: ISO C99 requires whitespace after the macro name checking for unistd.h... make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/depend [ 39%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/DependInfo.cmake --color= -- Looking for fseeko - found -- Looking for unistd.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 39%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c -- Check size of off64_t [ 39%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c Scanning dependencies of target umfpack_olib_ZINT_FIXQ :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' HEAD is now at 60cb4e48 Added mass flow rate start value for easier convergence [ 39%] Building C object CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj [ 87%] Building C object libmetis/CMakeFiles/metis.dir/refine.c.obj [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/refine.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 40%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj [ 40%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name In file included from lp_lib.c:83:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_lib.c:82:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ In file included from lp_lib.c:49:0: lp_presolve.h:91:12: warning: inline function 'presolve_nextcol' declared but never defined INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem); ^ lp_presolve.h:90:12: warning: inline function 'presolve_nextrow' declared but never defined INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem); ^ Scanning dependencies of target umfpack_olib_ZLONG make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/build make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/DependInfo.cmake --color= make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' test ! -f 'build//Complex 3.2.1.mo' [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj yes Scanning dependencies of target umfpack_olib_DLONG_WSOLVE cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.mo" /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build [ 40%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj [ 40%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.uses" :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 41%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj [ 88%] Building C object libmetis/CMakeFiles/metis.dir/separator.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/separator.c echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.license" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Performing Test HAVE_FLAG_-pedantic - Success [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -- Checking whether SOCK_CLOEXEC is supported -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE @CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name echo '3.2.1+build.4-18-g60cb4e4-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.last_change" [ 42%] Built target umfpack_olib_ZINT_FIXQ :0:6: warning: ISO C99 requires whitespace after the macro name echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.breaks" checking dlfcn.h usability... [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c [ 42%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c test ! -d 'build//Modelica 3.2.1' [ 42%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj [ 90%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_colamd.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/sfm.c :0:6: warning: ISO C99 requires whitespace after the macro name cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1" make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend [ 42%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= [ 42%] Built target umfpack_olib_DLONG_WSOLVE -- Looking for unistd.h - found -- Check size of off64_t - done -- Looking for fseeko [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c 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:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. [ 42%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj 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:266 (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:266 (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:266 (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:266 (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:266 (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:266 (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:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- will be merging C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmiimport.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libjmutils.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmixml.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmizip.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmicapi.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/zlib/libzlib.a;C:/dev/hudson/workspace/OM_Win/OM/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:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. [ 42%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj -- outfile location is C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmilib.a /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c Scanning dependencies of target umfpack_olib_ZINT_CONJUGATE_SOLVE /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 43%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c -- Configuring done -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Failed -- Checking whether SO_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_SO_KEEPALIVE [ 43%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c [ 91%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/srefine.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 44%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c no checking dlfcn.h presence... [ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name CMake Warning (dev) at Config.cmake/fmixml.cmake:187 (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:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/CMakeLists.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:207 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/fmixml.cmake:187 (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:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/CMakeCache.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:207 (include) This warning is for project developers. Use -Wno-dev to suppress it. make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= autoreconf: running: /usr/bin/autoheader --force [ 45%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c [ 45%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj [ 45%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c [ 45%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c [ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_ZINT_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/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 -- Performing Test ZMQ_HAVE_SO_KEEPALIVE - Failed -- Checking whether TCP_KEEPCNT is supported -- Performing Test ZMQ_HAVE_TCP_KEEPCNT :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 93%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/stat.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 46%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c Scanning dependencies of target umfpack_olib_DLONG_CONJUGATE_SOLVE [ 47%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' no checking for dlfcn.h... [ 47%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c no make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 47%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj [ 47%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c -- Looking for fseeko - found -- Looking for unistd.h [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c checking how to run the C++ preprocessor... :0:6: warning: ISO C99 requires whitespace after the macro name [ 95%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/timing.c :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Generating done -- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Failed -- Checking whether TCP_KEEPIDLE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE [ 47%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj [ 47%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_free.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c [ 47%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build [ 47%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c [ 96%] Building C object libmetis/CMakeFiles/metis.dir/util.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/util.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 47%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_fsize.c make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name [ 48%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd.dir/DependInfo.cmake --color= test -f 3rdParty/FMIL/build/libfmilib.a || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" make -C 3rdParty/FMIL/build :0:6: warning: ISO C99 requires whitespace after the macro name [ 49%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c Scanning dependencies of target amd make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/build make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 49%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj [ 49%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c [ 49%] Linking C static library libamd.a [ 49%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/amd.dir/cmake_clean_target.cmake [ 98%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.obj -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE - Failed -- Checking whether TCP_KEEPINTVL is supported -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -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/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/amd.dir/link.txt --verbose=1 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/btf.dir/DependInfo.cmake --color= make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name C:/OMDev/tools/msys/mingw64/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 [ 50%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libamd.a In file included from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/GKlib.h:68:0, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/metislib.h:17, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c:11: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c: In function 'libmetis__FreeWorkSpace': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c:85:14: warning: unknown conversion type character 'z' in format [-Wformat=] printf(" nbrpool statistics\n" ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c:85:14: warning: unknown conversion type character 'z' in format [-Wformat=] printf(" nbrpool statistics\n" ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c:85:14: warning: unknown conversion type character 'z' in format [-Wformat=] printf(" nbrpool statistics\n" ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c:85:14: warning: too many arguments for format [-Wformat-extra-args] printf(" nbrpool statistics\n" ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target expatex Scanning dependencies of target btf make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/build make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 50%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' g++ -E -- Looking for unistd.h - found [ 50%] Built target amd :0:6: warning: ISO C99 requires whitespace after the macro name [ 1%] Creating directories for 'expatex' [ 50%] Linking C static library libbtf.a 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:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/btf.dir/cmake_clean_target.cmake 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:266 (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:266 (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:266 (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:266 (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:266 (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:266 (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:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- will be merging C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmiimport.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libjmutils.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmixml.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmizip.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmicapi.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/./libexpat.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/Config.cmake/Minizip/libminizip.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/zlib/libzlib.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/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:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- outfile location is C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a [ 51%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c [ 51%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj [100%] Linking C static library libmetis.a /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/metis.dir/cmake_clean_target.cmake /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/btf.dir/link.txt --verbose=1 :0:6: warning: ISO C99 requires whitespace after the macro name [ 51%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c -- Configuring done C:/OMDev/tools/msys/mingw64/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 Scanning dependencies of target c99snprintf -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Failed -- Checking whether TCP_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/metis.dir/link.txt --verbose=1 C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libbtf.a [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' checking for a BSD-compatible install... C:/OMDev/tools/msys/mingw64/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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 51%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj [ 51%] Built target btf CMake Warning (dev) at Config.cmake/fmixml.cmake:187 (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:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/CMakeLists.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:207 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/fmixml.cmake:187 (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:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/CMakeCache.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:207 (include) This warning is for project developers. Use -Wno-dev to suppress it. [ 1%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 51%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj [ 52%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c :0:6: warning: ISO C99 requires whitespace after the macro name C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libmetis.a [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 2%] Generating zlib1rc.obj In file included from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:321:0: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:525:12: warning: '_errno' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] extern int errno; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c: In function 'rpl_vsnprintf': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:537:2: note: in expansion of macro 'LLONG' LLONG *llongptr; ^ In file included from C:/OMDev/tools/msys/mingw64/lib/gcc/x86_64-w64-mingw32/5.3.0/include/stdarg.h:1:0, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:287: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:711:27: note: in expansion of macro 'LLONG' value = va_arg(args, LLONG); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:348:30: warning: ISO C90 does not support 'long long' [-Wlong-long] #define ULLONG unsigned long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:756:27: note: in expansion of macro 'ULLONG' value = va_arg(args, ULLONG); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:877:30: note: in expansion of macro 'LLONG' llongptr = va_arg(args, LLONG *); ^ :0:6: warning: ISO C99 requires whitespace after the macro name [ 3%] No download step for 'expatex' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' /usr/bin/install -c checking whether build environment is sane... [ 52%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed -- Checking whether TIPC is supported [100%] Built target metis [ 52%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj -- Performing Test ZMQ_HAVE_TIPC /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c yes make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/CMakeFiles 0 make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend [ 4%] No patch step for 'expatex' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name autoreconf: running: automake --add-missing --copy --force-missing make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/colamd.dir/DependInfo.cmake --color= make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' cp 3rdParty/metis-5.1.0/libmetis/libmetis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libmetis.a [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -- Generating done /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c [ 53%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c Scanning dependencies of target colamd make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/build checking the maximum length of command line arguments... 8192 checking command to parse /mingw64/bin/nm -B output from gcc object... CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING FMILIB_BUILD_BEFORE_TESTS [ 53%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c [ 5%] No update step for 'expatex' :0:6: warning: ISO C99 requires whitespace after the macro name -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -C 3rdParty/FMIL/build/mingw/ install checking for a thread-safe mkdir -p... [ 53%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_is_permutation.c :0:6: warning: ISO C99 requires whitespace after the macro name make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 54%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj /usr/bin/mkdir -p checking for gawk... [ 54%] Linking C static library libcolamd.a gawk checking whether make sets $(MAKE)... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/colamd.dir/cmake_clean_target.cmake :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target zlib make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/colamd.dir/link.txt --verbose=1 [ 6%] Linking C static library libc99snprintf.a [ 7%] Performing configure step for 'expatex' C:/OMDev/tools/msys/mingw64/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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libcolamd.a -- Performing Test ZMQ_HAVE_TIPC - Failed -- Checking pthread_setname signature -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 7%] Building C object zlib/CMakeFiles/zlib.dir/adler32.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 55%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c [ 55%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c [ 55%] Built target colamd :0:6: warning: ISO C99 requires whitespace after the macro name yes Scanning dependencies of target expatex make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj [ 55%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' checking whether make supports nested variables... :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 1%] Creating directories for 'expatex' [ 7%] Built target c99snprintf yes make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/depend [ 55%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c [ 8%] Building C object zlib/CMakeFiles/zlib.dir/compress.obj [ 55%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/klu.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name loading initial cache file C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/tmp/expatex-cache-Release.cmake -- The C compiler identification is GNU 5.3.0 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 :0:6: warning: ISO C99 requires whitespace after the macro name [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c Scanning dependencies of target klu make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' checking for gcc... gcc [ 55%] Linking C static library libklu.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/klu.dir/cmake_clean_target.cmake [ 9%] Building C object zlib/CMakeFiles/zlib.dir/crc32.obj /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/klu.dir/link.txt --verbose=1 [ 2%] No download step for 'expatex' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 56%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c C:/OMDev/tools/msys/mingw64/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 [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -- The CXX compiler identification is GNU 5.3.0 :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libklu.a Scanning dependencies of target c99snprintf make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 56%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 3%] No patch step for 'expatex' [ 56%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj [ 56%] Built target klu /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c ok checking for objdir... :0:6: warning: ISO C99 requires whitespace after the macro name [ 3%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 56%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj [ 10%] Building C object zlib/CMakeFiles/zlib.dir/deflate.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c :0:6: warning: ISO C99 requires whitespace after the macro name In file included from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:321:0: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:525:12: warning: '_errno' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] extern int errno; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c: In function 'rpl_vsnprintf': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:537:2: note: in expansion of macro 'LLONG' LLONG *llongptr; ^ In file included from C:/OMDev/tools/msys/mingw64/lib/gcc/x86_64-w64-mingw32/5.3.0/include/stdarg.h:1:0, from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:287: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:711:27: note: in expansion of macro 'LLONG' value = va_arg(args, LLONG); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:348:30: warning: ISO C90 does not support 'long long' [-Wlong-long] #define ULLONG unsigned long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:756:27: note: in expansion of macro 'ULLONG' value = va_arg(args, ULLONG); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:877:30: note: in expansion of macro 'LLONG' llongptr = va_arg(args, LLONG *); ^ [ 4%] No update step for 'expatex' :0:6: warning: ISO C99 requires whitespace after the macro name [ 57%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c checking whether the C compiler works... [ 58%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj Scanning dependencies of target jmutils /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj [ 5%] Performing configure step for 'expatex' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 - Success -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 11%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c [ 6%] Linking C static library libc99snprintf.a [ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c yes checking for C compiler default output file name... a.exe [ 59%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj checking if gcc supports -fno-rtti -fno-exceptions... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting C compiler ABI info checking for suffix of executables... loading initial cache file C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/tmp/expatex-cache-Release.cmake -- The C compiler identification is GNU 5.3.0 :0:6: warning: ISO C99 requires whitespace after the macro name [ 59%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c [ 60%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 - Failed /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 60%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c [ 6%] Built target c99snprintf .exe :0:6: warning: ISO C99 requires whitespace after the macro name -- The CXX compiler identification is GNU 5.3.0 [ 12%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.obj checking whether we are cross compiling... [ 60%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c no checking for gcc option to produce PIC... -DDLL_EXPORT checking if gcc PIC flag -DDLL_EXPORT works... -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe [ 13%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 61%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c [ 61%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_malloc.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 14%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.obj -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME - Failed [ 61%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c no :0:6: warning: ISO C99 requires whitespace after the macro name checking for suffix of object files... :0:6: warning: ISO C99 requires whitespace after the macro name yes checking if gcc static flag -static works... [ 61%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj In file included from lp_matrix.c:8:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_matrix.c:7:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c -- Detecting C compiler ABI info - done make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: In function 'gz_error': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:545:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c -- Detecting C compile features [ 61%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj [ 7%] Generating zlib1rc.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c [ 62%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c :0:6: warning: ISO C99 requires whitespace after the macro name o checking whether we are using the GNU C compiler... [ 63%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c [ 15%] Building C object zlib/CMakeFiles/zlib.dir/gzread.obj yes checking if gcc supports -c -o file.o... :0:6: warning: ISO C99 requires whitespace after the macro name [ 63%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c -- Found PythonInterp: C:/OMDev/tools/msys/mingw64/bin/python.exe (found version "2.7.11") [ 63%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c -- Could NOT find AsciiDoc (missing: ASCIIDOC_EXECUTABLE) :0:6: warning: ISO C99 requires whitespace after the macro name yes checking whether gcc accepts -g... [ 63%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c [ 63%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 64%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c Scanning dependencies of target zlib make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' yes checking for gcc option to accept ISO C89... :0:6: warning: ISO C99 requires whitespace after the macro name [ 64%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c [ 64%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj [ 16%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c -- Configuring done [ 65%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 7%] Building C object zlib/CMakeFiles/zlib.dir/adler32.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 16%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj yes checking whether the gcc linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj [ 65%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c none needed checking whether gcc understands -c and -o together... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c [ 65%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 65%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_analyze.c [ 8%] Building C object zlib/CMakeFiles/zlib.dir/compress.obj :0:6: warning: ISO C99 requires whitespace after the macro name yes checking dynamic linker characteristics... [ 17%] Building C object zlib/CMakeFiles/zlib.dir/inflate.obj [ 66%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_realloc.c [ 67%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c -- Generating done :0:6: warning: ISO C99 requires whitespace after the macro name yes :0:6: warning: ISO C99 requires whitespace after the macro name [ 67%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c checking for style of include used by make... test -f 3rdParty/libzmq/build/lib/libzmq.dll || make -C 3rdParty/libzmq/build [ 18%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting C compiler ABI info - done make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' /C/OMDev/bin/cmake/bin/cmake.exe -H/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq -B/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build --check-build-system CMakeFiles/Makefile.cmake 0 [ 9%] Building C object zlib/CMakeFiles/zlib.dir/crc32.obj GNU [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj -- Detecting C compile features /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.c checking dependency style of gcc... [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build/CMakeFiles /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build/CMakeFiles/progress.marks /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_apply_order.c [ 67%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/Makefile2 all :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' make -f CMakeFiles/libzmq.dir/build.make CMakeFiles/libzmq.dir/depend yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build/CMakeFiles/libzmq.dir/DependInfo.cmake [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c [ 67%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 10%] Building C object zlib/CMakeFiles/zlib.dir/deflate.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 67%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c [ 68%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 69%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c [ 69%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c gcc3 checking how to run the C preprocessor... :0:6: warning: ISO C99 requires whitespace after the macro name [ 70%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj [ 19%] Building C object zlib/CMakeFiles/zlib.dir/infback.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 20%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj [ 71%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c [ 11%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.obj [ 21%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name gcc -E [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c [ 71%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_colamd.c [ 22%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting C compile features - done [ 23%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe [ 12%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.obj [ 71%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 24%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inftrees.c: In function 'inflate_table': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inftrees.c:306:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_singletons.c checking whether make sets $(MAKE)... C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c: In function 'gz_error': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/gzlib.c:545:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Building C object zlib/CMakeFiles/zlib.dir/inffast.obj (cached) yes [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c [ 13%] Building C object zlib/CMakeFiles/zlib.dir/gzread.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Linking C static library libjmutils.a [ 72%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c [ 73%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c :0:6: warning: ISO C99 requires whitespace after the macro name checking build system type... :0:6: warning: ISO C99 requires whitespace after the macro name [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c [ 75%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inffast.c: In function 'inflate_fast': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inffast.c:324:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ [ 26%] Built target jmutils make -f CMakeFiles/libzmq-static.dir/build.make CMakeFiles/libzmq-static.dir/depend [ 14%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.obj [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build/CMakeFiles/libzmq-static.dir/DependInfo.cmake :0:6: warning: ISO C99 requires whitespace after the macro name [ 75%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj [ 75%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c [ 27%] Building C object zlib/CMakeFiles/zlib.dir/trees.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name configure.ac:28: installing './compile' configure.ac:18: installing './config.guess' [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c [ 75%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c configure.ac:18: installing './config.sub' [ 75%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c :0:6: warning: ISO C99 requires whitespace after the macro name configure.ac:22: installing './install-sh' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting C compile features - done configure.ac:22: installing './missing' [ 15%] Building C object zlib/CMakeFiles/zlib.dir/inflate.obj -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe Scanning dependencies of target libzmq make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' make -f CMakeFiles/libzmq.dir/build.make CMakeFiles/libzmq.dir/build i686-pc-mingw64 checking host system type... i686-pc-mingw64 checking how to print strings... [ 75%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' [ 76%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_init': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:404:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_stored_block': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:877:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_flush_bits': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:886:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ :0:6: warning: ISO C99 requires whitespace after the macro name printf checking for a sed that does not truncate output... C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_align': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:901:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ [ 76%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_free.c [ 0%] Building C object CMakeFiles/libzmq.dir/src/tweetnacl.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_C.rsp -g -O2 -falign-functions -std=gnu11 -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/tweetnacl.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tweetnacl.c [ 76%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c :0:6: warning: ISO C99 requires whitespace after the macro name src/Makefile.am: installing './depcomp' C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_flush_block': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1002:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ /usr/bin/sed C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_tally': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1053:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1224:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1224:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] :0:6: warning: ISO C99 requires whitespace after the macro name checking for grep that handles long lines and -e... rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1/Resources/Library" /usr/bin/grep checking for egrep... [ 76%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c [ 76%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c /usr/bin/grep -E checking for fgrep... patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.1.patch' [ 77%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_fsize.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 28%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.obj /usr/bin/grep -F checking for ld used by gcc... :0:6: warning: ISO C99 requires whitespace after the macro name [ 78%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c -- Detecting CXX compiler ABI info - done :0:6: warning: ISO C99 requires whitespace after the macro name parallel-tests: installing './test-driver' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Blocks/Sources.mo' :0:6: warning: ISO C99 requires whitespace after the macro name (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Blocks/Tables.mo' (Stripping trailing CRs from patch; use --binary to disable.) 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). -- Detecting CXX compile features (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Math/package.order' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Media/Water/IF97_Utilities.mo' autoreconf: Leaving directory `libatomic_ops' echo 'Complex 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.uses" [ 78%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c [ 78%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c echo 'ModelicaServices 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.uses" [ 29%] Building C object zlib/CMakeFiles/zlib.dir/zutil.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.license" echo '3.2.1+build.4-18-g60cb4e4-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.last_change" [ 78%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c [ 78%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.breaks" -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c: In function 'zcalloc': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c:289:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c: In function 'zcfree': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c:297:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ test ! -d 'build//ModelicaServices 3.2.1' :0:6: warning: ISO C99 requires whitespace after the macro name cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1" [ 16%] Building C object zlib/CMakeFiles/zlib.dir/infback.obj [ 30%] Linking C static library libzlib.a patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.1.patch' Scanning dependencies of target libzmq-static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' make -f CMakeFiles/libzmq-static.dir/build.make CMakeFiles/libzmq-static.dir/build [ 78%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c [ 79%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c (Stripping trailing CRs from patch; use --binary to disable.) 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/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.uses" :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.license" [ 0%] Building C object CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_C.rsp -g -O2 -falign-functions -std=gnu11 -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tweetnacl.c echo '3.2.1+build.4-18-g60cb4e4-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.last_change" [ 79%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe checking if the linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.breaks" :0:6: warning: ISO C99 requires whitespace after the macro name yes checking for BSD- or MS-compatible name lister (nm)... test ! -d 'build//ModelicaTest 3.2.1' [ 80%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 80%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1" /mingw64/bin/nm -B checking the name lister (/mingw64/bin/nm -B) interface... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 80%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 30%] Built target zlib :0:6: warning: ISO C99 requires whitespace after the macro name [ 17%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.obj [ 80%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c [ 1%] Building CXX object CMakeFiles/libzmq.dir/src/precompiled.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/precompiled.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/precompiled.cpp :0:6: warning: ISO C99 requires whitespace after the macro name [ 80%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c [ 81%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting CXX compiler ABI info - done :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inftrees.c: In function 'inflate_table': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inftrees.c:306:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting CXX compile features BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 18%] Building C object zlib/CMakeFiles/zlib.dir/inffast.obj checking how to convert i686-pc-mingw64 file names to i686-pc-mingw64 format... func_convert_file_msys_to_w32 checking how to convert i686-pc-mingw64 file names to toolchain format... func_convert_file_msys_to_w32 checking for C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... [ 82%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c [ 82%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_is_permutation.c file_magic ^x86 archive import|^x86 DLL [ 83%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking for dlltool... dlltool checking how to associate runtime and link libraries... [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c [ 83%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inffast.c: In function 'inflate_fast': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/inffast.c:324:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ :0:6: warning: ISO C99 requires whitespace after the macro name configure: creating libtool [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c [ 19%] Building C object zlib/CMakeFiles/zlib.dir/trees.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c @ checking for strip... strip checking for ranlib... ranlib checking command to parse /mingw64/bin/nm -B output from gcc object... :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_init': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:404:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_stored_block': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:877:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_flush_bits': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:886:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_align': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:901:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ appending configuration tag "CXX" to libtool :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c [ 83%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_flush_block': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1002:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_tally': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1053:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1224:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:1224:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] :0:6: warning: ISO C99 requires whitespace after the macro name [ 2%] Building CXX object CMakeFiles/libzmq-static.dir/src/precompiled.cpp.obj [ 84%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/precompiled.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/precompiled.cpp :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 20%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.obj [ 84%] Built target umfpack_olib_DINT echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.uses" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 85%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.license" [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj echo '3.2.1+build.4-18-g60cb4e4' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.last_change" /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.breaks" [ 86%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c # Building git/Modelica [ 21%] Building C object zlib/CMakeFiles/zlib.dir/zutil.obj :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target fmicapi make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.2' 'd992c34ed978241214b4c079fb8ee6cc9e33d909' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' checking for ld used by g++ ... [ 31%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c: In function 'zcalloc': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c:289:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c: In function 'zcfree': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/zutil.c:297:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ ok [ 22%] Linking C static library libzlib.a [ 86%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c checking for sysroot... no checking for a working dd... :0:6: warning: ISO C99 requires whitespace after the macro name [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c [ 86%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name /usr/bin/dd checking how to truncate binary pipes... :0:6: warning: ISO C99 requires whitespace after the macro name [ 86%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... [ 22%] Built target zlib [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c HEAD is now at 60cb4e48 Added mass flow rate start value for easier convergence [ 86%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name no checking for ANSI C header files... -- Detecting CXX compile features - done [ 2%] Building CXX object CMakeFiles/libzmq.dir/src/address.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/address.cpp :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for dlfcn.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe checking if the linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... [ 86%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c yes [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 87%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_malloc.c :0:6: warning: ISO C99 requires whitespace after the macro name checking whether the g++ linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target minizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 32%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj [ 33%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.obj [ 89%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c [ 89%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -- Looking for dlfcn.h - not found /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c -- Looking for fcntl.h :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c [ 89%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj [ 89%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 34%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.obj checking for g++ option to produce PIC... -DDLL_EXPORT checking if g++ PIC flag -DDLL_EXPORT works... -- Detecting CXX compile features - done -- Looking for dlfcn.h [ 89%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c [ 89%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c [ 89%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name yes :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking for sys/types.h... yes checking if g++ static flag -static works... [ 90%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for fcntl.h - found [ 90%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -- Looking for inttypes.h /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c -- Looking for dlfcn.h - not found -- Looking for fcntl.h yes In file included from lp_price.c:6:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ :0:6: warning: ISO C99 requires whitespace after the macro name yes checking if g++ supports -c -o file.o... [ 35%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj [ 90%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj [ 91%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 92%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c checking for sys/stat.h... :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_currentfile': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:341:11: warning: unused variable 'ratio' [-Wunused-variable] uLong ratio=0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:498:11: warning: unused variable 'fout' [-Wunused-variable] FILE* fout=NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_onefile': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:532:9: warning: unused variable 'err' [-Wunused-variable] int err = UNZ_OK; ^ [ 92%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_realloc.c libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 92%] Built target umfpack_olib_ZINT yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 92%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.c [ 3%] Building CXX object CMakeFiles/libzmq-static.dir/src/address.cpp.obj [ 3%] Building CXX object CMakeFiles/libzmq.dir/src/client.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/address.cpp /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/client.cpp [ 36%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name yes checking whether the g++ linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... checking for stdlib.h... [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c [ 93%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c Scanning dependencies of target jmutils make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Looking for fcntl.h - found -- Looking for inttypes.h - found -- Looking for inttypes.h -- Looking for memory.h :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/CAPI/src/FMI1/fmi1_capi.c: In function 'fmi1_capi_get_fcn': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/CAPI/src/FMI1/fmi1_capi.c:37:9: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^ HEAD is now at d992c34e Port all missing each from MSL master (3.2.3) (#2801) [ 23%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj yes [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 93%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c libtoolize: copying file 'm4/ltoptions.m4' Win32 ld.exe checking how to hardcode library paths into programs... immediate :0:6: warning: ISO C99 requires whitespace after the macro name [ 37%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj checking for string.h... HEAD is now at d992c34e Port all missing each from MSL master (3.2.3) (#2801) [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 94%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'isLargeFile': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:242:9: warning: unused variable 'n' [-Wunused-variable] int n = FSEEKO_FUNC(pFile, 0, SEEK_END); ^ /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale.c yes :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'minizip': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:505:20: warning: 'fin' may be used uninitialized in this function [-Wmaybe-uninitialized] if (fin) ^ test ! -f 'build//Complex 3.2.2.mo' [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c [ 3%] Building CXX object CMakeFiles/libzmq.dir/src/clock.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/clock.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/clock.cpp cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.mo" :0:6: warning: ISO C99 requires whitespace after the macro name echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.uses" [ 94%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c checking for memory.h... -- Looking for inttypes.h - found -- Looking for memory.h echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.license" -- Looking for memory.h - found -- Looking for stdint.h [ 38%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name echo '3.2.2-237-gd992c34-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.last_change" test ! -d 'build//Modelica 3.2.2' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2" libtoolize: copying file 'm4/ltsugar.m4' yes [ 24%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.obj [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c :0:6: warning: ISO C99 requires whitespace after the macro name checking for strings.h... [ 38%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_singletons.c :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' yes [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 4%] Building CXX object CMakeFiles/libzmq-static.dir/src/client.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/client.cpp -- Looking for memory.h - found Scanning dependencies of target minizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stdlib.h [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 39%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj checking for inttypes.h... libtoolize: copying file 'm4/ltversion.m4' :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.obj [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 5%] Building CXX object CMakeFiles/libzmq.dir/src/ctx.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/ctx.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ctx.cpp [ 25%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj yes [ 26%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.obj checking for stdint.h... [ 96%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c [ 40%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 27%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj [ 96%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c :0:6: warning: ISO C99 requires whitespace after the macro name yes libtoolize: copying file 'm4/lt~obsolete.m4' [ 96%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj -- Looking for stdint.h - found /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c -- Looking for stdlib.h -- Looking for stdlib.h - found -- Looking for strings.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 97%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c checking for unistd.h... :0:6: warning: ISO C99 requires whitespace after the macro name [ 41%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.obj [ 97%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_currentfile': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:341:11: warning: unused variable 'ratio' [-Wunused-variable] uLong ratio=0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:498:11: warning: unused variable 'fout' [-Wunused-variable] FILE* fout=NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_onefile': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:532:9: warning: unused variable 'err' [-Wunused-variable] int err = UNZ_OK; ^ :0:6: warning: ISO C99 requires whitespace after the macro name yes [ 97%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c checking for dlfcn.h... [ 97%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 28%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 29%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj [ 97%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c -- Looking for stdlib.h - found -- Looking for strings.h :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for strings.h - found [ 98%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c -- Looking for string.h [ 5%] Building CXX object CMakeFiles/libzmq-static.dir/src/clock.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/clock.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/clock.cpp :0:6: warning: ISO C99 requires whitespace after the macro name no checking for objdir... [ 42%] Linking C static library libfmicapi.a [ 30%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj .libs [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 98%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open64_file_func': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:90:17: warning: unused variable 'mode_fopen' [-Wunused-variable] const char* mode_fopen = NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open64_file_funcA': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:105:17: warning: unused variable 'mode_fopen' [-Wunused-variable] const char* mode_fopen = NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open64_file_funcW': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:120:17: warning: unused variable 'mode_fopen' [-Wunused-variable] const char* mode_fopen = NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open_file_func': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:135:17: warning: unused variable 'mode_fopen' [-Wunused-variable] const char* mode_fopen = NULL; ^ :0:6: warning: ISO C99 requires whitespace after the macro name [ 31%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj [ 42%] Built target fmicapi [ 5%] Building CXX object CMakeFiles/libzmq.dir/src/curve_client.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/curve_client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/curve_client.cpp [ 99%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 32%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.obj [ 43%] Linking C static library libminizip.a C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'isLargeFile': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:242:9: warning: unused variable 'n' [-Wunused-variable] int n = FSEEKO_FUNC(pFile, 0, SEEK_END); ^ [ 99%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c In file included from lp_simplex.c:34:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_simplex.c:33:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ In file included from lp_simplex.c:32:0: lp_presolve.h:91:12: warning: inline function 'presolve_nextcol' declared but never defined INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem); ^ lp_presolve.h:90:12: warning: inline function 'presolve_nextrow' declared but never defined INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'minizip': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:505:20: warning: 'fin' may be used uninitialized in this function [-Wmaybe-uninitialized] if (fin) ^ :0:6: warning: ISO C99 requires whitespace after the macro name [ 99%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c checking if gcc supports -fno-rtti -fno-exceptions... -- Looking for strings.h - found -- Looking for string.h [ 33%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj -- Looking for string.h - found :0:6: warning: ISO C99 requires whitespace after the macro name [ 99%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -- Looking for sys/stat.h /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 34%] Linking C static library libjmutils.a [ 43%] Built target minizip [ 6%] Building CXX object CMakeFiles/libzmq-static.dir/src/ctx.cpp.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/ctx.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ctx.cpp [ 99%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c [ 7%] Building CXX object CMakeFiles/libzmq.dir/src/curve_server.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/curve_server.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/curve_server.cpp [ 35%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 99%] Built target umfpack_olib_ZLONG [ 7%] Building CXX object CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/curve_client.cpp [ 99%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c [ 35%] Built target jmutils no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... Scanning dependencies of target fmizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 8%] Building CXX object CMakeFiles/libzmq.dir/src/dealer.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/dealer.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dealer.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 44%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj [ 36%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.obj [100%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name yes checking if gcc static flag -static works... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for string.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/types.h [100%] Built target umfpack_olib_DLONG make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack.dir/DependInfo.cmake --color= yes checking if gcc supports -c -o file.o... appending configuration tag "F77" to libtool Scanning dependencies of target umfpack make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/build [ 9%] Building CXX object CMakeFiles/libzmq-static.dir/src/curve_server.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/curve_server.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/curve_server.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [100%] Linking C static library libumfpack.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/umfpack.dir/cmake_clean_target.cmake C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open64_file_func': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:90:17: warning: unused variable 'mode_fopen' [-Wunused-variable] const char* mode_fopen = NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open64_file_funcA': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:105:17: warning: unused variable 'mode_fopen' [-Wunused-variable] const char* mode_fopen = NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open64_file_funcW': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:120:17: warning: unused variable 'mode_fopen' [-Wunused-variable] const char* mode_fopen = NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c: In function 'win32_open_file_func': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/iowin32.c:135:17: warning: unused variable 'mode_fopen' [-Wunused-variable] const char* mode_fopen = NULL; ^ /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/umfpack.dir/link.txt --verbose=1 C:/OMDev/tools/msys/mingw64/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 [ 45%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj [ 37%] Linking C static library libminizip.a 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... C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libumfpack.a yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... -- Looking for sys/stat.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for unistd.h make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' yes checking dynamic linker characteristics... [100%] Built target umfpack make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles 0 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' make -f CMakeFiles/Makefile2 preinstall make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 37%] Built target minizip yes checking if gfortran static flag -static works... Install the project... [ 9%] Building CXX object CMakeFiles/libzmq.dir/src/devpoll.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/devpoll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/devpoll.cpp /C/OMDev/bin/cmake/bin/cmake.exe -P cmake_install.cmake -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/UFconfig.h -- Up-to-date: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/amd.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/amd_internal.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/btf.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/colamd.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/klu.h -- Up-to-date: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_col_to_triplet.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_defaults.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_free_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_free_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_get_determinant.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_get_lunz.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_get_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_get_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_global.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_load_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_load_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_qsymbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_control.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_info.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_matrix.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_perm.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_status.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_triplet.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_vector.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_save_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_save_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_scale.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_solve.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_tictoc.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_timer.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_transpose.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_triplet_to_col.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_wsolve.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libumfpack.a [ 10%] Building CXX object CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dealer.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libumfpack.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libumfpack.a" yes checking if gfortran supports -c -o file.o... 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... Scanning dependencies of target fmizip test ! `uname` = Darwin || install_name_tool -id @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.dll" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' Scanning dependencies of target fmicapi make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 46%] Linking C static library libfmizip.a make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Looking for sys/types.h - found -- Looking for unistd.h test ! `uname` = Darwin || install_name_tool -id @rpath/libklu.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" [ 38%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj [ 39%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj -- Looking for unistd.h - found -- Looking for getpagesize test ! `uname` = Darwin || install_name_tool -id @rpath/libbtf.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.dll" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 46%] Built target fmizip test ! `uname` = Darwin || install_name_tool -id @rpath/libcolamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.dll" [ 11%] Building CXX object CMakeFiles/libzmq.dir/src/dgram.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/dgram.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dgram.cpp test ! `uname` = Darwin || install_name_tool -change libamd.dylib @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" yes checking whether the gfortran linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... none required checking zlib.h usability... test ! `uname` = Darwin || install_name_tool -change libbtf.dylib @rpath/libbtf.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" test ! `uname` = Darwin || install_name_tool -change libcolamd.dylib @rpath/libcolamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" yes checking dynamic linker characteristics... yes checking zlib.h presence... test ! `uname` = Darwin || install_name_tool -change libamd.dylib @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libumfpack.dll" [ 40%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj -- Looking for unistd.h - found #cp -au 3rdParty/SuiteSparse/build/*. build/lib/omc -- Looking for getpagesize #mkdir --parent build/include/omc/c/suitesparse yes checking for zlib.h... yes #cp -a 3rdParty/SuiteSparse/UMFPACK/Include/*.h build/include/omc/c/suitesparse checking for library containing gzclose... -- Looking for getpagesize - found -- Looking for bcopy #cp -a 3rdParty/SuiteSparse/AMD/Include/*.h build/include/omc/c/suitesparse [ 41%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj [ 11%] Building CXX object CMakeFiles/libzmq.dir/src/dist.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/dist.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dist.cpp #cp -a 3rdParty/SuiteSparse/UFconfig/*.h build/include/omc/c/suitesparse Win32 ld.exe checking how to hardcode library paths into programs... immediate [ 11%] Building CXX object CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/devpoll.cpp [ 42%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj make -f Makefile.omdev.mingw /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libsundials_ida.a make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' Creating dirs: /c/dev/hudson/workspace/OM_Win/OM/build/bin /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/emcc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/linearization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/dataReconciliation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/optimization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/results/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/initialization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/meta/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/util/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi1/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi2/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java/ /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/ /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels /c/dev/hudson/workspace/OM_Win/OM/build/share/man//man1/ ar rv liblpsolve55.a `echo lp_MDO.c shared/commonlib.c shared/mmio.c shared/myblas.c ini.c fortify.c colamd/colamd.c lp_rlp.c lp_crash.c bfp/bfp_LUSOL/lp_LUSOL.c bfp/bfp_LUSOL/LUSOL/lusol.c lp_Hash.c lp_lib.c lp_wlp.c lp_matrix.c lp_mipbb.c lp_MPS.c lp_params.c lp_presolve.c lp_price.c lp_pricePSE.c lp_report.c lp_scale.c lp_simplex.c lp_SOS.c lp_utils.c yacc_read.c|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` [ 43%] Linking C static library libfmizip.a -- Looking for getpagesize - found -- Looking for bcopy [ 12%] Building CXX object CMakeFiles/libzmq.dir/src/epoll.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/epoll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/epoll.cpp a - lp_MDO.o a - commonlib.o a - mmio.o a - myblas.o a - ini.o a - fortify.o a - colamd.o a - lp_rlp.o a - lp_crash.o a - lp_LUSOL.o a - lusol.o a - lp_Hash.o a - lp_lib.o a - lp_wlp.o a - lp_matrix.o a - lp_mipbb.o a - lp_MPS.o a - lp_params.o a - lp_presolve.o a - lp_price.o a - lp_pricePSE.o a - lp_report.o a - lp_scale.o a - lp_simplex.o a - lp_SOS.o a - lp_utils.o a - yacc_read.o C:\OMDev\tools\msys\mingw64\bin\ar.exe: creating liblpsolve55.a ranlib liblpsolve55.a -- Looking for bcopy - not found gcc -s -c -I. -I./shared -I./bfp -I./bfp/bfp_LUSOL -I./bfp/bfp_LUSOL/LUSOL -I./colamd -g -O2 -falign-functions -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine lp_MDO.c shared/commonlib.c shared/mmio.c shared/myblas.c ini.c fortify.c colamd/colamd.c lp_rlp.c lp_crash.c bfp/bfp_LUSOL/lp_LUSOL.c bfp/bfp_LUSOL/LUSOL/lusol.c lp_Hash.c lp_lib.c lp_wlp.c lp_matrix.c lp_mipbb.c lp_MPS.c lp_params.c lp_presolve.c lp_price.c lp_pricePSE.c lp_report.c lp_scale.c lp_simplex.c lp_SOS.c lp_utils.c yacc_read.c -- Looking for memmove make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' mkdir -p 3rdParty/sundials/build -lz checking dirent.h usability... cd 3rdParty/sundials/build && CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/OMDev//bin/cmake/bin/cmake .. -G "MSYS Makefiles" -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_PREFIX="`pwd`" -DKLU_ENABLE:Bool=ON -DKLU_LIBRARY_DIR="/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc" -DKLU_INCLUDE_DIR="/c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/" -DCMAKE_C_FLAGS="-g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc" -DIS_MINGW32=OFF -DIS_MINGW64=ON -DSUITESPARSECONFIG_LIBRARY="" -DLAPACK_ENABLE:Bool=ON [ 13%] Building CXX object CMakeFiles/libzmq-static.dir/src/dgram.cpp.obj [ 43%] Built target fmizip /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/dgram.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dgram.cpp C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/CAPI/src/FMI1/fmi1_capi.c: In function 'fmi1_capi_get_fcn': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/CAPI/src/FMI1/fmi1_capi.c:37:9: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^ [ 13%] Building CXX object CMakeFiles/libzmq.dir/src/err.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/err.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/err.cpp yes checking dirent.h presence... [ 44%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj [ 13%] Building CXX object CMakeFiles/libzmq-static.dir/src/dist.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/dist.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dist.cpp yes checking for dirent.h... yes checking locale.h usability... -- The C compiler identification is GNU 5.3.0 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Looking for bcopy - not found -- Looking for memmove yes checking locale.h presence... -- Looking for memmove - found -- Looking for mmap yes checking for locale.h... yes [ 44%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj checking time.h usability... [ 14%] Building CXX object CMakeFiles/libzmq.dir/src/fq.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/fq.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/fq.cpp yes checking time.h presence... [ 15%] Building CXX object CMakeFiles/libzmq-static.dir/src/epoll.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/epoll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/epoll.cpp yes checking for time.h... yes checking for getpid()... [ 45%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info [ 15%] Building CXX object CMakeFiles/libzmq-static.dir/src/err.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/err.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/err.cpp -- Looking for memmove - found -- Looking for mmap -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h yes [ 15%] Building CXX object CMakeFiles/libzmq.dir/src/io_object.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/io_object.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/io_object.cpp ModelicaMatIO may use ZLIB: Yes ModelicaMatIO may use HDF5: No ModelicaMatIO may use MAT7.3: No [ 16%] Building CXX object CMakeFiles/libzmq.dir/src/io_thread.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/io_thread.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/io_thread.cpp [ 17%] Building CXX object CMakeFiles/libzmq.dir/src/ip.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/ip.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ip.cpp checking that generated files are newer than configure... done configure: creating ./config.status -- Detecting C compiler ABI info - done -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h -- Detecting C compile features rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2/Resources/Library" [ 46%] Linking C static library libfmicapi.a -- 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 patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.2.patch' patching file 'Modelica 3.2.2/Blocks/Sources.mo' patching file 'Modelica 3.2.2/Blocks/Tables.mo' patching file 'Modelica 3.2.2/Magnetic/QuasiStatic/FundamentalWave.mo' patching file 'Modelica 3.2.2/Math/package.mo' patching file 'Modelica 3.2.2/Math/package.order' echo 'Complex 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.uses" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' echo 'ModelicaServices 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.uses" [ 18%] Building CXX object CMakeFiles/libzmq-static.dir/src/fq.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/fq.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/fq.cpp [ 46%] Built target fmicapi echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.license" [ 18%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_address.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/ipc_address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_address.cpp echo '3.2.2-237-gd992c34-om3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.last_change" [ 18%] Building CXX object CMakeFiles/libzmq-static.dir/src/io_object.cpp.obj [ 19%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_connecter.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/io_object.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/io_object.cpp /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/ipc_connecter.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_connecter.cpp test ! -d 'build//ModelicaServices 3.2.2' cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2" patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.2.patch' patching file 'ModelicaServices 3.2.2/package.mo' echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2.license" echo '3.2.2-237-gd992c34-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2.last_change" -- 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 test ! -d 'build//ModelicaTest 3.2.2' cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2" -- Looking for stddef.h - found -- Check size of unsigned short [ 20%] Building CXX object CMakeFiles/libzmq-static.dir/src/io_thread.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/io_thread.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/io_thread.cpp [ 21%] Building CXX object CMakeFiles/libzmq-static.dir/src/ip.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/ip.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ip.cpp [ 21%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_address.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/ipc_address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_address.cpp [ 22%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_connecter.cpp -- Looking for stddef.h - found -- Check size of unsigned short [ 22%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_listener.cpp.obj configure: Build is "i686-pc-mingw32". configure: Applying patches to libtool for GNU compiler /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/ipc_listener.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_listener.cpp 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... -- Check size of unsigned short - done no, --with-blas-lib has been specified checking whether source of project Lapack is available and should be compiled... 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... -- Using unsigned short yes, source in ThirdParty/Mumps [ 23%] Building CXX object CMakeFiles/libzmq.dir/src/kqueue.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/kqueue.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/kqueue.cpp [ 23%] Building CXX object CMakeFiles/libzmq.dir/src/lb.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/lb.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/lb.cpp checking whether source of project Ipopt is available and should be compiled... yes, source in Ipopt echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.uses" [ 24%] Building CXX object CMakeFiles/libzmq.dir/src/mailbox.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/mailbox.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mailbox.cpp echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.license" -- Check size of unsigned short - done -- Using unsigned short echo '3.2.2-237-gd992c34' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.last_change" test ! -f 'build//ModelicaTestOverdetermined 3.2.2.mo' [ 25%] Building CXX object CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mailbox_safe.cpp cp -a 'git/Modelica/ModelicaTestOverdetermined.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.mo" -- Detecting C compile features - done echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.uses" -- Check if the system is big endian - little endian -- Looking for _POSIX_TIMERS -- Looking for off_t echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.license" [ 25%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_listener.cpp.obj [ 25%] Building CXX object CMakeFiles/libzmq.dir/src/mechanism.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/ipc_listener.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_listener.cpp /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/mechanism.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mechanism.cpp echo '3.2.2-237-gd992c34' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.last_change" test ! -f 'build//ObsoleteModelica3.mo' configure: configuring doxygen documentation options checking for doxygen... no checking for latex... no checking for dot... NO cp -a 'git/Modelica/ObsoleteModelica3.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.mo" checking which command should be used to link input files... ln -s [ 26%] Building CXX object CMakeFiles/libzmq-static.dir/src/kqueue.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/kqueue.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/kqueue.cpp echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.license" echo '3.2.2-237-gd992c34' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.last_change" # Building git/Modelica ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.3' '8f65f621a388379e9de663fc15990bfc9ee9b540' -- Looking for off_t - not found -- Looking for size_t configure: creating ./config.status -- Check if the system is big endian - little endian -- Looking for off_t -- Looking for _POSIX_TIMERS - not found -- Looking for size_t - not found -- Configuring done [ 26%] Building CXX object CMakeFiles/libzmq-static.dir/src/lb.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/lb.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/lb.cpp -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx [ 27%] Building CXX object CMakeFiles/libzmq-static.dir/src/mailbox.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/mailbox.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mailbox.cpp -- Looking for off_t - not found -- Looking for size_t [ 28%] Building CXX object CMakeFiles/libzmq-static.dir/src/mailbox_safe.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/mailbox_safe.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mailbox_safe.cpp HEAD is now at d992c34e Port all missing each from MSL master (3.2.3) (#2801) [ 47%] Performing dependent_reconfigure step for 'expatex' -- The Fortran compiler identification is GNU 5.3.0 [ 29%] Building CXX object CMakeFiles/libzmq.dir/src/metadata.cpp.obj -- Searching for a Fortran compiler... C:/OMDev/tools/msys/mingw64/bin/gfortran.exe /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/metadata.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/metadata.cpp Running: C:/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:/OMDev/tools/msys/mingw64/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:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/install C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0 [ 29%] Building CXX object CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mechanism.cpp -- Configuring done -- Looking for size_t - not found -- Configuring done -- Generating done -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx [ 47%] Performing dependent_reconfigure step for 'expatex' [ 48%] Performing build step for 'expatex' [ 29%] Building CXX object CMakeFiles/libzmq.dir/src/msg.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/msg.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/msg.cpp Running: C:/OMDev/tools/msys/mingw64/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:/OMDev/tools/msys/mingw64/bin/windres.exe -DCMAKE_C_FLAGS:STRING= -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:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0 make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 30%] Building CXX object CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/metadata.cpp make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' -- Configuring done make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx Scanning dependencies of target expat make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 48%] Performing build step for 'expatex' [ 31%] Building CXX object CMakeFiles/libzmq.dir/src/mtrie.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/mtrie.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mtrie.cpp [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.obj make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 31%] Building CXX object CMakeFiles/libzmq.dir/src/object.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/object.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/object.cpp make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.obj [ 31%] Building CXX object CMakeFiles/libzmq-static.dir/src/msg.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/msg.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/msg.cpp Scanning dependencies of target expat make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.obj HEAD is now at 8f65f621 Fix release notes for 3.2.3 Build 2 [ 32%] Building CXX object CMakeFiles/libzmq.dir/src/options.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/options.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/options.cpp -- Trying to compile and link a simple Fortran program... OK [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.obj [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.obj HEAD is now at 8f65f621 Fix release notes for 3.2.3 Build 2 [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.obj [ 32%] Building CXX object CMakeFiles/libzmq.dir/src/own.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/own.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/own.cpp test ! -f 'build//Complex 3.2.3.mo' cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.mo" echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.uses" echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.license" echo '3.2.3+build.2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.last_change" test ! -d 'build//Modelica 3.2.3' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3" config.status: creating Makefile [ 33%] Building CXX object CMakeFiles/libzmq-static.dir/src/mtrie.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/mtrie.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mtrie.cpp [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.obj [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0/lib/xmltok_impl.c:1784:0: warning: ISO C forbids an empty translation unit [-Wpedantic] C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0/lib/xmltok_impl.c:1784:0: warning: ISO C forbids an empty translation unit [-Wpedantic] [ 34%] Building CXX object CMakeFiles/libzmq.dir/src/null_mechanism.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/null_mechanism.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/null_mechanism.cpp [ 34%] Building CXX object CMakeFiles/libzmq-static.dir/src/object.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/object.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/object.cpp [ 83%] Building C object CMakeFiles/expat.dir/lib/xmltok_ns.c.obj config.status: creating doxydoc/doxygen.conf C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0/lib/xmltok_ns.c:116:0: warning: ISO C forbids an empty translation unit [-Wpedantic] [ 83%] Building C object CMakeFiles/expat.dir/lib/xmltok_ns.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0/lib/xmltok_ns.c:116:0: warning: ISO C forbids an empty translation unit [-Wpedantic] [ 35%] Building CXX object CMakeFiles/libzmq-static.dir/src/options.cpp.obj [ 36%] Building CXX object CMakeFiles/libzmq.dir/src/pair.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/options.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/options.cpp /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/pair.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pair.cpp [ 36%] Building CXX object CMakeFiles/libzmq-static.dir/src/own.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/own.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/own.cpp config.status: executing depfiles commands [100%] Linking C static library libexpat.a [ 37%] Building CXX object CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/null_mechanism.cpp make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [100%] Built target expat make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' configure: configuring in ThirdParty/Mumps make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [100%] Linking C static library libexpat.a [ 49%] Performing install step for 'expatex' make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' configure: running /bin/sh './configure' --prefix=/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Ipopt '--prefix=/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Ipopt' '--with-pic' 'CC=gcc' 'CFLAGS=-g -O2 -falign-functions ' 'CXX=g++ ' 'CXXFLAGS=' 'F77=gfortran' 'LDFLAGS=-L/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc ' '--with-lapack-lib=-lopenblas' '--with-blas-lib=-lopenblas' '--host=' '--without-metis' '--without-HSLold' '--without-HSL' 'host_alias=' --cache-file=/dev/null --srcdir=. configure.ac:33: installing './compile' [100%] Built target expat make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' configure.ac:22: installing './config.guess' configure.ac:22: installing './config.sub' make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' configure.ac:26: installing './install-sh' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' configure.ac:26: installing './missing' [ 37%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_receiver.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/pgm_receiver.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pgm_receiver.cpp [ 49%] Performing install step for 'expatex' make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 38%] Building CXX object CMakeFiles/libzmq-static.dir/src/pair.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pair.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pair.cpp [ 39%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_sender.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/pgm_sender.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pgm_sender.cpp make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [100%] Built target expat make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 39%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_socket.cpp.obj Makefile.am: installing './depcomp' /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/pgm_socket.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pgm_socket.cpp make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' Install the project... parallel-tests: installing './test-driver' [ 39%] Building CXX object CMakeFiles/libzmq-static.dir/src/pgm_receiver.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pgm_receiver.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pgm_receiver.cpp -- Install configuration: "Release" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install/lib/libexpat.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install/include/expat.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install/include/expat_external.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install/lib/pkgconfig/expat.pc make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' Makefile.am:138: warning: variable 'libomcgccpp_la_SOURCES' is defined but no program or Makefile.am:138: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:139: warning: variable 'libomcgccpp_la_LIBADD' is defined but no program or Makefile.am:139: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:140: warning: variable 'libomcgccpp_la_LDFLAGS' is defined but no program or Makefile.am:140: library has 'libomcgccpp_la' as canonical name (possible typo) autoreconf: Leaving directory `.' [100%] Built target expat [ 40%] Building CXX object CMakeFiles/libzmq.dir/src/pipe.cpp.obj make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/pipe.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pipe.cpp [ 50%] Completed 'expatex' Install the project... -- Install configuration: "Release" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/lib/libexpat.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/include/expat.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/include/expat_external.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/lib/pkgconfig/expat.pc make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 50%] Built target expatex make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 50%] Completed 'expatex' In file included from lp_lib.c:83:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_lib.c:82:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ In file included from lp_lib.c:49:0: lp_presolve.h:91:12: warning: inline function 'presolve_nextcol' declared but never defined INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem); ^ lp_presolve.h:90:12: warning: inline function 'presolve_nextrow' declared but never defined INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem); ^ make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 50%] Built target expatex [ 40%] Building CXX object CMakeFiles/libzmq.dir/src/plain_client.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/plain_client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/plain_client.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 41%] Building CXX object CMakeFiles/libzmq-static.dir/src/pgm_sender.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pgm_sender.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pgm_sender.cpp [ 42%] Building CXX object CMakeFiles/libzmq.dir/src/plain_server.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/plain_server.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/plain_server.cpp [ 42%] Building CXX object CMakeFiles/libzmq-static.dir/src/pgm_socket.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pgm_socket.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pgm_socket.cpp Scanning dependencies of target fmixml make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 43%] Building CXX object CMakeFiles/libzmq.dir/src/poll.cpp.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/poll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/poll.cpp -- Determining Fortran name-mangling scheme... OK [ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj -- Looking for Fortran sgemm Scanning dependencies of target fmixml make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj [ 43%] Building CXX object CMakeFiles/libzmq.dir/src/poller_base.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/poller_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/poller_base.cpp [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.obj [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.obj [ 44%] Building CXX object CMakeFiles/libzmq.dir/src/pollset.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/pollset.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pollset.cpp [ 53%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.obj -- Looking for Fortran sgemm - found -- Looking for pthread.h [ 53%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.obj [ 45%] Building CXX object CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pipe.cpp [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj [ 45%] Building CXX object CMakeFiles/libzmq.dir/src/proxy.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/proxy.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/proxy.cpp [ 45%] Building CXX object CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/plain_client.cpp [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj [ 46%] Building CXX object CMakeFiles/libzmq-static.dir/src/plain_server.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/plain_server.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/plain_server.cpp [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj -- Looking for pthread.h - found -- Looking for pthread_create [ 47%] Building CXX object CMakeFiles/libzmq-static.dir/src/poll.cpp.obj [ 56%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/poll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/poll.cpp [ 48%] Building CXX object CMakeFiles/libzmq.dir/src/pub.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/pub.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pub.cpp [ 56%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c: In function 'fmi1_xml_eliminate_bad_alias': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:825:26: warning: unused variable 'vt' [-Wunused-variable] fmi1_base_type_enu_t vt = fmi1_xml_get_variable_base_type(v); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:824:28: warning: unused variable 'vr' [-Wunused-variable] fmi1_value_reference_t vr = v->vr; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:821:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] size_t n, index; ^ [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c: In function 'fmi1_xml_eliminate_bad_alias': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:825:26: warning: unused variable 'vt' [-Wunused-variable] fmi1_base_type_enu_t vt = fmi1_xml_get_variable_base_type(v); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:824:28: warning: unused variable 'vr' [-Wunused-variable] fmi1_value_reference_t vr = v->vr; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:821:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] size_t n, index; ^ [ 48%] Building CXX object CMakeFiles/libzmq-static.dir/src/poller_base.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/poller_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/poller_base.cpp -- Looking for pthread_create - found -- Found Threads: TRUE -- A library with BLAS API found. -- Looking for Fortran cheev [ 58%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.obj [ 58%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.obj [ 49%] Building CXX object CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pollset.cpp [ 49%] Building CXX object CMakeFiles/libzmq.dir/src/pull.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/pull.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pull.cpp [ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj [ 49%] Building CXX object CMakeFiles/libzmq-static.dir/src/proxy.cpp.obj [ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/proxy.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/proxy.cpp config.status: creating Makefile [ 60%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.obj [ 60%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.obj -- Looking for Fortran cheev - found [ 50%] Building CXX object CMakeFiles/libzmq.dir/src/push.cpp.obj -- A library with LAPACK API found. -- Looking for LAPACK libraries... OK /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/push.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/push.cpp [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj config.status: executing depfiles commands [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj [ 51%] Building CXX object CMakeFiles/libzmq-static.dir/src/pub.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pub.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pub.cpp [ 51%] Building CXX object CMakeFiles/libzmq.dir/src/random.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/random.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/random.cpp [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj [ 51%] Building CXX object CMakeFiles/libzmq-static.dir/src/pull.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pull.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pull.cpp [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj [ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj [ 52%] Building CXX object CMakeFiles/libzmq.dir/src/raw_encoder.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/raw_encoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/raw_encoder.cpp [ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj In file included from lp_matrix.c:8:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_matrix.c:7:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ -- Checking if Lapack works... OK KLU INC: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/ KLU LIB: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc KLU INC3: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/ KLU LIB3: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc checking for svnversion... yes KLU LIBS: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.aC:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.aC:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.aC:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.a -- Looking for KLU libraries... [ 63%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj [ 53%] Building CXX object CMakeFiles/libzmq-static.dir/src/push.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/push.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/push.cpp [ 63%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj [ 54%] Building CXX object CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/raw_decoder.cpp [ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj [ 54%] Building CXX object CMakeFiles/libzmq-static.dir/src/random.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/random.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/random.cpp [ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj Makefile.am:138: warning: variable 'libomcgccpp_la_SOURCES' is defined but no program or Makefile.am:138: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:139: warning: variable 'libomcgccpp_la_LIBADD' is defined but no program or Makefile.am:139: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:140: warning: variable 'libomcgccpp_la_LDFLAGS' is defined but no program or Makefile.am:140: library has 'libomcgccpp_la' as canonical name (possible typo) checking build system type... [ 54%] Building CXX object CMakeFiles/libzmq.dir/src/reaper.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/reaper.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/reaper.cpp [ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj config.status: executing libtool commands [ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3/Resources/Library" patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.3.patch' patching file 'Modelica 3.2.3/Magnetic/QuasiStatic/FundamentalWave.mo' [ 55%] Building CXX object CMakeFiles/libzmq.dir/src/rep.cpp.obj patching file 'Modelica 3.2.3/Math/package.mo' /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/rep.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/rep.cpp patching file 'Modelica 3.2.3/Math/package.order' echo 'Complex 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.uses" echo 'ModelicaServices 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.uses" echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.license" [ 66%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c.obj echo '3.2.3+build.2-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.last_change" [ 66%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c.obj i686-pc-mingw32 test ! -d 'build//ModelicaReference' cp -a 'git/Modelica/ModelicaReference' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference" [ 55%] Building CXX object CMakeFiles/libzmq.dir/src/req.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/req.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/req.cpp checking whether we want to compile in debug mode... no [ 56%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_encoder.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/raw_encoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/raw_encoder.cpp -- Checking if KLU works... OK KLU INC2: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/ KLU LIB2: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/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 -- Added NVECTOR_SERIAL module echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.uses" -- Added ARKODE module -- Added CVODE module echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.license" -- Added CVODES module -- Added IDA module -- Added IDAS module echo '20190320-092219~git~maint-3.2.3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.last_change" -- Added KINSOL module -- Configuring done test ! -d 'build//ModelicaServices 3.2.3' [ 67%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c.obj cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3" rm -f ./so_locations rm -rf .libs _libs patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.3.patch' rm -rf ../../C-Sources/.libs ../../C-Sources/_libs [ 67%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c.obj rm -rf ../../C-Sources/zlib/.libs ../../C-Sources/zlib/_libs patching file 'ModelicaServices 3.2.3/package.mo' rm -f *.o echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.uses" checking for C compiler default output file name... C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:836:8: note: in expansion of macro 'YYSIZE_T' static YYSIZE_T ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: In function 'yystrlen': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:844:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yylen; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:888:8: note: in expansion of macro 'YYSIZE_T' static YYSIZE_T ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: In function 'yytnamerr': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:893:7: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yyn = 0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:937:17: note: in expansion of macro 'YYSIZE_T' yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: In function 'yysyntax_error': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:940:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:941:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize = yysize0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1005:19: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1007:40: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1031:5: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize1 = yysize + yystrlen (yyformat); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1032:44: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1041:33: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1042:24: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: In function 'yyfmi2parse': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1189:5: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yystacksize; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1203:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yymsg_alloc = sizeof yymsgbuf; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1238:7: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize = yyssp - yyss + 1; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:359:2: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yynewbytes; \ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1277:2: note: in expansion of macro 'YYSTACK_RELOCATE' YYSTACK_RELOCATE (yyss_alloc, yyss); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:359:2: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yynewbytes; \ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1278:2: note: in expansion of macro 'YYSTACK_RELOCATE' YYSTACK_RELOCATE (yyvs_alloc, yyvs); ^ echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.license" rm -f ../../C-Sources/*.o [ 68%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj echo '3.2.3+build.2-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.last_change" rm -f ../../C-Sources/*.lo test ! -d 'build//ModelicaTest 3.2.3' cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3" C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:836:8: note: in expansion of macro 'YYSIZE_T' static YYSIZE_T ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: In function 'yystrlen': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:844:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yylen; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:888:8: note: in expansion of macro 'YYSIZE_T' static YYSIZE_T ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: In function 'yytnamerr': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:893:7: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yyn = 0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:937:17: note: in expansion of macro 'YYSIZE_T' yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: In function 'yysyntax_error': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:940:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:941:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize = yysize0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1005:19: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1007:40: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1031:5: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize1 = yysize + yystrlen (yyformat); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1032:44: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1041:33: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1042:24: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c: In function 'yyfmi2parse': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1189:5: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yystacksize; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1203:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yymsg_alloc = sizeof yymsgbuf; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1238:7: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize = yyssp - yyss + 1; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:359:2: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yynewbytes; \ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1277:2: note: in expansion of macro 'YYSTACK_RELOCATE' YYSTACK_RELOCATE (yyss_alloc, yyss); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:359:2: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yynewbytes; \ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c:1278:2: note: in expansion of macro 'YYSTACK_RELOCATE' YYSTACK_RELOCATE (yyvs_alloc, yyvs); ^ rm -f ../../C-Sources/zlib/*.o rm -f ../../C-Sources/zlib/*.lo [ 57%] Building CXX object CMakeFiles/libzmq.dir/src/router.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/router.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/router.cpp rm -f *.lo make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' make -C "3rdParty/ModelicaExternalC/BuildProjects/autotools" a.exe checking whether the C compiler works... [ 58%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/raw_decoder.cpp [ 69%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.c.obj yes checking whether we are cross compiling... no checking for suffix of executables... C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:836:8: note: in expansion of macro 'YYSIZE_T' static YYSIZE_T ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: In function 'yystrlen': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:844:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yylen; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:888:8: note: in expansion of macro 'YYSIZE_T' static YYSIZE_T ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: In function 'yytnamerr': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:893:7: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yyn = 0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:937:17: note: in expansion of macro 'YYSIZE_T' yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: In function 'yysyntax_error': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:940:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:941:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize = yysize0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1005:19: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1007:40: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1031:5: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize1 = yysize + yystrlen (yyformat); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1032:44: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1041:33: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1042:24: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: In function 'yyfmi1parse': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1189:5: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yystacksize; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1203:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yymsg_alloc = sizeof yymsgbuf; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1238:7: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize = yyssp - yyss + 1; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:359:2: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yynewbytes; \ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1277:2: note: in expansion of macro 'YYSTACK_RELOCATE' YYSTACK_RELOCATE (yyss_alloc, yyss); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:359:2: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yynewbytes; \ ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1278:2: note: in expansion of macro 'YYSTACK_RELOCATE' YYSTACK_RELOCATE (yyvs_alloc, yyvs); ^ [ 68%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:836:8: note: in expansion of macro 'YYSIZE_T' static YYSIZE_T ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: In function 'yystrlen': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:844:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yylen; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:888:8: note: in expansion of macro 'YYSIZE_T' static YYSIZE_T ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: In function 'yytnamerr': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:893:7: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yyn = 0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: At top level: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:937:17: note: in expansion of macro 'YYSIZE_T' yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: In function 'yysyntax_error': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:940:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:941:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize = yysize0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1005:19: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULL, yytname[yyx]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1007:40: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1031:5: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize1 = yysize + yystrlen (yyformat); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1032:44: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1041:33: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:219:26: note: in expansion of macro 'YYSIZE_T' #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:301:34: note: in expansion of macro 'YYSIZE_MAXIMUM' # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1042:24: note: in expansion of macro 'YYSTACK_ALLOC_MAXIMUM' *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c: In function 'yyfmi1parse': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1189:5: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yystacksize; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1203:3: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yymsg_alloc = sizeof yymsgbuf; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1238:7: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yysize = yyssp - yyss + 1; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:359:2: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yynewbytes; \ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1277:2: note: in expansion of macro 'YYSTACK_RELOCATE' YYSTACK_RELOCATE (yyss_alloc, yyss); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:207:20: warning: ISO C90 does not support 'long long' [-Wlong-long] # define YYSIZE_T __SIZE_TYPE__ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:359:2: note: in expansion of macro 'YYSIZE_T' YYSIZE_T yynewbytes; \ ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c:1278:2: note: in expansion of macro 'YYSTACK_RELOCATE' YYSTACK_RELOCATE (yyvs_alloc, yyvs); ^ [ 58%] Building CXX object CMakeFiles/libzmq.dir/src/select.cpp.obj 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/select.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp .exe checking for suffix of object files... [ 58%] Building CXX object CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/reaper.cpp 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 [ 70%] Linking C static library libfmixml.a -- Generating done [ 69%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.c.obj [ 59%] Building CXX object CMakeFiles/libzmq.dir/src/server.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/server.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/server.cpp make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build make -C 3rdParty/sundials/build install make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -H/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials -B/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build --check-build-system CMakeFiles/Makefile.cmake 0 [ 70%] Built target fmixml o checking whether we are using the GNU C compiler... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/CMakeFiles /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/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[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/nvec_ser /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/DependInfo.cmake --color= Scanning dependencies of target sundials_nvecserial_shared make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/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[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.uses" cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecserial_shared_EXPORTS @CMakeFiles/sundials_nvecserial_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/nvec_ser/nvector_serial.c yes echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.license" [ 70%] Linking C static library libfmixml.a checking whether gcc accepts -g... echo '3.2.3+build.2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.last_change" # Building git/Modelica Scanning dependencies of target fmiimport [ 60%] Building CXX object CMakeFiles/libzmq.dir/src/session_base.cpp.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/session_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/session_base.cpp ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'master' '30e08efd288786e34a2adabd64e50a38a5ac7490' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 70%] Built target fmixml make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecserial_shared_EXPORTS @CMakeFiles/sundials_nvecserial_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_nvecserial_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp: In static member function 'static u_short zmq::select_t::get_fd_family(zmq::fd_t)': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing initializer for member 'sockaddr_storage::__ss_pad1' [-Wmissing-field-initializers] sockaddr_storage addr = { 0 }; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing initializer for member 'sockaddr_storage::__ss_align' [-Wmissing-field-initializers] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing initializer for member 'sockaddr_storage::__ss_pad2' [-Wmissing-field-initializers] yes checking for gcc option to accept ANSI C... [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj checking build system type... 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 [ 1%] Linking C shared library libsundials_nvecserial.dll cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_nvecserial_shared.dir/objects.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/tools/msys/mingw64/bin/ar.exe cr CMakeFiles/sundials_nvecserial_shared.dir/objects.a @CMakeFiles/sundials_nvecserial_shared.dir/objects1.rsp HEAD is now at 8f65f621 Fix release notes for 3.2.3 Build 2 [ 61%] Building CXX object CMakeFiles/libzmq-static.dir/src/rep.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/rep.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/rep.cpp cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -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 Scanning dependencies of target fmiimport make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' none needed make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.obj make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/depend make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/nvec_ser /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/DependInfo.cmake --color= [ 1%] Built target sundials_nvecserial_shared i686-pc-mingw64 checking host system type... i686-pc-mingw64 checking target system type... i686-pc-mingw64 checking GC version numbers... fatal: reference is not a tree: 30e08efd288786e34a2adabd64e50a38a5ac7490 Scanning dependencies of target sundials_nvecserial_static [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/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 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj [ 61%] Building CXX object CMakeFiles/libzmq-static.dir/src/req.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/req.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/req.cpp [ 1%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_nvecserial_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/nvec_ser/nvector_serial.c major=8 minor=0 micro=0 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes [ 1%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_nvecserial_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c configure: C compiler options are: -g -O2 -falign-functions -DMUMPS_BUILD configure: Trying to determine Fortran compiler name checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj [ 2%] Linking C static library libsundials_nvecserial.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_nvecserial_static.dir/cmake_clean_target.cmake checking whether we are using the GNU Fortran 77 compiler... cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_nvecserial_static.dir/link.txt --verbose=1 yes [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj [ 61%] Building CXX object CMakeFiles/libzmq.dir/src/signaler.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/signaler.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/signaler.cpp C:/OMDev/tools/msys/mingw64/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 checking whether make supports nested variables... C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libsundials_nvecserial.a make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' yes [ 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 make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode/CMakeFiles/sundials_arkode_shared.dir/DependInfo.cmake --color= 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 yes checking whether gfortran accepts -g... checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc yes Scanning dependencies of target sundials_arkode_shared make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_shared.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj [ 2%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode.c [ 62%] Building CXX object CMakeFiles/libzmq-static.dir/src/router.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/router.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/router.cpp [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj checking whether the C compiler works... configure: Fortran compiler options are: -O3 -pipe checking how to get verbose linking output from gfortran... yes checking for C compiler default output file name... a.exe checking for suffix of executables... Previous HEAD position was 8f65f621 Fix release notes for 3.2.3 Build 2 HEAD is now at 30e08efd Merge pull request #2895 from beutlich/utilize-inheritance .exe [ 76%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj [ 63%] Building CXX object CMakeFiles/libzmq.dir/src/socket_base.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/socket_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socket_base.cpp checking whether we are cross compiling... -v checking for Fortran libraries of gfortran... HEAD is now at 30e08efd Merge pull request #2895 from beutlich/utilize-inheritance [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj no checking for suffix of object files... test ! -f 'build//Complex trunk.mo' cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.mo" patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Complex trunk.patch' [ 2%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_band.c o checking whether we are using the GNU C compiler... patching file 'Complex trunk.mo' -LC:/dev/hudson/workspace/OM_Win/OM/build/lib/omc -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0 -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../lib -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/lib -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../.. -lgfortran -lmingw32 -lgcc_s -lmoldname -lmingwex -lmsvcrt -lquadmath -lm -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 configure: Corrected Fortran libraries: -LC:/dev/hudson/workspace/OM_Win/OM/build/lib/omc -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0 -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/lib/../lib -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../lib -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/lib -LC:/OMDev/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../.. -lgfortran -lmingw32 -lmoldname -lmingwex -lmsvcrt -lquadmath -lm -lpthread -ladvapi32 -lshell32 -luser32 -lkernel32 checking for dummy main to link with Fortran libraries... echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.uses" echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.license" echo '20190503-170150~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.breaks" yes checking whether gcc accepts -g... test ! -d 'build//Modelica trunk' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk" [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj [ 2%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_bandpre.c yes checking for gcc option to accept ISO C89... In file included from lp_price.c:6:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_bbdpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_bbdpre.c [ 76%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj none needed checking whether gcc understands -c and -o together... none checking for Fortran name-mangling scheme... [ 63%] Building CXX object CMakeFiles/libzmq-static.dir/src/select.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/select.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp yes checking dependency style of gcc... [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_butcher.c [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_dense.c gcc3 [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_direct.c 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_io.c checking whether we are using the GNU C++ compiler... make -f src/arkode/CMakeFiles/sundials_arkode_static.dir/build.make src/arkode/CMakeFiles/sundials_arkode_static.dir/depend [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode/CMakeFiles/sundials_arkode_static.dir/DependInfo.cmake --color= C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp: In static member function 'static u_short zmq::select_t::get_fd_family(zmq::fd_t)': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing initializer for member 'sockaddr_storage::__ss_pad1' [-Wmissing-field-initializers] sockaddr_storage addr = { 0 }; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing initializer for member 'sockaddr_storage::__ss_align' [-Wmissing-field-initializers] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing initializer for member 'sockaddr_storage::__ss_pad2' [-Wmissing-field-initializers] 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 [ 63%] Building CXX object CMakeFiles/libzmq.dir/src/socks.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/socks.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socks.cpp yes checking whether g++ accepts -g... Scanning dependencies of target sundials_arkode_static make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/arkode/CMakeFiles/sundials_arkode_static.dir/build.make src/arkode/CMakeFiles/sundials_arkode_static.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode.c.obj yes checking dependency style of g++... cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode.c [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj [ 64%] Building CXX object CMakeFiles/libzmq-static.dir/src/server.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/server.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/server.cpp [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_pcg.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_pcg.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_pcg.c [ 80%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.obj lower case, underscore, no extra underscore make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/depend make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode/CMakeFiles/sundials_cvode_shared.dir/DependInfo.cmake --color= checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_band.c [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spbcgs.c gcc3 checking dependency style of gcc... Scanning dependencies of target sundials_cvode_shared make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 [ 5%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode.c [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spfgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_spfgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spfgmr.c [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj [ 65%] Building CXX object CMakeFiles/libzmq.dir/src/socks_connecter.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/socks_connecter.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socks_connecter.cpp [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spgmr.c yes gcc3 checking how to print strings... printf checking for a sed that does not truncate output... [ 6%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_bandpre.c 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 checking for gawk... gawk checking whether make sets $(MAKE)... [ 6%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spils.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spils.c /usr/bin/sed checking for grep that handles long lines and -e... [ 66%] Building CXX object CMakeFiles/libzmq-static.dir/src/session_base.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/session_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/session_base.cpp /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.dir/depend yes make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode/CMakeFiles/sundials_cvode_static.dir/DependInfo.cmake --color= [ 6%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_bbdpre.c checking for style of include used by make... [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_sptfqmr.c.obj [ 7%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_sptfqmr.c Scanning dependencies of target sundials_cvode_static cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_io.c make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.dir/build GNU make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 80%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.obj [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.obj [ 66%] Building CXX object CMakeFiles/libzmq.dir/src/stream.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/stream.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/stream.cpp [ 7%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode.c checking dependency style of gcc... [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_butcher.c [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_sparse.c [ 8%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_direct.c C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe checking if the linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm -B checking the name lister (/mingw64/bin/nm -B) interface... [ 8%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_dense.c [ 8%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_klu.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_klu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_klu.c In file included from lp_simplex.c:34:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_simplex.c:33:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ In file included from lp_simplex.c:32:0: lp_presolve.h:91:12: warning: inline function 'presolve_nextcol' declared but never defined INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem); ^ lp_presolve.h:90:12: warning: inline function 'presolve_nextrow' declared but never defined INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem); ^ [ 8%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_band.c 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 [ 9%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_direct.c BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 gcc3 checking whether to enable maintainer-specific portions of Makefiles... no [ 10%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_lapack.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_lapack.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_lapack.c configure: Using libtool script in directory ../.. [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.c.obj checking how to convert i686-pc-mingw64 file names to i686-pc-mingw64 format... func_convert_file_msys_to_w32 checking how to convert i686-pc-mingw64 file names to toolchain format... func_convert_file_msys_to_w32 checking for C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... [ 10%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_dense.c file_magic ^x86 archive import|^x86 DLL 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 checking for dlltool... [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... [ 10%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_io.c [ 66%] Building CXX object CMakeFiles/libzmq-static.dir/src/signaler.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/signaler.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/signaler.cpp [ 10%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_io.c [ 11%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_diag.c [ 11%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c @ checking for strip... strip checking for ranlib... ranlib checking command to parse /mingw64/bin/nm -B output from gcc object... make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/depend [ 11%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_spils.c make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/DependInfo.cmake --color= [ 11%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_direct.c [ 11%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 11%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_pcg.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_pcg.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_pcg.c [ 11%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spbcgs.c.obj [ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_spbcgs.c [ 12%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 13%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_band.c [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.obj [ 67%] Building CXX object CMakeFiles/libzmq.dir/src/stream_engine.cpp.obj Scanning dependencies of target sundials_cvodes_shared /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/stream_engine.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/stream_engine.cpp make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 14%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes.c [ 14%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_spgmr.c [ 15%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj [ 15%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_dense.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spbcgs.c [ 15%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c [ 16%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_sptfqmr.c [ 16%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_diag.c ok [ 16%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spfgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_spfgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spfgmr.c checking for sysroot... no checking for a working dd... [ 16%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c /usr/bin/dd checking how to truncate binary pipes... [ 16%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_sparse.c [ 17%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj [ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_spils.c /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... [ 68%] Building CXX object CMakeFiles/libzmq-static.dir/src/socket_base.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/socket_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socket_base.cpp [ 17%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spgmr.c no checking how to run the C preprocessor... [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.c.obj [ 17%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj [ 17%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_bandpre.c checking if library version is set... 6:2:5 [ 17%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_spbcgs.c checking for pkg-config... pkg-config checking pkg-config is at least version 0.16.0... yes [ 18%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spils.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spils.c checking for COIN-OR package Blas... yes [ 19%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_pcg.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_pcg.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_pcg.c [ 20%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_bbdpre.c [ 20%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj gcc -E cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_spgmr.c checking for COIN-OR package Metis... skipping checking whether we can compile Fortran 90 code... [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj [ 20%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 20%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_sptfqmr.c rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk/Resources/Library" [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_klu.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_sptfqmr.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_klu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_klu.c patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica trunk.patch' patching file 'Modelica trunk/Magnetic/QuasiStatic/FundamentalWave.mo' yes patching file 'Modelica trunk/Math/package.mo' checking for ANSI C header files... checking for additional preprocessor C flags... -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 patching file 'Modelica trunk/Math/package.order' patching file 'Modelica trunk/package.mo' echo 'Complex trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.uses" echo 'ModelicaServices trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.uses" [ 21%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spfgmr.c.obj echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.license" cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spfgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spfgmr.c [ 21%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_sparse.c [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj echo '20190503-170150~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.last_change" cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_sparse.c [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_lapack.c.obj echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.breaks" cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_lapack.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_lapack.c [ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj test ! -d 'build//ModelicaReference trunk' cp -a 'git/Modelica/ModelicaReference' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk" [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_bandpre.c [ 21%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_klu.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_klu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_klu.c configure: creating ./config.status echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.uses" [ 22%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spgmr.c.obj echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.license" cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c echo '20190503-170150~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.last_change" [ 23%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c [ 23%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodea.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodea.c echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.breaks" test ! -d 'build//ModelicaServices trunk' cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk" gcc -shared `echo .so | grep -q dylib || echo -Wl,-Bsymbolic -Wl,-soname,liblpsolve55.so` -o liblpsolve55.so `echo lp_MDO.c shared/commonlib.c shared/mmio.c shared/myblas.c ini.c fortify.c colamd/colamd.c lp_rlp.c lp_crash.c bfp/bfp_LUSOL/lp_LUSOL.c bfp/bfp_LUSOL/LUSOL/lusol.c lp_Hash.c lp_lib.c lp_wlp.c lp_matrix.c lp_mipbb.c lp_MPS.c lp_params.c lp_presolve.c lp_price.c lp_pricePSE.c lp_report.c lp_scale.c lp_simplex.c lp_SOS.c lp_utils.c yacc_read.c|sed s/[.]c/.o/g|sed 's/[^ ]*\///g'` [ 68%] Building CXX object CMakeFiles/libzmq.dir/src/sub.cpp.obj [ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj [ 24%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_bbdpre.c /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/sub.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/sub.cpp [ 25%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_lapack.c.obj [ 25%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_lapack.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_lapack.c [ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices trunk.patch' [ 68%] Building CXX object CMakeFiles/libzmq-static.dir/src/socks.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/socks.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socks.cpp patching file 'ModelicaServices trunk/package.mo' echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.uses" [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.license" echo '20190503-170150~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.last_change" yes echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.breaks" test ! -d 'build//ModelicaTest trunk' checking for sys/types.h... [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_klu.c.obj cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk" cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_klu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_klu.c [ 25%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 25%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c test -d /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/lib || mkdir -p /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/lib yes /usr/bin/install -c liblpsolve55.a /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/lib/ /usr/bin/install -c liblpsolve55.so /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/lib/ [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_lapack.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_lapack.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_lapack.c make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve' cp -pf 3rdParty/lpsolve/build/lib/liblpsolve55* /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c checking for sys/stat.h... [ 25%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c cp -prf 3rdParty/lpsolve/build/include/* /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/ [ 26%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj [ 26%] Linking C shared library libsundials_arkode.dll cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_io.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_arkode_shared.dir/objects.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/ar.exe cr CMakeFiles/sundials_arkode_shared.dir/objects.a @CMakeFiles/sundials_arkode_shared.dir/objects1.rsp yes [ 87%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj [ 27%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 27%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj test ! `uname` = Darwin || install_name_tool -id @rpath/liblpsolve55.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/liblpsolve55.dylib" cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -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 [ 28%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 checking for stdlib.h... [ 29%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 30%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodea_io.c make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' yes [ 30%] Built target sundials_arkode_shared [ 69%] Building CXX object CMakeFiles/libzmq.dir/src/tcp.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/tcp.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp.cpp [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaTest trunk.patch' checking for string.h... [ 70%] Building CXX object CMakeFiles/libzmq-static.dir/src/socks_connecter.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/socks_connecter.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socks_connecter.cpp patching file 'ModelicaTest trunk/package.mo' [ 30%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c echo 'Modelica trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.uses" [ 30%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_direct.c [ 88%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.license" 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 echo '20190503-170150~git~master-om182' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.breaks" yes [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' touch /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/20190503_190629.core make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c [ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/depend checking for memory.h... make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes/CMakeFiles/sundials_cvodes_static.dir/DependInfo.cmake --color= [ 30%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_band.c [ 31%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 70%] Building CXX object CMakeFiles/libzmq-static.dir/src/stream.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/stream.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/stream.cpp Scanning dependencies of target sundials_cvodes_static make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build yes [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 33%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes.c [ 34%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_dense.c [ 34%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_pcg.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_pcg.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_pcg.c checking for strings.h... [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c yes [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj [ 34%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_diag.c [ 34%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 89%] Linking C static library libfmiimport.a checking for inttypes.h... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c [ 71%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_address.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/tcp_address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp_address.cpp [ 34%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sparse.c [ 87%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj [ 34%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spfgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spfgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spfgmr.c [ 89%] Built target fmiimport [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c config.status: creating Makefile make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' yes [ 90%] Generating ThirdParty/c99_snprintf/libc99snprintf.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ThirdParty/c99_snprintf/libc99snprintf.a [ 34%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spils.c checking for stdint.h... [ 91%] Generating libfmiimport.a.objlist [ 36%] Linking C shared library libsundials_cvode.dll [ 36%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_cvode_shared.dir/objects.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmiimport.a config.status: creating coinmumps.pc cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/ar.exe cr CMakeFiles/sundials_cvode_shared.dir/objects.a @CMakeFiles/sundials_cvode_shared.dir/objects1.rsp [ 37%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 yes cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -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 [ 92%] Generating libjmutils.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libjmutils.a [ 37%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c checking for unistd.h... [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spbcgs.c.obj [ 38%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spbcgs.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c config.status: creating coinmumps-uninstalled.pc make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 93%] Generating libfmixml.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmixml.a [ 38%] Built target sundials_cvode_shared yes [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodea.c 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spgmr.c [ 39%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c checking for dlfcn.h... [ 39%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c [ 88%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj [ 94%] Generating libfmizip.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmizip.a [ 72%] Building CXX object CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/stream_engine.cpp config.status: executing depfiles commands [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sptfqmr.c [ 95%] Generating libfmicapi.a.objlist no checking for objdir... -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmicapi.a [ 72%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj [ 39%] Linking C static library libsundials_cvode.a /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp_connecter.cpp cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_cvode_static.dir/cmake_clean_target.cmake [ 40%] Linking C static library libsundials_arkode.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_arkode_static.dir/cmake_clean_target.cmake .libs cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_cvode_static.dir/link.txt --verbose=1 cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_arkode_static.dir/link.txt --verbose=1 C:/OMDev/tools/msys/mingw64/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/cvode_klu.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_lapack.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 [ 96%] Generating ExpatEx/libexpat.a.objlist make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/depend [ 41%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_bandpre.c C:/OMDev/tools/msys/mingw64/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/arkode_klu.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_lapack.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 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/./libexpat.a C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libsundials_cvode.a make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida/CMakeFiles/sundials_ida_shared.dir/DependInfo.cmake --color= make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libsundials_arkode.a [ 72%] Building CXX object CMakeFiles/libzmq-static.dir/src/sub.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/sub.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/sub.cpp make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 41%] Built target sundials_cvode_static 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 [ 96%] Generating Config.cmake/Minizip/libminizip.a.objlist [ 41%] Built target sundials_arkode_static [ 41%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_io.c -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/Config.cmake/Minizip/libminizip.a [ 41%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_bbdpre.c [ 73%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_listener.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/tcp_listener.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp_listener.cpp Scanning dependencies of target sundials_ida_shared make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/build checking if gcc supports -fno-rtti -fno-exceptions... [ 97%] Generating zlib/libzlib.a.objlist make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 89%] Linking C static library libfmiimport.a -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/zlib/libzlib.a [ 42%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida.c [ 42%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_klu.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_klu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_klu.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 98%] Generating fmilib_dummy.c [ 42%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodea_io.c [ 89%] Built target fmiimport no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' Scanning dependencies of target fmilib make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 90%] Generating ThirdParty/c99_snprintf/libc99snprintf.a.objlist make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ThirdParty/c99_snprintf/libc99snprintf.a [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_lapack.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_lapack.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_lapack.c [ 99%] Building C object CMakeFiles/fmilib.dir/fmilib_dummy.c.obj 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 [ 91%] Generating libfmiimport.a.objlist yes checking if gcc static flag -static works... [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_direct.c [100%] Linking C static library libfmilib.a -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmiimport.a [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c yes checking if gcc supports -c -o file.o... Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libfmiimport.a.objlist [ 92%] Generating libjmutils.a.objlist [ 43%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libjmutils.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_io.c [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_band.c [ 74%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/tcp.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp.cpp Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libjmutils.a.objlist [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 93%] Generating libfmixml.a.objlist 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/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -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 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmixml.a Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libfmixml.a.objlist [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_dense.c [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 45%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_ic.c.obj yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida_ic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_ic.c [ 94%] Generating libfmizip.a.objlist Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libfmizip.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmizip.a make -f src/ida/CMakeFiles/sundials_ida_static.dir/build.make src/ida/CMakeFiles/sundials_ida_static.dir/depend yes checking whether -lc should be explicitly linked in... [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_diag.c make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida/CMakeFiles/sundials_ida_static.dir/DependInfo.cmake --color= [ 74%] Building CXX object CMakeFiles/libzmq.dir/src/thread.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/thread.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/thread.cpp Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libfmicapi.a.objlist [ 95%] Generating libfmicapi.a.objlist [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c Scanning dependencies of target sundials_ida_static -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmicapi.a make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/ida/CMakeFiles/sundials_ida_static.dir/build.make src/ida/CMakeFiles/sundials_ida_static.dir/build [ 46%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_direct.c make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' yes checking dynamic linker characteristics... Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libexpat.a.objlist [ 46%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_static.dir/ida.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida.c [ 47%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sparse.c [ 96%] Generating ExpatEx/libexpat.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libminizip.a.objlist [ 47%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c [ 47%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_band.c [ 96%] Generating Config.cmake/Minizip/libminizip.a.objlist [ 47%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spils.c -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libzlib.a.objlist 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 [ 97%] Generating zlib/libzlib.a.objlist [ 47%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_dense.c -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/zlib/libzlib.a Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libc99snprintf.a.objlist checking how to run the C++ preprocessor... [ 47%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 75%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp_address.cpp Running: C:/OMDev/tools/msys/mingw64/bin/ranlib.exe C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a [ 98%] Generating fmilib_dummy.c [ 48%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_sparse.c.obj [ 48%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spbcgs.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_sparse.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 49%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_static.dir/ida_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_io.c [100%] Built target fmilib make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' Scanning dependencies of target fmilib make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 50%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includ