Started by remote host 127.0.0.1 with note: Revision3e23ece3fb56e43630f443319f1dc5e721a0f17c Building remotely on windows.openmodelica.org [OM_Win] $ cmd /c call C:\Users\adrpo33\AppData\Local\Temp\hudson958510356314970768.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/cc04dfVU /c/Users/adrpo33/AppData/Local/Temp/cc1N0y1Z /c/Users/adrpo33/AppData/Local/Temp/cc2CQhY0 /c/Users/adrpo33/AppData/Local/Temp/cc2H33d8 /c/Users/adrpo33/AppData/Local/Temp/cc2HZOk4 /c/Users/adrpo33/AppData/Local/Temp/cc2Jl9zt /c/Users/adrpo33/AppData/Local/Temp/cc2pzGPr /c/Users/adrpo33/AppData/Local/Temp/cc31cORP /c/Users/adrpo33/AppData/Local/Temp/cc31vQ4J /c/Users/adrpo33/AppData/Local/Temp/cc3BTNkl /c/Users/adrpo33/AppData/Local/Temp/cc3nFh6I /c/Users/adrpo33/AppData/Local/Temp/cc3vnioP /c/Users/adrpo33/AppData/Local/Temp/cc4jrKa9 /c/Users/adrpo33/AppData/Local/Temp/cc4o5rN8 /c/Users/adrpo33/AppData/Local/Temp/cc4r5UXH /c/Users/adrpo33/AppData/Local/Temp/cc5Plmul /c/Users/adrpo33/AppData/Local/Temp/cc5zClfe /c/Users/adrpo33/AppData/Local/Temp/cc5zXYsj /c/Users/adrpo33/AppData/Local/Temp/cc64aagG /c/Users/adrpo33/AppData/Local/Temp/cc6CvPEK /c/Users/adrpo33/AppData/Local/Temp/cc6OmuQr /c/Users/adrpo33/AppData/Local/Temp/cc7Mfebk /c/Users/adrpo33/AppData/Local/Temp/cc7ruAXE /c/Users/adrpo33/AppData/Local/Temp/cc7w0ds2 /c/Users/adrpo33/AppData/Local/Temp/cc7y3DNe /c/Users/adrpo33/AppData/Local/Temp/cc8m9olm /c/Users/adrpo33/AppData/Local/Temp/cc9ylNDo /c/Users/adrpo33/AppData/Local/Temp/ccaLei4D /c/Users/adrpo33/AppData/Local/Temp/ccaljHNG /c/Users/adrpo33/AppData/Local/Temp/ccBBwVk8 /c/Users/adrpo33/AppData/Local/Temp/ccBCQYL0 /c/Users/adrpo33/AppData/Local/Temp/ccBFKPWU /c/Users/adrpo33/AppData/Local/Temp/ccbvRpqN /c/Users/adrpo33/AppData/Local/Temp/cccF6oEP /c/Users/adrpo33/AppData/Local/Temp/ccCklUkH /c/Users/adrpo33/AppData/Local/Temp/ccCKOXJA /c/Users/adrpo33/AppData/Local/Temp/ccCLFXMx /c/Users/adrpo33/AppData/Local/Temp/cccOpu9M /c/Users/adrpo33/AppData/Local/Temp/cccZ2stb /c/Users/adrpo33/AppData/Local/Temp/ccd1GvjY /c/Users/adrpo33/AppData/Local/Temp/ccDBm8Ec /c/Users/adrpo33/AppData/Local/Temp/ccdI2jIH /c/Users/adrpo33/AppData/Local/Temp/ccdIMobV /c/Users/adrpo33/AppData/Local/Temp/ccDj2m9p /c/Users/adrpo33/AppData/Local/Temp/ccds2uSm /c/Users/adrpo33/AppData/Local/Temp/ccdVC6Bk /c/Users/adrpo33/AppData/Local/Temp/ccdxM17w /c/Users/adrpo33/AppData/Local/Temp/cce39SdP /c/Users/adrpo33/AppData/Local/Temp/ccE7aqK7 /c/Users/adrpo33/AppData/Local/Temp/ccECiUxe /c/Users/adrpo33/AppData/Local/Temp/ccedfs2Y /c/Users/adrpo33/AppData/Local/Temp/cceG3MB1 /c/Users/adrpo33/AppData/Local/Temp/ccEHtZDW /c/Users/adrpo33/AppData/Local/Temp/cceuXBvA /c/Users/adrpo33/AppData/Local/Temp/cceVyd36 /c/Users/adrpo33/AppData/Local/Temp/ccEX3Uwx /c/Users/adrpo33/AppData/Local/Temp/cceXXV5N /c/Users/adrpo33/AppData/Local/Temp/ccfBzspQ /c/Users/adrpo33/AppData/Local/Temp/ccFg5uc4 /c/Users/adrpo33/AppData/Local/Temp/ccfinV0V /c/Users/adrpo33/AppData/Local/Temp/ccFkPhVp /c/Users/adrpo33/AppData/Local/Temp/ccfUfVp7 /c/Users/adrpo33/AppData/Local/Temp/ccfYcKRD /c/Users/adrpo33/AppData/Local/Temp/ccFYzzQy /c/Users/adrpo33/AppData/Local/Temp/ccFZyPRW /c/Users/adrpo33/AppData/Local/Temp/ccgBiQJr /c/Users/adrpo33/AppData/Local/Temp/ccGgoMf4 /c/Users/adrpo33/AppData/Local/Temp/ccgudifN /c/Users/adrpo33/AppData/Local/Temp/ccGx3iLZ /c/Users/adrpo33/AppData/Local/Temp/cch8wZE1 /c/Users/adrpo33/AppData/Local/Temp/cchaKNBB /c/Users/adrpo33/AppData/Local/Temp/cchesQZg /c/Users/adrpo33/AppData/Local/Temp/ccHJTRBa /c/Users/adrpo33/AppData/Local/Temp/ccHJznqx /c/Users/adrpo33/AppData/Local/Temp/ccHmbBXx /c/Users/adrpo33/AppData/Local/Temp/ccHmTuRN /c/Users/adrpo33/AppData/Local/Temp/ccHnJtz9 /c/Users/adrpo33/AppData/Local/Temp/ccHPQJLg /c/Users/adrpo33/AppData/Local/Temp/cchvjB7L /c/Users/adrpo33/AppData/Local/Temp/cci7KWXZ /c/Users/adrpo33/AppData/Local/Temp/ccIGHoIe /c/Users/adrpo33/AppData/Local/Temp/cciGOuEm /c/Users/adrpo33/AppData/Local/Temp/cciKlhLy /c/Users/adrpo33/AppData/Local/Temp/ccInTy5x /c/Users/adrpo33/AppData/Local/Temp/ccIsfb29 /c/Users/adrpo33/AppData/Local/Temp/ccj0lSCM /c/Users/adrpo33/AppData/Local/Temp/ccJKvir1 /c/Users/adrpo33/AppData/Local/Temp/ccjOgm3b /c/Users/adrpo33/AppData/Local/Temp/ccK3Y3AB /c/Users/adrpo33/AppData/Local/Temp/ccKkhoon /c/Users/adrpo33/AppData/Local/Temp/ccKNun9R /c/Users/adrpo33/AppData/Local/Temp/cckPTjbQ /c/Users/adrpo33/AppData/Local/Temp/cckRTpo7 /c/Users/adrpo33/AppData/Local/Temp/ccKTQP40 /c/Users/adrpo33/AppData/Local/Temp/ccKuQTLy /c/Users/adrpo33/AppData/Local/Temp/ccl6Ws48 /c/Users/adrpo33/AppData/Local/Temp/cclOm3MG /c/Users/adrpo33/AppData/Local/Temp/cclQftQv /c/Users/adrpo33/AppData/Local/Temp/ccLSwEeq /c/Users/adrpo33/AppData/Local/Temp/ccm1hQMq /c/Users/adrpo33/AppData/Local/Temp/ccmcmx4p /c/Users/adrpo33/AppData/Local/Temp/ccmErBmK /c/Users/adrpo33/AppData/Local/Temp/ccMgew4z /c/Users/adrpo33/AppData/Local/Temp/ccMi7OkF /c/Users/adrpo33/AppData/Local/Temp/ccMIShPp /c/Users/adrpo33/AppData/Local/Temp/ccMiSR1v /c/Users/adrpo33/AppData/Local/Temp/ccmk2TCT /c/Users/adrpo33/AppData/Local/Temp/ccmUufJB /c/Users/adrpo33/AppData/Local/Temp/ccmVtTCa /c/Users/adrpo33/AppData/Local/Temp/ccn4irLn /c/Users/adrpo33/AppData/Local/Temp/ccN7jQ0z /c/Users/adrpo33/AppData/Local/Temp/ccnabl8C /c/Users/adrpo33/AppData/Local/Temp/ccnfcvhL /c/Users/adrpo33/AppData/Local/Temp/ccngUa0w /c/Users/adrpo33/AppData/Local/Temp/ccnpe4S0 /c/Users/adrpo33/AppData/Local/Temp/ccNqJUGQ /c/Users/adrpo33/AppData/Local/Temp/ccNt2RDY /c/Users/adrpo33/AppData/Local/Temp/ccNVEFbk /c/Users/adrpo33/AppData/Local/Temp/ccnW1Q9G /c/Users/adrpo33/AppData/Local/Temp/ccnx85Bz /c/Users/adrpo33/AppData/Local/Temp/ccODI2ha /c/Users/adrpo33/AppData/Local/Temp/ccodjNqx /c/Users/adrpo33/AppData/Local/Temp/ccoppK6N /c/Users/adrpo33/AppData/Local/Temp/ccoSJ4lw /c/Users/adrpo33/AppData/Local/Temp/ccOW1Aio /c/Users/adrpo33/AppData/Local/Temp/ccPEomhX /c/Users/adrpo33/AppData/Local/Temp/ccPYjmwA /c/Users/adrpo33/AppData/Local/Temp/ccQEcP35 /c/Users/adrpo33/AppData/Local/Temp/ccqhdnSa /c/Users/adrpo33/AppData/Local/Temp/ccQhOFuW /c/Users/adrpo33/AppData/Local/Temp/ccqsX6Xl /c/Users/adrpo33/AppData/Local/Temp/ccqwSVJz /c/Users/adrpo33/AppData/Local/Temp/ccR92CwG /c/Users/adrpo33/AppData/Local/Temp/ccRicmgo /c/Users/adrpo33/AppData/Local/Temp/ccRmR0a5 /c/Users/adrpo33/AppData/Local/Temp/ccRPtb9l /c/Users/adrpo33/AppData/Local/Temp/ccskKm8B /c/Users/adrpo33/AppData/Local/Temp/ccSTYCHd /c/Users/adrpo33/AppData/Local/Temp/cct77jOV /c/Users/adrpo33/AppData/Local/Temp/ccThMxmj /c/Users/adrpo33/AppData/Local/Temp/ccti52Vr /c/Users/adrpo33/AppData/Local/Temp/cctnomK3 /c/Users/adrpo33/AppData/Local/Temp/ccTPGaTL /c/Users/adrpo33/AppData/Local/Temp/cctRxKOo /c/Users/adrpo33/AppData/Local/Temp/ccTXQmuA /c/Users/adrpo33/AppData/Local/Temp/cctZ0hc3 /c/Users/adrpo33/AppData/Local/Temp/ccU8RaeY /c/Users/adrpo33/AppData/Local/Temp/ccUbH1QH /c/Users/adrpo33/AppData/Local/Temp/ccUEIDKH /c/Users/adrpo33/AppData/Local/Temp/ccuPhG1K /c/Users/adrpo33/AppData/Local/Temp/ccUY9PfB /c/Users/adrpo33/AppData/Local/Temp/ccvhTqcY /c/Users/adrpo33/AppData/Local/Temp/ccvK7xRZ /c/Users/adrpo33/AppData/Local/Temp/ccVRC00I /c/Users/adrpo33/AppData/Local/Temp/ccVSanQp /c/Users/adrpo33/AppData/Local/Temp/ccVVNHif /c/Users/adrpo33/AppData/Local/Temp/ccw3Oztk /c/Users/adrpo33/AppData/Local/Temp/ccWJfkX9 /c/Users/adrpo33/AppData/Local/Temp/ccwpOO6O /c/Users/adrpo33/AppData/Local/Temp/ccx6UyUi /c/Users/adrpo33/AppData/Local/Temp/ccX75yqG /c/Users/adrpo33/AppData/Local/Temp/ccxJ8dFE /c/Users/adrpo33/AppData/Local/Temp/ccxLn9Uv /c/Users/adrpo33/AppData/Local/Temp/ccxmiqFQ /c/Users/adrpo33/AppData/Local/Temp/ccxmRWEo /c/Users/adrpo33/AppData/Local/Temp/ccxyZNcZ /c/Users/adrpo33/AppData/Local/Temp/ccypptru /c/Users/adrpo33/AppData/Local/Temp/ccYuhCYl /c/Users/adrpo33/AppData/Local/Temp/cczJQyTp /c/Users/adrpo33/AppData/Local/Temp/cczk2fP0 /c/Users/adrpo33/AppData/Local/Temp/cczOZ0ys /c/Users/adrpo33/AppData/Local/Temp/cczP2M71 /c/Users/adrpo33/AppData/Local/Temp/ccZU3fvK /c/Users/adrpo33/AppData/Local/Temp/cc04dfVU /c/Users/adrpo33/AppData/Local/Temp/cc1N0y1Z /c/Users/adrpo33/AppData/Local/Temp/cc2CQhY0 /c/Users/adrpo33/AppData/Local/Temp/cc2H33d8 /c/Users/adrpo33/AppData/Local/Temp/cc2HZOk4 /c/Users/adrpo33/AppData/Local/Temp/cc2Jl9zt /c/Users/adrpo33/AppData/Local/Temp/cc2pzGPr /c/Users/adrpo33/AppData/Local/Temp/cc31cORP /c/Users/adrpo33/AppData/Local/Temp/cc31vQ4J /c/Users/adrpo33/AppData/Local/Temp/cc3BTNkl /c/Users/adrpo33/AppData/Local/Temp/cc3nFh6I /c/Users/adrpo33/AppData/Local/Temp/cc3vnioP /c/Users/adrpo33/AppData/Local/Temp/cc4jrKa9 /c/Users/adrpo33/AppData/Local/Temp/cc4o5rN8 /c/Users/adrpo33/AppData/Local/Temp/cc4r5UXH /c/Users/adrpo33/AppData/Local/Temp/cc5Plmul /c/Users/adrpo33/AppData/Local/Temp/cc5zClfe /c/Users/adrpo33/AppData/Local/Temp/cc5zXYsj /c/Users/adrpo33/AppData/Local/Temp/cc64aagG /c/Users/adrpo33/AppData/Local/Temp/cc6CvPEK /c/Users/adrpo33/AppData/Local/Temp/cc6OmuQr /c/Users/adrpo33/AppData/Local/Temp/cc7Mfebk /c/Users/adrpo33/AppData/Local/Temp/cc7ruAXE /c/Users/adrpo33/AppData/Local/Temp/cc7w0ds2 /c/Users/adrpo33/AppData/Local/Temp/cc7y3DNe /c/Users/adrpo33/AppData/Local/Temp/cc8m9olm /c/Users/adrpo33/AppData/Local/Temp/cc9ylNDo /c/Users/adrpo33/AppData/Local/Temp/ccaLei4D /c/Users/adrpo33/AppData/Local/Temp/ccaljHNG /c/Users/adrpo33/AppData/Local/Temp/ccBBwVk8 /c/Users/adrpo33/AppData/Local/Temp/ccBCQYL0 /c/Users/adrpo33/AppData/Local/Temp/ccBFKPWU /c/Users/adrpo33/AppData/Local/Temp/ccbvRpqN /c/Users/adrpo33/AppData/Local/Temp/cccF6oEP /c/Users/adrpo33/AppData/Local/Temp/ccCklUkH /c/Users/adrpo33/AppData/Local/Temp/ccCKOXJA /c/Users/adrpo33/AppData/Local/Temp/ccCLFXMx /c/Users/adrpo33/AppData/Local/Temp/cccOpu9M /c/Users/adrpo33/AppData/Local/Temp/cccZ2stb /c/Users/adrpo33/AppData/Local/Temp/ccd1GvjY /c/Users/adrpo33/AppData/Local/Temp/ccDBm8Ec /c/Users/adrpo33/AppData/Local/Temp/ccdI2jIH /c/Users/adrpo33/AppData/Local/Temp/ccdIMobV /c/Users/adrpo33/AppData/Local/Temp/ccDj2m9p /c/Users/adrpo33/AppData/Local/Temp/ccds2uSm /c/Users/adrpo33/AppData/Local/Temp/ccdVC6Bk /c/Users/adrpo33/AppData/Local/Temp/ccdxM17w /c/Users/adrpo33/AppData/Local/Temp/cce39SdP /c/Users/adrpo33/AppData/Local/Temp/ccE7aqK7 /c/Users/adrpo33/AppData/Local/Temp/ccECiUxe /c/Users/adrpo33/AppData/Local/Temp/ccedfs2Y /c/Users/adrpo33/AppData/Local/Temp/cceG3MB1 /c/Users/adrpo33/AppData/Local/Temp/ccEHtZDW /c/Users/adrpo33/AppData/Local/Temp/cceuXBvA /c/Users/adrpo33/AppData/Local/Temp/cceVyd36 /c/Users/adrpo33/AppData/Local/Temp/ccEX3Uwx /c/Users/adrpo33/AppData/Local/Temp/cceXXV5N /c/Users/adrpo33/AppData/Local/Temp/ccfBzspQ /c/Users/adrpo33/AppData/Local/Temp/ccFg5uc4 /c/Users/adrpo33/AppData/Local/Temp/ccfinV0V /c/Users/adrpo33/AppData/Local/Temp/ccFkPhVp /c/Users/adrpo33/AppData/Local/Temp/ccfUfVp7 /c/Users/adrpo33/AppData/Local/Temp/ccfYcKRD /c/Users/adrpo33/AppData/Local/Temp/ccFYzzQy /c/Users/adrpo33/AppData/Local/Temp/ccFZyPRW /c/Users/adrpo33/AppData/Local/Temp/ccgBiQJr /c/Users/adrpo33/AppData/Local/Temp/ccGgoMf4 /c/Users/adrpo33/AppData/Local/Temp/ccgudifN /c/Users/adrpo33/AppData/Local/Temp/ccGx3iLZ /c/Users/adrpo33/AppData/Local/Temp/cch8wZE1 /c/Users/adrpo33/AppData/Local/Temp/cchaKNBB /c/Users/adrpo33/AppData/Local/Temp/cchesQZg /c/Users/adrpo33/AppData/Local/Temp/ccHJTRBa /c/Users/adrpo33/AppData/Local/Temp/ccHJznqx /c/Users/adrpo33/AppData/Local/Temp/ccHmbBXx /c/Users/adrpo33/AppData/Local/Temp/ccHmTuRN /c/Users/adrpo33/AppData/Local/Temp/ccHnJtz9 /c/Users/adrpo33/AppData/Local/Temp/ccHPQJLg /c/Users/adrpo33/AppData/Local/Temp/cchvjB7L /c/Users/adrpo33/AppData/Local/Temp/cci7KWXZ /c/Users/adrpo33/AppData/Local/Temp/ccIGHoIe /c/Users/adrpo33/AppData/Local/Temp/cciGOuEm /c/Users/adrpo33/AppData/Local/Temp/cciKlhLy /c/Users/adrpo33/AppData/Local/Temp/ccInTy5x /c/Users/adrpo33/AppData/Local/Temp/ccIsfb29 /c/Users/adrpo33/AppData/Local/Temp/ccj0lSCM /c/Users/adrpo33/AppData/Local/Temp/ccJKvir1 /c/Users/adrpo33/AppData/Local/Temp/ccjOgm3b /c/Users/adrpo33/AppData/Local/Temp/ccK3Y3AB /c/Users/adrpo33/AppData/Local/Temp/ccKkhoon /c/Users/adrpo33/AppData/Local/Temp/ccKNun9R /c/Users/adrpo33/AppData/Local/Temp/cckPTjbQ /c/Users/adrpo33/AppData/Local/Temp/cckRTpo7 /c/Users/adrpo33/AppData/Local/Temp/ccKTQP40 /c/Users/adrpo33/AppData/Local/Temp/ccKuQTLy /c/Users/adrpo33/AppData/Local/Temp/ccl6Ws48 /c/Users/adrpo33/AppData/Local/Temp/cclOm3MG /c/Users/adrpo33/AppData/Local/Temp/cclQftQv /c/Users/adrpo33/AppData/Local/Temp/ccLSwEeq /c/Users/adrpo33/AppData/Local/Temp/ccm1hQMq /c/Users/adrpo33/AppData/Local/Temp/ccmcmx4p /c/Users/adrpo33/AppData/Local/Temp/ccmErBmK /c/Users/adrpo33/AppData/Local/Temp/ccMgew4z /c/Users/adrpo33/AppData/Local/Temp/ccMi7OkF /c/Users/adrpo33/AppData/Local/Temp/ccMIShPp /c/Users/adrpo33/AppData/Local/Temp/ccMiSR1v /c/Users/adrpo33/AppData/Local/Temp/ccmk2TCT /c/Users/adrpo33/AppData/Local/Temp/ccmUufJB /c/Users/adrpo33/AppData/Local/Temp/ccmVtTCa /c/Users/adrpo33/AppData/Local/Temp/ccn4irLn /c/Users/adrpo33/AppData/Local/Temp/ccN7jQ0z /c/Users/adrpo33/AppData/Local/Temp/ccnabl8C /c/Users/adrpo33/AppData/Local/Temp/ccnfcvhL /c/Users/adrpo33/AppData/Local/Temp/ccngUa0w /c/Users/adrpo33/AppData/Local/Temp/ccnpe4S0 /c/Users/adrpo33/AppData/Local/Temp/ccNqJUGQ /c/Users/adrpo33/AppData/Local/Temp/ccNt2RDY /c/Users/adrpo33/AppData/Local/Temp/ccNVEFbk /c/Users/adrpo33/AppData/Local/Temp/ccnW1Q9G /c/Users/adrpo33/AppData/Local/Temp/ccnx85Bz /c/Users/adrpo33/AppData/Local/Temp/ccODI2ha /c/Users/adrpo33/AppData/Local/Temp/ccodjNqx /c/Users/adrpo33/AppData/Local/Temp/ccoppK6N /c/Users/adrpo33/AppData/Local/Temp/ccoSJ4lw /c/Users/adrpo33/AppData/Local/Temp/ccOW1Aio /c/Users/adrpo33/AppData/Local/Temp/ccPEomhX /c/Users/adrpo33/AppData/Local/Temp/ccPYjmwA /c/Users/adrpo33/AppData/Local/Temp/ccQEcP35 /c/Users/adrpo33/AppData/Local/Temp/ccqhdnSa /c/Users/adrpo33/AppData/Local/Temp/ccQhOFuW /c/Users/adrpo33/AppData/Local/Temp/ccqsX6Xl /c/Users/adrpo33/AppData/Local/Temp/ccqwSVJz /c/Users/adrpo33/AppData/Local/Temp/ccR92CwG /c/Users/adrpo33/AppData/Local/Temp/ccRicmgo /c/Users/adrpo33/AppData/Local/Temp/ccRmR0a5 /c/Users/adrpo33/AppData/Local/Temp/ccRPtb9l /c/Users/adrpo33/AppData/Local/Temp/ccskKm8B /c/Users/adrpo33/AppData/Local/Temp/ccSTYCHd /c/Users/adrpo33/AppData/Local/Temp/cct77jOV /c/Users/adrpo33/AppData/Local/Temp/ccThMxmj /c/Users/adrpo33/AppData/Local/Temp/ccti52Vr /c/Users/adrpo33/AppData/Local/Temp/cctnomK3 /c/Users/adrpo33/AppData/Local/Temp/ccTPGaTL /c/Users/adrpo33/AppData/Local/Temp/cctRxKOo /c/Users/adrpo33/AppData/Local/Temp/ccTXQmuA /c/Users/adrpo33/AppData/Local/Temp/cctZ0hc3 /c/Users/adrpo33/AppData/Local/Temp/ccU8RaeY /c/Users/adrpo33/AppData/Local/Temp/ccUbH1QH /c/Users/adrpo33/AppData/Local/Temp/ccUEIDKH /c/Users/adrpo33/AppData/Local/Temp/ccuPhG1K /c/Users/adrpo33/AppData/Local/Temp/ccUY9PfB /c/Users/adrpo33/AppData/Local/Temp/ccvhTqcY /c/Users/adrpo33/AppData/Local/Temp/ccvK7xRZ /c/Users/adrpo33/AppData/Local/Temp/ccVRC00I /c/Users/adrpo33/AppData/Local/Temp/ccVSanQp /c/Users/adrpo33/AppData/Local/Temp/ccVVNHif /c/Users/adrpo33/AppData/Local/Temp/ccw3Oztk /c/Users/adrpo33/AppData/Local/Temp/ccWJfkX9 /c/Users/adrpo33/AppData/Local/Temp/ccwpOO6O /c/Users/adrpo33/AppData/Local/Temp/ccx6UyUi /c/Users/adrpo33/AppData/Local/Temp/ccX75yqG /c/Users/adrpo33/AppData/Local/Temp/ccxJ8dFE /c/Users/adrpo33/AppData/Local/Temp/ccxLn9Uv /c/Users/adrpo33/AppData/Local/Temp/ccxmiqFQ /c/Users/adrpo33/AppData/Local/Temp/ccxmRWEo /c/Users/adrpo33/AppData/Local/Temp/ccxyZNcZ /c/Users/adrpo33/AppData/Local/Temp/ccypptru /c/Users/adrpo33/AppData/Local/Temp/ccYuhCYl /c/Users/adrpo33/AppData/Local/Temp/cczJQyTp /c/Users/adrpo33/AppData/Local/Temp/cczk2fP0 /c/Users/adrpo33/AppData/Local/Temp/cczOZ0ys /c/Users/adrpo33/AppData/Local/Temp/cczP2M71 /c/Users/adrpo33/AppData/Local/Temp/ccZU3fvK + 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 2f616cf17 * OMCompiler d9dbed6...92a4119 (1): > Handle complex equations in when statements. + 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 2f616cf17..3e23ece3f master -> origin/master Fetching submodule OMCompiler Fetching submodule OMCompiler/3rdParty Fetching submodule OMCompiler/common Fetching submodule OMOptim Fetching submodule OMOptim/common Fetching submodule OMSimulator Fetching submodule OMSimulator/3rdParty Fetching submodule OMSimulator/OMTLMSimulator Fetching submodule common Fetching submodule doc Fetching submodule libraries Updating 2f616cf17..3e23ece3f Fast-forward OMEdit/OMEdit/OMEditGUI/Annotations/TextAnnotation.cpp | 4 ++++ 1 file changed, 4 insertions(+) + git fetch --tags + git checkout 3e23ece3fb56e43630f443319f1dc5e721a0f17c M OMSimulator Note: checking out '3e23ece3fb56e43630f443319f1dc5e721a0f17c'. 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 3e23ece3f Fix the broken TextAnnotation string update + git submodule update --init --recursive --force Submodule path 'OMCompiler': checked out '92a411947501902a4017d343a43599a458c454e6' Submodule path 'OMCompiler/3rdParty': checked out 'e8f51069cb6c16465e84d166dad39fa26942f893' Submodule path 'OMCompiler/common': checked out 'c9c90856e0875fc31ccc71f97114023dc640170b' Submodule path 'OMOptim': checked out '794e92d8995f0e7ba304d6ad1b0a5d6337c3517e' Submodule path 'OMOptim/common': checked out 'c9c90856e0875fc31ccc71f97114023dc640170b' Submodule path 'OMSimulator': checked out '89a8623c87a38eda20b833641b1c5fdb53bba2ca' Submodule path 'OMSimulator/3rdParty': checked out 'f8f790c3b0949cbe4c036274837956c41f643c4f' Submodule path 'OMSimulator/OMTLMSimulator': checked out 'f270b901b9173cd77da34ec89214ef62b6898615' Submodule path 'common': checked out 'c9c90856e0875fc31ccc71f97114023dc640170b' Submodule path 'doc': checked out 'f863b8c3d86223259fa53f7bf5acdbef04727792' Submodule path 'libraries': checked out 'b24433c4d1e283c617637e85d9bdd0e5492ff12f' + git submodule foreach --recursive 'git fetch --tags && git clean -fdxq -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' + git clean -fdxq warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long + git submodule status --recursive 92a411947501902a4017d343a43599a458c454e6 OMCompiler (v1.14.0-dev-265-g92a411947) e8f51069cb6c16465e84d166dad39fa26942f893 OMCompiler/3rdParty (remotes/origin/HEAD) c9c90856e0875fc31ccc71f97114023dc640170b OMCompiler/common (heads/master) 794e92d8995f0e7ba304d6ad1b0a5d6337c3517e OMOptim (v1.11.0-dev.beta4-6-g794e92d) c9c90856e0875fc31ccc71f97114023dc640170b OMOptim/common (heads/master) 89a8623c87a38eda20b833641b1c5fdb53bba2ca OMSimulator (v2.1.0-dev-101-g89a8623) f8f790c3b0949cbe4c036274837956c41f643c4f OMSimulator/3rdParty (remotes/origin/HEAD) f270b901b9173cd77da34ec89214ef62b6898615 OMSimulator/OMTLMSimulator (heads/master-35-gf270b90) c9c90856e0875fc31ccc71f97114023dc640170b common (heads/master) f863b8c3d86223259fa53f7bf5acdbef04727792 doc (v1.9.4-dev-183-gf863b8c) b24433c4d1e283c617637e85d9bdd0e5492ff12f libraries (remotes/origin/HEAD) + cd 'c:\dev\hudson\workspace\OM_Win/OM' + export MAKETHREADS=-j16 + MAKETHREADS=-j16 + make -k -r -f Makefile.omdev.mingw -j16 clean make -f Makefile.omdev.mingw -C OMCompiler clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' Creating dirs: /c/dev/hudson/workspace/OM_Win/OM/build/bin /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/emcc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/linearization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/dataReconciliation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/optimization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/results/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/initialization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/meta/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/util/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi1/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi2/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java/ /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/ /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels /c/dev/hudson/workspace/OM_Win/OM/build/share/man//man1/ rm -rf 3rdParty/FMIL/build 3rdParty/FMIL/install 3rdParty/FMIL/Makefile make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build if test -f 3rdParty/gc/Makefile; then make -C 3rdParty/gc distclean; fi make -C SimulationRuntime/cpp/ -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build rm -rf 3rdParty/CMinpack/install make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' rm -f *.o *.a test ! -f 3rdParty/metis-5.1.0/Makefile || make -C 3rdParty/metis-5.1.0 clean cd 3rdParty/Cdaskr/solver && make -f Makefile clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/cpp' rm -f 3rdParty/gc/Makefile #This is a bad idea, because the cache contains the absolute path to cmake that was used for build -> if the cmake location has changed, the clean command will fail make -C Compiler/boot clean -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build rm -rf 3rdParty/metis-5.1.0/CMakeCache.txt 3rdParty/metis-5.1.0/libmetis/libmetis.a 3rdParty/metis-5.1.0/CMakeFiles 3rdParty/metis-5.1.0/Makefile 3rdParty/metis-5.1.0/cmake_install.cmake 3rdParty/metis-5.1.0/include/CMakeFiles 3rdParty/metis-5.1.0/include/Makefile 3rdParty/metis-5.1.0/include/cmake_install.cmake 3rdParty/metis-5.1.0/libmetis/CMakeFiles 3rdParty/metis-5.1.0/libmetis/Makefile 3rdParty/metis-5.1.0/libmetis/cmake_install.cmake 3rdParty/metis-5.1.0/programs/CMakeFiles 3rdParty/metis-5.1.0/programs/Makefile 3rdParty/metis-5.1.0/programs/cmake_install.cmake make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' test ! -f 3rdParty/msgpack-0.5.8/Makefile || make -C 3rdParty/msgpack-0.5.8 distclean || true #if test -f 3rdParty/CMinpack/build/Makefile; then make -C 3rdParty/CMinpack/build clean; fi make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/boot' 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 make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' rm -f *.o libcdaskr.a *~ #*# if test -d 3rdParty/SuiteSparse/build ; then cd 3rdParty/SuiteSparse/build && make clean ; fi rm -R -f Build_static; rm -R -f Build_dynamic; rm -f 3rdParty/msgpack-0.5.8/Makefile #rm -f 3rdParty/CMinpack/build/Makefile test ! -d 3rdParty/OpenBLAS-0.2.8 || make -C 3rdParty/OpenBLAS-0.2.8 clean > /dev/null 2>&1 rm -rf "build/" cd SimulationRuntime/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 cd SimulationRuntime/OMSIC; \ test -d Build_static && cd Build_static && make uninstall && make DESTDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean && cd ..; rm -R -f Build_static; test -d Build_dynamic && cd Build_dynamic && make uninstall && make DESTDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean && cd ..; rm -R -f Build_dynamic; make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream' make -C gs-netstream/c++ clean make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' rm -rf 3rdParty/CMinpack/build rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse rm -f Makefile.sources LoadCompilerInterface.mos Makefile.depends make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libumfpack.dll make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/cpp' rm -f patches/*.patch rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.dll cd /c/dev/hudson/workspace/OM_Win/OM/build; \ rm -rf include/omc/omsi include/omc/omsic; \ rm -rf lib/omc/omsi; 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 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 release/rc_omedit_res.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' rm -f debug/rc_omedit_res.o 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 release/rc_omnotebook_res.o release/cellapplication.o release/cellparserfactory.o release/stylesheet.o release/cellcommandcenter.o release/chaptercountervisitor.o release/omcinteractiveenvironment.o release/textcell.o release/cellcommands.o release/commandcompletion.o release/ModelicaTextHighlighter.o release/textcursorcommands.o release/cell.o release/printervisitor.o release/treeview.o release/cellcursor.o release/puretextvisitor.o release/updategroupcellvisitor.o release/celldocument.o release/inputcell.o release/qcombobox_search.o release/updatelinkvisitor.o release/cellfactory.o release/notebook.o release/qtapp.o release/xmlparser.o release/searchform.o release/cellgroup.o release/serializingvisitor.o release/graphcell.o release/latexcell.o release/indent.o release/qrc_res_qt.o release/moc_cellapplication.o release/moc_stylesheet.o release/moc_ModelicaTextHighlighter.o release/moc_cellcursor.o release/moc_document.o release/moc_textcell.o release/moc_celldocument.o release/moc_documentview.o release/moc_treeview.o release/moc_cellgroup.o release/moc_qcombobox_search.o release/moc_cell.o release/moc_inputcell.o release/moc_commandcompletion.o release/moc_notebook.o release/moc_searchform.o release/moc_graphcell.o release/moc_latexcell.o rm -f debug/rc_omnotebook_res.o debug/cellapplication.o debug/cellparserfactory.o debug/stylesheet.o debug/cellcommandcenter.o debug/chaptercountervisitor.o debug/omcinteractiveenvironment.o debug/textcell.o debug/cellcommands.o debug/commandcompletion.o debug/ModelicaTextHighlighter.o debug/textcursorcommands.o debug/cell.o debug/printervisitor.o debug/treeview.o debug/cellcursor.o debug/puretextvisitor.o debug/updategroupcellvisitor.o debug/celldocument.o debug/inputcell.o debug/qcombobox_search.o debug/updatelinkvisitor.o debug/cellfactory.o debug/notebook.o debug/qtapp.o debug/xmlparser.o debug/searchform.o debug/cellgroup.o debug/serializingvisitor.o debug/graphcell.o debug/latexcell.o debug/indent.o debug/qrc_res_qt.o debug/moc_cellapplication.o debug/moc_stylesheet.o debug/moc_ModelicaTextHighlighter.o debug/moc_cellcursor.o debug/moc_document.o debug/moc_textcell.o debug/moc_celldocument.o debug/moc_documentview.o debug/moc_treeview.o debug/moc_cellgroup.o debug/moc_qcombobox_search.o debug/moc_cell.o debug/moc_inputcell.o debug/moc_commandcompletion.o debug/moc_notebook.o debug/moc_searchform.o debug/moc_graphcell.o debug/moc_latexcell.o rm -f release/rc_omnotebook_res.o rm -f debug/rc_omnotebook_res.o make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' rm -rf ../bin/OMNotebook.exe Makefile Makefile.Debug Makefile.Release object_script.* make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make -C OMShell/OMShell/OMShellGUI -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' qmake "CONFIG+=release" WARNING: Failure to find: release/rc_omshell_res.o WARNING: Failure to find: debug/rc_omshell_res.o test ! -f Makefile || make -f Makefile clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' rm -f OMShell_de.qm OMShell_sv.qm rm -f ../generatedfiles/rcc/qrc_oms.cpp 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/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 debug/generatedfiles/moc/moc_Variable.cpp debug/generatedfiles/moc/moc_MOThreads.cpp debug/generatedfiles/moc/moc_MOTableView.cpp debug/generatedfiles/moc/moc_MOParameter.cpp debug/generatedfiles/moc/moc_MOOptVector.cpp debug/generatedfiles/moc/moc_MOItem.cpp debug/generatedfiles/moc/moc_WidgetMOItem.cpp debug/generatedfiles/moc/moc_WidgetFilesList.cpp debug/generatedfiles/moc/moc_Result.cpp debug/generatedfiles/moc/moc_ProblemInterface.cpp debug/generatedfiles/moc/moc_Problem.cpp debug/generatedfiles/moc/moc_OMCases.cpp debug/generatedfiles/moc/moc_OMCase.cpp debug/generatedfiles/moc/moc_InfoSender.cpp debug/generatedfiles/moc/moc_Info.cpp debug/generatedfiles/moc/moc_qsciencespinbox.cpp debug/generatedfiles/moc/moc_Load.cpp debug/generatedfiles/moc/moc_ProjectBase.cpp debug/generatedfiles/moc/moc_MOParametersDlg.cpp debug/generatedfiles/moc/moc_OMProcess.cpp debug/generatedfiles/moc/moc_MyTreeView.cpp debug/generatedfiles/moc/moc_MyTextLog.cpp debug/generatedfiles/moc/moc_MyDelegates.cpp debug/generatedfiles/moc/moc_MOSplitter.cpp debug/generatedfiles/moc/moc_GuiTools.cpp debug/generatedfiles/moc/moc_TabGeneric.cpp debug/generatedfiles/moc/moc_MOTab.cpp debug/generatedfiles/moc/moc_MOMainTab.cpp debug/generatedfiles/moc/moc_MO2ColTab.cpp debug/generatedfiles/moc/moc_WidgetTableVar.cpp debug/generatedfiles/moc/moc_MOPlot.cpp debug/generatedfiles/moc/moc_TabProjectBase.cpp debug/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp debug/generatedfiles/moc/moc_DlgSettings.cpp debug/generatedfiles/moc/moc_DlgSelectVars.cpp debug/generatedfiles/moc/moc_DlgSelectFiles.cpp debug/generatedfiles/moc/moc_WidgetSelectVars.cpp debug/generatedfiles/moc/moc_WidgetList.cpp debug/generatedfiles/moc/moc_NewProjectBaseForm.cpp debug/generatedfiles/moc/moc_registermetatypes.cpp debug/generatedfiles/moc/moc_DlgSelect.cpp debug/generatedfiles/moc/moc_WidgetMOItemsList.cpp debug/generatedfiles/moc/moc_MOItemModel.cpp debug/generatedfiles/moc/moc_MOItemViews.cpp debug/generatedfiles/moc/moc_scriptparser.cpp rm -f release/generatedfiles/moc/moc_Variable.cpp release/generatedfiles/moc/moc_MOThreads.cpp release/generatedfiles/moc/moc_MOTableView.cpp release/generatedfiles/moc/moc_MOParameter.cpp release/generatedfiles/moc/moc_MOOptVector.cpp release/generatedfiles/moc/moc_MOItem.cpp release/generatedfiles/moc/moc_WidgetMOItem.cpp release/generatedfiles/moc/moc_WidgetFilesList.cpp release/generatedfiles/moc/moc_Result.cpp release/generatedfiles/moc/moc_ProblemInterface.cpp release/generatedfiles/moc/moc_Problem.cpp release/generatedfiles/moc/moc_OMCases.cpp release/generatedfiles/moc/moc_OMCase.cpp release/generatedfiles/moc/moc_InfoSender.cpp release/generatedfiles/moc/moc_Info.cpp release/generatedfiles/moc/moc_qsciencespinbox.cpp release/generatedfiles/moc/moc_Load.cpp release/generatedfiles/moc/moc_ProjectBase.cpp release/generatedfiles/moc/moc_MOParametersDlg.cpp release/generatedfiles/moc/moc_OMProcess.cpp release/generatedfiles/moc/moc_MyTreeView.cpp release/generatedfiles/moc/moc_MyTextLog.cpp release/generatedfiles/moc/moc_MyDelegates.cpp release/generatedfiles/moc/moc_MOSplitter.cpp release/generatedfiles/moc/moc_GuiTools.cpp release/generatedfiles/moc/moc_TabGeneric.cpp release/generatedfiles/moc/moc_MOTab.cpp release/generatedfiles/moc/moc_MOMainTab.cpp release/generatedfiles/moc/moc_MO2ColTab.cpp release/generatedfiles/moc/moc_WidgetTableVar.cpp release/generatedfiles/moc/moc_MOPlot.cpp release/generatedfiles/moc/moc_TabProjectBase.cpp release/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp release/generatedfiles/moc/moc_DlgSettings.cpp release/generatedfiles/moc/moc_DlgSelectVars.cpp release/generatedfiles/moc/moc_DlgSelectFiles.cpp release/generatedfiles/moc/moc_WidgetSelectVars.cpp release/generatedfiles/moc/moc_WidgetList.cpp release/generatedfiles/moc/moc_NewProjectBaseForm.cpp release/generatedfiles/moc/moc_registermetatypes.cpp release/generatedfiles/moc/moc_DlgSelect.cpp release/generatedfiles/moc/moc_WidgetMOItemsList.cpp release/generatedfiles/moc/moc_MOItemModel.cpp rm -f debug/generatedfiles/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/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_ScriptTextDlg.cpp debug/generatedfiles/moc/moc_HelpDlg.cpp debug/generatedfiles/moc/moc_ConsoleWindow.cpp rm -f release/generatedfiles/moc/moc_MOItemViews.cpp release/generatedfiles/moc/moc_scriptparser.cpp release/generatedfiles/moc/moc_ScriptTextDlg.cpp release/generatedfiles/moc/moc_HelpDlg.cpp release/generatedfiles/moc/moc_ConsoleWindow.cpp rm -f debug/generatedfiles/Variables.o debug/generatedfiles/Variable.o debug/generatedfiles/MOThreads.o debug/generatedfiles/MOTableView.o debug/generatedfiles/MOParameter.o debug/generatedfiles/MOOptVector.o debug/generatedfiles/MOItem.o debug/generatedfiles/WidgetMOItem.o debug/generatedfiles/WidgetFilesList.o debug/generatedfiles/METemperature.o debug/generatedfiles/MESurface.o debug/generatedfiles/MESpecHeatCapacity.o debug/generatedfiles/MEQflow.o debug/generatedfiles/MEMassFlow.o debug/generatedfiles/MEHTCoeff.o debug/generatedfiles/MEDimValue.o debug/generatedfiles/XMLTools.o debug/generatedfiles/LowTools.o debug/generatedfiles/Results.o debug/generatedfiles/Result.o debug/generatedfiles/Problems.o debug/generatedfiles/ProblemInterface.o debug/generatedfiles/ProblemConfig.o debug/generatedfiles/Problem.o debug/generatedfiles/OMCases.o debug/generatedfiles/OMCase.o debug/generatedfiles/InfoSender.o debug/generatedfiles/Info.o debug/generatedfiles/qsciencespinbox.o debug/generatedfiles/XML.o debug/generatedfiles/Save.o debug/generatedfiles/Load.o debug/generatedfiles/CSVBase.o debug/generatedfiles/ProjectBase.o debug/generatedfiles/MOSettings.o debug/generatedfiles/HighTools.o debug/generatedfiles/MOParametersDlg.o debug/generatedfiles/OMProcess.o debug/generatedfiles/MyTreeView.o debug/generatedfiles/MyTextLog.o debug/generatedfiles/MyDelegates.o debug/generatedfiles/MOStyleSheet.o debug/generatedfiles/MOSplitter.o debug/generatedfiles/GuiTools.o debug/generatedfiles/TabGeneric.o debug/generatedfiles/MOTabBase.o debug/generatedfiles/MOTab.o debug/generatedfiles/MOMainTab.o debug/generatedfiles/MO2ColTab.o debug/generatedfiles/WidgetTableVar.o debug/generatedfiles/MyQwtPlotPicker.o debug/generatedfiles/MOPlot.o debug/generatedfiles/TabProjectBase.o debug/generatedfiles/WidgetProjectBaseInfos.o debug/generatedfiles/DlgSettings.o debug/generatedfiles/DlgSelectVars.o debug/generatedfiles/DlgSelectFiles.o debug/generatedfiles/WidgetSelectVars.o debug/generatedfiles/WidgetList.o rm -f release/generatedfiles/Variables.o release/generatedfiles/Variable.o release/generatedfiles/MOThreads.o release/generatedfiles/MOTableView.o release/generatedfiles/MOParameter.o release/generatedfiles/MOOptVector.o release/generatedfiles/MOItem.o release/generatedfiles/WidgetMOItem.o release/generatedfiles/WidgetFilesList.o release/generatedfiles/METemperature.o release/generatedfiles/MESurface.o release/generatedfiles/MESpecHeatCapacity.o release/generatedfiles/MEQflow.o release/generatedfiles/MEMassFlow.o release/generatedfiles/MEHTCoeff.o release/generatedfiles/MEDimValue.o release/generatedfiles/XMLTools.o release/generatedfiles/LowTools.o release/generatedfiles/Results.o release/generatedfiles/Result.o release/generatedfiles/Problems.o release/generatedfiles/ProblemInterface.o release/generatedfiles/ProblemConfig.o release/generatedfiles/Problem.o release/generatedfiles/OMCases.o release/generatedfiles/OMCase.o release/generatedfiles/InfoSender.o release/generatedfiles/Info.o release/generatedfiles/qsciencespinbox.o release/generatedfiles/XML.o release/generatedfiles/Save.o release/generatedfiles/Load.o release/generatedfiles/CSVBase.o release/generatedfiles/ProjectBase.o release/generatedfiles/MOSettings.o release/generatedfiles/HighTools.o release/generatedfiles/MOParametersDlg.o release/generatedfiles/OMProcess.o release/generatedfiles/MyTreeView.o release/generatedfiles/MyTextLog.o release/generatedfiles/MyDelegates.o release/generatedfiles/MOStyleSheet.o release/generatedfiles/MOSplitter.o release/generatedfiles/GuiTools.o release/generatedfiles/TabGeneric.o release/generatedfiles/MOTabBase.o release/generatedfiles/MOTab.o release/generatedfiles/MOMainTab.o release/generatedfiles/MO2ColTab.o release/generatedfiles/WidgetTableVar.o release/generatedfiles/MyQwtPlotPicker.o release/generatedfiles/MOPlot.o release/generatedfiles/TabProjectBase.o release/generatedfiles/WidgetProjectBaseInfos.o release/generatedfiles/DlgSettings.o release/generatedfiles/DlgSelectVars.o rm -f release/generatedfiles/DlgSelectFiles.o release/generatedfiles/WidgetSelectVars.o release/generatedfiles/WidgetList.o release/generatedfiles/NewProjectBaseForm.o release/generatedfiles/ProblemInterfaces.o release/generatedfiles/registermetatypes.o release/generatedfiles/METime.o release/generatedfiles/DlgSelect.o release/generatedfiles/WidgetMOItemsList.o release/generatedfiles/MOItemModel.o release/generatedfiles/MOItemViews.o release/generatedfiles/MEGeneric.o release/generatedfiles/scriptparser.o release/generatedfiles/ScriptTextDlg.o release/generatedfiles/HelpDlg.o release/generatedfiles/ConsoleWindow.o release/generatedfiles/qrc_OMOptimBasis.o release/generatedfiles/moc_Variable.o release/generatedfiles/moc_MOThreads.o release/generatedfiles/moc_MOTableView.o release/generatedfiles/moc_MOParameter.o release/generatedfiles/moc_MOOptVector.o release/generatedfiles/moc_MOItem.o release/generatedfiles/moc_WidgetMOItem.o release/generatedfiles/moc_WidgetFilesList.o release/generatedfiles/moc_Result.o release/generatedfiles/moc_ProblemInterface.o release/generatedfiles/moc_Problem.o release/generatedfiles/moc_OMCases.o release/generatedfiles/moc_OMCase.o release/generatedfiles/moc_InfoSender.o release/generatedfiles/moc_Info.o release/generatedfiles/moc_qsciencespinbox.o release/generatedfiles/moc_Load.o release/generatedfiles/moc_ProjectBase.o release/generatedfiles/moc_MOParametersDlg.o release/generatedfiles/moc_OMProcess.o release/generatedfiles/moc_MyTreeView.o release/generatedfiles/moc_MyTextLog.o release/generatedfiles/moc_MyDelegates.o release/generatedfiles/moc_MOSplitter.o release/generatedfiles/moc_GuiTools.o release/generatedfiles/moc_TabGeneric.o release/generatedfiles/moc_MOTab.o release/generatedfiles/moc_MOMainTab.o release/generatedfiles/moc_MO2ColTab.o release/generatedfiles/moc_WidgetTableVar.o release/generatedfiles/moc_MOPlot.o release/generatedfiles/moc_TabProjectBase.o release/generatedfiles/moc_WidgetProjectBaseInfos.o release/generatedfiles/moc_DlgSettings.o rm -f debug/generatedfiles/NewProjectBaseForm.o debug/generatedfiles/ProblemInterfaces.o debug/generatedfiles/registermetatypes.o debug/generatedfiles/METime.o debug/generatedfiles/DlgSelect.o debug/generatedfiles/WidgetMOItemsList.o debug/generatedfiles/MOItemModel.o debug/generatedfiles/MOItemViews.o debug/generatedfiles/MEGeneric.o debug/generatedfiles/scriptparser.o debug/generatedfiles/ScriptTextDlg.o debug/generatedfiles/HelpDlg.o debug/generatedfiles/ConsoleWindow.o debug/generatedfiles/qrc_OMOptimBasis.o debug/generatedfiles/moc_Variable.o debug/generatedfiles/moc_MOThreads.o debug/generatedfiles/moc_MOTableView.o debug/generatedfiles/moc_MOParameter.o debug/generatedfiles/moc_MOOptVector.o debug/generatedfiles/moc_MOItem.o debug/generatedfiles/moc_WidgetMOItem.o debug/generatedfiles/moc_WidgetFilesList.o debug/generatedfiles/moc_Result.o debug/generatedfiles/moc_ProblemInterface.o debug/generatedfiles/moc_Problem.o debug/generatedfiles/moc_OMCases.o debug/generatedfiles/moc_OMCase.o debug/generatedfiles/moc_InfoSender.o debug/generatedfiles/moc_Info.o debug/generatedfiles/moc_qsciencespinbox.o debug/generatedfiles/moc_Load.o debug/generatedfiles/moc_ProjectBase.o debug/generatedfiles/moc_MOParametersDlg.o debug/generatedfiles/moc_OMProcess.o debug/generatedfiles/moc_MyTreeView.o debug/generatedfiles/moc_MyTextLog.o debug/generatedfiles/moc_MyDelegates.o debug/generatedfiles/moc_MOSplitter.o debug/generatedfiles/moc_GuiTools.o debug/generatedfiles/moc_TabGeneric.o debug/generatedfiles/moc_MOTab.o debug/generatedfiles/moc_MOMainTab.o debug/generatedfiles/moc_MO2ColTab.o debug/generatedfiles/moc_WidgetTableVar.o debug/generatedfiles/moc_MOPlot.o debug/generatedfiles/moc_TabProjectBase.o debug/generatedfiles/moc_WidgetProjectBaseInfos.o debug/generatedfiles/moc_DlgSettings.o debug/generatedfiles/moc_DlgSelectVars.o debug/generatedfiles/moc_DlgSelectFiles.o debug/generatedfiles/moc_WidgetSelectVars.o debug/generatedfiles/moc_WidgetList.o debug/generatedfiles/moc_NewProjectBaseForm.o rm -f release/generatedfiles/moc_DlgSelectVars.o release/generatedfiles/moc_DlgSelectFiles.o release/generatedfiles/moc_WidgetSelectVars.o release/generatedfiles/moc_WidgetList.o release/generatedfiles/moc_NewProjectBaseForm.o release/generatedfiles/moc_registermetatypes.o release/generatedfiles/moc_DlgSelect.o release/generatedfiles/moc_WidgetMOItemsList.o release/generatedfiles/moc_MOItemModel.o release/generatedfiles/moc_MOItemViews.o release/generatedfiles/moc_scriptparser.o release/generatedfiles/moc_ScriptTextDlg.o release/generatedfiles/moc_HelpDlg.o release/generatedfiles/moc_ConsoleWindow.o rm -f debug/generatedfiles/moc_registermetatypes.o debug/generatedfiles/moc_DlgSelect.o debug/generatedfiles/moc_WidgetMOItemsList.o debug/generatedfiles/moc_MOItemModel.o debug/generatedfiles/moc_MOItemViews.o debug/generatedfiles/moc_scriptparser.o debug/generatedfiles/moc_ScriptTextDlg.o debug/generatedfiles/moc_HelpDlg.o debug/generatedfiles/moc_ConsoleWindow.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' rm -rf ../bin/libOMOptimBasis.a Makefile Makefile.Debug Makefile.Release object_script.* debug/ release/ make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make -C OMOptim/build -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' qmake "CONFIG+=release" OMOptim.pro -o Makefile qmake "CONFIG+=release" OMOptimLib.pro -o MakefileLib Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: release/generatedfiles/rc_omoptim_res.o Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: debug/generatedfiles/rc_omoptim_res.o Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: ../Core/OMC/omc_communication.cpp WARNING: Failure to find: ../Core/OMC/omc_communication.h WARNING: Failure to find: ../GUI/Dialogs/HelpDlg.h WARNING: Failure to find: ../Core/OMC/StringHandler.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.c WARNING: Failure to find: ../Core/Tools/StringHandler.h WARNING: Failure to find: ../Core/Tools/Helper.h Project MESSAGE: OMOptimLibDebug Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: ../Core/OMC/omc_communication.cpp WARNING: Failure to find: ../Core/OMC/omc_communication.h WARNING: Failure to find: ../GUI/Dialogs/HelpDlg.h WARNING: Failure to find: ../Core/OMC/StringHandler.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.c WARNING: Failure to find: ../Core/Tools/StringHandler.h WARNING: Failure to find: ../Core/Tools/Helper.h test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f release/generatedfiles/rcc/qrc_OMOptim.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f debug/generatedfiles/rcc/qrc_OMOptim.cpp rm -f release/generatedfiles/rc_omoptim_res.o release/generatedfiles/main.o release/generatedfiles/qrc_OMOptim.o rm -f debug/generatedfiles/rc_omoptim_res.o debug/generatedfiles/main.o debug/generatedfiles/qrc_OMOptim.o rm -f release/generatedfiles/rc_omoptim_res.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f debug/generatedfiles/rc_omoptim_res.o 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' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Removing OMOptim/bin/ Removing OMOptimBasis/bin/ Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/MRemoving OMEdit/OMEdit/OMEditGUI/debug/ Removing OMEdit/OMEdit/OMEditGUI/release/ Removing OMEdit/OMEdit/bin/ Removing OMNotebook/OMNotebook/OMNotebookGUI/debug/ Removing OMNotebook/OMNotebook/OMNotebookGUI/release/ Removing OMNotebook/OMNotebook/bin/ Removing OMNotebook/OMNotebook/generatedfiles/ Removing OMPlot/OMPlot/OMPlotGUI/debug/ Removing OMPlot/OMPlot/OMPlotGUI/release/ Removing OMPlot/OMPlot/bin/ Removing OMPlot/OMPlot/generatedfiles/ Removing OMShell/OMShell/OMShellGUI/debug/ Removing OMShell/OMShell/OMShellGUI/release/ Removing OMShell/OMShell/bin/ Removing OMShell/OMShell/generatedfiles/ odelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + cd 'c:\dev\hudson\workspace\OM_Win/OM' + set -e + make -f Makefile.omdev.mingw -j16 omc omc-diff omlibrary-core qtclients make -f Makefile.omdev.mingw -C OMCompiler OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build OMENCRYPTION= make -C libraries BUILD_DIR=/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary core make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' Creating dirs: /c/dev/hudson/workspace/OM_Win/OM/build/bin /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/emcc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/linearization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/dataReconciliation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/optimization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/results/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/initialization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/meta/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/util/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi1/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi2/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java/ /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/ /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels /c/dev/hudson/workspace/OM_Win/OM/build/share/man//man1/ make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary build mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary make BioChem Modelica Modelica_DeviceDrivers Modelica_Synchronous SiemensPower ThermoPower ThermoSysPro VVDRlib WasteWater make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' # Building git/BioChem # Building git/Modelica # Building git/Modelica_DeviceDrivers # Building git/Modelica_Synchronous ./checkout-git.sh 'git/BioChem' 'https://github.com/OpenModelica/BioChem.git' 'master' 'b5f3cb999f3cfad2bbb6fb429b496f61ecf2f628' # Building git/SiemensPower ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'v1.6' 'v1.6' ./checkout-git.sh 'git/Modelica_DeviceDrivers' 'https://github.com/modelica/Modelica_DeviceDrivers.git' 'master' 'b09a2194b9ba1639d59ce8b02fb7b27bc9f7af22' ./checkout-git.sh 'git/Modelica_Synchronous' 'https://github.com/modelica/Modelica_Synchronous.git' 'master' '5aa86a254f256f5f0d39ac46743f6fc97bab16aa' # Building git/ThermoPower ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'omctest' '73a3bfc6d2ddd72165bb0f3e7e9df48b643a5ed0' # Building git/ThermoSysPro # 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 b09a219 Use folders in generated VS projects (#286) HEAD is now at 05e56eb Fixed BraytonCycle example 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 db81ae1 Set some start values in TestDynamicCentrifugalPump HEAD is now at 27c1c591c Merge pull request #2917 from beutlich/add-description-strings test ! -e .git || cp -puf common/pre-commit.sh `git rev-parse --git-dir`/hooks/pre-commit || echo "unlocated git" HEAD is now at b5f3cb9 Fix MPL link HEAD is now at 5aa86a2 (#45) Added samplers to LogicalSample example HEAD is now at eae4981 Added verification model interface and descriptions for design and scenario HEAD is now at 05e56eb Fixed BraytonCycle example (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") HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant 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 HEAD is now at b09a219 Use folders in generated VS projects (#286) 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/ mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/share//omc (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || ./autogen.sh)) Using Files: 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// HEAD is now at b5f3cb9 Fix MPL link cp -a "Compiler/runtime/omc_communication.idl" "/c/dev/hudson/workspace/OM_Win/OM/build/share//omc/omc_communication.idl" 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 5aa86a2 (#45) Added samplers to LogicalSample example HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant HEAD is now at eae4981 Added verification model interface and descriptions for design and scenario HEAD is now at 05e56eb Fixed BraytonCycle example Current directory: /c/dev/hudson/workspace/OM_Win/OM/OMCompiler mkdir -p 3rdParty/SuiteSparse/build Current revision: v1.14.0-dev-265-g92a411947 Building in OMBUILDDIR: /c/dev/hudson/workspace/OM_Win/OM/build 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 which gcc HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") Retrieved revision number. revision.h was created HEAD is now at b09a219 Use folders in generated VS projects (#286) /mingw64/bin/gcc test ! -d 'build//BioChem 1.0.1' test -d 3rdParty/FMIL test ! -d 'build//Modelica_Synchronous 0.93.0' test -d 3rdParty/Cdaskr/solver test ! -d 'build//WasteWater 2.1.0' cp -a 'git/BioChem/BioChem' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1" cp -a 'git/Modelica_Synchronous/Modelica_Synchronous' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0" cp -a 'git/WasteWater/WasteWater' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0" test ! -d 'build//VVDRlib' mkdir -p 3rdParty/FMIL/build test ! -d 'build//ThermoPower 3.1' (cd 3rdParty/Cdaskr/solver && make -f Makefile CC="gcc" CFLAGS="-g -O2 -falign-functions") test -d 3rdParty/CMinpack cp -a 'git/VVDRlib' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib" (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/ThermoPower/ThermoPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1" mkdir -p 3rdParty/CMinpack/build (cd 3rdParty/CMinpack/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/OMDev//bin/cmake/bin/cmake -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -D CMAKE_AR:String="ar" -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DBUILD_SHARED_LIBS:Bool=OFF -DCMAKE_INSTALL_PREFIX:String=../install -DCMINPACK_LIB_INSTALL_DIR:String=../install .. -G "MSYS Makefiles") make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' gcc -c -o daux.o daux.c -g -O2 -falign-functions HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") test ! -d 'build//Modelica_DeviceDrivers 1.7.1' cp -a 'git/Modelica_DeviceDrivers/Modelica_DeviceDrivers' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1" HEAD is now at d4f9c3e [Janitor mode] Fix whitespace test ! -d 'build//SiemensPower OMCtest' cp -a 'git/SiemensPower/SiemensPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest" gcc -c -o ddaskr.o ddaskr.c -g -O2 -falign-functions echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.uses" echo 'mpl2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.license" HEAD is now at d4f9c3e [Janitor mode] Fix whitespace -- The C compiler identification is GNU 5.3.0 echo '1.0.1-8-gb5f3cb9' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.last_change" -- The C compiler identification is GNU 5.3.0 -- The C compiler identification is GNU 5.3.0 echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.uses" mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.license" echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.uses" cp -p Examples/*.* /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels/ echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.uses" echo '3.1-20190222-233358~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.last_change" echo 'ModelicaServices 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.license" gcc -c -o dlinpk.o dlinpk.c -g -O2 -falign-functions echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.license" echo '20170912-142014~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.last_change" echo '0.93.0-8-g5aa86a2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.last_change" test ! -d 'build//ThermoSysPro 3.0' rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib/.git"* test -d 3rdParty/libzmq cp -a 'git/ThermoSysPro/ThermoSysPro' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0" mkdir -p 3rdParty/libzmq/build (cd 3rdParty/libzmq/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/OMDev//bin/cmake/bin/cmake -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_AR:String="ar" -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DWITH_PERF_TOOL:Bool=OFF -DZMQ_BUILD_TESTS:Bool=OFF -DENABLE_CPACK:Bool=OFF -DCMAKE_BUILD_TYPE=Release .. -G "MSYS Makefiles") -- The CXX compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 -- The CXX compiler identification is GNU 5.3.0 (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/) echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.uses" -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.license" rm -f /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels/CMake*.txt echo '2.1.0-20151102-100529~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.last_change" echo Copying needed .dlls make -C Compiler/Translation OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build release -- The C compiler identification is GNU 5.3.0 autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext HEAD is now at 6a90d1a89 Modelica standard library, version 1.6, release date June 30, 2004. autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext real 0m0.396s user 0m0.015s sys 0m0.045s (cd tools/debugging/ && time g++ BreakProcess.cpp -o BreakProcess -static-libgcc) 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 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/ 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/ -- The CXX compiler identification is GNU 5.3.0 cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Core.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Gui.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe echo 'Modelica 3.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.license" cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Network.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" make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Translation' make -C OMSimulator config-3rdParty HEAD is now at 6a90d1a89 Modelica standard library, version 1.6, release date June 30, 2004. # Building git/SiemensPower cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Svg.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' '2.1/beta' '5ef2e38b64ff481801c0db19d52f0bef21f85f77' make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator' cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5WebKit.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ ar r libcdaskr.a daux.o ddaskr.o dlinpk.o autoreconf: running: aclocal --force -I m4 autoreconf: running: aclocal --force C:\OMDev\tools\msys\mingw64\bin\ar.exe: creating libcdaskr.a make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' (cd 3rdParty/metis-5.1.0 && CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/OMDev//bin/cmake/bin/cmake ./ -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -G "MSYS Makefiles" && CC="gcc" CFLAGS="-g -O2 -falign-functions" make) cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5WebKitWidgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works test ! -d 'build//Modelica 1.6' -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info -- Detecting C compiler ABI info cp -a 'git/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6" cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Xml.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ # config fmil cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5XmlPatterns.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ mkdir -p 3rdParty/FMIL/build/mingw cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Widgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ mkdir -p 3rdParty/FMIL/install/mingw cd 3rdParty/FMIL/build/mingw && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../.. -DFMILIB_INSTALL_PREFIX=../../install/mingw -DFMILIB_BUILD_TESTS:BOOL=0 -DFMILIB_GENERATE_DOXYGEN_DOC:BOOL=0 -DFMILIB_BUILD_STATIC_LIB:BOOL=1 -DFMILIB_BUILD_SHARED_LIB:BOOL=0 -DBUILD_TESTING:BOOL=0 -DFMILIB_BUILD_BEFORE_TESTS:BOOL=0 -DFMILIB_FMI_PLATFORM=win64 cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5PrintSupport.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Multimedia.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5MultimediaWidgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") -- The C compiler identification is GNU 5.3.0 cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Positioning.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/Qt5Qml.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Quick.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Sensors.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5WebChannel.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ 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 -- The CXX compiler identification is GNU 5.3.0 -- Detecting C compiler ABI info - done -- Detecting C compiler ABI info - done -- The C compiler identification is GNU 5.3.0 cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5OpenGL.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compile features -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- 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/ 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/ -- The CXX compiler identification is GNU 5.3.0 cp -puf /c/OMDev//tools/msys/mingw64/bin/libsqlite3-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compiler ABI info - done cp -puf /c/OMDev//tools/msys/mingw64/bin/zlib1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libszip*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compile features -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe real 0m3.027s user 0m0.015s sys 0m0.016s cp -puf /c/OMDev//tools/msys/mingw64/bin/libhdf5-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ (cd tools/debugging/ && cp BreakProcess.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin) HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' cp -puf /c/OMDev//tools/msys/mingw64/bin/libpng16-16.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libjpeg-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ # config Lua cp -puf /c/OMDev//tools/msys/mingw64/bin/libfreetype-6.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ make -C 3rdParty/Lua make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua' -- 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/libglib-2.0-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' cp -puf /c/OMDev//tools/msys/mingw64/bin/libbz2-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ # make Lua cp -puf /c/OMDev//tools/msys/mingw64/bin/libicuin*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ make -C lua-5.3.4 mingw make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4' cd src && make mingw 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 cp -puf /c/OMDev//tools/msys/mingw64/bin/libicuuc*.dll /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" make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lua.o lua.c cp -puf /c/OMDev//tools/msys/mingw64/bin/libicudt*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info 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/ autoreconf: configure.ac: tracing cp -pufr /c/OMDev//tools/msys/mingw64/share/qt5/plugins/* /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compiler ABI info - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lapi.o lapi.c -- 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" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.license" echo '1.7.1-4-gb09a219' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1.last_change" if test -f 3rdParty/graphstream/Makefile; then make CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions " -C 3rdParty/graphstream/; fi make[2]: Entering directory '/c/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[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lcode.o lcode.c -- Detecting C compile features - done -- Detecting C compile features - done mkdir -p obj -- 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 g++ -g -O2 -falign-functions -c src/netstream-storage.cpp -o obj/netstream-storage.o -- Detecting C compile features - done -- 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/SiemensPower 2.1 beta.uses" 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/SiemensPower 2.1 beta.license" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.license" gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lctype.o lctype.c echo '20150519-095758~git~2.1-beta' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.1 beta.last_change" echo '3.0+OSR-21-gd4f9c3e' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.last_change" # Building git/SiemensPower # Building git/ThermoSysPro ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'master' '88e758037da4a8ca1b21b468409b15417a27d992' ./checkout-git.sh 'git/ThermoSysPro' 'https://openmodelica.org/git/ThermoSysPro.git' 'master' 'db81ae1b5a6a85f6c6c7693244cafa6087e18ff5' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldebug.o ldebug.c -- Detecting C compile features - done -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldo.o ldo.c cp -pufr /c/OMDev//tools/msys/mingw64/bin/libOpenThreads.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosg.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgViewer.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgDB.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 ldump.o ldump.c cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgUtil.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' HEAD is now at d4f9c3e [Janitor mode] Fix whitespace cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgGA.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgText.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 lfunc.o lfunc.c # config zlib library mkdir -p 3rdParty/zlib/build/mingw/zlib cd 3rdParty/zlib/build/mingw/zlib && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../../../zlib-1.2.11 -DCMAKE_INSTALL_PREFIX=../../../install/mingw gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lgc.o lgc.c -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Detecting C compile features - done -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- Detecting CXX compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- The C compiler identification is GNU 5.3.0 -- Detecting CXX compile features HEAD is now at 88e7580 don't modify final parameter (geoPipe = geoPipe) gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o llex.o llex.c -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe checking build system type... -- Detecting C compile features - done HEAD is now at 88e7580 don't modify final parameter (geoPipe = geoPipe) -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lmem.o lmem.c -- Detecting CXX compiler ABI info - done test ! -d 'build//SiemensPower 2.2' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lobject.o lobject.c -- Detecting CXX compile features cp -a 'git/SiemensPower/SiemensPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2" -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lopcodes.o lopcodes.c i686-pc-mingw32 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info HEAD is now at db81ae1 Set some start values in TestDynamicCentrifugalPump gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lparser.o lparser.c checking whether we want to compile in debug mode... no autoreconf: configure.ac: not using Autoheader autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `.' mkdir -p obj -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works HEAD is now at db81ae1 Set some start values in TestDynamicCentrifugalPump -- Detecting CXX compiler ABI info g++ -g -O2 -falign-functions -c src/netstream-socket.cpp -o obj/netstream-socket.o test ! -d 'build//ThermoSysPro 3.1' checking for C compiler default output file name... cp -a 'git/ThermoSysPro/ThermoSysPro' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1" -- Detecting CXX compiler ABI info - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lstate.o lstate.c -- Detecting CXX compile features autoreconf: configure.ac: tracing gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lstring.o lstring.c -- Detecting C compiler ABI info - done a.exe checking whether the C compiler works... -- Detecting C compile features echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.license" yes gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltable.o ltable.c echo '2.2-20160429-215511~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.last_change" checking whether we are cross compiling... no checking for suffix of executables... -- Detecting CXX compiler ABI info - done 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 -- Detecting CXX compile features # config zlib minizip mkdir -p 3rdParty/zlib/build/mingw/minizip cd 3rdParty/zlib/build/mingw/minizip && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../../../minizip -DCMAKE_INSTALL_PREFIX=../../../install/mingw gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltm.o ltm.c .exe checking for suffix of object files... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lundump.o lundump.c -- 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 lvm.o lvm.c o checking whether we are using the GNU C compiler... -- The CXX compiler identification is GNU 5.3.0 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe yes checking whether gcc accepts -g... -- Detecting CXX compile features - done -- Looking for va_copy gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lzio.o lzio.c mkdir -p obj -- Detecting CXX compile features - done g++ -g -O2 -falign-functions -c src/netstream-sender.cpp -o obj/netstream-sender.o -- Detecting CXX compile features - done -- Building static libraries. -- Configuring done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lauxlib.o lauxlib.c -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info yes checking for gcc option to accept ANSI C... # config cvode -- Looking for va_copy - not found -- Looking for __va_copy mkdir -p 3rdParty/cvode/build/mingw 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 -- Configuring done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lbaselib.o lbaselib.c -- Detecting CXX compile features - done -- Performing Test COMPILER_SUPPORTS_CXX11 checking build system type... gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lbitlib.o lbitlib.c none needed -- 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 lcorolib.o lcorolib.c -- Detecting C compile features - done -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Looking for sys/types.h 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 -- Detecting C compile features -- Looking for __va_copy - found -- Looking for vsnprintf i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking for gcc... gcc -- Performing Test COMPILER_SUPPORTS_CXX11 - Success gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o liolib.o liolib.c -- Performing Test COMPILER_SUPPORTS_C11 -- Detecting CXX compile features - done -- Looking for execinfo.h 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 lmathlib.o lmathlib.c -- Looking for sys/types.h - found -- Looking for stdint.h -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works configure: C compiler options are: -g -O2 -falign-functions -- Detecting C compiler ABI info mkdir -p obj patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 1.6.patch' checking whether the C compiler works... g++ -g -O2 -falign-functions -c src/netstream-main.cpp -o obj/netstream-main.o gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o loslib.o loslib.c -- Detecting CXX compile features - done (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 1.6/Constants.mo' -- Looking for va_copy (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' checking whether we are using the GNU C++ compiler... -- Looking for vsnprintf - found -- Looking for vsnprintf -- Looking for execinfo.h - not found -- Looking for getline echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.uses" -- Performing Test COMPILER_SUPPORTS_C11 - Success -- Using tweetnacl for CURVE security echo 'modelica1.1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.license" gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lstrlib.o lstrlib.c -- Looking for kqueue echo '1.6-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.last_change" rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6/.git"* yes checking for C compiler default output file name... a.exe checking for suffix of executables... -- Looking for va_copy - not found -- Looking for __va_copy yes .exe checking whether g++ accepts -g... -- Looking for stdint.h - found -- Detecting C compiler ABI info - done -- Looking for stddef.h checking whether we are cross compiling... -- Detecting C compile features gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltablib.o ltablib.c -- Looking for getline - not found -- Looking for vsnprintf - found -- Looking for include file stdarg.h no gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lutf8lib.o lutf8lib.c checking for suffix of object files... -- Looking for kqueue - not found -- Looking for epoll_create yes echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.uses" gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o loadlib.o loadlib.c echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.license" -- Looking for __va_copy - found o checking whether we are using the GNU C compiler... -- Looking for vsnprintf echo '3.1+OSR-18-gdb81ae1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.last_change" # Building git/Modelica ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/2.2.2' 'd442bcd461b8db9873e33b6141bdbd37bcff9de8' # config kinsol mkdir -p 3rdParty/kinsol/build/mingw -- Looking for stddef.h - found -- Check size of off64_t 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 yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... -- checking for thread-local storage - found -- Detecting C compile features - done -- Configuring done -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- The C compiler identification is GNU 5.3.0 -- Generating done -- Looking for epoll_create - not found -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Looking for sys/types.h -- Generating done none needed checking for a BSD-compatible install... -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 HEAD is now at 6a90d1a89 Modelica standard library, version 1.6, release date June 30, 2004. 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 -- Looking for vsnprintf - found -- Looking for vsnprintf gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o linit.o linit.c /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 -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build make -f CMakeFiles/Makefile2 all make -C 3rdParty/SuiteSparse/build install 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 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 /usr/bin/install -c 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 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= -- Check size of off64_t - done -- Looking for fseeko /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 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= strip --strip-unneeded lua53.dll 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' configure: creating ./config.status -- Looking for include file stdlib.h - found gcc -std=gnu99 -o lua.exe -s lua.o lua53.dll -lm -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Looking for include file stddef.h -- Detecting CXX compiler ABI info [ 0%] Building C object CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/amd_global.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_global.c -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info -- Looking for sys/types.h - found -- Looking for stdint.h 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' 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 [ 0%] Built target amd_global make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend -- Looking for vsnprintf - found -- Looking for include file stdarg.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_DLONG.dir/DependInfo.cmake --color= 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 -- Looking for fseeko - found -- Looking for unistd.h ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Detecting C compile features - done ranlib liblua.a Scanning dependencies of target metis make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build -- Looking for _POSIX_TIMERS ar rcs libnetstream.a obj/netstream-storage.o obj/netstream-socket.o obj/netstream-sender.o obj/netstream-main.o [ 0%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.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 gcc -std=gnu99 -o luac.exe luac.o liblua.a -lm make[4]: Entering 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 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' [ 1%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.obj -- Detecting CXX compiler ABI info - done cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/b64.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/b64.c # CERES=OFF => Skipping build of 3rdParty library Ceres-Solver. Ceres-Solver is a dependency of the (optional) parameter estimation module. -- Looking for include file stddef.h - found -- Looking for include file stdint.h -- Detecting CXX compile features make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' -- Detecting C compiler ABI info - done 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= 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 [ 0%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_2.c -- Detecting C compile features -- Looking for stdint.h - found -- Looking for stddef.h :0:6: warning: ISO C99 requires whitespace after the macro name mkdir -p install/mingw mv lua-5.3.4/src/liblua.a install/mingw Scanning dependencies of target amd_DINT mv lua-5.3.4/src/lua.exe install/mingw 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 mv lua-5.3.4/src/luac.exe install/mingw make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.obj mkdir -p install/mingw/include 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 cp lua-5.3.4/src/lauxlib.h install/mingw/include [ 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 cp lua-5.3.4/src/lua.h install/mingw/include :0:6: warning: ISO C99 requires whitespace after the macro name cp lua-5.3.4/src/lua.hpp install/mingw/include -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h cp lua-5.3.4/src/luaconf.h install/mingw/include cp lua-5.3.4/src/lualib.h install/mingw/include make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua' echo Copying needed .dlls to the /c/dev/hudson/workspace/OM_Win/OM/build/bin directory libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' 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 -- 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. [ 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 -- Configuring done [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_aat.c -- Looking for _POSIX_TIMERS - not found :0:6: warning: ISO C99 requires whitespace after the macro name * [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 -- Added NVECTOR_SERIAL module -- Added CVODE module :0:6: warning: ISO C99 requires whitespace after the macro name -- Configuring done -- Looking for include file stdint.h - found -- Generating done -- Looking for include file inttypes.h -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib -- Generating done make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/depend checking whether C++ compiler g++ works... [ 1%] 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 -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/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/btf_object_DLONG.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for stddef.h - found -- Check size of struct pollfd [ 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 [ 2%] 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 HEAD is now at d442bcd46 A.Haumer: corrected spelling error in documentation Scanning dependencies of target btf_object_DLONG 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 [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.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/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 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] :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c: In function 'gk_csr_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] [ 2%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_maxtrans.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_maxtrans.c # LIBXML2=OFF => Skipping build of 3rdParty library libxml2 (must be installed on system instead). :0:6: warning: ISO C99 requires whitespace after the macro name [ 2%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_control.c -- Looking for include file stdlib.h - found -- Looking for include file stddef.h [ 6%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/error.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/error.c [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_dump.c HEAD is now at d442bcd46 A.Haumer: corrected spelling error in documentation :0:6: warning: ISO C99 requires whitespace after the macro name yes :0:6: warning: ISO C99 requires whitespace after the macro name [ 3%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of struct pollfd - failed -- Looking for pollset_create [ 3%] 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 [ 4%] 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 make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/depend (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgomp-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) 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 test ! -d 'build//Modelica 2.2.2' :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_DINT.dir/DependInfo.cmake --color= [ 4%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2" /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_strongcomp.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libwinpthread-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for include file inttypes.h - found Scanning dependencies of target btf_object_DINT -- Looking for include file locale.h 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_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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' (cp -puf /c/OMDev//tools/msys/mingw64/bin/libtre-5.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) :0:6: warning: ISO C99 requires whitespace after the macro name [ 4%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 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 (cp -puf /c/OMDev//tools/msys/mingw64/bin/libsystre-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 5%] Built target btf_object_DLONG make -C 3rdParty/zlib/build/mingw/zlib/ install [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.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_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_info.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libstdc++-6.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) 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 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 [ 6%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj (cp -puf /c/OMDev//tools/msys/mingw64/bin/libquadmath-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) /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 [ 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[3]: 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 -- Looking for include file stddef.h - found -- Looking for include file stdint.h :0:6: warning: ISO C99 requires whitespace after the macro name libtoolize: copying file 'm4/ltoptions.m4' config.status: creating Makefile (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgcc_s_seh-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_order.c [ 8%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/evaluate.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libintl-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 2%] Generating zlib1rc.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for pollset_create - not found -- Looking for poll [ 6%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj [ 6%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_post_tree.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_post_tree.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libiconv-2.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) checking whether we are using the GNU Fortran 77 compiler... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_strongcomp.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgfortran*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_postorder.c (cp -puf /c/OMDev//tools/msys/mingw64/bin/libexpat-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Looking for include file locale.h - found :0:6: warning: ISO C99 requires whitespace after the macro name [ 7%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for snprintf /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 [ 9%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/fkvkselect.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 7%] Built target btf_object_DINT (cp -puf /c/OMDev//tools/msys/mingw64/bin/libopenblas.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make -C 3rdParty/cvode/build/mingw/ install Scanning dependencies of target zlib make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 7%] 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Detecting C compile features - done [ 7%] Building C object CMakeFiles/amd_DLONG.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 -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 -- Looking for _POSIX_TIMERS [ 4%] Building C object CMakeFiles/zlib.dir/adler32.obj libtoolize: copying file 'm4/ltsugar.m4' make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name (cp -puf /c/OMDev//tools/msys/mingw64/bin/zlib1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) yes checking whether gfortran accepts -g... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' (cp -puf /c/OMDev//tools/msys/mingw64/bin/libszip*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 11%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 8%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.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 /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 [ 8%] Built target amd_DLONG :0:6: warning: ISO C99 requires whitespace after the macro name (cp -puf /c/OMDev//tools/msys/mingw64/bin/libhdf5-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' Scanning dependencies of target sundials_nvecserial_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 7%] Building C object CMakeFiles/zlib.dir/compress.obj -- Looking for include file stdint.h - found make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' -- Looking for include file inttypes.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' (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/) Scanning dependencies of target zlibstatic make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 3%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj -- Looking for poll - not found -- Detected select polling method -- Detected ZMQ Version - 4.2.3 [ 8%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.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_valid.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_valid.c (cp -puf /c/OMDev//lib/omniORB-4.2.0-mingw64/bin/x86_win32/omnithread40_rt.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Looking for include file ifaddrs.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 9%] Building C object CMakeFiles/zlib.dir/crc32.obj [ 12%] Building C object CMakeFiles/zlibstatic.dir/adler32.obj yes [ 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 (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/) make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' (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 snprintf - found -- Looking for vasprintf [ 8%] Built target amd_DINT make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend -- Detecting CXX compile features - done libtoolize: copying file 'm4/ltversion.m4' -- Configuring done 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= [ 14%] Building C object CMakeFiles/zlib.dir/deflate.obj Scanning dependencies of target sundials_cvode_static [ 7%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' (cp -puf /c/OMDev//lib/3rdParty/Sundials64/lib/release/mingw/libsundials_kinsol.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) [ 17%] Building C object CMakeFiles/zlibstatic.dir/compress.obj -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' 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 (cp -puf /c/OMDev//lib/3rdParty/Sundials64/lib/release/mingw/libsundials_nvecserial.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) -- Looking for _POSIX_TIMERS - not found [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj [ 11%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Added NVECTOR_SERIAL module -- Looking for include file ifaddrs.h - not found -- Added KINSOL module -- Looking for include file windows.h -- Configuring done (cp -puf /c/OMDev//lib/lis64/liblis.la /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) [ 8%] Building C object CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DNBLAS -DNCHOLMOD @CMakeFiles/colamd_object_l.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/colamd_object_l.dir/COLAMD/Source/colamd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/COLAMD/Source/colamd.c [ 19%] Building C object CMakeFiles/zlibstatic.dir/crc32.obj make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/depend [ 21%] Building C object CMakeFiles/zlib.dir/gzclose.obj (cp -puf /c/OMDev//lib/lis64/liblis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) [ 14%] Linking C static library libsundials_nvecserial.a 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)) ^ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/colamd_object.dir/DependInfo.cmake --color= 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; ^ (cp -pf /c/OMDev//lib/expat-win32-msvc/libexpat.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Looking for include file inttypes.h - found -- Looking for vasprintf - not found -- Looking for include file locale.h configure: Fortran compiler options are: -O3 -pipe -- Looking for asprintf -- Generating done Scanning dependencies of target colamd_object checking for egrep... 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 -- Build files have been written to: 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' grep -E checking whether ln -s works... yes checking for a BSD-compatible install... (cp -pf /c/OMDev//lib/lapack-win32-msvc/blas_win32_MT.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 24%] Building C object CMakeFiles/zlib.dir/gzlib.obj [ 26%] Building C object CMakeFiles/zlibstatic.dir/deflate.obj [ 18%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj /usr/bin/install -c checking whether build environment is sane... [ 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 libtoolize: copying file 'm4/lt~obsolete.m4' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' (cp -pf /c/OMDev//lib/lapack-win32-msvc/lapack_win32_MT.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 16%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/graph.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c [ 18%] Built target sundials_nvecserial_static make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/depend [ 29%] Building C object CMakeFiles/zlib.dir/gzread.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= mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/ [ 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 (cp -pufr /c/OMDev//tools/xsltproc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/) 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] -- Looking for asprintf - not found 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 snprintf [ 31%] Building C object CMakeFiles/zlibstatic.dir/gzclose.obj [ 22%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 34%] Building C object CMakeFiles/zlib.dir/gzwrite.obj (cp -pufr /c/OMDev//tools/gnuplot /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/) [ 9%] Built target colamd_object_l make -C 3rdParty/kinsol/build/mingw/ install Scanning dependencies of target klu_object_DLONG make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/build [ 36%] Building C object CMakeFiles/zlibstatic.dir/gzlib.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.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.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu.c [ 39%] Building C object CMakeFiles/zlib.dir/inflate.obj make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' -- Looking for include file locale.h - found :0:6: warning: ISO C99 requires whitespace after the macro name make -C 3rdParty/lpsolve/ install CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" -j1 -- Looking for snprintf libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 41%] Building C object CMakeFiles/zlibstatic.dir/gzread.obj 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 yes [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj Scanning dependencies of target sundials_nvecserial_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' lp_rlp.l:64: warning, rule cannot be matched make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 43%] Building C object CMakeFiles/zlib.dir/infback.obj sed -e "s/yy/lp_yy/g" lex.yy.c >lp_rlp.h [ 9%] Built target colamd_object [ 3%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj [ 46%] Building C object CMakeFiles/zlibstatic.dir/gzwrite.obj rm -f lex.yy.c -- Looking for snprintf - found -- Looking for vasprintf [ 9%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.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 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 checking for gawk... gawk checking whether make sets $(MAKE)... :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 [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj -- Looking for include file windows.h - found -- Looking for include file sys/uio.h [ 48%] Building C object CMakeFiles/zlib.dir/inftrees.obj [ 51%] Building C object CMakeFiles/zlibstatic.dir/inflate.obj /usr/bin/install -c declare.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /usr/bin/install -c fortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /usr/bin/install -c ini.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 7%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj yes test -f 3rdParty/CMinpack/build/libcminpack.a || make -C 3rdParty/CMinpack/build /usr/bin/install -c lp_crash.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 37%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj [ 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 /usr/bin/install -c lp_explicit.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 53%] Building C object CMakeFiles/zlib.dir/inffast.obj make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' /C/OMDev/bin/cmake/bin/cmake.exe -H/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack -B/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/install -c lp_fortify.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_Hash.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for snprintf - found checking for style of include used by make... /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 -- Looking for vasprintf [ 56%] Building C object CMakeFiles/zlibstatic.dir/infback.obj /usr/bin/install -c lpkit.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ autoreconf: running: libtoolize --copy --force make -f CMakeFiles/Makefile2 all /usr/bin/install -c lp_lib.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/OMCompiler/3rdParty/CMinpack/build' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/depend GNU [ 11%] Linking C static library libsundials_nvecserial.a [ 58%] Building C object CMakeFiles/zlib.dir/trees.obj /usr/bin/install -c lp_matrix.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for include file sys/uio.h - not found -- Looking for include file sys/eventfd.h 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 /usr/bin/install -c lp_MDO.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 40%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.c.obj [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj /usr/bin/install -c lp_mipbb.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/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 checking dependency style of gcc... /usr/bin/install -c lp_MPS.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 [ 60%] Building C object CMakeFiles/zlibstatic.dir/inftrees.obj /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/ -- Looking for vasprintf - found -- Looking for asprintf /usr/bin/install -c lp_pricePSE.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/OMSimulator/3rdParty/kinsol/build/mingw' /usr/bin/install -c lp_report.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for vasprintf - not found -- Looking for asprintf [ 63%] Building C object CMakeFiles/zlib.dir/uncompr.obj [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_diagnostics.c [ 44%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj /usr/bin/install -c lp_rlp.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 11%] Built target sundials_nvecserial_static :0:6: warning: ISO C99 requires whitespace after the macro name [ 65%] Building C object CMakeFiles/zlibstatic.dir/inffast.obj /usr/bin/install -c lp_scale.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/kinsol/build/mingw' /usr/bin/install -c lp_simplex.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.c.obj Scanning dependencies of target cminpack 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 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 /usr/bin/install -c lp_solveDLL.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for include file sys/eventfd.h - not found -- Looking for fopen in ws2_32 [ 68%] Building C object CMakeFiles/zlib.dir/zutil.obj /usr/bin/install -c lpsolve.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' /usr/bin/install -c lp_SOS.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 70%] Building C object CMakeFiles/zlibstatic.dir/trees.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c: In function 'gk_i64readfile': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c:192:20: warning: ISO C does not support the 'I64' ms_scanf length modifier [-Wformat=] sscanf(line, "%"SCNd64, &array[nlines++]); ^ /usr/bin/install -c lp_types.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 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 [ 48%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj /usr/bin/install -c lp_utils.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 2.2.2.patch' /usr/bin/install -c lp_wlp.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 10%] 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 (Stripping trailing CRs from patch; use --binary to disable.) /usr/bin/install -c ufortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ patching file 'Modelica 2.2.2/Constants.mo' [ 73%] Linking C shared library libzlib.dll -- Looking for asprintf - not found -- Looking for snprintf echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.uses" :0:6: warning: ISO C99 requires whitespace after the macro name /usr/bin/install -c yacc_read.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ echo 'modelica1.1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.license" Scanning dependencies of target sundials_kinsol_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 4%] Building C object CMakeFiles/cminpack.dir/enorm.c.obj [ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.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 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 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" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 51%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj bison --no-lines -y -d lp_rlp.y [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj echo 'omlibrary-msl222' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.breaks" /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_extract.c [ 75%] Building C object CMakeFiles/zlibstatic.dir/uncompr.obj :0:6: warning: ISO C99 requires whitespace after the macro name # Building git/Modelica [ 14%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj gcc3 checking dependency style of g++ ... ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.1' 'af2a3e1597d648d6826665c89cf9eaf5c2a632bc' [ 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Looking for asprintf - found -- Looking for localeconv [ 78%] Building C object CMakeFiles/zlibstatic.dir/zutil.obj [ 78%] Built target zlib [ 22%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.obj make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.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/__/GKlib/mcore.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c [ 55%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj sed -e "s/yy/lp_yy/g" y.tab.c >lp_rlp.c [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_factor.c 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= [ 8%] Building C object CMakeFiles/cminpack.dir/hybrj.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/hybrj.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj.c rm -f y.tab.c 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] -- Looking for fopen in ws2_32 - found -- Looking for fopen in ws2 [ 80%] Linking C static library libzlibstatic.a [ 18%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.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 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 [ 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/OMCompiler/3rdParty/SuiteSparse/build' [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj [ 24%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/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_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_numeric.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/memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c [ 11%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for snprintf - found -- Looking for vasprintf [ 10%] Building C object CMakeFiles/cminpack.dir/lmdif1.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmdif1.c :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/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] HEAD is now at d442bcd46 A.Haumer: corrected spelling error in documentation [ 22%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.c.obj [ 80%] Built target zlibstatic make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 62%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj [ 12%] Building C object CMakeFiles/cminpack.dir/lmstr1.c.obj [ 11%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.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 /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 Scanning dependencies of target example make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name gcc3 checking whether to enable maintainer-specific portions of Makefiles... no make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' checking host system type... -- Looking for localeconv - found [ 25%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_band.c.obj -- Looking for sys/types.h [ 82%] Building C object CMakeFiles/example.dir/test/example.obj [ 14%] Building C object CMakeFiles/cminpack.dir/qrfac.c.obj [ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.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 /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 [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_kernel.c [ 66%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for fopen in ws2 - not found -- Looking for fopen in rpcrt4 [ 85%] Linking C executable example.exe [ 29%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_dense.c.obj i686-pc-mingw32 [ 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 [ 70%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj [ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze_given.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.obj checking for a sed that does not truncate output... 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 [ 13%] 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 -- Looking for vasprintf - found -- Looking for asprintf [ 33%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_sparse.c.obj [ 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name /usr/bin/sed checking for ld used by gcc... [ 85%] Built target example [ 74%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj [ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/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 [ 27%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.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/pdb.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/pdb.c [ 13%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_refactor.c Scanning dependencies of target example64 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 20%] Building C object CMakeFiles/cminpack.dir/fdjac1.c.obj [ 37%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.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 -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for sys/types.h - found -- Check size of long double make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= [ 87%] Building C object CMakeFiles/example64.dir/test/example.obj [ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj [ 77%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 22%] Building C object CMakeFiles/cminpack.dir/hybrd.c.obj -- Looking for fopen in rpcrt4 - found -- Looking for fopen in iphlpapi /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 [ 40%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spbcgs.c.obj HEAD is now at af2a3e159 Fixes #1449 [ 13%] 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 [ 90%] Linking C executable example64.exe :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_DLONG_CONJUGATE_SOLVE [ 29%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build 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 [ 81%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 14%] 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 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... [ 14%] 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 [ 44%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spfgmr.c.obj [ 14%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj -- Looking for asprintf - found yes checking for C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -- Looking for localeconv -r checking for BSD-compatible nm... /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 [ 24%] Building C object CMakeFiles/cminpack.dir/lmder1.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/lmder1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmder1.c :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' HEAD is now at af2a3e159 Fixes #1449 [ 14%] 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 /mingw64/bin/nm -B checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)? checking how to run the C preprocessor... [ 90%] Built target example64 [ 85%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.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' [ 26%] Building C object CMakeFiles/cminpack.dir/lmdif.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmdif.c [ 48%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spgmr.c.obj [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target minigzip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' test ! -d 'build//Modelica 3.1' [ 15%] 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Check size of long double - done -- Check size of long long int cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1" [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_factor.c [ 88%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj [ 92%] Building C object CMakeFiles/minigzip.dir/test/minigzip.obj :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' [ 51%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_sptfqmr.c.obj [ 15%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE -- Looking for fopen in iphlpapi - found [ 30%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.obj [ 28%] Building C object CMakeFiles/cminpack.dir/lmstr.c.obj -- Looking for SO_PEERCRED 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 /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmstr.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 15%] Building C object CMakeFiles/klu_object_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 [ 95%] Linking C executable minigzip.exe :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target minigzip64 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 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/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_numeric.c [ 55%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj -- Looking for localeconv - found :0:6: warning: ISO C99 requires whitespace after the macro name [ 97%] Building C object CMakeFiles/minigzip64.dir/test/minigzip.obj -- Looking for sys/types.h libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' [ 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 gcc -E make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 96%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj [ 16%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.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 -- Looking for SO_PEERCRED - not found [ 16%] Built target klu_object_DLONG make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Looking for LOCAL_PEERCRED :0:6: warning: ISO C99 requires whitespace after the macro name [ 59%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj [100%] Linking C executable minigzip64.exe [ 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 [ 32%] Building C object CMakeFiles/cminpack.dir/rwupdt.c.obj [100%] Built target minigzip /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 make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.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_DO_VALUES.dir/DependInfo.cmake --color= [ 16%] 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 [ 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 [100%] Linking C static library libsundials_cvode.a -- Check size of long long int - done [ 34%] Building C object CMakeFiles/cminpack.dir/dpmpar.c.obj -- Check size of unsigned long long int Scanning dependencies of target umfpack_olib_DLONG_DO_VALUES /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/dpmpar.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/dpmpar.c make[4]: 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 [ 33%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/seq.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/seq.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/seq.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' 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_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 -- Looking for LOCAL_PEERCRED - not found [ 16%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.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 [ 66%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj -- Looking for pthread.h :0:6: warning: ISO C99 requires whitespace after the macro name [100%] Built target minigzip64 [ 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[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DROP.dir/DependInfo.cmake --color= Install the project... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 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 [100%] Built target sundials_cvode_static make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' -- Looking for sys/types.h - found -- Check size of long double [ 17%] 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 [ 38%] Building C object CMakeFiles/cminpack.dir/hybrj1.c.obj -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/lib/libzlib.dll.a checking for ANSI C header files... /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 -- 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 [ 17%] Built target umfpack_olib_DLONG_DO_VALUES -- 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 [ 70%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' 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 [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/string.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/string.c [ 17%] 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 Install the project... 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 -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_config.h Install shared components [ 40%] Building C object CMakeFiles/cminpack.dir/lmder.c.obj -- 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 /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 -- 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 [ 17%] Building C object CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_nvector.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 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_fnvector.h libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' -- 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 make -C 3rdParty/zlib/build/mingw/minizip/ install Install NVECTOR_SERIAL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/lib/libsundials_nvecserial.a :0:6: warning: ISO C99 requires whitespace after the macro name -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/nvector/nvector_serial.h Install CVODE -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/lib/libsundials_cvode.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_band.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_bandpre.h make[2]: 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_bbdpre.h [ 74%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj -- 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 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_sptfqmr.h [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_impl.h /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_solve.c make[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 :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_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= -- Check size of unsigned long long int - done -- Check size of struct lconv make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 77%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj 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 -- Looking for pthread.h - found -- Looking for pthread_create [ 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 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' Scanning dependencies of target minizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 18%] 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 [ 18%] Built target umfpack_olib_ZINT_DROP make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 [ 81%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sparse.c.obj [ 16%] Building C object CMakeFiles/minizip.dir/ioapi.c.obj [ 19%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj -- Check size of long double - done -- Check size of long long int /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_tsolve.c libtoolize: copying file 'm4/ltoptions.m4' [ 19%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /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 make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/DependInfo.cmake --color= [ 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 make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/depend [ 85%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spbcgs.c.obj [ 33%] Building C object CMakeFiles/minizip.dir/miniunz.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_DLONG_FIXQ 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE [ 48%] 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 [ 40%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/tokenizer.c Scanning dependencies of target umfpack_olib_ZLONG_FIXQ make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build [ 19%] Building C object CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj [ 19%] Built target klu_object_DINT /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 [ 88%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spfgmr.c.obj 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 [ 50%] Building C object CMakeFiles/minizip.dir/minizip.c.obj -- Check size of struct lconv - done [ 50%] Building C object CMakeFiles/cminpack.dir/covar1.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/covar1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/covar1.c [ 19%] Building C object CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -- Performing Test HAVE_LCONV_DECIMAL_POINT /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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for pthread_create - found [ 41%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.c.obj make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/depend -- Found Threads: TRUE -- Looking for clock_gettime 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 libtoolize: copying file 'm4/ltsugar.m4' 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= [ 92%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spgmr.c.obj [ 52%] Building C object CMakeFiles/cminpack.dir/chkder_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/chkder_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/chkder_.c Scanning dependencies of target umfpack_olib_ZLONG_WSOLVE yes make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Check size of long long int - done -- Check size of unsigned long long int make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 19%] Built target umfpack_olib_DLONG_FIXQ checking for sys/types.h... [ 43%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.obj [ 20%] Building C object CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.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 /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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 96%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sptfqmr.c.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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 66%] Building C object CMakeFiles/minizip.dir/unzip.c.obj [ 20%] Built target umfpack_olib_ZLONG_FIXQ [ 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 [ 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]: 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/depend [ 83%] Building C object CMakeFiles/minizip.dir/zip.c.obj [ 20%] Built target umfpack_olib_ZLONG_WSOLVE [ 58%] Building C object CMakeFiles/cminpack.dir/hybrj_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj_.c make[4]: 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 -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend [100%] Linking C static library libsundials_kinsol.a [ 46%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.obj [ 60%] Building C object CMakeFiles/cminpack.dir/lmdif1_.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 /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmdif1_.c libtoolize: copying file 'm4/ltversion.m4' 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= -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP 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_DLONG_DO_MAP_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build -- Looking for clock_gettime - not found -- Looking for fork 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= make[4]: Entering 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/depend [100%] Linking C static library libminizip.a yes make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 21%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/DependInfo.cmake --color= [ 62%] Building C object CMakeFiles/cminpack.dir/lmstr1_.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 Scanning dependencies of target umfpack_olib_DLONG_DO_MAP /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 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 :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' [100%] Built target sundials_kinsol_static make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' 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 [ 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 [ 21%] 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/OMSimulator/3rdParty/zlib/build/mingw/minizip' -- Check size of unsigned long long int - done /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 -- Check size of struct lconv make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 64%] Building C object CMakeFiles/cminpack.dir/qrfac_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrfac_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qrfac_.c :0:6: warning: ISO C99 requires whitespace after the macro name checking for sys/stat.h... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [100%] Built target minizip Install the project... make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 21%] Building C object CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE @CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c [ 21%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES :0:6: warning: ISO C99 requires whitespace after the macro name -- 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 libtoolize: copying file 'm4/lt~obsolete.m4' -- 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 [ 50%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.obj -- 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 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 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_types.h make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/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 the project... Install KINSOL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/lib/libsundials_kinsol.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_band.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_bbdpre.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_dense.h -- 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 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/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 [ 21%] Built target umfpack_olib_DLONG_DO_MAP -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/lib/libminizip.a make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/minizip.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/miniunz.h [ 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 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 [ 21%] Built target umfpack_olib_DINT_WSOLVE [ 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 [ 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 [ 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_DINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= [ 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 Scanning dependencies of target umfpack_olib_DINT_DO_MAP_DO_VALUES make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/depend make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success 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 -- Looking for fork - not found -- Looking for gethrtime 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= make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 54%] Building C object libmetis/CMakeFiles/metis.dir/debug.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/debug.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c [ 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 [ 21%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj yes /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 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 :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:/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] [ 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 [ 22%] 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[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Check size of struct lconv - done :0:6: warning: ISO C99 requires whitespace after the macro name checking for stdlib.h... -- Performing Test HAVE_LCONV_DECIMAL_POINT make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend [ 22%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES [ 56%] Building C object libmetis/CMakeFiles/metis.dir/fm.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= 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 [ 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 [ 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' [ 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 Scanning dependencies of target umfpack_olib_DINT_FIXQ [ 22%] Built target umfpack_olib_ZINT_WSOLVE [ 80%] Building C object CMakeFiles/cminpack.dir/qrsolv_.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrsolv_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qrsolv_.c Scanning dependencies of target umfpack_olib_DINT 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 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_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/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 -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name [ 22%] 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 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= -- Check size of intmax_t - done [ 22%] 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 -- Check size of uintmax_t -- Looking for gethrtime - not found :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for mkdtemp [ 61%] Building C object libmetis/CMakeFiles/metis.dir/gklib.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.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/gklib.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 yes make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/DependInfo.cmake --color= make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/depend [ 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 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= [ 23%] 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 Scanning dependencies of target umfpack_olib_ZINT_DO_MAP 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 -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build [ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.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_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c [ 23%] Built target umfpack_olib_DINT_FIXQ checking for string.h... Scanning dependencies of target umfpack_olib_DINT_DROP 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 -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP [ 86%] Building C object CMakeFiles/cminpack.dir/fdjac2_.c.obj patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.1.patch' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac2_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/fdjac2_.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 62%] Building C object libmetis/CMakeFiles/metis.dir/graph.c.obj [ 23%] 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 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 [ 23%] Building C object CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Constants.mo' :0:6: warning: ISO C99 requires whitespace after the macro name [ 64%] Building C object libmetis/CMakeFiles/metis.dir/initpart.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 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 (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Electrical/Digital.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Fluid/Pipes.mo' [ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/IdealGases/Common/FluidData.mo' /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 :0:6: warning: ISO C99 requires whitespace after the macro name (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/IdealGases/Common/package.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/package.mo' :0:6: warning: ISO C99 requires whitespace after the macro name (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/IF97_Utilities.mo' [ 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 (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/package.mo' make[4]: Leaving 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.order' echo 'ModelicaServices 1.0' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.uses" [ 23%] Built target umfpack_olib_ZINT_DO_MAP echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.license" 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" Scanning dependencies of target umfpack_olib_ZINT make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/depend [ 90%] Building C object CMakeFiles/cminpack.dir/lmder_.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmder_.c make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c echo 'omlibrary-msl31' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.breaks" [ 66%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/DependInfo.cmake --color= cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/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 test ! -d 'build//ModelicaServices 1.0' -- Check size of uintmax_t - done make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Check size of uintptr_t -- Looking for mkdtemp - not found make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Performing Test HAVE_FLAG_-Wall cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0" yes [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj [ 92%] Building C object CMakeFiles/cminpack.dir/lmpar_.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 /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 Scanning dependencies of target umfpack_olib_ZLONG_DO_VALUES [ 23%] Built target umfpack_olib_DINT_DROP 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 patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 1.0.patch' :0:6: warning: ISO C99 requires whitespace after the macro name [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 67%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.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_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.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/kwayfm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayfm.c (Stripping trailing CRs from patch; use --binary to disable.) patching file 'ModelicaServices 1.0/package.mo' echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.uses" make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.license" [ 25%] Building C object CMakeFiles/umfpack_olib_ZLONG_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 -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 /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /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= 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 -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend checking for memory.h... [ 25%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj [ 94%] Building C object CMakeFiles/cminpack.dir/qform_.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 -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 /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 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= echo 'omlibrary-msl31' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.breaks" -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success -- Check size of intmax_t :0:6: warning: ISO C99 requires whitespace after the macro name # Building git/Modelica ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.1' '60cb4e48077fa22cc97d02e767baa83ec78aadf9' 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 96%] Building C object CMakeFiles/cminpack.dir/r1mpyq_.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Built target umfpack_olib_ZLONG_DO_VALUES /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 [ 69%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.obj [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.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 /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 [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_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_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.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_load_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name 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 [ 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 -- Performing Test HAVE_FLAG_-Wall - Success -- Performing Test HAVE_FLAG_-Wextra Scanning dependencies of target umfpack_olib_DLONG_WSOLVE [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -- Check size of uintptr_t - done /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[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build -- Check size of ptrdiff_t [ 26%] 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 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' :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c [ 27%] Building C object CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE @CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [100%] Linking C static library libcminpack.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/cminpack.dir/cmake_clean_target.cmake make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' checking for strings.h... Scanning dependencies of target umfpack_olib_ZLONG make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' HEAD is now at af2a3e159 Fixes #1449 make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/build /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/cminpack.dir/link.txt --verbose=1 [ 27%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.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_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.c [ 27%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE 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 [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.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_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name 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 [ 70%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/mcutil.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mcutil.c [ 28%] Built target umfpack_olib_DLONG_WSOLVE C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libcminpack.a [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -- Check size of intmax_t - done /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 -- Check size of uintmax_t [ 29%] 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 make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/depend make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name [100%] Built target cminpack 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 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 [ 29%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/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_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c test ! `uname` = Darwin || install_name_tool -id @rpath/libcminpack.a 3rdParty/CMinpack/build/libcminpack.a make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 72%] Building C object libmetis/CMakeFiles/metis.dir/mesh.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/mesh.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mesh.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -- Performing Test HAVE_FLAG_-Wextra - Success /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 # copy dll/so to lib/omc/ folders -- Performing Test HAVE_FLAG_-Wno-long-long (rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcminpack.a*) [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.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 -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 yes -- Check size of ptrdiff_t - done :0:6: warning: ISO C99 requires whitespace after the macro name (cp -af 3rdParty/CMinpack/build/libcminpack.a* /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc) make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend [ 30%] 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 [ 30%] 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 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= # Darwin has to be special always :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name (test ! `uname` = Darwin || cp -af 3rdParty/CMinpack/build/lib*.dylib /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc) make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' 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 [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj [ 30%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES /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 checking for inttypes.h... [ 31%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.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 -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 [ 74%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.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/meshpart.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/meshpart.c -- Check size of off64_t make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/depend [ 31%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 31%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c [ 32%] 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 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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of uintmax_t - done -- Check size of uintptr_t Scanning dependencies of target umfpack_olib make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/depend [ 32%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj 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 /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 [ 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 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= make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 32%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj [ 32%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.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 /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 Scanning dependencies of target umfpack_olib_ZINT_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 32%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/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_get_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.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/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); ^ [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -- Performing Test HAVE_FLAG_-Wno-long-long - Success /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 -- Performing Test HAVE_FLAG_-Wno-uninitialized 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 [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.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 [ 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 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' [ 35%] 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 [ 35%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c [ 35%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE :0:6: warning: ISO C99 requires whitespace after the macro name [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj [ 35%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -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 /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]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking for stdint.h... [ 35%] Built target umfpack_olib_ZINT_DO_VALUES [ 79%] Building C object libmetis/CMakeFiles/metis.dir/mmd.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/mmd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mmd.c [ 35%] 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 -- Check size of off64_t - done -- Looking for fseeko [ 36%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c [ 36%] 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 [ 36%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c :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' :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of uintptr_t - done -- Check size of ptrdiff_t [ 36%] Built target umfpack_olib [ 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 [ 36%] 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 [ 36%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/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_report_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.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 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= :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 [ 82%] Building C object libmetis/CMakeFiles/metis.dir/options.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/options.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/options.c -- Performing Test HAVE_FLAG_-Wno-uninitialized - Success -- Performing Test HAVE_FLAG_-pedantic 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 [ 37%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_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 :0:6: warning: ISO C99 requires whitespace after the macro name yes [ 38%] 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 [ 38%] 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 :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_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DROP.dir/DependInfo.cmake --color= make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_triplet.c [ 38%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_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_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c checking for unistd.h... 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.dir/DependInfo.cmake --color= [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 38%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_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_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 Scanning dependencies of target umfpack_olib_DLONG_DROP [ 85%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/pmetis.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/pmetis.c make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/build [ 38%] Built target umfpack_olib_ZLONG_DO_MAP :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for fseeko - found -- Looking for unistd.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 38%] 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 [ 38%] 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 -- Check size of ptrdiff_t - done [ 39%] 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 :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/autoconf --force [ 39%] 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 -- Performing Test HAVE_FLAG_-pedantic - Success -- Checking whether SOCK_CLOEXEC is supported -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC 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 [ 40%] 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 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= :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of off64_t configure.ac:9: installing './compile' configure.ac:12: installing './config.guess' Scanning dependencies of target umfpack_olib_DINT_DO_MAP [ 40%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -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 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 [ 40%] 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 configure.ac:12: installing './config.sub' :0:6: warning: ISO C99 requires whitespace after the macro name [ 40%] Built target umfpack_olib_DLONG_DROP 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 configure.ac:5: installing './install-sh' [ 40%] 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 [ 40%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj [ 87%] Building C object libmetis/CMakeFiles/metis.dir/refine.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 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 [ 40%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj configure.ac:5: installing './missing' /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 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 :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 Makefile.am: installing './INSTALL' make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/depend -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Failed -- Checking whether SO_KEEPALIVE is supported checking dlfcn.h usability... -- Performing Test ZMQ_HAVE_SO_KEEPALIVE 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= [ 41%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_DLONG 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 -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/build [ 41%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_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/umfpack_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c Makefile.am: installing './depcomp' Scanning dependencies of target umfpack_olib_ZINT_FIXQ make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for unistd.h - found [ 41%] Built target umfpack_olib_DINT_DO_MAP make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' 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); ^ [ 41%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj [ 88%] Building C object libmetis/CMakeFiles/metis.dir/separator.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 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 [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.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 "fmiimport". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. /C/OMDev/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 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 (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))) [ 42%] Building C object CMakeFiles/umfpack_olib_ZINT_FIXQ.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 -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 make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/depend :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 [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Configuring done 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= [ 42%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 90%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.obj -- Performing Test ZMQ_HAVE_SO_KEEPALIVE - Failed -- Checking whether TCP_KEEPCNT is supported :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/sfm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/sfm.c -- Performing Test ZMQ_HAVE_TCP_KEEPCNT Scanning dependencies of target umfpack_olib_ZLONG_DROP no checking dlfcn.h presence... [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -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 -- Check size of off64_t - done -- Looking for fseeko [ 43%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' 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. :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c [ 43%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_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_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.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_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 44%] Building C object CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj HEAD is now at 60cb4e480 Added mass flow rate start value for easier convergence /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DROP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_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_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_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name :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]: 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= [ 44%] Built target umfpack_olib_ZINT_FIXQ [ 44%] 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 [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_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/umfpack_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_ZLONG_DO_MAP_DO_VALUES 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 [ 91%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/srefine.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/srefine.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 44%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj no checking for dlfcn.h... /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 -- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Failed test ! -f 'build//Complex 3.2.1.mo' -- Checking whether TCP_KEEPIDLE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' no :0:6: warning: ISO C99 requires whitespace after the macro name cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.mo" [ 44%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -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 make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/depend checking how to run the C++ preprocessor... echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.uses" [ 45%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 45%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj [ 45%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/DependInfo.cmake --color= echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.license" :0:6: warning: ISO C99 requires whitespace after the macro name -- Generating done [ 45%] Built target umfpack_olib_ZLONG_DROP :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name echo '3.2.1+build.4-18-g60cb4e4-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.last_change" [ 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 echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.breaks" -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build Scanning dependencies of target umfpack_olib_DINT_DO_VALUES [ 93%] Building C object libmetis/CMakeFiles/metis.dir/stat.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/stat.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/stat.c :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_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build [ 46%] 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 test ! -d 'build//Modelica 3.2.1' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 46%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 46%] 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 [ 46%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 95%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.obj [ 46%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES 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 [ 47%] Building C object CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE - Failed /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 -- Checking whether TCP_KEEPINTVL is supported -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name test -f 3rdParty/FMIL/build/libfmilib.a || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" make -C 3rdParty/FMIL/build -- Looking for fseeko - found :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for unistd.h [ 47%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 47%] 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 [ 48%] 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 make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name [ 48%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj 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 /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 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= [ 96%] Building C object libmetis/CMakeFiles/metis.dir/util.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/util.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/util.c [ 48%] Built target umfpack_olib_DINT_DO_VALUES make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' Scanning dependencies of target amd make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 48%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/build 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/umfpack_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c [ 49%] 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 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 [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj Scanning dependencies of target expatex /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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 98%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/wspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c [ 49%] Linking C static library libamd.a -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Failed -- Checking whether TCP_KEEPALIVE is supported :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/amd.dir/cmake_clean_target.cmake make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 49%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj g++ -E /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 /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/amd.dir/link.txt --verbose=1 make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend [ 50%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.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 :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_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c [ 1%] Creating directories for 'expatex' 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= autoreconf: running: /usr/bin/autoheader --force 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); ^ C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libamd.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/FMIL/build' [ 50%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c Scanning dependencies of target btf 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 -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/build [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 51%] 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 [ 51%] Built target amd Scanning dependencies of target c99snprintf make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 51%] Linking C static library libbtf.a [100%] Linking C static library libmetis.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/btf.dir/cmake_clean_target.cmake :0:6: warning: ISO C99 requires whitespace after the macro name [ 51%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj 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 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/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/FMIL/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/btf.dir/link.txt --verbose=1 :0:6: warning: ISO C99 requires whitespace after the macro name 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 [ 2%] Generating zlib1rc.obj [ 51%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_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_save_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c [ 2%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj -- Looking for unistd.h - found cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/metis.dir/link.txt --verbose=1 C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libbtf.a :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed -- Checking whether TIPC is supported [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -- Performing Test ZMQ_HAVE_TIPC /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 [ 3%] No download step for 'expatex' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/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. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "jmutils". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmixml". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmicapi". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "minizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "zlib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "c99snprintf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- will be merging C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmiimport.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libjmutils.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmixml.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmizip.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmicapi.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/./libexpat.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/Config.cmake/Minizip/libminizip.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/zlib/libzlib.a;C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ThirdParty/c99_snprintf/libc99snprintf.a CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:85 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmilib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- outfile location is C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a C:/OMDev/tools/msys/mingw64/bin/ar.exe qc libmetis.a CMakeFiles/metis.dir/__/GKlib/b64.c.obj CMakeFiles/metis.dir/__/GKlib/blas.c.obj CMakeFiles/metis.dir/__/GKlib/csr.c.obj CMakeFiles/metis.dir/__/GKlib/error.c.obj CMakeFiles/metis.dir/__/GKlib/evaluate.c.obj CMakeFiles/metis.dir/__/GKlib/fkvkselect.c.obj CMakeFiles/metis.dir/__/GKlib/fs.c.obj CMakeFiles/metis.dir/__/GKlib/getopt.c.obj CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj CMakeFiles/metis.dir/__/GKlib/graph.c.obj CMakeFiles/metis.dir/__/GKlib/htable.c.obj CMakeFiles/metis.dir/__/GKlib/io.c.obj CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj CMakeFiles/metis.dir/__/GKlib/mcore.c.obj CMakeFiles/metis.dir/__/GKlib/memory.c.obj CMakeFiles/metis.dir/__/GKlib/omp.c.obj CMakeFiles/metis.dir/__/GKlib/pdb.c.obj CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj CMakeFiles/metis.dir/__/GKlib/random.c.obj CMakeFiles/metis.dir/__/GKlib/rw.c.obj CMakeFiles/metis.dir/__/GKlib/seq.c.obj CMakeFiles/metis.dir/__/GKlib/sort.c.obj CMakeFiles/metis.dir/__/GKlib/string.c.obj CMakeFiles/metis.dir/__/GKlib/timers.c.obj CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj CMakeFiles/metis.dir/__/GKlib/util.c.obj CMakeFiles/metis.dir/auxapi.c.obj CMakeFiles/metis.dir/balance.c.obj CMakeFiles/metis.dir/bucketsort.c.obj CMakeFiles/metis.dir/checkgraph.c.obj CMakeFiles/metis.dir/coarsen.c.obj CMakeFiles/metis.dir/compress.c.obj CMakeFiles/metis.dir/contig.c.obj CMakeFiles/metis.dir/debug.c.obj CMakeFiles/metis.dir/fm.c.obj CMakeFiles/metis.dir/fortran.c.obj CMakeFiles/metis.dir/frename.c.obj CMakeFiles/metis.dir/gklib.c.obj CMakeFiles/metis.dir/graph.c.obj CMakeFiles/metis.dir/initpart.c.obj CMakeFiles/metis.dir/kmetis.c.obj CMakeFiles/metis.dir/kwayfm.c.obj CMakeFiles/metis.dir/kwayrefine.c.obj CMakeFiles/metis.dir/mcutil.c.obj CMakeFiles/metis.dir/mesh.c.obj CMakeFiles/metis.dir/meshpart.c.obj CMakeFiles/metis.dir/minconn.c.obj CMakeFiles/metis.dir/mincover.c.obj CMakeFiles/metis.dir/mmd.c.obj CMakeFiles/metis.dir/ometis.c.obj CMakeFiles/metis.dir/options.c.obj CMakeFiles/metis.dir/parmetis.c.obj CMakeFiles/metis.dir/pmetis.c.obj CMakeFiles/metis.dir/refine.c.obj CMakeFiles/metis.dir/separator.c.obj CMakeFiles/metis.dir/sfm.c.obj CMakeFiles/metis.dir/srefine.c.obj CMakeFiles/metis.dir/stat.c.obj CMakeFiles/metis.dir/timing.c.obj CMakeFiles/metis.dir/util.c.obj CMakeFiles/metis.dir/wspace.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name 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 *); ^ [ 51%] Built target btf C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libmetis.a -- Configuring done [ 51%] 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 [ 51%] 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 [ 51%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' /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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 4%] No patch step for 'expatex' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend 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. [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_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/colamd.dir/DependInfo.cmake --color= /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 [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 checking the maximum length of command line arguments... 8192 checking command to parse /mingw64/bin/nm -B output from gcc object... :0:6: warning: ISO C99 requires whitespace after the macro name [ 5%] No update step for 'expatex' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' cp 3rdParty/metis-5.1.0/libmetis/libmetis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libmetis.a 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 [ 52%] 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 -- Performing Test ZMQ_HAVE_TIPC - Failed -- Checking pthread_setname signature -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 53%] 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 Scanning dependencies of target zlib make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 53%] Building C object CMakeFiles/umfpack_olib_ZINT.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 -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 [ 53%] Linking C static library libcolamd.a [ 6%] Performing configure step for 'expatex' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/colamd.dir/cmake_clean_target.cmake [ 7%] Linking C static library libc99snprintf.a :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 [ 7%] Building C object zlib/CMakeFiles/zlib.dir/adler32.obj 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 [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.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_qsymbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_qsymbolic.c C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libcolamd.a [ 53%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 53%] 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 [ 54%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Generating done :0:6: warning: ISO C99 requires whitespace after the macro name [ 54%] Built target colamd 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 make -C 3rdParty/FMIL/build/mingw/ install make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 8%] Building C object zlib/CMakeFiles/zlib.dir/compress.obj -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 8%] Built target c99snprintf make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/depend [ 54%] 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 [ 55%] 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 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= [ 55%] 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 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 55%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name 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 -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 Scanning dependencies of target klu make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/build 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 9%] Building C object zlib/CMakeFiles/zlib.dir/crc32.obj [ 56%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c Scanning dependencies of target expatex make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 56%] Linking C static library libklu.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/klu.dir/cmake_clean_target.cmake :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/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/klu.dir/link.txt --verbose=1 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 56%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj [ 10%] Building C object zlib/CMakeFiles/zlib.dir/deflate.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c 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 [ 1%] Creating directories for 'expatex' checking for a BSD-compatible install... :0:6: warning: ISO C99 requires whitespace after the macro name [ 56%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libklu.a /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c -- The CXX compiler identification is GNU 5.3.0 [ 56%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe [ 56%] Built target klu make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' Scanning dependencies of target jmutils ok checking for objdir... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /usr/bin/install -c checking whether build environment is sane... [ 56%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.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 -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 [ 57%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj [ 57%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_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_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 -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 Scanning dependencies of target c99snprintf .libs checking for ar... ar checking for ranlib... ranlib checking for strip... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' strip :0:6: warning: ISO C99 requires whitespace after the macro name [ 11%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj :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_ZLONG.dir/UMFPACK/Source/umf_2by2.c.obj yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 12%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.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 -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 - Success :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 [ 1%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj [ 2%] No download step for 'expatex' autoreconf: running: automake --add-missing --copy --force-missing [ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_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_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c In file included from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:321:0: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:525:12: warning: '_errno' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] extern int errno; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c: In function 'rpl_vsnprintf': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:537:2: note: in expansion of macro 'LLONG' LLONG *llongptr; ^ In file included from C:/OMDev/tools/msys/mingw64/lib/gcc/x86_64-w64-mingw32/5.3.0/include/stdarg.h:1:0, from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:287: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:711:27: note: in expansion of macro 'LLONG' value = va_arg(args, LLONG); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:348:30: warning: ISO C90 does not support 'long long' [-Wlong-long] #define ULLONG unsigned long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:756:27: note: in expansion of macro 'ULLONG' value = va_arg(args, ULLONG); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:877:30: note: in expansion of macro 'LLONG' llongptr = va_arg(args, LLONG *); ^ [ 58%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_free.c [ 58%] Building C object CMakeFiles/umfpack_olib_ZLONG.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 -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 checking for a thread-safe mkdir -p... [ 58%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c [ 13%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.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 :0:6: warning: ISO C99 requires whitespace after the macro name /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... [ 14%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 3%] No patch step for 'expatex' [ 4%] Generating zlib1rc.obj [ 58%] 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 [ 5%] No update step for 'expatex' :0:6: warning: ISO C99 requires whitespace after the macro name [ 58%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SET_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_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c yes [ 58%] 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 checking if gcc supports -fno-rtti -fno-exceptions... :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/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] } ^ [ 6%] Linking C static library libc99snprintf.a checking whether make supports nested variables... -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info [ 58%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj [ 7%] Performing configure step for 'expatex' /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 [ 59%] 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 [ 15%] Building C object zlib/CMakeFiles/zlib.dir/gzread.obj :0:6: warning: ISO C99 requires whitespace after the macro name 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' [ 59%] 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 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' no checking for gcc option to produce PIC... -DDLL_EXPORT checking if gcc PIC flag -DDLL_EXPORT works... [ 59%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.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/umf_build_tuples.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c [ 7%] Built target c99snprintf checking for gcc... gcc [ 7%] Building C object zlib/CMakeFiles/zlib.dir/adler32.obj -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME - Failed :0:6: warning: ISO C99 requires whitespace after the macro name [ 60%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj [ 61%] Building C object CMakeFiles/umfpack_olib_DLONG.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/umf_get_memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c /C/OMDev/tools/msys/mingw64/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 [ 15%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj loading initial cache file C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/tmp/expatex-cache-Release.cmake -- The C compiler identification is GNU 5.3.0 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 61%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_grow_front.c [ 16%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.obj [ 61%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c :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_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj yes checking if gcc static flag -static works... /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 [ 8%] Building C object zlib/CMakeFiles/zlib.dir/compress.obj [ 61%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name -- The CXX compiler identification is GNU 5.3.0 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 62%] 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 [ 17%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Detecting C compiler ABI info - done :0:6: warning: ISO C99 requires whitespace after the macro name [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -- Found PythonInterp: C:/OMDev/tools/msys/mingw64/bin/python.exe (found version "2.7.11") /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 -- Could NOT find AsciiDoc (missing: ASCIIDOC_EXECUTABLE) yes checking if gcc supports -c -o file.o... -- Detecting C compile features :0:6: warning: ISO C99 requires whitespace after the macro name [ 62%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj [ 9%] Building C object zlib/CMakeFiles/zlib.dir/crc32.obj checking whether the C compiler works... /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 [ 62%] 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 [ 18%] Building C object zlib/CMakeFiles/zlib.dir/inflate.obj :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target jmutils 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' [ 62%] 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 [ 10%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name 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); ^ [ 63%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj [ 63%] Building C object CMakeFiles/umfpack_olib_DLONG.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/umf_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.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 [ 63%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj -- Configuring 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_is_permutation.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_is_permutation.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 11%] Building C object zlib/CMakeFiles/zlib.dir/deflate.obj yes checking for C compiler default output file name... a.exe [ 63%] 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 checking for suffix of executables... [ 64%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 65%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.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 /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 :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 yes checking whether the gcc linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works .exe -- Detecting C compiler ABI info [ 65%] 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 [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.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_kernel_init.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c checking whether we are cross compiling... -- Generating done :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 test -f 3rdParty/libzmq/build/lib/libzmq.dll || make -C 3rdParty/libzmq/build yes checking dynamic linker characteristics... [ 65%] 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 [ 65%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj [ 19%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj 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 [ 65%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/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_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 /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 :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/Makefile2 all [ 20%] Building C object zlib/CMakeFiles/zlib.dir/infback.obj 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 no [ 21%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj [ 12%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.obj checking for suffix of object files... [ 65%] 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 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 [ 13%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.obj [ 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 Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... :0:6: warning: ISO C99 requires whitespace after the macro name [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.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 [ 66%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes /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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 22%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name o checking whether we are using the GNU C compiler... [ 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 [ 68%] 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 [ 14%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting C compiler ABI info - done [ 23%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.obj -- Detecting C compile features [ 68%] 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 yes checking whether gcc accepts -g... [ 68%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj [ 24%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.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_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name 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] } ^ [ 68%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.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.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 [ 68%] 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 yes checking for gcc option to accept ISO C89... [ 15%] Building C object zlib/CMakeFiles/zlib.dir/gzread.obj [ 25%] Linking C static library libjmutils.a :0:6: warning: ISO C99 requires whitespace after the macro name [ 68%] 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 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] } ^ :0:6: warning: ISO C99 requires whitespace after the macro name [ 68%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Building C object zlib/CMakeFiles/zlib.dir/inffast.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 68%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.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_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c [ 68%] 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_lsolve.c.obj none needed checking whether gcc understands -c and -o together... /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 [ 15%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj [ 26%] Built target jmutils make -f CMakeFiles/libzmq-static.dir/build.make CMakeFiles/libzmq-static.dir/depend :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-static.dir/DependInfo.cmake [ 16%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.obj [ 70%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c [ 70%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj [ 70%] Building C object CMakeFiles/umfpack_olib_ZINT.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_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_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 yes :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking for style of include used by make... [ 17%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj [ 70%] 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 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 GNU -- Detecting C compile features - done checking dependency style of gcc... [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_malloc.c [ 27%] Building C object zlib/CMakeFiles/zlib.dir/trees.obj [ 18%] Building C object zlib/CMakeFiles/zlib.dir/inflate.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 72%] 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 [ 72%] 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 [ 72%] Building C object CMakeFiles/umfpack_olib_DINT.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 -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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 72%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.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_apply_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_apply_order.c 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] } ^ [ 72%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_stored_block': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:877:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c :0:6: warning: ISO C99 requires whitespace after the macro name 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:/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] } ^ [ 73%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c :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_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] [ 73%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c [ 74%] 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 [ 74%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj gcc3 /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 checking how to run the C preprocessor... :0:6: warning: ISO C99 requires whitespace after the macro name [ 28%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info [ 19%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj [ 74%] 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 [ 20%] Building C object zlib/CMakeFiles/zlib.dir/infback.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_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_free_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c [ 29%] Building C object zlib/CMakeFiles/zlib.dir/zutil.obj [ 74%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 21%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target libzmq-static Scanning dependencies of target libzmq make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' 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 make -f CMakeFiles/libzmq.dir/build.make CMakeFiles/libzmq.dir/build 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] } ^ [ 75%] 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_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 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 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 gcc -E [ 75%] 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%] Building C object CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_C.rsp -g -O2 -falign-functions -std=gnu11 -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tweetnacl.c [ 22%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj [ 30%] Linking C static library libzlib.a [ 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 [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 75%] 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 [ 23%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 76%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_realloc.c [ 24%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.obj [ 77%] 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 [ 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 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 -- Detecting C compile features - done :0:6: warning: ISO C99 requires whitespace after the macro name -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- Detecting CXX compiler ABI info - done [ 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 [ 30%] Built target zlib checking whether make sets $(MAKE)... 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 [ 77%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_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/umf_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.c [ 1%] Building CXX object CMakeFiles/libzmq-static.dir/src/precompiled.cpp.obj -- Detecting CXX compile features /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 (cached) yes [ 77%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Linking C static library libjmutils.a [ 78%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Building C object zlib/CMakeFiles/zlib.dir/inffast.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 78%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c [ 78%] 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 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 build system type... :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Built target jmutils [ 78%] 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 [ 2%] 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 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] } ^ [ 78%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj [ 78%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c [ 79%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c :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 [ 27%] Building C object zlib/CMakeFiles/zlib.dir/trees.obj [ 79%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 80%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works /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 -- Detecting CXX compiler ABI info :0:6: warning: ISO C99 requires whitespace after the macro name [ 81%] 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 [ 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 C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_init': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:404:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ :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_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] } ^ configure.ac:28: installing './compile' C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_flush_bits': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:886:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_align': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:901:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ [ 81%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c configure.ac:18: installing './config.guess' i686-pc-mingw64 checking host system type... i686-pc-mingw64 checking how to print strings... :0:6: warning: ISO C99 requires whitespace after the macro name configure.ac:18: installing './config.sub' 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] printf checking for a sed that does not truncate output... [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj [ 81%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj configure.ac:22: installing './install-sh' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/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 -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c configure.ac:22: installing './missing' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 28%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.obj /usr/bin/sed checking for grep that handles long lines and -e... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... [ 81%] 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 /usr/bin/grep -F checking for ld used by gcc... [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj [ 81%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.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 /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_free.c :0:6: warning: ISO C99 requires whitespace after the macro name src/Makefile.am: installing './depcomp' [ 29%] Building C object zlib/CMakeFiles/zlib.dir/zutil.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target fmicapi make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' -- Detecting CXX compiler ABI info - done [ 81%] 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 -- Detecting CXX compile features make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' configure: creating libtool :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/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] } ^ [ 81%] 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 [ 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/OMSimulator/3rdParty/FMIL/build/mingw' [ 31%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 82%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name parallel-tests: installing './test-driver' [ 30%] Linking C static library libzlib.a :0:6: warning: ISO C99 requires whitespace after the macro name autoreconf: Leaving directory `libatomic_ops' [ 83%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c Scanning dependencies of target fmicapi make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 83%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.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_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 31%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 85%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj appending configuration tag "CXX" to libtool /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 [ 31%] Built target zlib 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 [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c yes checking for BSD- or MS-compatible name lister (nm)... [ 2%] Building CXX object CMakeFiles/libzmq-static.dir/src/address.cpp.obj :0:6: warning: ISO C99 requires whitespace after the macro name /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 [ 85%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_get_memory.c /mingw64/bin/nm -B checking the name lister (/mingw64/bin/nm -B) interface... [ 85%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.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_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 rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1/Resources/Library" patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.1.patch' [ 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 [ 85%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Blocks/Sources.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_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c (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). :0:6: warning: ISO C99 requires whitespace after the macro name :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 (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Math/package.order' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Media/Water/IF97_Utilities.mo' echo 'Complex 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.uses" BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 checking for ld used by g++ ... echo 'ModelicaServices 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.license" [ 86%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.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... [ 86%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj 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_init_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.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_start_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c 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" :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.breaks" file_magic ^x86 archive import|^x86 DLL test ! -d 'build//ModelicaServices 3.2.1' [ 32%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj [ 86%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1" checking for dlltool... dlltool checking how to associate runtime and link libraries... :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 3.2.1.patch' func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... [ 86%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj [ 86%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c /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 [ 86%] 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 (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). :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.uses" :0:6: warning: ISO C99 requires whitespace after the macro name echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.license" 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" [ 87%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.breaks" /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 [ 87%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel.c test ! -d 'build//ModelicaTest 3.2.1' :0:6: warning: ISO C99 requires whitespace after the macro name [ 87%] 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 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 :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... [ 87%] 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 [ 87%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.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... /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 [ 87%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name yes :0:6: warning: ISO C99 requires whitespace after the macro name [ 33%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj checking whether the g++ linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... -- Detecting CXX compile features - done [ 88%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj yes /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c -- Looking for dlfcn.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 89%] 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 [ 89%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 33%] 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 [ 89%] 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 [ 89%] 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 [ 90%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.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_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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 -- Looking for dlfcn.h - not found -- Looking for fcntl.h :0:6: warning: ISO C99 requires whitespace after the macro name checking for g++ option to produce PIC... -DDLL_EXPORT checking if g++ PIC flag -DDLL_EXPORT works... [ 90%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.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 -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 :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_valid_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c [ 91%] 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 :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/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; ^ :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target minizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' ok [ 92%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c yes checking if g++ static flag -static works... checking for sysroot... no checking for a working dd... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 92%] Built target umfpack_olib_ZINT 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; ^ :0:6: warning: ISO C99 requires whitespace after the macro name [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c [ 34%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.obj [ 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 [ 35%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj /usr/bin/dd checking how to truncate binary pipes... [ 92%] 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 yes checking if g++ supports -c -o file.o... [ 92%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj [ 34%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.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 /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... :0:6: warning: ISO C99 requires whitespace after the macro name [ 93%] 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 :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 Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.obj no checking for ANSI C header files... -- Looking for fcntl.h - found -- Looking for inttypes.h 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); ^ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 3%] 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 echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.uses" [ 93%] 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 [ 93%] 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 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.license" :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting CXX compile features - done :0:6: warning: ISO C99 requires whitespace after the macro name echo '3.2.1+build.4-18-g60cb4e4' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.last_change" [ 93%] 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 -- Looking for dlfcn.h Scanning dependencies of target minizip echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.breaks" 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 # Building git/Modelica make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.2' 'd992c34ed978241214b4c079fb8ee6cc9e33d909' [ 94%] 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 [ 35%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.obj [ 94%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name yes checking whether the g++ linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... [ 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 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 [ 94%] 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 [ 94%] Built target umfpack_olib_DINT [ 36%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.obj [ 36%] 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 -- Looking for dlfcn.h - not found -- Looking for fcntl.h [ 36%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj [ 94%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' /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 Win32 ld.exe checking how to hardcode library paths into programs... immediate [ 37%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.obj 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; ^ :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for inttypes.h - found -- Looking for memory.h [ 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 :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' yes HEAD is now at 60cb4e480 Added mass flow rate start value for easier convergence [ 94%] Built target umfpack_olib_ZLONG checking for sys/types.h... [ 94%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c [ 4%] Building CXX object CMakeFiles/libzmq.dir/src/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/client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/client.cpp [ 4%] Building CXX object CMakeFiles/libzmq-static.dir/src/clock.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/clock.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/clock.cpp :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 yes :0:6: warning: ISO C99 requires whitespace after the macro name 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; ^ -- Looking for fcntl.h - found -- Looking for inttypes.h [ 37%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj checking for sys/stat.h... [ 38%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj [ 38%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.obj [ 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 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); ^ [ 39%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name 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 memory.h - found -- Looking for stdint.h [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj yes /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 [ 4%] 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 libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' [ 39%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj checking for stdlib.h... /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 [ 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 yes 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 [ 5%] 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 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) ^ -- Looking for inttypes.h - found -- Looking for memory.h [ 40%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj checking for string.h... [ 96%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj -- Looking for stdint.h - 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/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c -- Looking for stdlib.h [ 40%] Linking C static library libfmicapi.a [ 6%] Building CXX object CMakeFiles/libzmq.dir/src/ctx.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/ctx.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ctx.cpp [ 41%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj libtoolize: copying file 'm4/ltoptions.m4' [ 41%] Linking C static library libfmicapi.a make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' yes [ 41%] Built target fmicapi [ 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 6%] Building CXX object CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj [ 42%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.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/curve_client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/curve_client.cpp HEAD is now at d992c34ed Port all missing each from MSL master (3.2.3) (#2801) checking for memory.h... [ 42%] Built target fmicapi [ 42%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.obj [ 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 [ 7%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name yes -- Looking for memory.h - found -- Looking for stdint.h HEAD is now at d992c34ed Port all missing each from MSL master (3.2.3) (#2801) libtoolize: copying file 'm4/ltsugar.m4' -- Looking for stdlib.h - found -- Looking for strings.h [ 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 [ 7%] Building CXX object CMakeFiles/libzmq.dir/src/curve_client.cpp.obj checking for strings.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/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 [ 8%] 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 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" yes [ 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 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; ^ echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.uses" :0:6: warning: ISO C99 requires whitespace after the macro name 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" 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; ^ test ! -d 'build//Modelica 3.2.2' checking for inttypes.h... cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2" [ 43%] Linking C static library libminizip.a [ 97%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj [ 43%] Linking C static library libminizip.a /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 :0:6: warning: ISO C99 requires whitespace after the macro name libtoolize: copying file 'm4/ltversion.m4' -- Looking for stdint.h - found -- Looking for stdlib.h yes -- Looking for strings.h - found -- Looking for string.h make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 43%] Built target minizip checking for stdint.h... [ 43%] Built target minizip [ 9%] Building CXX object CMakeFiles/libzmq.dir/src/curve_server.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/curve_server.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/curve_server.cpp [ 9%] Building CXX object CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/devpoll.cpp yes [ 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 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); ^ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name checking for unistd.h... libtoolize: copying file 'm4/lt~obsolete.m4' Scanning dependencies of target fmizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' -- Looking for stdlib.h - found make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' -- Looking for strings.h [ 44%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -- Looking for string.h - 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/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c -- Looking for sys/stat.h yes :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' checking for dlfcn.h... [ 10%] 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 [ 45%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj 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' [ 44%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj [ 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 no checking for objdir... .libs appending configuration tag "F77" to libtool [ 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 -- Looking for strings.h - found -- Looking for string.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 10%] 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 -- Looking for sys/stat.h - found -- Looking for sys/types.h [ 45%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj [ 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 [ 11%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 12%] 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 [ 46%] Linking C static library libfmizip.a checking if gcc supports -fno-rtti -fno-exceptions... [ 99%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj 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... [ 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 /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 [ 13%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 46%] Built target fmizip [ 13%] Building CXX object CMakeFiles/libzmq.dir/src/dist.cpp.obj [ 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 /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 yes checking if gfortran static flag -static works... :0:6: warning: ISO C99 requires whitespace after the macro name no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... -- Looking for string.h - found -- Looking for sys/stat.h -- Looking for sys/types.h - found -- Looking for unistd.h [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 46%] Linking C static library libfmizip.a yes checking if gfortran supports -c -o file.o... yes checking if gcc static flag -static works... [ 13%] 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[4]: Leaving 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_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 [ 46%] Built target fmizip :0:6: warning: ISO C99 requires whitespace after the macro name [ 14%] 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 gcc supports -c -o file.o... [100%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 15%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for sys/stat.h - found -- Looking for sys/types.h [100%] Built target umfpack_olib_DLONG -- Looking for unistd.h - found -- Looking for getpagesize yes checking whether the gfortran linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack [ 15%] Building CXX object CMakeFiles/libzmq.dir/src/err.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/err.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/err.cpp 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 [ 15%] Building CXX object CMakeFiles/libzmq-static.dir/src/io_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/io_object.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/io_object.cpp yes checking dynamic linker characteristics... 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... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 16%] 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 [100%] Linking C static library libumfpack.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/umfpack.dir/cmake_clean_target.cmake [ 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 /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/umfpack.dir/link.txt --verbose=1 yes checking dynamic linker characteristics... 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 [ 17%] 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 Win32 ld.exe checking how to hardcode library paths into programs... immediate [ 18%] Building CXX object CMakeFiles/libzmq.dir/src/io_thread.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/io_thread.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/io_thread.cpp C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libumfpack.a -- Looking for sys/types.h - found -- Looking for unistd.h make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for getpagesize - found -- Looking for bcopy [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 Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... make -f CMakeFiles/Makefile2 preinstall 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... 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' Install the project... /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 [ 19%] Building CXX object CMakeFiles/libzmq-static.dir/src/ip.cpp.obj -- 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 /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 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/btf.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/colamd.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/klu.h -- Up-to-date: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_col_to_triplet.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_defaults.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_free_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_free_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_get_determinant.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_get_lunz.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_get_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_get_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_global.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_load_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_load_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_qsymbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_control.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_info.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_matrix.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_perm.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_status.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_triplet.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_report_vector.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_save_numeric.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_save_symbolic.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_scale.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/umfpack_solve.h -- 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 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" [ 19%] 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 test ! `uname` = Darwin || install_name_tool -id @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.dll" 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'` [ 20%] Building CXX object CMakeFiles/libzmq.dir/src/ip.cpp.obj none required checking zlib.h usability... /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 test ! `uname` = Darwin || install_name_tool -id @rpath/libklu.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" -- Looking for unistd.h - found -- Looking for getpagesize test ! `uname` = Darwin || install_name_tool -id @rpath/libbtf.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.dll" -- Looking for bcopy - not found 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 -- Looking for memmove ranlib liblpsolve55.a 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 test ! `uname` = Darwin || install_name_tool -id @rpath/libcolamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.dll" yes checking zlib.h presence... [ 20%] 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 test ! `uname` = Darwin || install_name_tool -change libamd.dylib @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" test ! `uname` = Darwin || install_name_tool -change libbtf.dylib @rpath/libbtf.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" yes checking for zlib.h... yes [ 21%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj checking for library containing gzclose... /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 [ 21%] 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 test ! `uname` = Darwin || install_name_tool -change libcolamd.dylib @rpath/libcolamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" test ! `uname` = Darwin || install_name_tool -change libamd.dylib @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libumfpack.dll" [ 22%] 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 #cp -au 3rdParty/SuiteSparse/build/*. build/lib/omc #mkdir --parent build/include/omc/c/suitesparse #cp -a 3rdParty/SuiteSparse/UMFPACK/Include/*.h build/include/omc/c/suitesparse [ 23%] 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 #cp -a 3rdParty/SuiteSparse/AMD/Include/*.h build/include/omc/c/suitesparse -- Looking for getpagesize - found -- Looking for bcopy #cp -a 3rdParty/SuiteSparse/UFconfig/*.h build/include/omc/c/suitesparse -- Looking for memmove - found -- Looking for mmap [ 23%] 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 [ 23%] 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 make -f Makefile.omdev.mingw /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libsundials_ida.a make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' Creating dirs: /c/dev/hudson/workspace/OM_Win/OM/build/bin /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/emcc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/linearization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/dataReconciliation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/optimization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/results/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/initialization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/meta/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/util/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi1/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi2/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java/ /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/ /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels /c/dev/hudson/workspace/OM_Win/OM/build/share/man//man1/ [ 24%] 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 -lz checking dirent.h usability... [ 25%] 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 yes checking dirent.h presence... [ 25%] Building CXX object CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj [ 26%] Building CXX object CMakeFiles/libzmq.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/mechanism.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mechanism.cpp /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/kqueue.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/kqueue.cpp -- Looking for bcopy - not found -- Looking for mmap - not found -- Looking for memmove -- Looking for 4 include files stdlib.h, ..., float.h yes checking for dirent.h... yes [ 27%] Building CXX object CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj checking locale.h usability... /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 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 [ 27%] 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 yes checking locale.h presence... yes checking for locale.h... yes checking time.h usability... -- The C compiler identification is GNU 5.3.0 [ 27%] 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 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- 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 memmove - found -- Looking for mmap yes checking time.h presence... [ 28%] 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 [ 29%] 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 yes checking for time.h... yes checking for getpid()... [ 29%] 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 yes ModelicaMatIO may use ZLIB: Yes ModelicaMatIO may use HDF5: No ModelicaMatIO may use MAT7.3: No [ 30%] 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 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info [ 31%] 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 -- Looking for stddef.h - found -- Check size of unsigned short -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2/Resources/Library" [ 31%] 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 patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.2.patch' checking that generated files are newer than configure... done configure: creating ./config.status patching file 'Modelica 3.2.2/Blocks/Sources.mo' patching file 'Modelica 3.2.2/Blocks/Tables.mo' patching file 'Modelica 3.2.2/Magnetic/QuasiStatic/FundamentalWave.mo' patching file 'Modelica 3.2.2/Math/package.mo' patching file 'Modelica 3.2.2/Math/package.order' [ 32%] Building CXX object CMakeFiles/libzmq.dir/src/mtrie.cpp.obj echo 'Complex 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.uses" /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 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' [ 32%] 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 cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2" [ 32%] 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 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' configure: Build is "i686-pc-mingw32". configure: Applying patches to libtool for GNU compiler -- Detecting C compiler ABI info - done [ 33%] Building CXX object CMakeFiles/libzmq-static.dir/src/options.cpp.obj echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2.uses" /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 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2.license" -- Detecting C compile features echo '3.2.2-237-gd992c34-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2.last_change" checking if library version is set... no -- Check size of unsigned short - done -- Using unsigned short 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... -- Looking for 4 include files stdlib.h, ..., float.h - found -- Check if the system is big endian -- Searching 16 bit integer yes, source in ThirdParty/Mumps -- Looking for stddef.h test ! -d 'build//ModelicaTest 3.2.2' cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2" checking whether source of project Ipopt is available and should be compiled... yes, source in Ipopt [ 34%] Building CXX object CMakeFiles/libzmq.dir/src/options.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/options.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/options.cpp [ 34%] 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 configure: configuring doxygen documentation options checking for doxygen... no checking for latex... no checking for dot... NO checking which command should be used to link input files... ln -s -- Check if the system is big endian - little endian -- Looking for stddef.h - found -- Check size of unsigned short -- Looking for off_t [ 35%] 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 [ 35%] Building CXX object CMakeFiles/libzmq.dir/src/own.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/own.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/own.cpp configure: creating ./config.status -- Looking for off_t - not found -- Looking for size_t [ 36%] 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 [ 37%] 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 [ 38%] 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 [ 38%] 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 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" -- Check size of unsigned short - done echo '3.2.2-237-gd992c34' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.last_change" -- Looking for size_t - not found -- Using unsigned short test ! -f 'build//ModelicaTestOverdetermined 3.2.2.mo' -- Configuring done cp -a 'git/Modelica/ModelicaTestOverdetermined.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.mo" -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx 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" test ! -f 'build//ObsoleteModelica3.mo' [ 47%] Performing dependent_reconfigure step for 'expatex' cp -a 'git/Modelica/ObsoleteModelica3.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.mo" [ 39%] 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 echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.uses" 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 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.license" echo '3.2.2-237-gd992c34' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.last_change" # Building git/Modelica ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.3' '8f65f621a388379e9de663fc15990bfc9ee9b540' -- Configuring done [ 39%] 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 -- Generating done -- Check if the system is big endian - little endian -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx -- Looking for off_t -- Detecting C compile features - done -- Looking for _POSIX_TIMERS [ 40%] 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 [ 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 [ 48%] Performing build step for 'expatex' make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 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 make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' -- Looking for off_t - not found -- Looking for size_t HEAD is now at d992c34ed Port all missing each from MSL master (3.2.3) (#2801) make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 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 [ 42%] Building CXX object CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj [ 42%] Building CXX object CMakeFiles/libzmq.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/pipe.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pipe.cpp /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/plain_client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/plain_client.cpp Scanning dependencies of target expat make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 42%] Building CXX object CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' /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 [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.obj -- Looking for size_t - not found -- Configuring done -- Looking for _POSIX_TIMERS - not found -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx [ 43%] 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 [ 47%] Performing dependent_reconfigure step for '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 [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.obj -- The Fortran compiler identification is GNU 5.3.0 -- Searching for a Fortran compiler... C:/OMDev/tools/msys/mingw64/bin/gfortran.exe [ 44%] 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 -- Configuring done [ 45%] Building CXX object CMakeFiles/libzmq.dir/src/plain_server.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/plain_server.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/plain_server.cpp -- 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' [ 45%] 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 make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.obj Scanning dependencies of target expat make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 46%] 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 make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' config.status: creating Makefile [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.obj [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0/lib/xmltok_impl.c:1784:0: warning: ISO C forbids an empty translation unit [-Wpedantic] [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.obj HEAD is now at 8f65f621a Fix release notes for 3.2.3 Build 2 [ 46%] 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 [ 83%] Building C object CMakeFiles/expat.dir/lib/xmltok_ns.c.obj config.status: creating doxydoc/doxygen.conf [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.obj 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] [ 47%] 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 [ 48%] Building CXX object CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pollset.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pollset.cpp [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.obj HEAD is now at 8f65f621a Fix release notes for 3.2.3 Build 2 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] [ 48%] Building CXX object CMakeFiles/libzmq.dir/src/proxy.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/proxy.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/proxy.cpp [ 48%] 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 [ 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] test ! -f 'build//Complex 3.2.3.mo' config.status: executing depfiles commands cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.mo" [ 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 echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.uses" echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.license" -- Trying to compile and link a simple Fortran program... OK echo '3.2.3+build.2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.last_change" test ! -d 'build//Modelica 3.2.3' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3" [ 50%] 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 configure: configuring in ThirdParty/Mumps [ 50%] 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 [ 50%] 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 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=. [100%] Linking C static library libexpat.a [ 51%] 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 [ 52%] 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 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' [100%] Linking C static library libexpat.a [ 52%] 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 [ 52%] 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 [ 49%] Performing install step for 'expatex' make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 53%] 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 [100%] Built target expat make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 49%] Performing install step for 'expatex' [100%] Built target expat make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 54%] 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 make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' In file included from lp_lib.c:83:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_lib.c:82:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ In file included from lp_lib.c:49:0: lp_presolve.h:91:12: warning: inline function 'presolve_nextcol' declared but never defined INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem); ^ lp_presolve.h:90:12: warning: inline function 'presolve_nextrow' declared but never defined INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem); ^ 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[6]: Entering 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/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 55%] Building CXX object CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj configure.ac:33: installing './compile' /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/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' configure.ac:22: installing './config.guess' [ 50%] Completed 'expatex' configure.ac:22: installing './config.sub' [ 56%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj [100%] Built target expat configure.ac:26: installing './install-sh' /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 make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' configure.ac:26: installing './missing' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 50%] Built target expatex [ 56%] Building CXX object CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj [ 56%] 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 /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 Install the project... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' -- 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 [ 57%] Building CXX object CMakeFiles/libzmq.dir/src/rep.cpp.obj make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/rep.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/rep.cpp [ 58%] Building CXX object CMakeFiles/libzmq-static.dir/src/rep.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/rep.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/rep.cpp Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' [ 50%] Completed 'expatex' Makefile.am:138: warning: variable 'libomcgccpp_la_SOURCES' is defined but no program or Makefile.am:138: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:139: warning: variable 'libomcgccpp_la_LIBADD' is defined but no program or Makefile.am:139: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:140: warning: variable 'libomcgccpp_la_LDFLAGS' is defined but no program or Makefile.am:140: library has 'libomcgccpp_la' as canonical name (possible typo) autoreconf: Leaving directory `.' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 50%] Built target expatex make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 58%] 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 Scanning dependencies of target fmixml make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj [ 58%] Building CXX object CMakeFiles/libzmq-static.dir/src/req.cpp.obj [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.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/req.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/req.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' [ 59%] 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 [ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj [ 53%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.c.obj [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.obj [ 60%] Building CXX object CMakeFiles/libzmq-static.dir/src/router.cpp.obj [ 53%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_model_description.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/router.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/router.cpp [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj [ 60%] Building CXX object CMakeFiles/libzmq.dir/src/select.cpp.obj [ 60%] Building CXX object CMakeFiles/libzmq-static.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 /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 [ 56%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj [ 61%] Building CXX object CMakeFiles/libzmq.dir/src/server.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/server.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/server.cpp [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj [ 62%] 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 -- Determining Fortran name-mangling scheme... OK [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj -- Looking for Fortran sgemm [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c: In function 'fmi1_xml_eliminate_bad_alias': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:825:26: warning: unused variable 'vt' [-Wunused-variable] fmi1_base_type_enu_t vt = fmi1_xml_get_variable_base_type(v); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:824:28: warning: unused variable 'vr' [-Wunused-variable] fmi1_value_reference_t vr = v->vr; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:821:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] size_t n, index; ^ [ 63%] 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 [ 56%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj [ 58%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.obj [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c: In function 'fmi1_xml_eliminate_bad_alias': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:825:26: warning: unused variable 'vt' [-Wunused-variable] fmi1_base_type_enu_t vt = fmi1_xml_get_variable_base_type(v); ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:824:28: warning: unused variable 'vr' [-Wunused-variable] fmi1_value_reference_t vr = v->vr; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/src/XML/src/FMI1/fmi1_xml_variable.c:821:12: warning: variable 'n' set but not used [-Wunused-but-set-variable] size_t n, index; ^ [ 64%] 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 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] -- Looking for Fortran sgemm - found 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] -- Looking for pthread.h [ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj [ 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 [ 60%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.obj [ 58%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_capabilities.c.obj [ 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 [ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj [ 65%] Building CXX object CMakeFiles/libzmq.dir/src/socket_base.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/socket_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socket_base.cpp [ 65%] Building CXX object CMakeFiles/libzmq.dir/src/socks.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/socks.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socks.cpp [ 66%] Building CXX object CMakeFiles/libzmq-static.dir/src/socket_base.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/socket_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socket_base.cpp -- Looking for pthread.h - found -- Looking for pthread_create [ 60%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.obj In file included from lp_matrix.c:8:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_matrix.c:7:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ [ 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 [ 67%] Building CXX object CMakeFiles/libzmq-static.dir/src/socks.cpp.obj [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj [ 67%] Building CXX object CMakeFiles/libzmq.dir/src/stream.cpp.obj [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.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/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 -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 [ 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 [ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.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 [ 69%] 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 [ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj [ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj [ 69%] Building CXX object CMakeFiles/libzmq.dir/src/sub.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/sub.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/sub.cpp [ 70%] Building CXX object CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/stream_engine.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/stream_engine.cpp -- Looking for pthread_create - found -- Found Threads: TRUE -- A library with BLAS API found. -- Looking for Fortran cheev [ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj config.status: creating Makefile checking for svnversion... yes [ 63%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj config.status: executing depfiles commands [ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj checking build system type... [ 66%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c.obj [ 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 -- Looking for Fortran cheev - found -- A library with LAPACK API found. -- Looking for LAPACK libraries... OK [ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj [ 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 [ 66%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.c.obj i686-pc-mingw32 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); ^ [ 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 checking whether we want to compile in debug mode... no [ 68%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj [ 67%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c.obj [ 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 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) 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); ^ 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); ^ [ 69%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.c.obj checking for C compiler default output file name... [ 68%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj -- 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 [ 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 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 [ 74%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj [ 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 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... /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 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); ^ config.status: executing libtool commands a.exe checking whether the C compiler works... [ 69%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.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 yes checking whether we are cross compiling... no checking for suffix of executables... [ 70%] Linking C static library libfmixml.a [ 76%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_listener.cpp.obj [ 76%] Building CXX object CMakeFiles/libzmq.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/tcp_listener.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp_listener.cpp /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/thread.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/thread.cpp [ 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 rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3/Resources/Library" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' .exe patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.3.patch' checking for suffix of object files... [ 70%] Built target fmixml [ 70%] Linking C static library libfmixml.a patching file 'Modelica 3.2.3/Magnetic/QuasiStatic/FundamentalWave.mo' patching file 'Modelica 3.2.3/Math/package.mo' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' patching file 'Modelica 3.2.3/Math/package.order' echo 'Complex 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.uses" echo 'ModelicaServices 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.uses" echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.license" 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' echo '3.2.3+build.2-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.last_change" test ! -d 'build//ModelicaReference' [ 70%] Built target fmixml cp -a 'git/Modelica/ModelicaReference' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' rm -f ./so_locations o checking whether we are using the GNU C compiler... rm -rf .libs _libs [ 77%] Building CXX object CMakeFiles/libzmq-static.dir/src/thread.cpp.obj rm -rf ../../C-Sources/.libs ../../C-Sources/_libs /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 rm -rf ../../C-Sources/zlib/.libs ../../C-Sources/zlib/_libs echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.uses" rm -f *.o 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 rm -f ../../C-Sources/*.o echo '20190320-092219~git~maint-3.2.3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.last_change" -- Added NVECTOR_SERIAL module -- Added ARKODE module rm -f ../../C-Sources/*.lo -- Added CVODE module Scanning dependencies of target fmiimport test ! -d 'build//ModelicaServices 3.2.3' -- Added CVODES module -- Added IDA module make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' -- Added IDAS module cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3" -- Added KINSOL module rm -f ../../C-Sources/zlib/*.o -- Configuring done make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' rm -f ../../C-Sources/zlib/*.lo patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.3.patch' rm -f *.lo [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.obj [ 78%] Building CXX object CMakeFiles/libzmq-static.dir/src/trie.cpp.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/trie.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/trie.cpp Scanning dependencies of target fmiimport make -C "3rdParty/ModelicaExternalC/BuildProjects/autotools" patching file 'ModelicaServices 3.2.3/package.mo' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' 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" yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 78%] 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 checking whether gcc accepts -g... make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' echo '3.2.3+build.2-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.last_change" [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj [ 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 [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.obj test ! -d 'build//ModelicaTest 3.2.3' [ 79%] Building CXX object CMakeFiles/libzmq-static.dir/src/v1_decoder.cpp.obj cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3" /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 [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj depbase=`echo ../../C-Sources/zlib/adler32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -MT ../../C-Sources/zlib/adler32.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/adler32.lo ../../C-Sources/zlib/adler32.c &&\ mv -f $depbase.Tpo $depbase.Plo [ 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 yes checking for gcc option to accept ANSI 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_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v2_decoder.cpp [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj 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 -- Generating done none needed -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build make -C 3rdParty/sundials/build install make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -H/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials -B/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build --check-build-system CMakeFiles/Makefile.cmake 0 [ 81%] Building CXX object CMakeFiles/libzmq.dir/src/v2_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/v2_encoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/v2_encoder.cpp /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 [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj 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 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 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= make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/depend [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj Scanning dependencies of target sundials_nvecserial_shared [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /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]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' checking build system type... depbase=`echo ../../C-Sources/zlib/deflate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -MT ../../C-Sources/zlib/deflate.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/deflate.lo ../../C-Sources/zlib/deflate.c &&\ mv -f $depbase.Tpo $depbase.Plo Scanning dependencies of target sundials_nvecserial_static [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build 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 echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.uses" make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.license" [ 0%] 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 echo '3.2.3+build.2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.last_change" # Building git/Modelica [ 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 ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'master' '27c1c591c7301d9f37a4e48f0020d1d074e2b6b8' configure: C compiler options are: -g -O2 -falign-functions -DMUMPS_BUILD configure: Trying to determine Fortran compiler name [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/__/sundials/sundials_math.c.obj [ 76%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.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 [ 0%] 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 i686-pc-mingw64 checking host system type... i686-pc-mingw64 checking target system type... i686-pc-mingw64 checking GC version numbers... checking whether we are using the GNU Fortran 77 compiler... 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 [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj [ 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 -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_shared.dir/depend [ 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 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= 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 8f65f621a Fix release notes for 3.2.3 Build 2 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 major=8 minor=0 micro=0 checking for a BSD-compatible install... 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 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 yes checking whether gfortran accepts -g... make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' 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); ^ [ 2%] Built target sundials_nvecserial_static [ 83%] Building CXX object CMakeFiles/libzmq.dir/src/xpub.cpp.obj /usr/bin/install -c checking whether build environment is sane... /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 make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 83%] 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 yes [ 2%] Built target sundials_nvecserial_shared [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj 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 Scanning dependencies of target sundials_arkode_shared make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_shared.dir/build checking for a thread-safe mkdir -p... make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes [ 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 [ 76%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj yes checking whether make supports nested variables... [ 83%] 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 yes configure: Fortran compiler options are: -O3 -pipe checking how to get verbose linking output from gfortran... checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... HEAD is now at 27c1c591c Merge pull request #2917 from beutlich/add-description-strings GNU checking for gcc... gcc [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj HEAD is now at 27c1c591c Merge pull request #2917 from beutlich/add-description-strings [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj test ! -f 'build//Complex trunk.mo' -v checking for Fortran libraries of gfortran... [ 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 cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.mo" patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Complex trunk.patch' checking whether the C compiler works... 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" [ 2%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_band.c.obj echo '20190508-194204~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.last_change" 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 echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.breaks" test ! -d 'build//Modelica trunk' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk" yes checking for C compiler default output file name... a.exe -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... checking for suffix of executables... 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 [ 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 [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj .exe checking whether we are cross compiling... [ 85%] Building CXX object CMakeFiles/libzmq.dir/src/zmq.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.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/zmq.cpp [ 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 none checking for Fortran name-mangling scheme... no checking for suffix of object files... [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_butcher.c o checking whether we are using the GNU C compiler... [ 80%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.obj [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.c.obj yes checking whether gcc accepts -g... [ 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 yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... [ 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 [ 85%] 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 [ 80%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.obj yes checking dependency style of gcc... [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_io.c [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj [ 85%] 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 gcc3 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_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 checking whether ln -s works... yes checking for a BSD-compatible install... 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 [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj /usr/bin/install -c checking whether build environment is sane... [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spbcgs.c [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.obj 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 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= yes checking whether g++ accepts -g... [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spfgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_spfgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spfgmr.c 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 Scanning dependencies of target sundials_arkode_static make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/arkode/CMakeFiles/sundials_arkode_static.dir/build.make src/arkode/CMakeFiles/sundials_arkode_static.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' yes checking dependency style of g++... [ 5%] 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 [ 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 yes [ 87%] Building CXX object CMakeFiles/libzmq.dir/src/decoder_allocators.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/decoder_allocators.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/decoder_allocators.cpp [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spgmr.c [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.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 [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.c.obj checking for gawk... gawk checking whether make sets $(MAKE)... make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/depend [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spils.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/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= 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 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 yes gcc3 checking dependency style of gcc... [ 5%] 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 checking for style of include used by make... GNU Scanning dependencies of target sundials_cvode_shared make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 6%] 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 checking dependency style of gcc... [ 6%] 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 [ 87%] Building CXX object CMakeFiles/libzmq-static.dir/src/zmq_utils.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_utils.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/zmq_utils.cpp [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.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/gzclose.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzclose.Tpo -c ../../C-Sources/zlib/gzclose.c -o ../../C-Sources/zlib/gzclose.o [ 6%] 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 gcc3 checking how to print strings... [ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_bandpre.c printf checking for a sed that does not truncate output... [ 87%] Building CXX object CMakeFiles/libzmq.dir/src/socket_poller.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/socket_poller.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socket_poller.cpp make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.dir/depend [ 7%] 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 /usr/bin/sed 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= checking for grep that handles long lines and -e... [ 7%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/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 /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... 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 gcc3 checking whether to enable maintainer-specific portions of Makefiles... no /usr/bin/grep -F checking for ld used by gcc... [ 7%] 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 configure: Using libtool script in directory ../.. make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 7%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode.c 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 [ 8%] 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 [ 88%] Building CXX object CMakeFiles/libzmq-static.dir/src/decoder_allocators.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/decoder_allocators.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/decoder_allocators.cpp [ 8%] 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 [ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj [ 9%] 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 [ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_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/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= [ 89%] Building CXX object CMakeFiles/libzmq.dir/src/timers.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/timers.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/timers.cpp [ 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 [ 9%] 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 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... [ 9%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_dense.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_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_dense.c checking for BSD- or MS-compatible name lister (nm)... [ 9%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_band.c /mingw64/bin/nm -B checking the name lister (/mingw64/bin/nm -B) interface... [ 9%] 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 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 [ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 10%] 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 [ 10%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_dense.c [ 11%] 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 BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 [ 12%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c 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 [ 12%] 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 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... file_magic ^x86 archive import|^x86 DLL [ 13%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_diag.c checking for dlltool... dlltool checking how to associate runtime and link libraries... [ 13%] 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 [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... [ 13%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c [ 89%] Building CXX object CMakeFiles/libzmq-static.dir/src/socket_poller.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/socket_poller.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socket_poller.cpp 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'` [ 14%] 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 make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/depend [ 14%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_spils.c make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes/CMakeFiles/sundials_cvodes_static.dir/DependInfo.cmake --color= Scanning dependencies of target sundials_cvodes_static [ 14%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c 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 [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 14%] 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 @ checking for strip... strip checking for ranlib... ranlib checking command to parse /mingw64/bin/nm -B output from gcc object... [ 14%] 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 [ 14%] 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 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 [ 14%] 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 [ 90%] Building CXX object CMakeFiles/libzmq.dir/src/radio.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/radio.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/radio.cpp /usr/bin/install -c liblpsolve55.a /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/lib/ [ 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 /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... 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 [ 14%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -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 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 [ 14%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_spgmr.c yes [ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj cp -prf 3rdParty/lpsolve/build/include/* /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/ checking for COIN-OR package Blas... yes [ 15%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/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 [ 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 [ 17%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_pcg.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_pcg.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_pcg.c checking for COIN-OR package Metis... skipping checking whether we can compile Fortran 90 code... test ! `uname` = Darwin || install_name_tool -id @rpath/liblpsolve55.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/liblpsolve55.dylib" [ 18%] 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 [ 18%] 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 [ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj [ 91%] Building CXX object CMakeFiles/libzmq-static.dir/src/timers.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/timers.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/timers.cpp [ 18%] 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 [ 18%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 18%] 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 [ 18%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_sparse.c 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 ok checking for sysroot... no checking for a working dd... [ 18%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj [ 18%] 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/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 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 [ 18%] 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 [ 18%] 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 make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/depend /usr/bin/dd checking how to truncate binary pipes... 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= [ 87%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj [ 19%] 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 rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk/Resources/Library" /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... [ 20%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica trunk.patch' 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 [ 21%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spgmr.c.obj [ 22%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spils.c.obj configure: creating ./config.status 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 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 patching file 'Modelica trunk/Magnetic/QuasiStatic/FundamentalWave.mo' no checking how to run the C preprocessor... patching file 'Modelica trunk/Math/package.mo' patching file 'Modelica trunk/Math/package.order' patching file 'Modelica trunk/package.mo' [ 23%] 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 echo 'Complex trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.uses" [ 23%] 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/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 'ModelicaServices trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.uses" [ 87%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.license" Scanning dependencies of target sundials_ida_shared echo '20190508-194204~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.last_change" 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 [ 23%] 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 echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.breaks" make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' test ! -d 'build//ModelicaReference trunk' cp -a 'git/Modelica/ModelicaReference' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk" [ 23%] 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 [ 24%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida.c [ 24%] 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 [ 24%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_sptfqmr.c [ 24%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj [ 91%] Building CXX object CMakeFiles/libzmq.dir/src/dish.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/dish.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dish.cpp 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 echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.uses" gcc -E echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.license" echo '20190508-194204~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.last_change" 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 [ 25%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.breaks" 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 test ! -d 'build//ModelicaServices trunk' [ 25%] 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 [ 25%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk" 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 [ 25%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c [ 25%] Building C object src/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 [ 92%] Building CXX object CMakeFiles/libzmq-static.dir/src/radio.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/radio.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/radio.cpp patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices trunk.patch' [ 26%] 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 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" echo '20190508-194204~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.last_change" [ 26%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj [ 88%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.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 checking for ANSI C header files... [ 26%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_klu.c.obj echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.breaks" [ 27%] 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/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 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 test ! -d 'build//ModelicaTest trunk' cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk" [ 88%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj [ 28%] Linking C shared library libsundials_arkode.dll [ 28%] 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 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 [ 28%] 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 [ 28%] 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 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 [ 28%] 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 [ 28%] 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/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 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 [ 29%] 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 [ 29%] 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 [ 29%] 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 [ 29%] 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 [ 29%] 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 [ 30%] 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 make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 30%] Built target sundials_arkode_shared [ 30%] 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 [ 93%] Building CXX object CMakeFiles/libzmq.dir/src/udp_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/udp_engine.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/udp_engine.cpp [ 30%] 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 [ 30%] 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 [ 31%] 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 [ 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 yes [ 89%] Linking C static library libfmiimport.a [ 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 checking for sys/types.h... [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/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 [ 89%] Linking C static library libfmiimport.a [ 33%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 34%] 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 patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaTest trunk.patch' [ 34%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sparse.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' yes [ 89%] Built target fmiimport [ 34%] 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 [ 34%] 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 patching file 'ModelicaTest trunk/package.mo' echo 'Modelica trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.uses" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 34%] 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 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 [ 35%] 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 [ 89%] Built target fmiimport echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.license" [ 90%] Generating ThirdParty/c99_snprintf/libc99snprintf.a.objlist echo '20190508-194204~git~master-om185' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.last_change" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ThirdParty/c99_snprintf/libc99snprintf.a echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.breaks" checking for sys/stat.h... [ 90%] Generating ThirdParty/c99_snprintf/libc99snprintf.a.objlist make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' touch /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/20190509_190953.core [ 35%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' 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 [ 35%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spils.c.obj -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ThirdParty/c99_snprintf/libc99snprintf.a 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 [ 35%] 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 [ 91%] Generating libfmiimport.a.objlist [ 93%] Building CXX object CMakeFiles/libzmq-static.dir/src/dish.cpp.obj make -f src/ida/CMakeFiles/sundials_ida_static.dir/build.make src/ida/CMakeFiles/sundials_ida_static.dir/depend /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/dish.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dish.cpp [ 35%] 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 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmiimport.a make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida/CMakeFiles/sundials_ida_static.dir/DependInfo.cmake --color= [ 35%] 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 [ 91%] Generating libfmiimport.a.objlist [ 35%] 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 yes -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmiimport.a 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 [ 36%] 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 [ 37%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_sparse.c.obj make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' 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 [ 37%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_static.dir/ida.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida.c [ 92%] Generating libjmutils.a.objlist checking for stdlib.h... [ 37%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libjmutils.a [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spbcgs.c.obj [ 92%] Generating libjmutils.a.objlist 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 [ 38%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libjmutils.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c [ 39%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.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 @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 [ 39%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_spils.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_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_spils.c [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spils.c [ 93%] Generating libfmixml.a.objlist yes -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmixml.a [ 93%] Generating libfmixml.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmixml.a [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spgmr.c [ 40%] 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 checking for string.h... [ 40%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_spbcgs.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_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_spbcgs.c [ 41%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_iterative.c [ 94%] Generating libfmizip.a.objlist [ 41%] 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 config.status: creating Makefile -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmizip.a [ 94%] Generating libfmizip.a.objlist [ 41%] 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 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmizip.a [ 41%] 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 yes [ 41%] 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 [ 95%] Generating libfmicapi.a.objlist [ 41%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_spgmr.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_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_spgmr.c -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmicapi.a [ 42%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_ida_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_static.dir/ida_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_io.c [ 93%] Building CXX object CMakeFiles/libzmq.dir/src/udp_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/udp_address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/udp_address.cpp [ 42%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_pcg.c.obj [ 95%] Generating libfmicapi.a.objlist 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 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmicapi.a [ 42%] 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 checking for memory.h... [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_spgmr.c.obj config.status: creating coinmumps.pc 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 [ 44%] 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 [ 96%] Generating ExpatEx/libexpat.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a [ 96%] Generating ExpatEx/libexpat.a.objlist [ 45%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_sptfqmr.c.obj [ 45%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c 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_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_sptfqmr.c -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/./libexpat.a [ 45%] 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 yes [ 96%] Generating Config.cmake/Minizip/libminizip.a.objlist [ 45%] Building C object src/ida/CMakeFiles/sundials_ida_static.dir/ida_ic.c.obj -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @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_ic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_ic.c [ 96%] Generating Config.cmake/Minizip/libminizip.a.objlist [ 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/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_bbdpre.c config.status: creating coinmumps-uninstalled.pc -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/Config.cmake/Minizip/libminizip.a [ 46%] 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 checking for strings.h... [ 46%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_bbdpre.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_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_bbdpre.c [ 46%] 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 [ 47%] Linking C shared library libsundials_cvode.dll [ 97%] Generating zlib/libzlib.a.objlist 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 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/zlib/libzlib.a [ 97%] Generating zlib/libzlib.a.objlist cd /C/dev/hudson/workspace