Started by remote host 127.0.0.1 with note: Revision0b3c742c56e315abfb04dbb1919eacc6b9aee50e Building remotely on windows.openmodelica.org [OM_Win] $ cmd /c call C:\Users\adrpo33\AppData\Local\Temp\hudson5382234443069946254.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/cc0ABSvE /c/Users/adrpo33/AppData/Local/Temp/cc0c1Vwb /c/Users/adrpo33/AppData/Local/Temp/cc0vOJcH /c/Users/adrpo33/AppData/Local/Temp/cc0yqEQT /c/Users/adrpo33/AppData/Local/Temp/cc1BFk4T /c/Users/adrpo33/AppData/Local/Temp/cc1iaV9j /c/Users/adrpo33/AppData/Local/Temp/cc1XWy3K /c/Users/adrpo33/AppData/Local/Temp/cc22Qx73 /c/Users/adrpo33/AppData/Local/Temp/cc26Zaps /c/Users/adrpo33/AppData/Local/Temp/cc2dOfx1 /c/Users/adrpo33/AppData/Local/Temp/cc2E7MFN /c/Users/adrpo33/AppData/Local/Temp/cc2K7GQF /c/Users/adrpo33/AppData/Local/Temp/cc2nhRf9 /c/Users/adrpo33/AppData/Local/Temp/cc2oPMCw /c/Users/adrpo33/AppData/Local/Temp/cc2TNd0c /c/Users/adrpo33/AppData/Local/Temp/cc2xZMKI /c/Users/adrpo33/AppData/Local/Temp/cc3bqIum /c/Users/adrpo33/AppData/Local/Temp/cc3BsQbY /c/Users/adrpo33/AppData/Local/Temp/cc3nSFEG /c/Users/adrpo33/AppData/Local/Temp/cc3TVndh /c/Users/adrpo33/AppData/Local/Temp/cc4Fdp8L /c/Users/adrpo33/AppData/Local/Temp/cc4KSJ7t /c/Users/adrpo33/AppData/Local/Temp/cc518vPF /c/Users/adrpo33/AppData/Local/Temp/cc5TCfGd /c/Users/adrpo33/AppData/Local/Temp/cc65C2fr /c/Users/adrpo33/AppData/Local/Temp/cc6eGc63 /c/Users/adrpo33/AppData/Local/Temp/cc6iQFEf /c/Users/adrpo33/AppData/Local/Temp/cc6ujCOR /c/Users/adrpo33/AppData/Local/Temp/cc70bv4i /c/Users/adrpo33/AppData/Local/Temp/cc8S2bka /c/Users/adrpo33/AppData/Local/Temp/cc8SfFnR /c/Users/adrpo33/AppData/Local/Temp/cc9iaFBb /c/Users/adrpo33/AppData/Local/Temp/cc9RPgaL /c/Users/adrpo33/AppData/Local/Temp/cc9wGDEW /c/Users/adrpo33/AppData/Local/Temp/ccA1fTJ0 /c/Users/adrpo33/AppData/Local/Temp/ccAa7ZFH /c/Users/adrpo33/AppData/Local/Temp/ccaENdld /c/Users/adrpo33/AppData/Local/Temp/ccaKkuUy /c/Users/adrpo33/AppData/Local/Temp/ccald5CC /c/Users/adrpo33/AppData/Local/Temp/ccBbSv6L /c/Users/adrpo33/AppData/Local/Temp/ccbBW4gG /c/Users/adrpo33/AppData/Local/Temp/ccbCMMQm /c/Users/adrpo33/AppData/Local/Temp/ccBGALbQ /c/Users/adrpo33/AppData/Local/Temp/ccbGRGpP /c/Users/adrpo33/AppData/Local/Temp/ccbNF5Q9 /c/Users/adrpo33/AppData/Local/Temp/ccCB7TVn /c/Users/adrpo33/AppData/Local/Temp/cccgPcbQ /c/Users/adrpo33/AppData/Local/Temp/ccCi6QIM /c/Users/adrpo33/AppData/Local/Temp/ccCPeAhb /c/Users/adrpo33/AppData/Local/Temp/ccD1tOSy /c/Users/adrpo33/AppData/Local/Temp/ccDGhBjo /c/Users/adrpo33/AppData/Local/Temp/ccdkxVFL /c/Users/adrpo33/AppData/Local/Temp/ccDYCKzJ /c/Users/adrpo33/AppData/Local/Temp/cce4WI5W /c/Users/adrpo33/AppData/Local/Temp/ccecT8a9 /c/Users/adrpo33/AppData/Local/Temp/ccELWJV1 /c/Users/adrpo33/AppData/Local/Temp/ccelZ9rL /c/Users/adrpo33/AppData/Local/Temp/ccf3fOf6 /c/Users/adrpo33/AppData/Local/Temp/ccfdMbz0 /c/Users/adrpo33/AppData/Local/Temp/ccFllq3u /c/Users/adrpo33/AppData/Local/Temp/ccfLtifP /c/Users/adrpo33/AppData/Local/Temp/ccFogDtE /c/Users/adrpo33/AppData/Local/Temp/ccFoX30F /c/Users/adrpo33/AppData/Local/Temp/ccfRM7bT /c/Users/adrpo33/AppData/Local/Temp/ccFSOqvK /c/Users/adrpo33/AppData/Local/Temp/ccfSTgnZ /c/Users/adrpo33/AppData/Local/Temp/ccFttuYY /c/Users/adrpo33/AppData/Local/Temp/ccGdJrfm /c/Users/adrpo33/AppData/Local/Temp/ccGIzm0J /c/Users/adrpo33/AppData/Local/Temp/ccgNxkAu /c/Users/adrpo33/AppData/Local/Temp/ccGtVUtq /c/Users/adrpo33/AppData/Local/Temp/ccguX7pz /c/Users/adrpo33/AppData/Local/Temp/ccGZObEV /c/Users/adrpo33/AppData/Local/Temp/cch3lkmz /c/Users/adrpo33/AppData/Local/Temp/cchFxdLW /c/Users/adrpo33/AppData/Local/Temp/ccHOdAfE /c/Users/adrpo33/AppData/Local/Temp/cchpfOt6 /c/Users/adrpo33/AppData/Local/Temp/ccHPlptN /c/Users/adrpo33/AppData/Local/Temp/ccI4qhU1 /c/Users/adrpo33/AppData/Local/Temp/ccI6C9Gy /c/Users/adrpo33/AppData/Local/Temp/ccJCNAhy /c/Users/adrpo33/AppData/Local/Temp/ccjpLTpl /c/Users/adrpo33/AppData/Local/Temp/ccJqFCld /c/Users/adrpo33/AppData/Local/Temp/ccJzyMja /c/Users/adrpo33/AppData/Local/Temp/cckAOW6a /c/Users/adrpo33/AppData/Local/Temp/ccKbGRId /c/Users/adrpo33/AppData/Local/Temp/ccKFEOzh /c/Users/adrpo33/AppData/Local/Temp/ccKldqcD /c/Users/adrpo33/AppData/Local/Temp/ccKTCFdD /c/Users/adrpo33/AppData/Local/Temp/ccKWDV9B /c/Users/adrpo33/AppData/Local/Temp/cclamlNo /c/Users/adrpo33/AppData/Local/Temp/ccLci1zn /c/Users/adrpo33/AppData/Local/Temp/ccldbUhr /c/Users/adrpo33/AppData/Local/Temp/cclF7q4v /c/Users/adrpo33/AppData/Local/Temp/ccLMCLxo /c/Users/adrpo33/AppData/Local/Temp/cclmIRJl /c/Users/adrpo33/AppData/Local/Temp/ccLZH56t /c/Users/adrpo33/AppData/Local/Temp/ccM6qDef /c/Users/adrpo33/AppData/Local/Temp/ccmQMbwK /c/Users/adrpo33/AppData/Local/Temp/ccmwwTLw /c/Users/adrpo33/AppData/Local/Temp/ccN2zSJq /c/Users/adrpo33/AppData/Local/Temp/ccn89cBb /c/Users/adrpo33/AppData/Local/Temp/ccNAguEg /c/Users/adrpo33/AppData/Local/Temp/ccnHW69I /c/Users/adrpo33/AppData/Local/Temp/ccnIHQ7I /c/Users/adrpo33/AppData/Local/Temp/ccnjpLuC /c/Users/adrpo33/AppData/Local/Temp/ccnt61tq /c/Users/adrpo33/AppData/Local/Temp/ccO7bAqG /c/Users/adrpo33/AppData/Local/Temp/ccoAoNDC /c/Users/adrpo33/AppData/Local/Temp/ccOAWm51 /c/Users/adrpo33/AppData/Local/Temp/ccojfwAh /c/Users/adrpo33/AppData/Local/Temp/ccOPe1IC /c/Users/adrpo33/AppData/Local/Temp/ccoTs07L /c/Users/adrpo33/AppData/Local/Temp/ccOvTgGU /c/Users/adrpo33/AppData/Local/Temp/ccOzmxP8 /c/Users/adrpo33/AppData/Local/Temp/ccp09sxn /c/Users/adrpo33/AppData/Local/Temp/ccp3AZHB /c/Users/adrpo33/AppData/Local/Temp/ccp9ZlUF /c/Users/adrpo33/AppData/Local/Temp/ccpBf55m /c/Users/adrpo33/AppData/Local/Temp/ccPdpCI7 /c/Users/adrpo33/AppData/Local/Temp/ccpHnSAi /c/Users/adrpo33/AppData/Local/Temp/ccPKesWX /c/Users/adrpo33/AppData/Local/Temp/ccpKJh8F /c/Users/adrpo33/AppData/Local/Temp/ccpKObtJ /c/Users/adrpo33/AppData/Local/Temp/ccpkwFgR /c/Users/adrpo33/AppData/Local/Temp/ccpLwyIK /c/Users/adrpo33/AppData/Local/Temp/ccpvxzAV /c/Users/adrpo33/AppData/Local/Temp/ccQagqqv /c/Users/adrpo33/AppData/Local/Temp/ccQfw4M4 /c/Users/adrpo33/AppData/Local/Temp/ccqg8mzH /c/Users/adrpo33/AppData/Local/Temp/ccqgCkPr /c/Users/adrpo33/AppData/Local/Temp/ccqQbGug /c/Users/adrpo33/AppData/Local/Temp/ccqrkkNA /c/Users/adrpo33/AppData/Local/Temp/ccqxADrm /c/Users/adrpo33/AppData/Local/Temp/ccRcAVB1 /c/Users/adrpo33/AppData/Local/Temp/ccrLvyzr /c/Users/adrpo33/AppData/Local/Temp/ccRN5k7B /c/Users/adrpo33/AppData/Local/Temp/ccrWL05P /c/Users/adrpo33/AppData/Local/Temp/ccSFqIAW /c/Users/adrpo33/AppData/Local/Temp/ccSKBVoT /c/Users/adrpo33/AppData/Local/Temp/ccSM1KFp /c/Users/adrpo33/AppData/Local/Temp/ccsmtavi /c/Users/adrpo33/AppData/Local/Temp/ccSPI7xk /c/Users/adrpo33/AppData/Local/Temp/ccSwxOnD /c/Users/adrpo33/AppData/Local/Temp/ccTGYBFR /c/Users/adrpo33/AppData/Local/Temp/ccTIVh4t /c/Users/adrpo33/AppData/Local/Temp/ccTjBOIo /c/Users/adrpo33/AppData/Local/Temp/ccTjx1Fx /c/Users/adrpo33/AppData/Local/Temp/ccTn7llq /c/Users/adrpo33/AppData/Local/Temp/cctOKDoI /c/Users/adrpo33/AppData/Local/Temp/cctycfHA /c/Users/adrpo33/AppData/Local/Temp/ccV6E1xX /c/Users/adrpo33/AppData/Local/Temp/ccvFyI5z /c/Users/adrpo33/AppData/Local/Temp/ccVhfKli /c/Users/adrpo33/AppData/Local/Temp/ccVIhElN /c/Users/adrpo33/AppData/Local/Temp/ccvMw5Ub /c/Users/adrpo33/AppData/Local/Temp/ccwaChrH /c/Users/adrpo33/AppData/Local/Temp/ccWPPH5E /c/Users/adrpo33/AppData/Local/Temp/ccX9eVLj /c/Users/adrpo33/AppData/Local/Temp/ccXHO6Ea /c/Users/adrpo33/AppData/Local/Temp/ccXHy6Uq /c/Users/adrpo33/AppData/Local/Temp/ccxl2K36 /c/Users/adrpo33/AppData/Local/Temp/ccxL3xOD /c/Users/adrpo33/AppData/Local/Temp/ccXm1iXg /c/Users/adrpo33/AppData/Local/Temp/ccXsxEiC /c/Users/adrpo33/AppData/Local/Temp/ccxwut5z /c/Users/adrpo33/AppData/Local/Temp/ccY1vSBn /c/Users/adrpo33/AppData/Local/Temp/ccYfqaFK /c/Users/adrpo33/AppData/Local/Temp/ccyOnMgW /c/Users/adrpo33/AppData/Local/Temp/ccyycHmV /c/Users/adrpo33/AppData/Local/Temp/ccz29EBy /c/Users/adrpo33/AppData/Local/Temp/ccz83q3V /c/Users/adrpo33/AppData/Local/Temp/ccZrAK26 /c/Users/adrpo33/AppData/Local/Temp/cc0ABSvE /c/Users/adrpo33/AppData/Local/Temp/cc0c1Vwb /c/Users/adrpo33/AppData/Local/Temp/cc0vOJcH /c/Users/adrpo33/AppData/Local/Temp/cc0yqEQT /c/Users/adrpo33/AppData/Local/Temp/cc1BFk4T /c/Users/adrpo33/AppData/Local/Temp/cc1iaV9j /c/Users/adrpo33/AppData/Local/Temp/cc1XWy3K /c/Users/adrpo33/AppData/Local/Temp/cc22Qx73 /c/Users/adrpo33/AppData/Local/Temp/cc26Zaps /c/Users/adrpo33/AppData/Local/Temp/cc2dOfx1 /c/Users/adrpo33/AppData/Local/Temp/cc2E7MFN /c/Users/adrpo33/AppData/Local/Temp/cc2K7GQF /c/Users/adrpo33/AppData/Local/Temp/cc2nhRf9 /c/Users/adrpo33/AppData/Local/Temp/cc2oPMCw /c/Users/adrpo33/AppData/Local/Temp/cc2TNd0c /c/Users/adrpo33/AppData/Local/Temp/cc2xZMKI /c/Users/adrpo33/AppData/Local/Temp/cc3bqIum /c/Users/adrpo33/AppData/Local/Temp/cc3BsQbY /c/Users/adrpo33/AppData/Local/Temp/cc3nSFEG /c/Users/adrpo33/AppData/Local/Temp/cc3TVndh /c/Users/adrpo33/AppData/Local/Temp/cc4Fdp8L /c/Users/adrpo33/AppData/Local/Temp/cc4KSJ7t /c/Users/adrpo33/AppData/Local/Temp/cc518vPF /c/Users/adrpo33/AppData/Local/Temp/cc5TCfGd /c/Users/adrpo33/AppData/Local/Temp/cc65C2fr /c/Users/adrpo33/AppData/Local/Temp/cc6eGc63 /c/Users/adrpo33/AppData/Local/Temp/cc6iQFEf /c/Users/adrpo33/AppData/Local/Temp/cc6ujCOR /c/Users/adrpo33/AppData/Local/Temp/cc70bv4i /c/Users/adrpo33/AppData/Local/Temp/cc8S2bka /c/Users/adrpo33/AppData/Local/Temp/cc8SfFnR /c/Users/adrpo33/AppData/Local/Temp/cc9iaFBb /c/Users/adrpo33/AppData/Local/Temp/cc9RPgaL /c/Users/adrpo33/AppData/Local/Temp/cc9wGDEW /c/Users/adrpo33/AppData/Local/Temp/ccA1fTJ0 /c/Users/adrpo33/AppData/Local/Temp/ccAa7ZFH /c/Users/adrpo33/AppData/Local/Temp/ccaENdld /c/Users/adrpo33/AppData/Local/Temp/ccaKkuUy /c/Users/adrpo33/AppData/Local/Temp/ccald5CC /c/Users/adrpo33/AppData/Local/Temp/ccBbSv6L /c/Users/adrpo33/AppData/Local/Temp/ccbBW4gG /c/Users/adrpo33/AppData/Local/Temp/ccbCMMQm /c/Users/adrpo33/AppData/Local/Temp/ccBGALbQ /c/Users/adrpo33/AppData/Local/Temp/ccbGRGpP /c/Users/adrpo33/AppData/Local/Temp/ccbNF5Q9 /c/Users/adrpo33/AppData/Local/Temp/ccCB7TVn /c/Users/adrpo33/AppData/Local/Temp/cccgPcbQ /c/Users/adrpo33/AppData/Local/Temp/ccCi6QIM /c/Users/adrpo33/AppData/Local/Temp/ccCPeAhb /c/Users/adrpo33/AppData/Local/Temp/ccD1tOSy /c/Users/adrpo33/AppData/Local/Temp/ccDGhBjo /c/Users/adrpo33/AppData/Local/Temp/ccdkxVFL /c/Users/adrpo33/AppData/Local/Temp/ccDYCKzJ /c/Users/adrpo33/AppData/Local/Temp/cce4WI5W /c/Users/adrpo33/AppData/Local/Temp/ccecT8a9 /c/Users/adrpo33/AppData/Local/Temp/ccELWJV1 /c/Users/adrpo33/AppData/Local/Temp/ccelZ9rL /c/Users/adrpo33/AppData/Local/Temp/ccf3fOf6 /c/Users/adrpo33/AppData/Local/Temp/ccfdMbz0 /c/Users/adrpo33/AppData/Local/Temp/ccFllq3u /c/Users/adrpo33/AppData/Local/Temp/ccfLtifP /c/Users/adrpo33/AppData/Local/Temp/ccFogDtE /c/Users/adrpo33/AppData/Local/Temp/ccFoX30F /c/Users/adrpo33/AppData/Local/Temp/ccfRM7bT /c/Users/adrpo33/AppData/Local/Temp/ccFSOqvK /c/Users/adrpo33/AppData/Local/Temp/ccfSTgnZ /c/Users/adrpo33/AppData/Local/Temp/ccFttuYY /c/Users/adrpo33/AppData/Local/Temp/ccGdJrfm /c/Users/adrpo33/AppData/Local/Temp/ccGIzm0J /c/Users/adrpo33/AppData/Local/Temp/ccgNxkAu /c/Users/adrpo33/AppData/Local/Temp/ccGtVUtq /c/Users/adrpo33/AppData/Local/Temp/ccguX7pz /c/Users/adrpo33/AppData/Local/Temp/ccGZObEV /c/Users/adrpo33/AppData/Local/Temp/cch3lkmz /c/Users/adrpo33/AppData/Local/Temp/cchFxdLW /c/Users/adrpo33/AppData/Local/Temp/ccHOdAfE /c/Users/adrpo33/AppData/Local/Temp/cchpfOt6 /c/Users/adrpo33/AppData/Local/Temp/ccHPlptN /c/Users/adrpo33/AppData/Local/Temp/ccI4qhU1 /c/Users/adrpo33/AppData/Local/Temp/ccI6C9Gy /c/Users/adrpo33/AppData/Local/Temp/ccJCNAhy /c/Users/adrpo33/AppData/Local/Temp/ccjpLTpl /c/Users/adrpo33/AppData/Local/Temp/ccJqFCld /c/Users/adrpo33/AppData/Local/Temp/ccJzyMja /c/Users/adrpo33/AppData/Local/Temp/cckAOW6a /c/Users/adrpo33/AppData/Local/Temp/ccKbGRId /c/Users/adrpo33/AppData/Local/Temp/ccKFEOzh /c/Users/adrpo33/AppData/Local/Temp/ccKldqcD /c/Users/adrpo33/AppData/Local/Temp/ccKTCFdD /c/Users/adrpo33/AppData/Local/Temp/ccKWDV9B /c/Users/adrpo33/AppData/Local/Temp/cclamlNo /c/Users/adrpo33/AppData/Local/Temp/ccLci1zn /c/Users/adrpo33/AppData/Local/Temp/ccldbUhr /c/Users/adrpo33/AppData/Local/Temp/cclF7q4v /c/Users/adrpo33/AppData/Local/Temp/ccLMCLxo /c/Users/adrpo33/AppData/Local/Temp/cclmIRJl /c/Users/adrpo33/AppData/Local/Temp/ccLZH56t /c/Users/adrpo33/AppData/Local/Temp/ccM6qDef /c/Users/adrpo33/AppData/Local/Temp/ccmQMbwK /c/Users/adrpo33/AppData/Local/Temp/ccmwwTLw /c/Users/adrpo33/AppData/Local/Temp/ccN2zSJq /c/Users/adrpo33/AppData/Local/Temp/ccn89cBb /c/Users/adrpo33/AppData/Local/Temp/ccNAguEg /c/Users/adrpo33/AppData/Local/Temp/ccnHW69I /c/Users/adrpo33/AppData/Local/Temp/ccnIHQ7I /c/Users/adrpo33/AppData/Local/Temp/ccnjpLuC /c/Users/adrpo33/AppData/Local/Temp/ccnt61tq /c/Users/adrpo33/AppData/Local/Temp/ccO7bAqG /c/Users/adrpo33/AppData/Local/Temp/ccoAoNDC /c/Users/adrpo33/AppData/Local/Temp/ccOAWm51 /c/Users/adrpo33/AppData/Local/Temp/ccojfwAh /c/Users/adrpo33/AppData/Local/Temp/ccOPe1IC /c/Users/adrpo33/AppData/Local/Temp/ccoTs07L /c/Users/adrpo33/AppData/Local/Temp/ccOvTgGU /c/Users/adrpo33/AppData/Local/Temp/ccOzmxP8 /c/Users/adrpo33/AppData/Local/Temp/ccp09sxn /c/Users/adrpo33/AppData/Local/Temp/ccp3AZHB /c/Users/adrpo33/AppData/Local/Temp/ccp9ZlUF /c/Users/adrpo33/AppData/Local/Temp/ccpBf55m /c/Users/adrpo33/AppData/Local/Temp/ccPdpCI7 /c/Users/adrpo33/AppData/Local/Temp/ccpHnSAi /c/Users/adrpo33/AppData/Local/Temp/ccPKesWX /c/Users/adrpo33/AppData/Local/Temp/ccpKJh8F /c/Users/adrpo33/AppData/Local/Temp/ccpKObtJ /c/Users/adrpo33/AppData/Local/Temp/ccpkwFgR /c/Users/adrpo33/AppData/Local/Temp/ccpLwyIK /c/Users/adrpo33/AppData/Local/Temp/ccpvxzAV /c/Users/adrpo33/AppData/Local/Temp/ccQagqqv /c/Users/adrpo33/AppData/Local/Temp/ccQfw4M4 /c/Users/adrpo33/AppData/Local/Temp/ccqg8mzH /c/Users/adrpo33/AppData/Local/Temp/ccqgCkPr /c/Users/adrpo33/AppData/Local/Temp/ccqQbGug /c/Users/adrpo33/AppData/Local/Temp/ccqrkkNA /c/Users/adrpo33/AppData/Local/Temp/ccqxADrm /c/Users/adrpo33/AppData/Local/Temp/ccRcAVB1 /c/Users/adrpo33/AppData/Local/Temp/ccrLvyzr /c/Users/adrpo33/AppData/Local/Temp/ccRN5k7B /c/Users/adrpo33/AppData/Local/Temp/ccrWL05P /c/Users/adrpo33/AppData/Local/Temp/ccSFqIAW /c/Users/adrpo33/AppData/Local/Temp/ccSKBVoT /c/Users/adrpo33/AppData/Local/Temp/ccSM1KFp /c/Users/adrpo33/AppData/Local/Temp/ccsmtavi /c/Users/adrpo33/AppData/Local/Temp/ccSPI7xk /c/Users/adrpo33/AppData/Local/Temp/ccSwxOnD /c/Users/adrpo33/AppData/Local/Temp/ccTGYBFR /c/Users/adrpo33/AppData/Local/Temp/ccTIVh4t /c/Users/adrpo33/AppData/Local/Temp/ccTjBOIo /c/Users/adrpo33/AppData/Local/Temp/ccTjx1Fx /c/Users/adrpo33/AppData/Local/Temp/ccTn7llq /c/Users/adrpo33/AppData/Local/Temp/cctOKDoI /c/Users/adrpo33/AppData/Local/Temp/cctycfHA /c/Users/adrpo33/AppData/Local/Temp/ccV6E1xX /c/Users/adrpo33/AppData/Local/Temp/ccvFyI5z /c/Users/adrpo33/AppData/Local/Temp/ccVhfKli /c/Users/adrpo33/AppData/Local/Temp/ccVIhElN /c/Users/adrpo33/AppData/Local/Temp/ccvMw5Ub /c/Users/adrpo33/AppData/Local/Temp/ccwaChrH /c/Users/adrpo33/AppData/Local/Temp/ccWPPH5E /c/Users/adrpo33/AppData/Local/Temp/ccX9eVLj /c/Users/adrpo33/AppData/Local/Temp/ccXHO6Ea /c/Users/adrpo33/AppData/Local/Temp/ccXHy6Uq /c/Users/adrpo33/AppData/Local/Temp/ccxl2K36 /c/Users/adrpo33/AppData/Local/Temp/ccxL3xOD /c/Users/adrpo33/AppData/Local/Temp/ccXm1iXg /c/Users/adrpo33/AppData/Local/Temp/ccXsxEiC /c/Users/adrpo33/AppData/Local/Temp/ccxwut5z /c/Users/adrpo33/AppData/Local/Temp/ccY1vSBn /c/Users/adrpo33/AppData/Local/Temp/ccYfqaFK /c/Users/adrpo33/AppData/Local/Temp/ccyOnMgW /c/Users/adrpo33/AppData/Local/Temp/ccyycHmV /c/Users/adrpo33/AppData/Local/Temp/ccz29EBy /c/Users/adrpo33/AppData/Local/Temp/ccz83q3V /c/Users/adrpo33/AppData/Local/Temp/ccZrAK26 + 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 e00938b54c * OMSimulator 9e04b31...5d63a37 (1): > Emit events for strongly connected systems (#680) + 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 e00938b54c..41b846d665 master -> origin/master Fetching submodule OMCompiler/3rdParty Fetching submodule OMOptim Fetching submodule OMOptim/common Fetching submodule OMSimulator From https://github.com/OpenModelica/OMSimulator 5d63a37..83936fb master -> origin/master Fetching submodule OMSimulator/3rdParty Fetching submodule OMSimulator/OMTLMSimulator Fetching submodule libraries Updating e00938b54c..41b846d665 Fast-forward OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_de.ts | 1342 ++++++++------- OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_es.ts | 1212 +++++++------ OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_fr.ts | 1404 ++++++++------- OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_it.ts | 1386 ++++++++------- OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ja.ts | 1406 ++++++++------- OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ro.ts | 1340 ++++++++------- OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_ru.ts | 1420 +++++++++------- OMEdit/OMEdit/OMEditGUI/Resources/nls/OMEdit_sv.ts | 1402 ++++++++------- .../OMEdit/OMEditGUI/Resources/nls/OMEdit_zh_CN.ts | 1783 +++++++++++--------- OMSimulator | 2 +- 10 files changed, 6857 insertions(+), 5840 deletions(-) Submodule path 'OMSimulator': checked out '83936fb37453fa5bde4c70520ec5e5d6f8d66dcc' + git fetch --tags + git checkout 0b3c742c56e315abfb04dbb1919eacc6b9aee50e M OMSimulator Note: checking out '0b3c742c56e315abfb04dbb1919eacc6b9aee50e'. 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 0b3c742c56 * OMSimulator 5d63a37...83936fb (1): > Update .gitignore + git submodule update --init --recursive --force Submodule path 'OMCompiler/3rdParty': checked out 'e8f51069cb6c16465e84d166dad39fa26942f893' Submodule path 'OMOptim': checked out '794e92d8995f0e7ba304d6ad1b0a5d6337c3517e' Submodule path 'OMOptim/common': checked out 'c9c90856e0875fc31ccc71f97114023dc640170b' Submodule path 'OMSimulator': checked out '83936fb37453fa5bde4c70520ec5e5d6f8d66dcc' Submodule path 'OMSimulator/3rdParty': checked out 'f8f790c3b0949cbe4c036274837956c41f643c4f' Submodule path 'OMSimulator/OMTLMSimulator': checked out 'fa7d1c1550fa0589a172742053a9fa08b847468d' Submodule path 'libraries': checked out '92788d88a1b9081906aae90c7d83782229c1065d' + git submodule foreach --recursive 'git fetch --tags && git clean -fdxq -e /git -e /svn' Entering 'OMCompiler/3rdParty' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' 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 e8f51069cb6c16465e84d166dad39fa26942f893 OMCompiler/3rdParty (remotes/origin/HEAD) 794e92d8995f0e7ba304d6ad1b0a5d6337c3517e OMOptim (v1.11.0-dev.beta4-6-g794e92d) c9c90856e0875fc31ccc71f97114023dc640170b OMOptim/common (heads/master) 83936fb37453fa5bde4c70520ec5e5d6f8d66dcc OMSimulator (v2.1.0-dev-105-g83936fb) f8f790c3b0949cbe4c036274837956c41f643c4f OMSimulator/3rdParty (remotes/origin/HEAD) fa7d1c1550fa0589a172742053a9fa08b847468d OMSimulator/OMTLMSimulator (remotes/origin/HEAD) 92788d88a1b9081906aae90c7d83782229c1065d 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 make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' rm -f *.o *.a rm -rf 3rdParty/CMinpack/install test ! -f 3rdParty/metis-5.1.0/Makefile || make -C 3rdParty/metis-5.1.0 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 cd 3rdParty/Cdaskr/solver && make -f Makefile clean make -C Compiler/boot clean -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' rm -rf 3rdParty/metis-5.1.0/CMakeCache.txt 3rdParty/metis-5.1.0/libmetis/libmetis.a 3rdParty/metis-5.1.0/CMakeFiles 3rdParty/metis-5.1.0/Makefile 3rdParty/metis-5.1.0/cmake_install.cmake 3rdParty/metis-5.1.0/include/CMakeFiles 3rdParty/metis-5.1.0/include/Makefile 3rdParty/metis-5.1.0/include/cmake_install.cmake 3rdParty/metis-5.1.0/libmetis/CMakeFiles 3rdParty/metis-5.1.0/libmetis/Makefile 3rdParty/metis-5.1.0/libmetis/cmake_install.cmake 3rdParty/metis-5.1.0/programs/CMakeFiles 3rdParty/metis-5.1.0/programs/Makefile 3rdParty/metis-5.1.0/programs/cmake_install.cmake #if test -f 3rdParty/CMinpack/build/Makefile; then make -C 3rdParty/CMinpack/build clean; fi test ! -f 3rdParty/msgpack-0.5.8/Makefile || make -C 3rdParty/msgpack-0.5.8 distclean || true make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/boot' if test -f 3rdParty/graphstream/Makefile; then make -C 3rdParty/graphstream/ clean; fi # OpenBLAS make clean actually gives error-messages. Let it do it, but silently #rm -f 3rdParty/CMinpack/build/Makefile rm -R -f Build_static; rm -R -f Build_dynamic; 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 -rf "build/" test ! -d 3rdParty/OpenBLAS-0.2.8 || make -C 3rdParty/OpenBLAS-0.2.8 clean > /dev/null 2>&1 rm -rf 3rdParty/CMinpack/build 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 -rf 3rdParty/SuiteSparse/build make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream' make -C gs-netstream/c++ clean 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]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse make[3]: Entering 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/SimulationRuntime/cpp' rm -f patches/*.patch rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libumfpack.dll rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.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/libklu.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/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 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 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 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 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/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 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 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/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/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/ui/ui_ImageSizeDlg.h ../generatedfiles/ui/ui_OtherDlg.h ../generatedfiles/ui/ui_searchform.h 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 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 rm -f release/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 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/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 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 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/moc/moc_ScriptTextDlg.cpp debug/generatedfiles/moc/moc_HelpDlg.cpp debug/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 debug/generatedfiles/rc_omoptim_res.o rm -f release/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 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 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 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 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/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/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/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/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 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_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/3rdParty' Entering 'OMOptim' Removing OMOptim/bin/ Removing OMOptimBasis/bin/ Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' 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/3rdParty' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' 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/3rdParty' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' 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/3rdParty' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' 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 ./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' # Building git/SiemensPower ./checkout-git.sh 'git/Modelica_Synchronous' 'https://github.com/modelica/Modelica_Synchronous.git' 'master' '5aa86a254f256f5f0d39ac46743f6fc97bab16aa' ./checkout-git.sh 'git/Modelica_DeviceDrivers' 'https://github.com/modelica/Modelica_DeviceDrivers.git' 'master' '595b91310a29c04a3e0d33003ab7931ed7a91b07' # Building git/ThermoPower # Building git/ThermoSysPro ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'omctest' '73a3bfc6d2ddd72165bb0f3e7e9df48b643a5ed0' # Building git/VVDRlib # Building git/WasteWater ./checkout-git.sh 'git/ThermoPower' 'https://github.com/casella/ThermoPower.git' 'master' '05e56eb8006e0e1c8862083486b9a38ac65a91c0' ./checkout-git.sh 'git/ThermoSysPro' 'https://openmodelica.org/git/ThermoSysPro.git' 'maint/3.0' 'd4f9c3ed35f7520f82439eb6e9f4057ae0f82b73' ./checkout-git.sh 'git/VVDRlib' 'https://github.com/lenaRB/VVDRlib.git' 'master' 'eae4981674642eddffc7f2aa3690320fcaddee0e' ./checkout-git.sh 'git/WasteWater' 'https://github.com/modelica-3rdparty/WasteWater.git' 'master' '0c5eecaadf82cd9e3a6a4ffa6241903e38fd1946' HEAD is now at b5f3cb9 Fix MPL link HEAD is now at 5aa86a2 (#45) Added samplers to LogicalSample example HEAD is now at 88e7580 don't modify final parameter (geoPipe = geoPipe) HEAD is now at 595b913 Fix Travis CI links (#288) HEAD is now at eae4981 Added verification model interface and descriptions for design and scenario HEAD is now at 05e56eb Fixed BraytonCycle example HEAD is now at 9b4bb8333 Merge pull request #2753 from tobolar/useHEllipsesInMechanics 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 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 eae4981 Added verification model interface and descriptions for design and scenario HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant HEAD is now at 05e56eb Fixed BraytonCycle example HEAD is now at 595b913 Fix Travis CI links (#288) (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 cp -pPR 3rdParty/gc/include/gc_config_macros.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc_config_macros.h Building OMC using OMDev with the following settings... cp -pPR 3rdParty/gc/include/gc_version.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc_version.h cp -pPR 3rdParty/gc/include/gc_pthread_redirects.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc_pthread_redirects.h Using OMDev: /c/OMDev/ HEAD is now at b5f3cb9 Fix MPL link mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/share//omc (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || ./autogen.sh)) Using Files: HEAD is now at 5aa86a2 (#45) Added samplers to LogicalSample example cp -a "Compiler/runtime/omc_communication.idl" "/c/dev/hudson/workspace/OM_Win/OM/build/share//omc/omc_communication.idl" 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 (cd 3rdParty/lpsolve && autoreconf -vif && ./configure --prefix="`pwd`/build" "--host=" CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="") 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 05e56eb Fixed BraytonCycle example HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant cp: cannot stat 'common/pre-commit.sh': Not a directory unlocated git HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") mkdir -p 3rdParty/SuiteSparse/build Current revision: v1.14.0-dev-269-g5dc61f678 Building in OMBUILDDIR: /c/dev/hudson/workspace/OM_Win/OM/build HEAD is now at 595b913 Fix Travis CI links (#288) test ! -d 'build//BioChem 1.0.1' test ! -d 'build//Modelica_Synchronous 0.93.0' 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 cp -a 'git/BioChem/BioChem' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1" test -d 3rdParty/FMIL /mingw64/bin/gcc Retrieved revision number. revision.h was created cp -a 'git/Modelica_Synchronous/Modelica_Synchronous' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0" test -d 3rdParty/Cdaskr/solver test ! -d 'build//VVDRlib' test ! -d 'build//ThermoPower 3.1' cp -a 'git/VVDRlib' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib" test ! -d 'build//WasteWater 2.1.0' mkdir -p 3rdParty/FMIL/build (cd 3rdParty/Cdaskr/solver && make -f Makefile CC="gcc" CFLAGS="-g -O2 -falign-functions") cp -a 'git/ThermoPower/ThermoPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1" 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") cp -a 'git/WasteWater/WasteWater' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0" mkdir -p 3rdParty/CMinpack/build test ! -d 'build//Modelica_DeviceDrivers 1.7.1' (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") HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") 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 cp -a 'git/Modelica_DeviceDrivers/Modelica_DeviceDrivers' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1" echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.uses" gcc -c -o ddaskr.o ddaskr.c -g -O2 -falign-functions test ! -d 'build//SiemensPower OMCtest' echo 'mpl2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.license" cp -a 'git/SiemensPower/SiemensPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest" echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.uses" echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.uses" echo '1.0.1-8-gb5f3cb9' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.last_change" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.license" -- The C compiler identification is GNU 5.3.0 echo 'ModelicaServices 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.uses" mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels 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/Modelica_Synchronous 0.93.0.license" gcc -c -o dlinpk.o dlinpk.c -g -O2 -falign-functions cp -p Examples/*.* /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels/ echo '0.93.0-8-g5aa86a2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.last_change" echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.uses" -- The C compiler identification is GNU 5.3.0 test -d 3rdParty/libzmq -- The C compiler identification is GNU 5.3.0 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.license" mkdir -p 3rdParty/libzmq/build echo '20170912-142014~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.last_change" (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") rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib/.git"* HEAD is now at d4f9c3e [Janitor mode] Fix whitespace -- The CXX compiler identification is GNU 5.3.0 echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.license" -- The CXX compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 echo '2.1.0-20151102-100529~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.last_change" rm -f /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels/CMake*.txt -- 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) (time cp SimulationRuntime/OpenTurns/* /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/) (cd tools/debugging/ && time g++ BreakProcess.cpp -o BreakProcess -static-libgcc) -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe HEAD is now at d4f9c3e [Janitor mode] Fix whitespace -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe make -C Compiler/Translation OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build release autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext 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 real 0m0.113s user 0m0.000s sys 0m0.046s (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) -- The C compiler identification is GNU 5.3.0 test ! -d 'build//ThermoSysPro 3.0' cp -a 'git/ThermoSysPro/ThermoSysPro' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0" autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Translation' echo Copying needed .dlls -- The CXX compiler identification is GNU 5.3.0 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/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- The C compiler identification is GNU 5.3.0 cp -puf /c/OMDev//tools/msys/mingw64/bin/libintl-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ 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/ echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.license" cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Gui.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ echo '20150519-092836~git~omctest' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.last_change" # Building git/SiemensPower -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Network.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin -- Detecting C compiler ABI info autoreconf: running: aclocal --force -I m4 ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' '2.1/beta' '5ef2e38b64ff481801c0db19d52f0bef21f85f77' HEAD is now at 6a90d1a89 Modelica standard library, version 1.6, release date June 30, 2004. -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info -- 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/Qt5Svg.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/Qt5WebKit.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5WebKitWidgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Xml.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ autoreconf: running: aclocal --force real 0m1.410s user 0m0.015s sys 0m0.030s (cd tools/debugging/ && cp BreakProcess.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin) cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5XmlPatterns.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 6a90d1a89 Modelica standard library, version 1.6, release date June 30, 2004. ar r libcdaskr.a daux.o ddaskr.o dlinpk.o cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Widgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ 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' make -C OMSimulator config-3rdParty if test -f 3rdParty/graphstream/Makefile; then make CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions " -C 3rdParty/graphstream/; fi cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5PrintSupport.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ 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 make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator' cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Multimedia.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' -- Detecting C compiler ABI info cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5MultimediaWidgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ test ! -d 'build//Modelica 1.6' 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/Qt5Positioning.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Qml.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-storage.cpp -o obj/netstream-storage.o cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Quick.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ # config fmil mkdir -p 3rdParty/FMIL/build/mingw cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Sensors.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ mkdir -p 3rdParty/FMIL/install/mingw cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5WebChannel.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compiler ABI info - done 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 -- Detecting C compiler ABI info - done cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Sql.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compiler ABI info - done cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5OpenGL.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compile features -- Detecting C compile features -- Detecting C compile features cp -puf /c/OMDev//tools/msys/mingw64/bin/libpcre-1.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/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/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libxml2-2.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libwebp-*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libsqlite3-0.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/zlib1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compiler ABI info - done cp -puf /c/OMDev//tools/msys/mingw64/bin/libszip*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compile features cp -puf /c/OMDev//tools/msys/mingw64/bin/libhdf5-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ 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/ -- The CXX compiler identification is GNU 5.3.0 cp -puf /c/OMDev//tools/msys/mingw64/bin/libglib-2.0-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libbz2-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe cp -puf /c/OMDev//tools/msys/mingw64/bin/libicuin*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' -- Detecting C compiler ABI info - done cp -puf /c/OMDev//tools/msys/mingw64/bin/libicuuc*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compile features echo 'Modelica_Synchronous 0.92.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.uses" echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.uses" autoreconf: configure.ac: tracing cp -puf /c/OMDev//tools/msys/mingw64/bin/libicudt*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.license" echo '1.7.1-5-g595b913' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.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 cp -puf /c/OMDev//tools/msys/mingw64/bin/libpcre16-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libharfbuzz-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-socket.cpp -o obj/netstream-socket.o cp -pufr /c/OMDev//tools/msys/mingw64/share/qt5/plugins/* /c/dev/hudson/workspace/OM_Win/OM/build/bin/ test ! -d 'build//SiemensPower 2.1 beta' 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 # config Lua make -C 3rdParty/Lua cp -pufr /c/OMDev//tools/msys/mingw64/bin/libOpenThreads.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua' cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosg.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ 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/ # make Lua make -C lua-5.3.4 mingw cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgUtil.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 -- Detecting C compiler ABI info - done cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgGA.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compile features cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgText.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 mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-sender.cpp -o obj/netstream-sender.o 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 -- Detecting C compile features - done -- Detecting C compile features - done -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- Detecting C compile features - done -- 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 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.license" 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' -- 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" 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" # Building git/SiemensPower ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'master' '88e758037da4a8ca1b21b468409b15417a27d992' # 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 lapi.o lapi.c cd 3rdParty/zlib/build/mingw/zlib && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../../../zlib-1.2.11 -DCMAKE_INSTALL_PREFIX=../../../install/mingw autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Detecting C compile features - done HEAD is now at d4f9c3e [Janitor mode] Fix whitespace -- 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 lcode.o lcode.c HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info mkdir -p obj gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lctype.o lctype.c g++ -g -O2 -falign-functions -c src/netstream-main.cpp -o obj/netstream-main.o -- Detecting CXX compiler ABI info - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldebug.o ldebug.c -- Detecting CXX compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features -- Detecting CXX compile features checking build system type... -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info HEAD is now at 88e7580 don't modify final parameter (geoPipe = geoPipe) autoreconf: configure.ac: tracing -- 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 ldo.o ldo.c -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features HEAD is now at 88e7580 don't modify final parameter (geoPipe = geoPipe) autoreconf: configure.ac: not using Autoheader autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `.' -- Detecting C compile features - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldump.o ldump.c -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.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" i686-pc-mingw32 gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lfunc.o lfunc.c -- Detecting CXX compiler ABI info - done HEAD is now at db81ae1 Set some start values in TestDynamicCentrifugalPump 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 lgc.o lgc.c -- Detecting CXX compile features -- Detecting C compiler ABI info - done -- Detecting C compile features HEAD is now at db81ae1 Set some start values in TestDynamicCentrifugalPump checking for C compiler default output file name... test ! -d 'build//ThermoSysPro 3.1' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o llex.o llex.c 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 a.exe checking whether the C compiler works... yes echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.uses" checking whether we are cross compiling... no checking for suffix of executables... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lmem.o lmem.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" echo Copying needed .dlls to the /c/dev/hudson/workspace/OM_Win/OM/build/bin directory gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lobject.o lobject.c 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 * [C:/WINDOWS/system32/OpenCL.dll] Found PE+ image 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 .exe checking for suffix of object files... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lopcodes.o lopcodes.c -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lparser.o lparser.c o checking whether we are using the GNU C compiler... (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgomp-1.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 lstate.o lstate.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libwinpthread-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) 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 (cp -puf /c/OMDev//tools/msys/mingw64/bin/libtre-5.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 lstring.o lstring.c yes checking whether gcc accepts -g... (cp -puf /c/OMDev//tools/msys/mingw64/bin/libsystre-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Detecting CXX compile features - done (cp -puf /c/OMDev//tools/msys/mingw64/bin/libstdc++-6.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Building static libraries. -- Configuring done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltable.o ltable.c ar rcs libnetstream.a obj/netstream-storage.o obj/netstream-socket.o obj/netstream-sender.o obj/netstream-main.o -- Detecting CXX compile features - done -- Detecting CXX compile features - done checking build system type... -- Looking for va_copy (cp -puf /c/OMDev//tools/msys/mingw64/bin/libquadmath-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) 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' # config zlib minizip (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgcc_s_seh-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) mkdir -p 3rdParty/zlib/build/mingw/minizip -- Generating done cd 3rdParty/zlib/build/mingw/minizip && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../../../minizip -DCMAKE_INSTALL_PREFIX=../../../install/mingw (cp -puf /c/OMDev//tools/msys/mingw64/bin/libintl-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build autoreconf: configure.ac: adding subdirectory libatomic_ops to autoreconf autoreconf: Entering directory `libatomic_ops' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltm.o ltm.c yes checking for gcc option to accept ANSI C... (cp -puf /c/OMDev//tools/msys/mingw64/bin/libiconv-2.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Detecting C compile features - done # config cvode -- Looking for sys/types.h (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgfortran*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Configuring done mkdir -p 3rdParty/cvode/build/mingw -- Detecting CXX compile features - done -- Performing Test COMPILER_SUPPORTS_CXX11 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 lundump.o lundump.c -- Looking for va_copy - not found (cp -puf /c/OMDev//tools/msys/mingw64/bin/libexpat-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Looking for __va_copy (cp -puf /c/OMDev//tools/msys/mingw64/bin/libopenblas.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 lvm.o lvm.c -- The C compiler identification is GNU 5.3.0 i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking for gcc... gcc (cp -puf /c/OMDev//tools/msys/mingw64/bin/zlib1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) none needed (cp -puf /c/OMDev//tools/msys/mingw64/bin/libszip*.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/libhdf5-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- The CXX compiler identification is GNU 5.3.0 -- Detecting CXX compile features - done (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/) -- Looking for execinfo.h -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe (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/) (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/) -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Looking for sys/types.h - found -- Performing Test COMPILER_SUPPORTS_C11 -- Looking for stdint.h checking whether the C compiler works... (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/) -- Looking for __va_copy - found -- Looking for vsnprintf patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 1.6.patch' (cp -puf /c/OMDev//lib/3rdParty/Sundials64/lib/release/mingw/libsundials_kinsol.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lzio.o lzio.c -- Looking for execinfo.h - not found -- Looking for getline (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' (cp -puf /c/OMDev//lib/3rdParty/Sundials64/lib/release/mingw/libsundials_nvecserial.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.uses" gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lauxlib.o lauxlib.c (cp -puf /c/OMDev//lib/lis64/liblis.la /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) echo 'modelica1.1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.license" 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 (cp -puf /c/OMDev//lib/lis64/liblis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6/.git"* checking for suffix of executables... (cp -pf /c/OMDev//lib/expat-win32-msvc/libexpat.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 -pf /c/OMDev//lib/lapack-win32-msvc/blas_win32_MT.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) configure: C compiler options are: -g -O2 -falign-functions -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info (cp -pf /c/OMDev//lib/lapack-win32-msvc/lapack_win32_MT.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 lbaselib.o lbaselib.c -- Performing Test COMPILER_SUPPORTS_C11 - Success -- Using tweetnacl for CURVE security .exe -- Looking for kqueue -- Looking for stdint.h - found -- Looking for stddef.h mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/ checking whether we are cross compiling... (cp -pufr /c/OMDev//tools/xsltproc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/) checking whether we are using the GNU C++ compiler... -- Looking for vsnprintf - found -- Looking for vsnprintf -- Detecting CXX compile features - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lbitlib.o lbitlib.c -- Looking for getline - not found -- Looking for va_copy (cp -pufr /c/OMDev//tools/gnuplot /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/) no gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lcorolib.o lcorolib.c checking for suffix of object files... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldblib.o ldblib.c -- Detecting C compiler ABI info - done yes checking whether g++ accepts -g... -- Detecting C compile features -- Looking for va_copy - not found -- Looking for __va_copy o checking whether we are using the GNU C compiler... -- Detecting C compiler ABI info - done -- Detecting C compile features -- Looking for kqueue - not found -- Looking for epoll_create gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o liolib.o liolib.c -- Looking for stddef.h - found -- Check size of off64_t # Building git/Modelica yes checking whether gcc accepts -g... ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/2.2.2' 'd442bcd461b8db9873e33b6141bdbd37bcff9de8' echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.uses" -- Looking for vsnprintf - found echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.license" -- Looking for include file stdarg.h echo '3.1+OSR-18-gdb81ae1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.last_change" -- checking for thread-local storage - found -- Configuring done 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 lmathlib.o lmathlib.c yes # config kinsol mkdir -p 3rdParty/kinsol/build/mingw 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 -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o loslib.o loslib.c none needed checking for a BSD-compatible install... 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 /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 -- Looking for __va_copy - found -- Looking for vsnprintf make -f CMakeFiles/Makefile2 all 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 HEAD is now at 6a90d1a89 Modelica standard library, version 1.6, release date June 30, 2004. gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lstrlib.o lstrlib.c /usr/bin/install -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= -- Looking for epoll_create - not found -- The C compiler identification is GNU 5.3.0 -- Looking for sys/types.h -- Check size of off64_t - done -- Looking for fseeko libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h -- Generating done configure: creating ./config.status 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 -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' make -C 3rdParty/SuiteSparse/build install gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltablib.o ltablib.c 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 [ 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 /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 make -f CMakeFiles/Makefile2 all -- Looking for vsnprintf - found -- Looking for vsnprintf 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[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= gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lutf8lib.o lutf8lib.c Scanning dependencies of target amd_global make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/build -- Looking for sys/types.h - found -- Looking for stdint.h [ 3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.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/blas.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/blas.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for fseeko - found -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Looking for unistd.h -- Detecting C compiler ABI info gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o loadlib.o loadlib.c [ 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 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' -- Looking for include file stdlib.h - found -- Looking for include file stddef.h make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 0%] Built target amd_global make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.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_DINT.dir/DependInfo.cmake --color= # CERES=OFF => Skipping build of 3rdParty library Ceres-Solver. Ceres-Solver is a dependency of the (optional) parameter estimation module. [ 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 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[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for vsnprintf - found -- Looking for include file stdarg.h 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] gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o linit.o linit.c [ 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 -- Detecting C compile features - done -- Looking for _POSIX_TIMERS test -f 3rdParty/CMinpack/build/libcminpack.a || make -C 3rdParty/CMinpack/build libtoolize: copying file 'm4/ltoptions.m4' -- Detecting C compile features - done -- Looking for stdint.h - found 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 -- Looking for stddef.h -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- 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. -- Detecting C compiler ABI info - done [ 0%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_2.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_2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_2.c /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 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 -- Configuring done -- Detecting C compile features make -f CMakeFiles/Makefile2 all :0:6: warning: ISO C99 requires whitespace after the macro name 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 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 -- Looking for include file stddef.h - found -- Looking for include file stdint.h -- Generating done Scanning dependencies of target cminpack -- Build files have been written to: 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/CMinpack/build' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/build strip --strip-unneeded lua53.dll 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/CMinpack/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/amd_DLONG.dir/DependInfo.cmake --color= gcc -std=gnu99 -o lua.exe -s lua.o lua53.dll -lm [ 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 libtoolize: copying file 'm4/ltsugar.m4' 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 [ 1%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_aat.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_aat.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_aat.c make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' make "LUAC_T=luac.exe" luac.exe -- Looking for include file stdarg.h - found make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for include file stdlib.h :0:6: warning: ISO C99 requires whitespace after the macro name 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 HEAD is now at d442bcd46 A.Haumer: corrected spelling error in documentation [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj [ 4%] Building C object CMakeFiles/cminpack.dir/enorm.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_1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_1.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 -- Looking for _POSIX_TIMERS - not found -- Added NVECTOR_SERIAL module -- Added CVODE module -- Configuring done :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 [ 1%] 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 -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Looking for stddef.h - found -- Detecting CXX compiler ABI info -- Check size of struct pollfd checking whether C++ compiler g++ works... [ 6%] Building C object CMakeFiles/cminpack.dir/hybrd1.c.obj /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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Generating done [ 1%] 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 HEAD is now at d442bcd46 A.Haumer: corrected spelling error in documentation 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 -- 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 :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/btf_object_DLONG.dir/DependInfo.cmake --color= ranlib liblua.a -- Looking for include file stdint.h - found -- Looking for include file inttypes.h [ 1%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_defaults.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_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_defaults.c [ 8%] Building C object CMakeFiles/cminpack.dir/hybrj.c.obj gcc -std=gnu99 -o luac.exe luac.o liblua.a -lm [ 8%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.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 Scanning dependencies of target btf_object_DLONG 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 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 test ! -d 'build//Modelica 2.2.2' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' libtoolize: copying file 'm4/ltversion.m4' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2" [ 1%] 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 [ 1%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_dump.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 :0:6: warning: ISO C99 requires whitespace after the macro name config.status: creating Makefile -- Check size of struct pollfd - failed -- Looking for pollset_create :0:6: warning: ISO C99 requires whitespace after the macro name make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' yes 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 -- Looking for include file stdlib.h - found -- Looking for include file stddef.h mkdir -p install/mingw [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj [ 9%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj [ 10%] Building C object CMakeFiles/cminpack.dir/lmdif1.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 mv lua-5.3.4/src/liblua.a install/mingw 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 /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 [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj [ 4%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.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_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_order.c /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 mv lua-5.3.4/src/lua.exe install/mingw :0:6: warning: ISO C99 requires whitespace after the macro name mv lua-5.3.4/src/luac.exe install/mingw :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name mkdir -p install/mingw/include cp lua-5.3.4/src/lauxlib.h install/mingw/include cp lua-5.3.4/src/lua.h install/mingw/include [ 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 cp lua-5.3.4/src/lua.hpp install/mingw/include -- Detecting CXX compiler ABI info - done [ 4%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_control.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_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_control.c [ 4%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.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_strongcomp.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_strongcomp.c cp lua-5.3.4/src/luaconf.h install/mingw/include -- Detecting CXX compile features /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 cp lua-5.3.4/src/lualib.h install/mingw/include :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 :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/lt~obsolete.m4' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua' make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.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_DINT.dir/DependInfo.cmake --color= [ 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 -- Looking for include file inttypes.h - found make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 4%] 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 -- Looking for include file locale.h Scanning dependencies of target btf_object_DINT 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 [ 4%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.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_postorder.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_postorder.c [ 4%] Built target btf_object_DLONG 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 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 [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.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/getopt.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/getopt.c [ 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/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 # LIBXML2=OFF => Skipping build of 3rdParty library libxml2 (must be installed on system instead). [ 16%] 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 [ 5%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.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/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 make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_post_tree.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_post_tree.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_post_tree.c :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for pollset_create - not found 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= -- Looking for poll [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.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/__/GKlib/gkregex.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c -- Looking for include file stddef.h - found -- Looking for include file stdint.h Scanning dependencies of target colamd_object_l make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/build checking whether we are using the GNU Fortran 77 compiler... [ 6%] 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 [ 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 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 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)) ^ :0:6: warning: ISO C99 requires whitespace after the macro name [ 7%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.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_preprocess.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_preprocess.c 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 -C 3rdParty/lpsolve/ install CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" -j1 [ 7%] Building C object CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. /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 :0:6: warning: ISO C99 requires whitespace after the macro name make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' make[2]: warning: -jN forced in submake: disabling jobserver mode. flex -L lp_rlp.l [ 7%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj lp_rlp.l:64: warning, rule cannot be matched /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 [ 7%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_order.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 sed -e "s/yy/lp_yy/g" lex.yy.c >lp_rlp.h [ 20%] Building C object CMakeFiles/cminpack.dir/fdjac1.c.obj [ 7%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /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 :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_valid.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_valid.c rm -f lex.yy.c :0:6: warning: ISO C99 requires whitespace after the macro name 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 -- Detecting C compile features - done -- Looking for _POSIX_TIMERS make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' yes checking whether gfortran accepts -g... -- Looking for include file locale.h - found make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for snprintf [ 7%] 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 [ 7%] Built target btf_object_DINT make -C 3rdParty/zlib/build/mingw/zlib/ install /usr/bin/install -c declare.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 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 [ 7%] Built target amd_DINT make[2]: 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 /usr/bin/install -c fortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 16%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.obj /usr/bin/install -c ini.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ 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 /usr/bin/install -c lp_crash.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /usr/bin/install -c lp_explicit.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 7%] 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 poll - not found -- Detected select polling method -- Detected ZMQ Version - 4.2.3 /usr/bin/install -c lp_fortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for include file ifaddrs.h -- Looking for include file stdint.h - found 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] -- Looking for include file inttypes.h 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 /usr/bin/install -c lp_Hash.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /usr/bin/install -c lpkit.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 2%] Generating zlib1rc.obj yes [ 24%] Building C object CMakeFiles/cminpack.dir/lmder1.c.obj /usr/bin/install -c lp_lib.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /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 [ 7%] Built target colamd_object_l make -C 3rdParty/cvode/build/mingw/ install /usr/bin/install -c lp_matrix.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 8%] 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 /usr/bin/install -c lp_MDO.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 /usr/bin/install -c lp_mipbb.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /usr/bin/install -c lp_MPS.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 26%] Building C object CMakeFiles/cminpack.dir/lmdif.c.obj make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' /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 /usr/bin/install -c lp_presolve.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /usr/bin/install -c lp_price.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ Scanning dependencies of target zlib 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/cvode/build/mingw' [ 8%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj /usr/bin/install -c lp_pricePSE.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/depend -- Looking for include file ifaddrs.h - not found -- Looking for include file windows.h /usr/bin/install -c lp_report.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 sundials_nvecserial_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' -- Looking for _POSIX_TIMERS - not found make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 4%] Building C object CMakeFiles/zlib.dir/adler32.obj /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= /usr/bin/install -c lp_rlp.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Added NVECTOR_SERIAL module -- Added KINSOL module -- Configuring done make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' /usr/bin/install -c lp_scale.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for snprintf - found -- Looking for vasprintf Scanning dependencies of target colamd_object /usr/bin/install -c lp_simplex.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ 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 autoreconf: running: libtoolize --copy --force [ 3%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj [ 28%] Building C object CMakeFiles/cminpack.dir/lmstr.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 -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 [ 8%] Built target amd_DLONG /usr/bin/install -c lp_solveDLL.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ configure: Fortran compiler options are: -O3 -pipe /usr/bin/install -c lpsolve.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Generating done make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 7%] Building C object CMakeFiles/zlib.dir/compress.obj [ 8%] Building C object CMakeFiles/colamd_object.dir/COLAMD/Source/colamd_global.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 checking for egrep... /usr/bin/install -c lp_SOS.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw grep -E checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c lp_types.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for include file inttypes.h - found -- Looking for include file locale.h /usr/bin/install -c lp_utils.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.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/htable.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/htable.c Scanning dependencies of target zlibstatic make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /usr/bin/install -c checking whether build environment is sane... /usr/bin/install -c lp_wlp.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/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 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 /usr/bin/install -c ufortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 9%] Building C object CMakeFiles/zlib.dir/crc32.obj [ 7%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj /usr/bin/install -c yacc_read.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 12%] Building C object CMakeFiles/zlibstatic.dir/adler32.obj [ 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 bison --no-lines -y -d lp_rlp.y -- Looking for vasprintf - not found -- Looking for asprintf [ 14%] Building C object CMakeFiles/zlib.dir/deflate.obj [ 17%] Building C object CMakeFiles/zlibstatic.dir/compress.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 11%] Linking C static library libsundials_nvecserial.a [ 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 sed -e "s/yy/lp_yy/g" y.tab.c >lp_rlp.c Scanning dependencies of target sundials_cvode_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' rm -f y.tab.c [ 19%] Building C object CMakeFiles/zlibstatic.dir/crc32.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' 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 [ 34%] Building C object CMakeFiles/cminpack.dir/dpmpar.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/dpmpar.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/dpmpar.c [ 21%] Building C object CMakeFiles/zlib.dir/gzclose.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 14%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj [ 14%] Built target sundials_nvecserial_static make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/depend make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 24%] Building C object CMakeFiles/zlibstatic.dir/deflate.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/klu_object_DLONG.dir/DependInfo.cmake --color= [ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.obj -- Looking for include file locale.h - found 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 -- Looking for snprintf [ 9%] Built target colamd_object make -C 3rdParty/kinsol/build/mingw/ install [ 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 make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 26%] Building C object CMakeFiles/zlib.dir/gzlib.obj yes 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++]); ^ Scanning dependencies of target klu_object_DLONG 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 make[3]: 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' -- Detecting CXX compile features - done [ 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 -- Configuring done make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 29%] Building C object CMakeFiles/zlib.dir/gzread.obj [ 31%] Building C object CMakeFiles/zlibstatic.dir/gzclose.obj [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj -- Generating 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.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu.c -- Looking for include file windows.h - found -- Looking for include file sys/uio.h [ 18%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj checking for gawk... gawk checking whether make sets $(MAKE)... -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 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]: 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= make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 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 [ 34%] Building C object CMakeFiles/zlibstatic.dir/gzlib.obj [ 3%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj [ 36%] Building C object CMakeFiles/zlib.dir/gzwrite.obj Scanning dependencies of target klu_object_DINT 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 yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 22%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj -- Looking for snprintf - found -- Looking for vasprintf patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 2.2.2.patch' [ 9%] 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 checking for style of include used by make... [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.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_analyze.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze.c [ 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 [ 39%] Building C object CMakeFiles/zlibstatic.dir/gzread.obj -- Looking for include file sys/uio.h - not found -- Looking for include file sys/eventfd.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 [ 41%] Building C object CMakeFiles/zlib.dir/inflate.obj :0:6: warning: ISO C99 requires whitespace after the macro name (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 2.2.2/Constants.mo' echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.uses" GNU echo 'modelica1.1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.license" [ 7%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj -- Looking for snprintf - found C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c: In function 'gk_mcoreDestroy': 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] 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" -- Looking for vasprintf [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj echo 'omlibrary-msl222' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.breaks" checking dependency style of gcc... # Building git/Modelica [ 43%] Building C object CMakeFiles/zlibstatic.dir/gzwrite.obj ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.1' 'af2a3e1597d648d6826665c89cf9eaf5c2a632bc' [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.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_analyze_given.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze_given.c [ 44%] Building C object CMakeFiles/cminpack.dir/qform.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 [ 46%] Building C object CMakeFiles/zlib.dir/infback.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 24%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.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/memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c [ 11%] Linking C static library libsundials_nvecserial.a [ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.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.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze.c [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for include file sys/eventfd.h - not found -- Looking for fopen in ws2_32 [ 48%] Building C object CMakeFiles/zlibstatic.dir/inflate.obj 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] [ 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 [ 51%] Building C object CMakeFiles/zlib.dir/inftrees.obj -- Looking for vasprintf - not found -- Looking for asprintf [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.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_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_defaults.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj [ 11%] 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 [ 11%] Built target sundials_nvecserial_static [ 48%] Building C object CMakeFiles/cminpack.dir/covar.c.obj -- Looking for vasprintf - found -- Looking for asprintf /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[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name [ 53%] Building C object CMakeFiles/zlib.dir/inffast.obj [ 56%] Building C object CMakeFiles/zlibstatic.dir/infback.obj [ 11%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name HEAD is now at d442bcd46 A.Haumer: corrected spelling error in documentation Scanning dependencies of target sundials_kinsol_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 37%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj [ 50%] Building C object CMakeFiles/cminpack.dir/covar1.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' -- Looking for asprintf - not found /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 -- Looking for snprintf [ 58%] Building C object CMakeFiles/zlib.dir/trees.obj [ 11%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.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_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_defaults.c [ 60%] Building C object CMakeFiles/zlibstatic.dir/inftrees.obj gcc3 checking dependency style of g++ ... [ 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 [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 [ 52%] Building C object CMakeFiles/cminpack.dir/chkder_.c.obj [ 63%] Building C object CMakeFiles/zlibstatic.dir/inffast.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 [ 11%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj [ 40%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.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 [ 65%] Building C object CMakeFiles/zlib.dir/uncompr.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for fopen in ws2_32 - found -- Looking for fopen in ws2 [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 18%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj [ 68%] Building C object CMakeFiles/zlibstatic.dir/trees.obj [ 54%] Building C object CMakeFiles/cminpack.dir/enorm_.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 [ 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 [ 70%] Building C object CMakeFiles/zlib.dir/zutil.obj [ 44%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj [ 12%] 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 -- Looking for asprintf - found -- Looking for localeconv :0:6: warning: ISO C99 requires whitespace after the macro name [ 13%] 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 [ 56%] Building C object CMakeFiles/cminpack.dir/hybrd1_.c.obj /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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 73%] Linking C shared library libzlib.dll [ 75%] Building C object CMakeFiles/zlibstatic.dir/uncompr.obj [ 22%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj [ 48%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj [ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.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_extract.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_extract.c gcc3 checking whether to enable maintainer-specific portions of Makefiles... no -- Looking for snprintf - found -- Looking for vasprintf :0:6: warning: ISO C99 requires whitespace after the macro name checking host system type... [ 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 [ 78%] Building C object CMakeFiles/zlibstatic.dir/zutil.obj [ 29%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.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/pqueue.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/pqueue.c [ 13%] 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 [ 25%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_band.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 51%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 13%] 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 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' [ 80%] Linking C static library libzlibstatic.a :0:6: warning: ISO C99 requires whitespace after the macro name [ 80%] Built target zlib -- Looking for fopen in ws2 - not found -- Looking for fopen in rpcrt4 make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/depend i686-pc-mingw32 [ 13%] 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 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= [ 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 [ 29%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_dense.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 55%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' Scanning dependencies of target umfpack_olib_DLONG_CONJUGATE_SOLVE 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 checking for a sed that does not truncate output... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 80%] Built target zlibstatic [ 13%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj [ 62%] Building C object CMakeFiles/cminpack.dir/lmstr1_.c.obj [ 13%] Building C object CMakeFiles/klu_object_DINT.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_kernel.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_kernel.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_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_numeric.c /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 /usr/bin/sed checking for ld used by gcc... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Looking for localeconv - found -- Looking for sys/types.h [ 13%] Building C object CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.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_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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 33%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_sparse.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target example make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 59%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Looking for vasprintf - found -- Looking for asprintf [ 14%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj [ 64%] Building C object CMakeFiles/cminpack.dir/qrfac_.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_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_symbolic.c /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 HEAD is now at af2a3e159 Fixes #1449 [ 82%] Building C object CMakeFiles/example.dir/test/example.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 [ 14%] 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 [ 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 [ 62%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj [ 15%] 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 [ 15%] 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 [ 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 [ 85%] Linking C executable example.exe :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 af2a3e159 Fixes #1449 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 [ 40%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spbcgs.c.obj [ 15%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 66%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj [ 15%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' /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 [ 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 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... [ 68%] 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 Scanning dependencies of target example64 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' test ! -d 'build//Modelica 3.1' :0:6: warning: ISO C99 requires whitespace after the macro name 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... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 44%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spfgmr.c.obj -- Looking for sys/types.h - found -- Check size of long double [ 15%] 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 [ 87%] Building C object CMakeFiles/example64.dir/test/example.obj /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... [ 70%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj [ 87%] Built target example make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 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= [ 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 [ 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 -- Looking for asprintf - found -- Looking for localeconv [ 48%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spgmr.c.obj Scanning dependencies of target umfpack_olib_ZLONG_FIXQ 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_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build [ 90%] Linking C executable example64.exe [ 16%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.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_refactor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_refactor.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 74%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj [ 72%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 16%] 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 [ 16%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.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_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name libtoolize: copying file 'm4/ltoptions.m4' [ 35%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/sort.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/sort.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/sort.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 51%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_sptfqmr.c.obj -- Looking for fopen in iphlpapi - found -- Looking for SO_PEERCRED [ 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' [ 16%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.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_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_scale.c [ 90%] Built target example64 :0:6: warning: ISO C99 requires whitespace after the macro name [ 74%] Building C object CMakeFiles/cminpack.dir/lmder1_.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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 55%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj gcc -E make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 17%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.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_sort.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_sort.c Scanning dependencies of target minigzip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Check size of long double - done [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of long long int make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 81%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.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_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_solve.c [ 17%] Built target umfpack_olib_ZLONG_FIXQ [ 76%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.obj [ 92%] Building C object CMakeFiles/minigzip.dir/test/minigzip.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 -- Looking for SO_PEERCRED - not found -- Looking for localeconv - found -- Looking for LOCAL_PEERCRED -- Looking for sys/types.h [ 59%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj libtoolize: copying file 'm4/ltsugar.m4' [ 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 [ 85%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj [ 95%] Linking C executable minigzip.exe [ 78%] 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 [ 17%] 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 [ 62%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj :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' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for LOCAL_PEERCRED - not found [ 88%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj [ 17%] Built target klu_object_DLONG -- Looking for pthread.h Scanning dependencies of target minigzip64 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/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 80%] Building C object CMakeFiles/cminpack.dir/qrsolv_.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 -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 [ 66%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj [ 18%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.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_tsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_tsolve.c checking for ANSI C header files... [ 95%] Built target minigzip [ 97%] Building C object CMakeFiles/minigzip64.dir/test/minigzip.obj :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/depend [ 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 libtoolize: copying file 'm4/ltversion.m4' [ 92%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.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= make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/depend [ 70%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj -- Check size of long long int - done -- Check size of unsigned long long int [ 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_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' /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= [100%] Linking C executable minigzip64.exe -- Looking for sys/types.h - found -- Check size of long double 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/OMCompiler/3rdParty/SuiteSparse/build' Scanning dependencies of target umfpack_olib_ZLONG_WSOLVE make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 18%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build [ 40%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj /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 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 [ 96%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj [ 18%] Built target klu_object_DINT 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 [ 84%] 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 [ 74%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj [ 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 [ 19%] Building C object CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /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 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/zlib/build/mingw/zlib' [ 41%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.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 [ 19%] Built target umfpack_olib_DLONG_DO_VALUES [100%] Linking C static library libsundials_cvode.a [100%] Built target minigzip64 make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 77%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj [ 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for pthread.h - found -- Looking for pthread_create [ 81%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sparse.c.obj libtoolize: copying file 'm4/lt~obsolete.m4' [ 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%] Built target umfpack_olib_ZLONG_WSOLVE make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.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_DLONG_FIXQ.dir/DependInfo.cmake --color= Install the project... make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/depend [ 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 -- 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' [ 45%] Building C object libmetis/CMakeFiles/metis.dir/balance.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/balance.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/balance.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.dir/DependInfo.cmake --color= make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' Scanning dependencies of target umfpack_olib_DLONG_FIXQ make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend 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 [ 85%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spbcgs.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_ZINT_DROP.dir/DependInfo.cmake --color= make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 92%] 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 [100%] Built target sundials_cvode_static make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' -- Check size of unsigned long long int - done -- Check size of struct lconv [ 19%] 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 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 make -C 3rdParty/zlib/build/mingw/minizip/ install :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of long double - done -- Check size of long long int make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Install the project... [ 88%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spfgmr.c.obj [ 19%] Building C object CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_config.h /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 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 -- 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 94%] Building C object CMakeFiles/cminpack.dir/qform_.c.obj Install NVECTOR_SERIAL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/lib/libsundials_nvecserial.a /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 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/nvector/nvector_serial.h make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' 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 -- 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 -- 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_sptfqmr.h -- 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' 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= [ 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 92%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spgmr.c.obj Scanning dependencies of target minizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' -- Looking for pthread_create - found -- Found Threads: TRUE -- Looking for clock_gettime yes [ 96%] Building C object CMakeFiles/cminpack.dir/r1mpyq_.c.obj [ 19%] Built target umfpack_olib_DLONG_FIXQ /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 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 [ 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 [ 16%] Building C object CMakeFiles/minizip.dir/ioapi.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' checking for sys/types.h... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 20%] 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 [ 20%] Built target umfpack_olib_ZINT_DROP [ 96%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sptfqmr.c.obj [ 98%] Building C object CMakeFiles/cminpack.dir/covar_.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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 33%] Building C object CMakeFiles/minizip.dir/miniunz.c.obj [ 50%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.obj [ 20%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.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/coarsen.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/coarsen.c /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 :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/depend Scanning dependencies of target umfpack_olib_DINT -- Check size of struct lconv - done make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/build -- Performing Test HAVE_LCONV_DECIMAL_POINT 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= -- Check size of long long int - done -- Check size of unsigned long long int [100%] Linking C static library libcminpack.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/cminpack.dir/cmake_clean_target.cmake make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 50%] Building C object CMakeFiles/minizip.dir/minizip.c.obj [100%] Linking C static library libsundials_kinsol.a make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/cminpack.dir/link.txt --verbose=1 [ 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 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 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 20%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libcminpack.a yes [ 51%] Building C object libmetis/CMakeFiles/metis.dir/compress.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/compress.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/compress.c [ 20%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' /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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 20%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.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_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c -- Looking for clock_gettime - not found -- Looking for fork make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [100%] Built target cminpack :0:6: warning: ISO C99 requires whitespace after the macro name 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 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 [100%] Built target sundials_kinsol_static checking for sys/stat.h... make[3]: 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' [ 20%] Built target umfpack_olib_DLONG_DO_MAP # copy dll/so to lib/omc/ folders [ 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 make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend [ 53%] Building C object libmetis/CMakeFiles/metis.dir/contig.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/contig.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/contig.c (rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcminpack.a*) [ 66%] Building C object CMakeFiles/minizip.dir/unzip.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_FIXQ.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name Install the project... [ 83%] Building C object CMakeFiles/minizip.dir/zip.c.obj (cp -af 3rdParty/CMinpack/build/libcminpack.a* /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc) -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_config.h Install shared components -- 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 Scanning dependencies of target umfpack_olib_DINT_FIXQ -- 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 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/kinsol/install/mingw/include/sundials/sundials_types.h make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build Install NVECTOR_SERIAL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/lib/libsundials_nvecserial.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/nvector/nvector_serial.h 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 # Darwin has to be special always -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_dense.h -- 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 -- 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 make[4]: Entering 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_symbolic.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend /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 [ 54%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.obj (test ! `uname` = Darwin || cp -af 3rdParty/CMinpack/build/lib*.dylib /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc) 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 -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/depend -- Check size of unsigned long long int - done :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of struct lconv [ 21%] Building C object CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.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_ZINT.dir/DependInfo.cmake --color= /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 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= :0:6: warning: ISO C99 requires whitespace after the macro name 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] [100%] Linking C static library libminizip.a yes [ 21%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj [ 56%] Building C object libmetis/CMakeFiles/metis.dir/fm.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_determinant.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.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/fm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/fm.c 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 :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' [ 21%] Building C object CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' /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_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/depend [ 21%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -- Looking for fork - not found -- Looking for gethrtime /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 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= :0:6: warning: ISO C99 requires whitespace after the macro name checking for stdlib.h... [100%] Built target minizip make[3]: 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 58%] Building C object libmetis/CMakeFiles/metis.dir/fortran.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/fortran.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/fortran.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 21%] Built target umfpack_olib_DINT_FIXQ Scanning dependencies of target umfpack_olib_ZINT_WSOLVE 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 [ 21%] Built target umfpack_olib_DINT_WSOLVE make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj Install the project... /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 [ 59%] Building C object libmetis/CMakeFiles/metis.dir/frename.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 [ 22%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -- Install configuration: "" :0:6: warning: ISO C99 requires whitespace after the macro name -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/lib/libminizip.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/minizip.h /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 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/miniunz.h [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /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[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' 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 :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_DINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend [ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_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_load_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_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_DLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.1.patch' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Scanning dependencies of target umfpack_olib_DINT_DO_MAP_DO_VALUES :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success 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 -- Check size of intmax_t [ 23%] Built target umfpack_olib_ZINT_WSOLVE (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Constants.mo' [ 61%] Building C object libmetis/CMakeFiles/metis.dir/gklib.c.obj (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Electrical/Digital.mo' -- Check size of struct lconv - 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.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/gklib.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Performing Test HAVE_LCONV_DECIMAL_POINT (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Fluid/Pipes.mo' Scanning dependencies of target umfpack_olib_DLONG_DO_MAP_DO_VALUES [ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_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 -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 make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/IdealGases/Common/FluidData.mo' [ 62%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.obj Scanning dependencies of target umfpack_olib_ZINT make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' (Stripping trailing CRs from patch; use --binary to disable.) make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build patching file 'Modelica 3.1/Media/IdealGases/Common/package.mo' 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 yes (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/package.mo' [ 23%] 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 -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[4]: Entering 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/depend (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/IF97_Utilities.mo' [ 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' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/package.mo' :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_VALUES.dir/DependInfo.cmake --color= (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/package.order' echo 'ModelicaServices 1.0' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.uses" [ 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 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.license" [ 24%] 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 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" :0:6: warning: ISO C99 requires whitespace after the macro name 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 checking for string.h... echo 'omlibrary-msl31' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.breaks" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for gethrtime - not found -- Looking for mkdtemp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' test ! -d 'build//ModelicaServices 1.0' [ 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 cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0" [ 25%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/depend [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj /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 :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_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.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_ZINT_DO_MAP.dir/DependInfo.cmake --color= [ 66%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 1.0.patch' 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES (Stripping trailing CRs from patch; use --binary to disable.) patching file 'ModelicaServices 1.0/package.mo' Scanning dependencies of target umfpack_olib_ZINT_DO_MAP 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' make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.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 /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 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.license" 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 [ 67%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.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/kwayfm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayfm.c 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]: 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= echo 'omlibrary-msl31' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.breaks" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.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 # Building git/Modelica [ 26%] Built target umfpack_olib_ZINT_DO_VALUES :0:6: warning: ISO C99 requires whitespace after the macro name ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.1' '60cb4e48077fa22cc97d02e767baa83ec78aadf9' [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj Scanning dependencies of target umfpack_olib_DINT_DROP /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 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 [ 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 [ 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 -- Check size of intmax_t - done yes -- Check size of uintmax_t :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 26%] Building C object CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /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 [ 26%] Built target umfpack_olib_ZINT_DO_MAP :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] 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.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.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_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c checking 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/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= [ 70%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.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/mcutil.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mcutil.c -- Looking for mkdtemp - not found -- Performing Test HAVE_FLAG_-Wall [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend /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 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' /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= [ 26%] Built target umfpack_olib_DINT_DROP HEAD is now at af2a3e159 Fixes #1449 make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend [ 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 Scanning dependencies of target umfpack_olib_ZINT_CONJUGATE_SOLVE 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 [ 72%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.obj [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.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_DROP.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/mesh.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mesh.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_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.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' [ 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 [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /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 Scanning dependencies of target umfpack_olib_DLONG_DROP yes 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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success -- Check size of intmax_t make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Check size of uintmax_t - done -- Check size of uintptr_t [ 28%] 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 [ 28%] Building C object CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking for strings.h... [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /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 make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/depend [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_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_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_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/umfpack_olib_ZLONG_DO_MAP.dir/DependInfo.cmake --color= -- Performing Test HAVE_FLAG_-Wall - Success -- Performing Test HAVE_FLAG_-Wextra [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.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_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c Scanning dependencies of target umfpack_olib_ZLONG :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_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_ZLONG_DO_MAP make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' 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/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 28%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_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/umfpack_col_to_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c [ 75%] Building C object libmetis/CMakeFiles/metis.dir/minconn.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/minconn.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj [ 28%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE /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 [ 28%] Built target umfpack_olib_DLONG_DROP [ 28%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP.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_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 [ 28%] 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 configure.ac:9: installing './compile' :0:6: warning: ISO C99 requires whitespace after the macro name [ 28%] 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 [ 28%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_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_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 configure.ac:12: installing './config.guess' :0:6: warning: ISO C99 requires whitespace after the macro name [ 77%] Building C object libmetis/CMakeFiles/metis.dir/mincover.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/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 configure.ac:12: installing './config.sub' :0:6: warning: ISO C99 requires whitespace after the macro name 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); ^ configure.ac:5: installing './install-sh' make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/depend [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_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_load_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c configure.ac:5: installing './missing' yes Makefile.am:16: warning: libModelicaMatIO_la_LIBADD was already defined in condition !INCLUDEZLIB, which is included in condition TRUE ... Makefile.am:12: ... 'libModelicaMatIO_la_LIBADD' previously defined here 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_DLONG_WSOLVE.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj Makefile.am: installing './INSTALL' /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 [ 29%] Built target umfpack_olib_ZLONG_DO_MAP [ 30%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj [ 79%] Building C object libmetis/CMakeFiles/metis.dir/mmd.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 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 :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_DLONG_WSOLVE Makefile.am: installing './depcomp' 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_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build [ 31%] 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 -- Check size of intmax_t - done -- Check size of uintmax_t :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' -- Check size of uintptr_t - done -- Check size of ptrdiff_t (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))) checking for inttypes.h... make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/depend [ 31%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_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/umfpack_get_determinant.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c [ 32%] Building C object CMakeFiles/umfpack_olib_DLONG_WSOLVE.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_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 -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 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/autoconf --force :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 -- Performing Test HAVE_FLAG_-Wextra - Success -- Performing Test HAVE_FLAG_-Wno-long-long [ 80%] Building C object libmetis/CMakeFiles/metis.dir/ometis.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/ometis.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/ometis.c make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/depend Scanning dependencies of target umfpack_olib_ZINT_DO_MAP_DO_VALUES 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 32%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.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_qsymbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.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= make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.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%] Built target umfpack_olib_DLONG_WSOLVE [ 32%] 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]: 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= [ 32%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.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_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c [ 33%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj [ 33%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_ZINT_FIXQ /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 /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]: 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 :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' Scanning dependencies of target umfpack_olib_ZLONG_DROP 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 33%] Building C object CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /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 [ 34%] Building C object CMakeFiles/umfpack_olib_DINT.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/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 [ 34%] Building C object CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj [ 34%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.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 /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 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); ^ yes :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 [ 82%] Building C object libmetis/CMakeFiles/metis.dir/options.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/options.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/options.c [ 34%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES [ 34%] Building C object CMakeFiles/umfpack_olib_DINT.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/umfpack_save_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c [ 35%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_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 -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 [ 35%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking for stdint.h... -- Check size of uintmax_t - done -- Check size of uintptr_t make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Performing Test HAVE_FLAG_-Wno-long-long - Success -- Performing Test HAVE_FLAG_-Wno-uninitialized [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj -- Check size of ptrdiff_t - done /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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 35%] Built target umfpack_olib_ZINT_FIXQ :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] Building C object libmetis/CMakeFiles/metis.dir/parmetis.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 [ 35%] Built target umfpack_olib_ZLONG_DROP [ 36%] 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 [ 36%] 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 [ 36%] 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 [ 36%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.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 -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 :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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 85%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.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_DO_MAP.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/pmetis.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/pmetis.c -- Check size of off64_t make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend [ 36%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_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_load_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.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.dir/DependInfo.cmake --color= [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj [ 87%] Building C object libmetis/CMakeFiles/metis.dir/refine.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_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.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/refine.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/refine.c Scanning dependencies of target umfpack_olib_DINT_DO_MAP :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_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build yes :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' [ 37%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.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 [ 37%] 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 -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 make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/depend [ 37%] 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 /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 [ 37%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj checking for unistd.h... :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_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.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 [ 38%] 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 [ 88%] Building C object libmetis/CMakeFiles/metis.dir/separator.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/separator.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/separator.c -- Performing Test HAVE_FLAG_-Wno-uninitialized - Success make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Performing Test HAVE_FLAG_-pedantic :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/build -- Check size of uintptr_t - done -- Check size of ptrdiff_t [ 38%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.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_status.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj [ 38%] Built target umfpack_olib_DINT_DO_MAP /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' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 38%] 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 [ 38%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.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_global.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_global.c :0:6: warning: ISO C99 requires whitespace after the macro name HEAD is now at 60cb4e480 Added mass flow rate start value for easier convergence make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/depend [ 90%] Building C object libmetis/CMakeFiles/metis.dir/sfm.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/sfm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/sfm.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= [ 39%] 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 [ 39%] 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 Scanning dependencies of target umfpack_olib_DLONG 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name autoreconf: running: /usr/bin/autoheader --force make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 40%] 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 -- Check size of off64_t - done Scanning dependencies of target umfpack_olib_ZLONG_DO_VALUES -- Looking for fseeko make[4]: Leaving 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 yes [ 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 [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.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 -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 [ 41%] 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 HEAD is now at 60cb4e480 Added mass flow rate start value for easier convergence :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 42%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 42%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.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_timer.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_timer.c [ 42%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_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_report_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c checking dlfcn.h usability... make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.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_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c [ 43%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.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_analyze.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_analyze.c test ! -f 'build//Complex 3.2.1.mo' 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 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/OMCompiler/3rdParty/SuiteSparse/build' cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.mo" :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test HAVE_FLAG_-pedantic - Success -- Checking whether SOCK_CLOEXEC is supported -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC [ 43%] Built target umfpack_olib [ 43%] Built target umfpack_olib_ZLONG_DO_VALUES Scanning dependencies of target umfpack_olib_ZLONG_DO_MAP_DO_VALUES echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.uses" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build [ 93%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.obj [ 43%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.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 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.license" [ 43%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_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_report_matrix.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.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 /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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 43%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj -- Check size of ptrdiff_t - done /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 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" :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 [ 43%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj [ 43%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.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_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 -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 echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.breaks" make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name test ! -d 'build//Modelica 3.2.1' :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_ZLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= -- Check size of off64_t cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1" [ 43%] 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 [ 43%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_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_save_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c no checking dlfcn.h presence... [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_ZLONG_CONJUGATE_SOLVE 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 [ 44%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_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_report_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Failed -- Checking whether SO_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_SO_KEEPALIVE 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' -- Looking for fseeko - found -- Looking for unistd.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.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 [ 44%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES [ 45%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 46%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.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_determinant.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c [ 47%] 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 [ 96%] Building C object libmetis/CMakeFiles/metis.dir/util.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/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 :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/depend [ 47%] 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 checking for a BSD-compatible install... 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= :0:6: warning: ISO C99 requires whitespace after the macro name [ 48%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.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 no checking for dlfcn.h... no :0:6: warning: ISO C99 requires whitespace after the macro name [ 48%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.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 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 [ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.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_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c [ 48%] 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 -- 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 checking how to run the C++ preprocessor... 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... :0:6: warning: ISO C99 requires whitespace after the macro name [ 98%] Building C object libmetis/CMakeFiles/metis.dir/wspace.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/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 [ 48%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.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 [ 48%] 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 [ 49%] Building C object CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /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 yes :0:6: warning: ISO C99 requires whitespace after the macro name [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_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_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name 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); ^ make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 49%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 49%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.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_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 49%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE -- Check size of off64_t - done -- Looking for fseeko :0:6: warning: ISO C99 requires whitespace after the macro name checking for a thread-safe mkdir -p... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 49%] 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 [ 49%] 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 [100%] Linking C static library libmetis.a 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 /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... [ 49%] Built target umfpack_olib_DINT_DO_VALUES :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Failed -- Checking whether TCP_KEEPIDLE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE [ 49%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj [ 49%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj -- Looking for unistd.h - found /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 /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 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name 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. 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. -- outfile location is C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmilib.a 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 autoreconf: running: automake --add-missing --copy --force-missing make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend [ 50%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_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/umfpack_report_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c yes 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= -- Configuring done make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_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 -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 /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 C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libmetis.a :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/btf.dir/DependInfo.cmake --color= [ 52%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_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_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 amd :0:6: warning: ISO C99 requires whitespace after the macro name [ 53%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj checking whether make supports nested variables... 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 /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/metis-5.1.0' :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target btf 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]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name g++ -E yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 53%] Linking C static library libamd.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/amd.dir/cmake_clean_target.cmake 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. [ 53%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE - 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/umfpack_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c -- Checking whether TCP_KEEPINTVL is supported -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL [ 53%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj [ 53%] Linking C static library libbtf.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_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/btf.dir/cmake_clean_target.cmake /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/amd.dir/link.txt --verbose=1 [100%] Built target metis 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 53%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj 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 /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/btf.dir/link.txt --verbose=1 /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 :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend 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 [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' /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 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); ^ cp 3rdParty/metis-5.1.0/libmetis/libmetis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libmetis.a C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libamd.a :0:6: warning: ISO C99 requires whitespace after the macro name C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libbtf.a 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[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]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' checking for gcc... gcc [ 53%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.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_2by2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c [ 53%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj [ 53%] Built target amd /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 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 [ 53%] Built target btf [ 53%] 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[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 [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -- Looking for fseeko - found /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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for unistd.h [ 53%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.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_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 54%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 54%] Linking C static library libcolamd.a :0:6: warning: ISO C99 requires whitespace after the macro name /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 /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/colamd.dir/link.txt --verbose=1 -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Failed -- Checking whether TCP_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE 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 [ 54%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_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_save_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libcolamd.a [ 55%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj [ 55%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.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_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 -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 :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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 55%] Built target colamd -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build [ 56%] 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 make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/depend checking the maximum length of command line arguments... 8192 checking command to parse /mingw64/bin/nm -B output from gcc object... [ 57%] 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 [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 57%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_report_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.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/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' /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= [ 57%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_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_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 [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.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_report_matrix.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c Scanning dependencies of target klu :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/klu.dir/build.make CMakeFiles/klu.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name checking whether the C compiler works... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' test -f 3rdParty/FMIL/build/libfmilib.a || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" make -C 3rdParty/FMIL/build -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed -- Checking whether TIPC is supported -- Performing Test ZMQ_HAVE_TIPC [ 57%] Linking C static library libklu.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/klu.dir/cmake_clean_target.cmake make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 57%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_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_init_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c [ 57%] 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 /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/klu.dir/link.txt --verbose=1 [ 57%] 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 [ 57%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_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_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 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 57%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.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_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libklu.a 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for unistd.h - found make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' 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. [ 58%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.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/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. /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 -- outfile location is C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a yes checking for C compiler default output file name... a.exe [ 58%] Built target klu [ 58%] 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 [ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj checking for suffix of executables... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/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_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 Scanning dependencies of target expatex make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' -- Configuring done :0:6: warning: ISO C99 requires whitespace after the macro name [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_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/umfpack_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c [ 60%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.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' /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_TIPC - Failed -- Checking pthread_setname signature -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 Scanning dependencies of target c99snprintf 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 1%] Creating directories for 'expatex' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 60%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj [ 61%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.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.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /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 [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.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 [ 1%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj 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. :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_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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 2%] Generating zlib1rc.obj .exe [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name 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 checking whether we are cross compiling... [ 61%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 61%] 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 [ 61%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.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_get_memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c [ 61%] 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 [ 3%] No download step for 'expatex' :0:6: warning: ISO C99 requires whitespace after the macro name -- 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 :0:6: warning: ISO C99 requires whitespace after the macro name ok checking for objdir... Scanning dependencies of target zlib .libs checking for ar... ar checking for ranlib... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' ranlib checking for strip... strip [ 4%] No patch step for 'expatex' no [ 61%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG.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/umf_kernel_wrapup.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.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_report_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c [ 61%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.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 -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 checking for suffix of object files... -- Generating done :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 [ 62%] 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 [ 4%] Building C object zlib/CMakeFiles/zlib.dir/adler32.obj CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING FMILIB_BUILD_BEFORE_TESTS -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw [ 5%] Linking C static library libc99snprintf.a :0:6: warning: ISO C99 requires whitespace after the macro name [ 6%] No update step for 'expatex' make -C 3rdParty/FMIL/build/mingw/ install [ 63%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_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/umfpack_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c make[2]: 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 [ 64%] 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 [ 64%] 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 o checking whether we are using the GNU C compiler... [ 7%] Performing configure step for 'expatex' [ 8%] Building C object zlib/CMakeFiles/zlib.dir/compress.obj :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_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj make[3]: 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/umf_build_tuples.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c [ 64%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_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_save_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 64%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /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 :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_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 [ 8%] Built target c99snprintf 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 yes checking whether gcc accepts -g... checking if gcc supports -fno-rtti -fno-exceptions... 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' [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.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_lsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c [ 9%] Building C object zlib/CMakeFiles/zlib.dir/crc32.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 1%] Creating directories for 'expatex' :0:6: warning: ISO C99 requires whitespace after the macro name [ 65%] 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 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]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 65%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.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_init.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 - Success -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 yes checking for gcc option to accept ISO C89... Scanning dependencies of target jmutils 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 [ 1%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj 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 [ 65%] 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 [ 10%] Building C object zlib/CMakeFiles/zlib.dir/deflate.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 65%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 65%] 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 :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; ^ [ 11%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj 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 *); ^ 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 no checking for gcc option to produce PIC... -DDLL_EXPORT checking if gcc PIC flag -DDLL_EXPORT works... [ 2%] Generating zlib1rc.obj [ 66%] 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 none needed checking whether gcc understands -c and -o together... [ 3%] No download step for 'expatex' :0:6: warning: ISO C99 requires whitespace after the macro name [ 67%] 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 [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.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_malloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_malloc.c -- The CXX compiler identification is GNU 5.3.0 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe [ 4%] No patch step for 'expatex' [ 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_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 [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.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_alloc_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c [ 67%] 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 [ 5%] Linking C static library libc99snprintf.a yes checking if gcc static flag -static works... yes :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/OMSimulator/3rdParty/FMIL/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name checking for style of include used by make... :0:6: warning: ISO C99 requires whitespace after the macro name [ 6%] No update step for 'expatex' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' GNU [ 6%] Building C object zlib/CMakeFiles/zlib.dir/adler32.obj checking dependency style of gcc... [ 67%] 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 [ 68%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.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_alloc_head_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c [ 7%] Performing configure step for 'expatex' [ 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 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 -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME - Failed yes checking if gcc supports -c -o file.o... :0:6: warning: ISO C99 requires whitespace after the macro name [ 69%] 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 [ 7%] Built target c99snprintf -- Found PythonInterp: C:/OMDev/tools/msys/mingw64/bin/python.exe (found version "2.7.11") -- Could NOT find AsciiDoc (missing: ASCIIDOC_EXECUTABLE) :0:6: warning: ISO C99 requires whitespace after the macro name [ 12%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.obj [ 13%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.obj [ 69%] 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 [ 69%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.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_alloc_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 8%] Building C object zlib/CMakeFiles/zlib.dir/compress.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Configuring done [ 69%] 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 [ 69%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name 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 [ 70%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 70%] Building C object CMakeFiles/umfpack_olib_DLONG.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_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 -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 [ 14%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.obj -- 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 9%] Building C object zlib/CMakeFiles/zlib.dir/crc32.obj [ 71%] 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 [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj Scanning dependencies of target jmutils /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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' yes checking whether the gcc 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 gcc3 checking how to run the C preprocessor... [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.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 :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/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] } ^ -- The CXX compiler identification is GNU 5.3.0 :0:6: warning: ISO C99 requires whitespace after the macro name [ 10%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe [ 71%] 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 [ 15%] Building C object zlib/CMakeFiles/zlib.dir/gzread.obj -- Generating done yes checking dynamic linker characteristics... [ 71%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj [ 11%] Building C object zlib/CMakeFiles/zlib.dir/deflate.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.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 -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build [ 72%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj test -f 3rdParty/libzmq/build/lib/libzmq.dll || make -C 3rdParty/libzmq/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_realloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_realloc.c [ 72%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.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_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 :0:6: warning: ISO C99 requires whitespace after the macro name 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 /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 make -f CMakeFiles/Makefile2 all gcc -E [ 72%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj [ 72%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.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_kernel_init.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c 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 [ 73%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj [ 73%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.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 /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 :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/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 :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... [ 16%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.obj -- Detecting C compiler ABI info - done yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes [ 16%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj -- Detecting C compile features [ 73%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj [ 73%] Building C object CMakeFiles/umfpack_olib_DLONG.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_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.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_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c [ 73%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_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_alloc_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_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 checking whether make sets $(MAKE)... [ 73%] 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 [ 73%] 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 [ 73%] 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 (cached) yes -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info [ 12%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 17%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj [ 18%] Building C object zlib/CMakeFiles/zlib.dir/inflate.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 13%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.obj [ 74%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.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_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c [ 75%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.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_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 checking build system type... [ 14%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 76%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_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_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 [ 77%] 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 [ 77%] 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 [ 77%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name :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/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] } ^ [ 77%] 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 [ 15%] Building C object zlib/CMakeFiles/zlib.dir/gzread.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 77%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.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_colamd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_colamd.c [ 77%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 77%] 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 -- Detecting C compiler ABI info - done :0:6: warning: ISO C99 requires whitespace after the macro name [ 77%] 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 -- Detecting C compile features :0:6: warning: ISO C99 requires whitespace after the macro name i686-pc-mingw64 checking host system type... i686-pc-mingw64 checking how to print strings... [ 15%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj printf checking for a sed that does not truncate output... [ 19%] Building C object zlib/CMakeFiles/zlib.dir/infback.obj [ 16%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.obj [ 77%] 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 [ 77%] 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 [ 20%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj Scanning dependencies of target libzmq configure.ac:28: installing './compile' :0:6: warning: ISO C99 requires whitespace after the macro name 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 /usr/bin/sed :0:6: warning: ISO C99 requires whitespace after the macro name [ 77%] 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 for grep that handles long lines and -e... configure.ac:18: installing './config.guess' 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 configure.ac:18: installing './config.sub' /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... configure.ac:22: installing './install-sh' [ 0%] Building C object CMakeFiles/libzmq.dir/src/tweetnacl.c.obj /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 /usr/bin/grep -F checking for ld used by gcc... [ 21%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj [ 78%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj configure.ac:22: installing './missing' /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 [ 79%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj [ 79%] 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 -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 /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 [ 17%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 18%] Building C object zlib/CMakeFiles/zlib.dir/inflate.obj src/Makefile.am: installing './depcomp' [ 22%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj [ 80%] 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 [ 81%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_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_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 [ 23%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 81%] 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_dump.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_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 parallel-tests: installing './test-driver' :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 [ 81%] 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 autoreconf: Leaving directory `libatomic_ops' :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/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] } ^ [ 81%] 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 [ 81%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Building C object zlib/CMakeFiles/zlib.dir/inffast.obj 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... [ 81%] 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 [ 26%] Linking C static library libjmutils.a :0:6: warning: ISO C99 requires whitespace after the macro name yes checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm -B checking the name lister (/mingw64/bin/nm -B) interface... [ 81%] 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 [ 81%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 81%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.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_init_memoryspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 19%] Building C object zlib/CMakeFiles/zlib.dir/infback.obj [ 20%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj [ 26%] Built target jmutils make -f CMakeFiles/libzmq-static.dir/build.make CMakeFiles/libzmq-static.dir/depend [ 82%] 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 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 -- Detecting C compile features - done 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] } ^ :0:6: warning: ISO C99 requires whitespace after the macro name -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe [ 83%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.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 [ 21%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 27%] Building C object zlib/CMakeFiles/zlib.dir/trees.obj [ 83%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.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... /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 file_magic ^x86 archive import|^x86 DLL :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj [ 22%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj checking for dlltool... /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 dlltool checking how to associate runtime and link libraries... [ 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 func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... :0:6: warning: ISO C99 requires whitespace after the macro name [ 23%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] 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 [ 24%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.obj :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/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:/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] } ^ [ 83%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj 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] } ^ /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 [ 84%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj 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] } ^ /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 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 84%] 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 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] } ^ 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] [ 85%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Building C object zlib/CMakeFiles/zlib.dir/inffast.obj :0:6: warning: ISO C99 requires whitespace after the macro name @ checking for strip... strip checking for ranlib... ranlib checking command to parse /mingw64/bin/nm -B output from gcc object... [ 85%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_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_grow_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c [ 26%] Linking C static library libjmutils.a -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works [ 28%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.obj -- Detecting CXX compiler ABI info :0:6: warning: ISO C99 requires whitespace after the macro name [ 85%] 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 [ 85%] 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 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 [ 85%] 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 -- Detecting C compile features - done 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] } ^ [ 26%] Built target jmutils [ 86%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe /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 [ 29%] Building C object zlib/CMakeFiles/zlib.dir/zutil.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 1%] Building CXX object CMakeFiles/libzmq.dir/src/precompiled.cpp.obj :0:6: warning: ISO C99 requires whitespace after the macro name /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 [ 87%] 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 [ 27%] Building C object zlib/CMakeFiles/zlib.dir/trees.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 87%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj [ 87%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj 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] } ^ /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 /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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 87%] 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 rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1/Resources/Library" [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj [ 30%] Linking C static library libzlib.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/umf_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name 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 patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.1.patch' :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' [ 88%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj (Stripping trailing CRs from patch; use --binary to disable.) /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 patching file 'Modelica 3.2.1/Blocks/Sources.mo' (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). [ 1%] Building C object CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_init': :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/trees.c:404:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ /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 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] } ^ (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Math/package.order' [ 88%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj 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] } ^ [ 88%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj (Stripping trailing CRs from patch; use --binary to disable.) /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 patching file 'Modelica 3.2.1/Media/Water/IF97_Utilities.mo' /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 echo 'Complex 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.uses" -- Detecting CXX compiler ABI info - done :0:6: warning: ISO C99 requires whitespace after the macro name :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/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] echo 'ModelicaServices 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.uses" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.license" -- Detecting CXX compile features configure: creating libtool 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" [ 30%] Built target zlib [ 88%] 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 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); ^ echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.breaks" [ 28%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.obj 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 ok [ 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 -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 test ! -d 'build//ModelicaServices 3.2.1' [ 89%] 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 -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works checking for sysroot... no checking for a working dd... -- Detecting CXX compiler ABI info cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1" :0:6: warning: ISO C99 requires whitespace after the macro name :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/OMSimulator/3rdParty/FMIL/build/mingw' patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.1.patch' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' /usr/bin/dd checking how to truncate binary pipes... [ 29%] Building C object zlib/CMakeFiles/zlib.dir/zutil.obj (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). [ 89%] 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 [ 30%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.uses" [ 89%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.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 :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: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/ModelicaServices 3.2.1.last_change" /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... 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] } ^ echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.breaks" appending configuration tag "CXX" to libtool [ 89%] 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 test ! -d 'build//ModelicaTest 3.2.1' no checking for ANSI C header files... [ 89%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1" :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_valid_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c [ 31%] Linking C static library libzlib.a [ 90%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj [ 2%] Building CXX object CMakeFiles/libzmq-static.dir/src/precompiled.cpp.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_wrapup.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c /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 [ 90%] 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 :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' [ 90%] 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 [ 90%] Built target umfpack_olib_DINT :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' [ 90%] 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 [ 90%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_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/umf_valid_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c [ 31%] Built target zlib -- Detecting CXX compiler ABI info - done :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target fmicapi -- Detecting CXX compile features 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 [ 32%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj 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 [ 91%] 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 [ 92%] 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 [ 2%] Building CXX object CMakeFiles/libzmq.dir/src/address.cpp.obj :0:6: warning: ISO C99 requires whitespace after the macro name /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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' [ 92%] 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 [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_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/umf_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c [ 92%] Built target umfpack_olib_ZINT :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 2%] Building CXX object CMakeFiles/libzmq-static.dir/src/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/address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/address.cpp yes checking for sys/types.h... [ 92%] 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 92%] 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:/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... :0:6: warning: ISO C99 requires whitespace after the macro name yes yes Scanning dependencies of target minizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 93%] 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 [ 33%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj 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 checking whether the g++ linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj yes /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 [ 34%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name checking for sys/stat.h... [ 32%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj [ 93%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_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_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 echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.license" [ 94%] 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 echo '3.2.1+build.4-18-g60cb4e4' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.last_change" :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" [ 35%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.obj yes [ 94%] 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 -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 # Building git/Modelica libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' :0:6: warning: ISO C99 requires whitespace after the macro name ./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 g++ option to produce PIC... -DDLL_EXPORT checking if g++ PIC flag -DDLL_EXPORT works... [ 94%] 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 checking for stdlib.h... [ 94%] Building C object CMakeFiles/umfpack_olib_DLONG.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 -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 Scanning dependencies of target minizip 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:/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; ^ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 33%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.obj yes yes checking if g++ static flag -static works... [ 94%] 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 [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_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_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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 36%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj checking for string.h... [ 3%] Building CXX object CMakeFiles/libzmq.dir/src/client.cpp.obj yes checking if g++ supports -c -o file.o... /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 [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj [ 34%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.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_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.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_init_memoryspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c HEAD is now at 60cb4e480 Added mass flow rate start value for easier convergence 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; ^ [ 35%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj :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' yes make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 95%] 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 [ 37%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.obj [ 95%] Built target umfpack_olib_ZLONG [ 37%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting CXX compile features - done [ 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 checking for memory.h... -- Looking for dlfcn.h [ 95%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name yes 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... [ 96%] Building C object CMakeFiles/umfpack_olib_DLONG.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_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c [ 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 -- Looking for dlfcn.h - not found libtoolize: copying file 'm4/ltsugar.m4' -- Looking for fcntl.h checking for strings.h... 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; ^ 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; ^ [ 96%] 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 Win32 ld.exe checking how to hardcode library paths into programs... immediate 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); ^ :0:6: warning: ISO C99 requires whitespace after the macro name yes 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) ^ [ 37%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj [ 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 [ 38%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj [ 39%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj -- Detecting CXX compile features - done -- Looking for dlfcn.h checking for inttypes.h... [ 96%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_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/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 yes libtoolize: copying file 'm4/ltversion.m4' 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); ^ [ 96%] 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 [ 38%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj 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) ^ -- Looking for fcntl.h - found :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for inttypes.h [ 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 checking for stdint.h... -- Looking for dlfcn.h - not found -- Looking for fcntl.h 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); ^ [ 38%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj [ 97%] 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 [ 40%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj yes [ 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 HEAD is now at d992c34ed Port all missing each from MSL master (3.2.3) (#2801) [ 97%] 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 [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name checking for unistd.h... [ 41%] Linking C static library libfmicapi.a libtoolize: copying file 'm4/lt~obsolete.m4' make[4]: Leaving 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 HEAD is now at d992c34ed Port all missing each from MSL master (3.2.3) (#2801) yes [ 97%] 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 -- Looking for inttypes.h - found [ 41%] Built target fmicapi -- Looking for memory.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 40%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj checking for dlfcn.h... -- Looking for fcntl.h - found -- Looking for inttypes.h test ! -f 'build//Complex 3.2.2.mo' cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.mo" [ 42%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.obj [ 6%] Building CXX object CMakeFiles/libzmq-static.dir/src/ctx.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/ctx.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ctx.cpp echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.license" echo '3.2.2-237-gd992c34-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.last_change" no checking for objdir... [ 7%] Building CXX object CMakeFiles/libzmq.dir/src/curve_server.cpp.obj test ! -d 'build//Modelica 3.2.2' /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 cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2" .libs [ 97%] 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 [ 41%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.obj -- Looking for memory.h - found -- Looking for stdint.h [ 98%] 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 [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for inttypes.h - found -- Looking for memory.h 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; ^ checking if gcc supports -fno-rtti -fno-exceptions... [ 42%] Linking C static library libfmicapi.a [ 43%] Linking C static library libminizip.a [ 98%] 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 :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' [ 8%] 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 [ 42%] Built target fmicapi [ 98%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 8%] 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:/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; ^ no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... :0:6: warning: ISO C99 requires whitespace after the macro name [ 43%] Built target minizip -- Looking for stdint.h - found -- Looking for stdlib.h [ 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 -- Looking for memory.h - found [ 43%] Linking C static library libminizip.a -- Looking for stdint.h [ 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 :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/FMIL/build' [ 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 [ 43%] Built target minizip yes checking if gcc supports -c -o file.o... [ 10%] 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target fmizip make[4]: Leaving 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 stdlib.h - found -- Looking for strings.h [ 11%] 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 [ 44%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 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 -- Looking for stdint.h - found -- Looking for stdlib.h :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target fmizip 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' 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... [ 44%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj [ 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 yes checking dynamic linker characteristics... :0:6: warning: ISO C99 requires whitespace after the macro name [ 11%] Building CXX object CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj [100%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.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/devpoll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/devpoll.cpp /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 [ 45%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for strings.h - found -- Looking for string.h appending configuration tag "F77" to libtool [100%] Built target umfpack_olib_DLONG make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/depend [ 45%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... 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 libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for library containing floor... -- Looking for stdlib.h - found -- Looking for strings.h 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 [ 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 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'` 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 [ 12%] Building CXX object CMakeFiles/libzmq-static.dir/src/dgram.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/dgram.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dgram.cpp /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/umfpack.dir/link.txt --verbose=1 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 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 ranlib liblpsolve55.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... 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 none required checking zlib.h usability... [ 12%] 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 -- Looking for string.h - found [ 46%] Linking C static library libfmizip.a -- Looking for sys/stat.h C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libumfpack.a [ 13%] 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 yes checking if gfortran static flag -static works... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' yes checking zlib.h presence... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [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 [ 46%] Linking C static library libfmizip.a -- Looking for strings.h - found -- Looking for string.h [ 46%] Built target fmizip 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' [ 14%] 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 zlib.h... yes checking for library containing gzclose... Install the project... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /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 [ 46%] Built target fmizip -- 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 yes checking if gfortran supports -c -o file.o... -- 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 [ 14%] Building CXX object CMakeFiles/libzmq.dir/src/err.cpp.obj -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_info.h /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 -- 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 -- 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 [ 14%] 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 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" test ! `uname` = Darwin || install_name_tool -id @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.dll" -- Looking for sys/stat.h - found -- Looking for sys/types.h [ 15%] 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 test ! `uname` = Darwin || install_name_tool -id @rpath/libklu.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" test ! `uname` = Darwin || install_name_tool -id @rpath/libbtf.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.dll" test ! `uname` = Darwin || install_name_tool -id @rpath/libcolamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.dll" -- Looking for string.h - found -- Looking for sys/stat.h yes checking whether the gfortran linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... test ! `uname` = Darwin || install_name_tool -change libamd.dylib @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" [ 16%] 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 test ! `uname` = Darwin || install_name_tool -change libbtf.dylib @rpath/libbtf.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" -lz checking dirent.h usability... yes checking dynamic linker characteristics... test ! `uname` = Darwin || install_name_tool -change libcolamd.dylib @rpath/libcolamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" [ 16%] 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 test ! `uname` = Darwin || install_name_tool -change libamd.dylib @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libumfpack.dll" yes checking dirent.h presence... #cp -au 3rdParty/SuiteSparse/build/*. build/lib/omc #mkdir --parent build/include/omc/c/suitesparse -- Looking for sys/types.h - found [ 17%] Building CXX object CMakeFiles/libzmq.dir/src/io_thread.cpp.obj -- Looking for unistd.h [ 17%] Building CXX object CMakeFiles/libzmq-static.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_thread.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/io_thread.cpp #cp -a 3rdParty/SuiteSparse/UMFPACK/Include/*.h build/include/omc/c/suitesparse /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 Win32 ld.exe checking how to hardcode library paths into programs... immediate yes checking for dirent.h... yes #cp -a 3rdParty/SuiteSparse/AMD/Include/*.h build/include/omc/c/suitesparse checking locale.h usability... #cp -a 3rdParty/SuiteSparse/UFconfig/*.h build/include/omc/c/suitesparse [ 18%] 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 make -f Makefile.omdev.mingw /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libsundials_ida.a [ 19%] 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 make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' -- Looking for sys/stat.h - found -- Looking for sys/types.h 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/ [ 19%] 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 yes checking locale.h presence... yes checking for locale.h... yes checking time.h usability... yes checking time.h presence... -- Looking for unistd.h - found -- Looking for getpagesize [ 20%] 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 mkdir -p 3rdParty/sundials/build 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 yes checking for time.h... yes checking for getpid()... -- Looking for sys/types.h - found -- Looking for unistd.h [ 21%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_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/ipc_connecter.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_connecter.cpp yes -- The C compiler identification is GNU 5.3.0 ModelicaMatIO may use ZLIB: Yes ModelicaMatIO may use HDF5: No ModelicaMatIO may use MAT7.3: No [ 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 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe [ 21%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_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/ipc_listener.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_listener.cpp [ 22%] 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-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 [ 23%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_listener.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 -- Looking for getpagesize - found -- Looking for bcopy [ 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 that generated files are newer than configure... done configure: creating ./config.status -- Looking for unistd.h - found -- Looking for getpagesize [ 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 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info [ 25%] 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 -- Looking for bcopy - not found -- Looking for memmove [ 25%] 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 -- Looking for getpagesize - found -- Looking for bcopy [ 26%] 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 [ 26%] Building CXX object CMakeFiles/libzmq.dir/src/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/mechanism.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mechanism.cpp [ 27%] Building CXX object CMakeFiles/libzmq.dir/src/metadata.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/metadata.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/metadata.cpp -- Detecting C compiler ABI info - done [ 28%] 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 -- Detecting C compile features rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2/Resources/Library" -- Looking for memmove - found -- Looking for mmap patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.2.patch' [ 29%] 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 patching file 'Modelica 3.2.2/Blocks/Sources.mo' patching file 'Modelica 3.2.2/Blocks/Tables.mo' -- Looking for bcopy - not found [ 29%] Building CXX object CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj -- Looking for memmove patching file 'Modelica 3.2.2/Magnetic/QuasiStatic/FundamentalWave.mo' /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 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" echo 'ModelicaServices 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.license" echo '3.2.2-237-gd992c34-om3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.last_change" 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" [ 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 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" [ 30%] Building CXX object CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj test ! -d 'build//ModelicaTest 3.2.2' /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 cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2" -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h [ 30%] 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 [ 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 -- Looking for memmove - found -- Looking for mmap [ 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 [ 32%] 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 configure: Build is "i686-pc-mingw32". configure: Applying patches to libtool for GNU compiler 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... 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... yes, source in ThirdParty/Mumps checking whether source of project Ipopt is available and should be compiled... yes, source in Ipopt configure: configuring doxygen documentation options checking for doxygen... no checking for latex... [ 33%] Building CXX object CMakeFiles/libzmq.dir/src/options.cpp.obj no checking for dot... NO checking which command should be used to link input files... ln -s /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 -- 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 -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h [ 33%] Building CXX object CMakeFiles/libzmq.dir/src/own.cpp.obj configure: creating ./config.status /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 [ 33%] 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 [ 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 echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.license" echo '3.2.2-237-gd992c34' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.last_change" -- Detecting C compile features - done test ! -f 'build//ModelicaTestOverdetermined 3.2.2.mo' -- Looking for _POSIX_TIMERS cp -a 'git/Modelica/ModelicaTestOverdetermined.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.mo" [ 35%] Building CXX object CMakeFiles/libzmq.dir/src/pair.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/pair.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pair.cpp -- Looking for stddef.h - found -- Check size of unsigned short echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.license" echo '3.2.2-237-gd992c34' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 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 ! -f 'build//ObsoleteModelica3.mo' cp -a 'git/Modelica/ObsoleteModelica3.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.mo" 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" [ 36%] Building CXX object CMakeFiles/libzmq-static.dir/src/options.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 # Building git/Modelica [ 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 ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.3' '1a65198c3f0995241d51cdd0bb47cb17cdbedd52' [ 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 [ 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 -- Looking for _POSIX_TIMERS - not found -- Check size of unsigned short - done -- Using unsigned short -- Looking for stddef.h - found -- Check size of unsigned short HEAD is now at d992c34ed Port all missing each from MSL master (3.2.3) (#2801) -- The Fortran compiler identification is GNU 5.3.0 -- Searching for a Fortran compiler... C:/OMDev/tools/msys/mingw64/bin/gfortran.exe [ 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 [ 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 [ 40%] 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 -- Check if the system is big endian - little endian -- Looking for off_t -- Check size of unsigned short - done -- Using unsigned short [ 40%] 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 [ 40%] Building CXX object CMakeFiles/libzmq.dir/src/pgm_socket.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_socket.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pgm_socket.cpp -- Looking for off_t - not found -- Looking for size_t [ 41%] Building CXX object CMakeFiles/libzmq.dir/src/pipe.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/pipe.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pipe.cpp [ 41%] 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 -- Looking for size_t - not found -- Check if the system is big endian - little endian -- Looking for off_t -- Configuring done [ 42%] Building CXX object CMakeFiles/libzmq.dir/src/plain_server.cpp.obj [ 43%] Building CXX object CMakeFiles/libzmq-static.dir/src/pipe.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 /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 -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx [ 44%] Building CXX object CMakeFiles/libzmq.dir/src/poll.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/poll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/poll.cpp [ 44%] 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 [ 47%] Performing dependent_reconfigure step for 'expatex' config.status: creating Makefile 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 -- Looking for off_t - not found -- Looking for size_t [ 44%] 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 [ 45%] 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 -- Trying to compile and link a simple Fortran program... OK -- Configuring done -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx -- Looking for size_t - not found -- Configuring done -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx [ 48%] Performing build step for 'expatex' config.status: creating doxydoc/doxygen.conf make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 47%] Performing dependent_reconfigure step for 'expatex' HEAD is now at 1a65198c3 Fix compilation if both TABLE_SHARE and NO_FILE_SYSTEM are defined (#2918) make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' 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[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 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 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' -- Configuring done config.status: executing depfiles commands HEAD is now at 1a65198c3 Fix compilation if both TABLE_SHARE and NO_FILE_SYSTEM are defined (#2918) [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.obj [ 47%] Building CXX object CMakeFiles/libzmq-static.dir/src/poll.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/poll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/poll.cpp -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.obj 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); ^ test ! -f 'build//Complex 3.2.3.mo' [ 48%] Performing build step for 'expatex' cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.mo" [ 47%] 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 [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.obj echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.uses" make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.license" [ 47%] Building CXX object CMakeFiles/libzmq.dir/src/proxy.cpp.obj [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.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 configure.ac:33: installing './compile' echo '3.2.3+build.2-1-g1a65198' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.last_change" 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] configure.ac:22: installing './config.guess' [ 48%] Building CXX object CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj test ! -d 'build//Modelica 3.2.3' configure.ac:22: installing './config.sub' /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 make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3" make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' configure.ac:26: installing './install-sh' configure: configuring in ThirdParty/Mumps [ 83%] Building C object CMakeFiles/expat.dir/lib/xmltok_ns.c.obj [ 49%] 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 configure.ac:26: installing './missing' 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] 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' [ 49%] Building CXX object CMakeFiles/libzmq-static.dir/src/proxy.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/proxy.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/proxy.cpp Makefile.am: installing './depcomp' [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.obj 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=. parallel-tests: installing './test-driver' 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 `.' [ 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 [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.obj [ 50%] Building CXX object CMakeFiles/libzmq.dir/src/push.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/push.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/push.cpp [ 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 [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.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 [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.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 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] [ 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 [100%] Linking C static library libexpat.a [ 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 make[7]: Leaving 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/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 49%] Performing install step for 'expatex' [ 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 make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 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] [ 55%] 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 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' [ 55%] 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 make[7]: Leaving 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/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 56%] Building CXX object CMakeFiles/libzmq.dir/src/rep.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/rep.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/rep.cpp 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' [ 56%] 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 -- Determining Fortran name-mangling scheme... OK -- Looking for Fortran sgemm [ 57%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_decoder.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_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/raw_decoder.cpp [ 50%] Completed 'expatex' [100%] Linking C static library libexpat.a make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 57%] 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 [ 58%] 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 [ 50%] Built target expatex make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 59%] Building CXX object CMakeFiles/libzmq-static.dir/src/rep.cpp.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/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/rep.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/rep.cpp [100%] Built target expat make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' Scanning dependencies of target fmixml make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 49%] Performing install step for 'expatex' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' -- Looking for Fortran sgemm - found -- Looking for pthread.h make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 59%] Building CXX object CMakeFiles/libzmq.dir/src/select.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/select.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.obj [100%] Built target expat make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 59%] 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 Install the project... -- 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[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' 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); ^ [ 53%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.obj [ 60%] 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 [ 50%] Completed 'expatex' [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj [ 60%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Looking for pthread.h - found -- Looking for pthread_create [ 50%] Built target expatex [ 61%] Building CXX object CMakeFiles/libzmq.dir/src/server.cpp.obj config.status: creating Makefile /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]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj [ 62%] Building CXX object CMakeFiles/libzmq.dir/src/session_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/session_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/session_base.cpp [ 63%] 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 Scanning dependencies of target fmixml make[4]: Leaving 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' [ 56%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj config.status: executing depfiles commands [ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj 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] [ 64%] 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 [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.obj -- Looking for pthread_create - found -- Found Threads: TRUE -- A library with BLAS API found. 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; ^ -- Looking for Fortran cheev [ 64%] 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 [ 58%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.obj [ 53%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.obj 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] [ 64%] 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 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) [ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj [ 65%] Building CXX object CMakeFiles/libzmq.dir/src/socket_base.cpp.obj [ 60%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.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 [ 66%] Building CXX object CMakeFiles/libzmq.dir/src/socks.cpp.obj [ 66%] Building CXX object CMakeFiles/libzmq-static.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/socks.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socks.cpp /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 [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj -- Looking for Fortran cheev - found -- A library with LAPACK API found. -- Looking for LAPACK libraries... OK [ 67%] 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 checking for svnversion... yes [ 56%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj [ 67%] 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 [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj config.status: executing libtool commands 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; ^ checking build system type... [ 68%] 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 [ 68%] 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 [ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj [ 58%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.obj i686-pc-mingw32 -- 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 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 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... [ 68%] 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 [ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj [ 63%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj [ 69%] Building CXX object CMakeFiles/libzmq.dir/src/stream_engine.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_engine.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/stream_engine.cpp checking whether we want to compile in debug mode... no rm -f ./so_locations rm -rf .libs _libs rm -rf ../../C-Sources/.libs ../../C-Sources/_libs rm -rf ../../C-Sources/zlib/.libs ../../C-Sources/zlib/_libs rm -f *.o [ 60%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.obj rm -f ../../C-Sources/*.o [ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj [ 69%] Building CXX object CMakeFiles/libzmq.dir/src/sub.cpp.obj rm -f ../../C-Sources/*.lo /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 rm -f ../../C-Sources/zlib/*.o rm -f ../../C-Sources/zlib/*.lo checking for C compiler default output file name... rm -f *.lo rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3/Resources/Library" [ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' [ 70%] Building CXX object CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj make -C "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/stream_engine.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/stream_engine.cpp patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.3.patch' make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' patching file 'Modelica 3.2.3/Magnetic/QuasiStatic/FundamentalWave.mo' patching file 'Modelica 3.2.3/Math/package.mo' 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" [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.license" a.exe checking whether the C compiler works... echo '3.2.3+build.2-1-g1a65198-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.last_change" test ! -d 'build//ModelicaReference' yes cp -a 'git/Modelica/ModelicaReference' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference" 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 checking whether we are cross compiling... no checking for suffix of executables... [ 71%] 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 echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.uses" [ 66%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c.obj echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.license" -- 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 [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj echo '20190513-194507~git~maint-3.2.3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.last_change" 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 -- Added NVECTOR_SERIAL module -- Added ARKODE module -- Added CVODE module -- Added CVODES module -- Added IDA module test ! -d 'build//ModelicaServices 3.2.3' -- Added IDAS module -- Added KINSOL module -- Configuring done .exe cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3" checking for suffix of object files... patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.3.patch' patching file 'ModelicaServices 3.2.3/package.mo' echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.uses" echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.license" [ 71%] 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 [ 67%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c.obj echo '3.2.3+build.2-1-g1a65198-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.last_change" [ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj 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" o checking whether we are using the GNU C compiler... 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 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); ^ [ 68%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj [ 63%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj checking build system type... [ 72%] 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 yes checking whether gcc accepts -g... 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); ^ [ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj 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 [ 73%] 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 [ 74%] 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 [ 69%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.c.obj [ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build make -C 3rdParty/sundials/build install yes checking for gcc option to accept ANSI C... 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 i686-pc-mingw64 checking host system type... i686-pc-mingw64 checking target system type... i686-pc-mingw64 checking GC version numbers... /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= 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 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 major=8 minor=0 micro=0 checking for a BSD-compatible install... make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 66%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c.obj [ 70%] Linking C static library libfmixml.a [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.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 -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 [ 74%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_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/tcp_connecter.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp_connecter.cpp none needed echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.uses" /usr/bin/install -c checking whether build environment is sane... echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.license" echo '3.2.3+build.2-1-g1a65198' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.last_change" yes # Building git/Modelica 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' 'master' '9b4bb833358aa0b108e27af2981b207d1be196c4' [ 70%] Built target fmixml checking for a thread-safe mkdir -p... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... 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 [ 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 yes Scanning dependencies of target fmiimport make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' checking whether make supports nested variables... 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); ^ [ 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' yes [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.obj 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 1a65198c3 Fix compilation if both TABLE_SHARE and NO_FILE_SYSTEM are defined (#2918) 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 [ 67%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c.obj configure: C compiler options are: -g -O2 -falign-functions -DMUMPS_BUILD configure: Trying to determine Fortran compiler name checking whether to enable maintainer-specific portions of Makefiles... no [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj checking for style of include used by make... make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/depend GNU 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= make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' checking for gcc... gcc [ 1%] Built target sundials_nvecserial_shared checking whether we are using the GNU Fortran 77 compiler... 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 Scanning dependencies of target sundials_nvecserial_static 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 [ 74%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_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/tcp_connecter.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp_connecter.cpp make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 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 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); ^ yes checking whether gfortran accepts -g... 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); ^ checking whether the C compiler works... [ 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 [ 68%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj [ 75%] 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 [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj yes yes checking for C compiler default output file name... a.exe checking for suffix of executables... [ 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 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 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 C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libsundials_nvecserial.a HEAD is now at 9b4bb8333 Merge pull request #2753 from tobolar/useHEllipsesInMechanics .exe make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 2%] Built target sundials_nvecserial_static checking whether we are cross compiling... make -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_shared.dir/depend [ 69%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.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_shared.dir/DependInfo.cmake --color= configure: Fortran compiler options are: -O3 -pipe checking how to get verbose linking output from gfortran... Scanning dependencies of target sundials_arkode_shared HEAD is now at 9b4bb8333 Merge pull request #2753 from tobolar/useHEllipsesInMechanics 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' no checking for suffix of object files... [ 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 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" o checking whether we are using the GNU C compiler... [ 70%] Linking C static library libfmixml.a [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Complex trunk.patch' patching file 'Complex trunk.mo' 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 '20190514-073741~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.last_change" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' yes checking whether gcc accepts -g... echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.breaks" [ 76%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_listener.cpp.obj -v checking for Fortran libraries of gfortran... /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_listener.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp_listener.cpp test ! -d 'build//Modelica trunk' [ 70%] Built target fmixml cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' yes checking for gcc option to accept ISO C89... Scanning dependencies of target fmiimport make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' none needed checking whether gcc understands -c and -o together... -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... 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 [ 76%] 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 yes checking dependency style of gcc... [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj none checking for Fortran name-mangling scheme... [ 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 gcc3 [ 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 [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -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 [ 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 [ 77%] Building CXX object CMakeFiles/libzmq.dir/src/trie.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/trie.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/trie.cpp [ 77%] Building CXX object CMakeFiles/libzmq-static.dir/src/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/thread.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/thread.cpp 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 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 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= [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj yes checking whether g++ accepts -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 -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 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 yes checking dependency style of g++... make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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 @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 [ 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 [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -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 [ 77%] Building CXX object CMakeFiles/libzmq.dir/src/v1_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/v1_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v1_decoder.cpp [ 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 gcc3 checking dependency style of gcc... make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/depend [ 78%] Building CXX object CMakeFiles/libzmq-static.dir/src/trie.cpp.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/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= /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/trie.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/trie.cpp 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); ^ lower case, underscore, no extra underscore [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj Scanning dependencies of target sundials_cvode_shared 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 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 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 make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' checking whether ln -s works... yes checking for a BSD-compatible install... [ 4%] 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 [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj /usr/bin/install -c checking whether build environment is sane... [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj [ 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 gcc3 checking how to print strings... printf checking for a sed that does not truncate output... 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 [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj /usr/bin/sed 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 grep that handles long lines and -e... [ 5%] 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 /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... [ 78%] Building CXX object CMakeFiles/libzmq-static.dir/src/v1_decoder.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/v1_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v1_decoder.cpp make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.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_static.dir/DependInfo.cmake --color= yes [ 5%] 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 [ 6%] 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 [ 76%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj Scanning dependencies of target sundials_cvode_static 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 checking for gawk... make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' gawk checking whether make sets $(MAKE)... [ 79%] Building CXX object CMakeFiles/libzmq.dir/src/v1_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/v1_encoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v1_encoder.cpp [ 6%] 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 [ 6%] 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/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 [ 6%] 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 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 [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj [ 6%] 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 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 yes 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... checking for style of include used by make... GNU [ 6%] 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 [ 7%] 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 [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj [ 7%] 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 checking dependency style of gcc... make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/depend BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 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= [ 8%] 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 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 [ 8%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_band.c.obj checking for objdump... objdump checking how to recognize dependent libraries... 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/gzread.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzread.Tpo -c ../../C-Sources/zlib/gzread.c -o ../../C-Sources/zlib/gzread.o file_magic ^x86 archive import|^x86 DLL Scanning dependencies of target sundials_cvodes_shared 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 checking for dlltool... dlltool checking how to associate runtime and link libraries... [ 8%] 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 make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... [ 9%] 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 [ 80%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.obj [ 9%] 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 [ 9%] 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 [ 9%] 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 [ 80%] Building CXX object CMakeFiles/libzmq-static.dir/src/v1_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/v1_encoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v1_encoder.cpp [ 81%] Building CXX object CMakeFiles/libzmq.dir/src/v2_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/v2_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v2_decoder.cpp gcc3 checking whether to enable maintainer-specific portions of Makefiles... no [ 10%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.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 -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 [ 11%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj configure: Using libtool script in directory ../.. 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 @ checking for strip... strip checking for ranlib... ranlib checking command to parse /mingw64/bin/nm -B output from gcc object... [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/depend [ 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 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= [ 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 [ 11%] 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 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 make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 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/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 [ 12%] 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 [ 12%] 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 [ 12%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.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 -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 [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj [ 12%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 @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 [ 13%] 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/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 [ 13%] 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 [ 14%] 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 [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj [ 14%] 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 checking for sysroot... no checking for a working dd... [ 14%] 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 [ 15%] 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 /usr/bin/dd checking how to truncate binary pipes... [ 82%] Building CXX object CMakeFiles/libzmq-static.dir/src/v2_decoder.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/v2_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v2_decoder.cpp [ 16%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 @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... [ 16%] 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 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'` [ 16%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_sparse.c.obj [ 82%] Building CXX object CMakeFiles/libzmq.dir/src/v2_encoder.cpp.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 /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/v2_encoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v2_encoder.cpp [ 16%] 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/FMI1/fmi1_import_convenience.c.obj [ 16%] 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 [ 16%] 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 [ 16%] 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/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 [ 17%] 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 [ 80%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.obj gcc -E [ 17%] 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 [ 18%] 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 [ 18%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 @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 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 [ 19%] 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 /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/ checking if library version is set... 6:2:5 checking for pkg-config... pkg-config checking pkg-config is at least version 0.16.0... 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 [ 19%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_sptfqmr.c.obj yes 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 [ 20%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 @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 [ 20%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj cp -prf 3rdParty/lpsolve/build/include/* /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/ 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 checking for COIN-OR package Blas... yes checking for ANSI C header files... [ 20%] 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 -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 rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk/Resources/Library" test ! `uname` = Darwin || install_name_tool -id @rpath/liblpsolve55.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/liblpsolve55.dylib" checking for COIN-OR package Metis... patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica trunk.patch' skipping checking whether we can compile Fortran 90 code... [ 20%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 @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 [ 20%] 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 patching file 'Modelica trunk/Magnetic/QuasiStatic/FundamentalWave.mo' patching file 'Modelica trunk/Math/package.mo' 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 patching file 'Modelica trunk/Math/package.order' patching file 'Modelica trunk/package.mo' [ 20%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj echo 'Complex trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.uses" 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 [ 20%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.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 -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 echo 'ModelicaServices trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.uses" [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.c.obj [ 21%] 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 echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.license" echo '20190514-073741~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.last_change" [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj [ 21%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_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_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_bandpre.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_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_io.c echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.breaks" [ 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 [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj test ! -d 'build//ModelicaReference trunk' yes 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 cp -a 'git/Modelica/ModelicaReference' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk" [ 82%] Building CXX object CMakeFiles/libzmq-static.dir/src/v2_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/v2_encoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v2_encoder.cpp [ 22%] 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 [ 83%] Building CXX object CMakeFiles/libzmq.dir/src/xpub.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/xpub.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/xpub.cpp [ 22%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.uses" 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 echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.license" [ 23%] 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 echo '20190514-073741~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.breaks" test ! -d 'build//ModelicaServices trunk' [ 24%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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 @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 cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk" [ 24%] 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 yes patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices trunk.patch' [ 25%] 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 configure: creating ./config.status [ 26%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_pcg.c.obj checking for sys/types.h... 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 patching file 'ModelicaServices trunk/package.mo' echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.uses" echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.license" [ 26%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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_klu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_klu.c echo '20190514-073741~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.breaks" [ 26%] 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 test ! -d 'build//ModelicaTest trunk' cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk" yes [ 26%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj [ 26%] 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/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 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 [ 26%] 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 [ 26%] 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 [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.obj [ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj [ 26%] 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 checking for sys/stat.h... [ 26%] 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 [ 26%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.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 -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 [ 26%] 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 yes [ 26%] 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 [ 26%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 @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 [ 26%] 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 [ 27%] 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 [ 28%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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 @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 checking for stdlib.h... [ 29%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_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/__/sundials/sundials_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c [ 31%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj [ 31%] 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 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 yes [ 31%] 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 [ 31%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.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 @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 [ 84%] Building CXX object CMakeFiles/libzmq-static.dir/src/xpub.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/xpub.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/xpub.cpp [ 31%] 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 [ 31%] 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 [ 31%] 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 -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 checking for string.h... [ 31%] 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/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 [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.c.obj patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaTest trunk.patch' [ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj patching file 'ModelicaTest trunk/package.mo' echo 'Modelica trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.uses" [ 31%] 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 yes echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.license" echo '20190514-073741~git~master-om188' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.last_change" [ 32%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sparse.c.obj [ 32%] 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 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 [ 32%] 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 echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.breaks" [ 32%] 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 [ 32%] 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 make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' touch /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/20190515_190609.core make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.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/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= [ 84%] Building CXX object CMakeFiles/libzmq.dir/src/xsub.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/xsub.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/xsub.cpp [ 32%] 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 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 [ 32%] 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 [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj [ 34%] 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/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 yes 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 make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 35%] 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 -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 [ 36%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida.c.obj libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -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 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 [ 37%] Linking C shared library libsundials_arkode.dll 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 checking for strings.h... 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 [ 37%] 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 [ 37%] 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 [ 37%] 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 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 yes [ 37%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 @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 [ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.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 -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 [ 84%] Building CXX object CMakeFiles/libzmq-static.dir/src/xsub.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/xsub.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/xsub.cpp [ 39%] 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 [ 39%] 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 checking for inttypes.h... make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 39%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sptfqmr.c.obj [ 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/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 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/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 [ 39%] Built target sundials_arkode_shared yes [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj [ 85%] Building CXX object CMakeFiles/libzmq.dir/src/zmq.cpp.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 /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/zmq.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/zmq.cpp [ 39%] 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 [ 39%] Building C object src/ida/CMakeFiles/sundials_ida_shared.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 -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 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/infback.lo -MD -MP -MF ../../C-Sources/zlib/.deps/infback.Tpo -c ../../C-Sources/zlib/infback.c -o ../../C-Sources/zlib/infback.o checking for stdint.h... [ 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 [ 40%] Linking C shared library libsundials_cvode.dll 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/cvode && /C/OMDev/tools/msys/mingw64/bin/ar.exe cr CMakeFiles/sundials_cvode_shared.dir/objects.a @CMakeFiles/sundials_cvode_shared.dir/objects1.rsp [ 41%] 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 [ 42%] 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/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 yes [ 42%] 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/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 config.status: creating Makefile [ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj [ 43%] 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 [ 43%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_ic.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_ic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_ic.c [ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj 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 make -f src/ida/CMakeFiles/sundials_ida_static.dir/build.make src/ida/CMakeFiles/sundials_ida_static.dir/depend checking for unistd.h... [ 43%] 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/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 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= [ 43%] 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 [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.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 @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_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spgmr.c make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj Scanning dependencies of target sundials_ida_static 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 yes config.status: creating coinmumps.pc [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj [ 44%] Built target sundials_cvode_shared 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 make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 45%] 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 [ 87%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj [ 45%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida.c.obj checking for dlfcn.h... 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 [ 45%] 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 [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.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 @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_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sptfqmr.c [ 45%] 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 [ 45%] 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 config.status: creating coinmumps-uninstalled.pc [ 45%] 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 no checking for objdir... [ 45%] Linking C static library libsundials_cvode.a 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 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 .libs [ 45%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.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 @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_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_bandpre.c [ 86%] Building CXX object CMakeFiles/libzmq-static.dir/src/zmq.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/zmq.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/zmq.cpp 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 [ 45%] 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 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 [ 46%] 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 [ 86%] Building CXX object CMakeFiles/libzmq.dir/src/zmq_utils.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/zmq_utils.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/zmq_utils.cpp [ 47%] 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 C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libsundials_cvode.a make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' config.status: executing depfiles commands 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 [ 47%] Built target sundials_cvode_static [ 47%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.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 @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_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_bbdpre.c [ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj 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 [ 48%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_sparse.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_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_sparse.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/ar