Started by remote host 127.0.0.1 with note: Revision99eb5ee5a6e0cd7902e883d4ec26f439a8211e41 Building remotely on windows.openmodelica.org [OM_Win] $ cmd /c call C:\Users\adrpo33\AppData\Local\Temp\hudson8752981331026560559.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/cc0Rj2Gr /c/Users/adrpo33/AppData/Local/Temp/cc11jPl5 /c/Users/adrpo33/AppData/Local/Temp/cc1G2vGj /c/Users/adrpo33/AppData/Local/Temp/cc1Nk9i3 /c/Users/adrpo33/AppData/Local/Temp/cc1UZZqh /c/Users/adrpo33/AppData/Local/Temp/cc1xXHZG /c/Users/adrpo33/AppData/Local/Temp/cc2qly7P /c/Users/adrpo33/AppData/Local/Temp/cc2shSN3 /c/Users/adrpo33/AppData/Local/Temp/cc3DzkkM /c/Users/adrpo33/AppData/Local/Temp/cc3lPQhE /c/Users/adrpo33/AppData/Local/Temp/cc4nUDQ0 /c/Users/adrpo33/AppData/Local/Temp/cc5hMS8S /c/Users/adrpo33/AppData/Local/Temp/cc5rhGeY /c/Users/adrpo33/AppData/Local/Temp/cc66Tgpu /c/Users/adrpo33/AppData/Local/Temp/cc6HobkE /c/Users/adrpo33/AppData/Local/Temp/cc6XcRA1 /c/Users/adrpo33/AppData/Local/Temp/cc6xlLZh /c/Users/adrpo33/AppData/Local/Temp/cc77uWlR /c/Users/adrpo33/AppData/Local/Temp/cc7FIEmd /c/Users/adrpo33/AppData/Local/Temp/cc7iuH4B /c/Users/adrpo33/AppData/Local/Temp/cc7MWkgo /c/Users/adrpo33/AppData/Local/Temp/cc7Nbgbz /c/Users/adrpo33/AppData/Local/Temp/cc7OuYu7 /c/Users/adrpo33/AppData/Local/Temp/cc8DpfSg /c/Users/adrpo33/AppData/Local/Temp/cc93IiQq /c/Users/adrpo33/AppData/Local/Temp/cc9AjsKy /c/Users/adrpo33/AppData/Local/Temp/cc9E11Wr /c/Users/adrpo33/AppData/Local/Temp/ccA6rhmj /c/Users/adrpo33/AppData/Local/Temp/ccA7wxfE /c/Users/adrpo33/AppData/Local/Temp/ccad3TPl /c/Users/adrpo33/AppData/Local/Temp/ccaN5Uyx /c/Users/adrpo33/AppData/Local/Temp/ccaPIA6Y /c/Users/adrpo33/AppData/Local/Temp/ccAPmYgM /c/Users/adrpo33/AppData/Local/Temp/ccaQWkXE /c/Users/adrpo33/AppData/Local/Temp/ccasgjYo /c/Users/adrpo33/AppData/Local/Temp/ccAwwC2N /c/Users/adrpo33/AppData/Local/Temp/ccb7Boqe /c/Users/adrpo33/AppData/Local/Temp/ccB9H65l /c/Users/adrpo33/AppData/Local/Temp/ccBbCTuZ /c/Users/adrpo33/AppData/Local/Temp/ccbj8aEl /c/Users/adrpo33/AppData/Local/Temp/ccBpooMd /c/Users/adrpo33/AppData/Local/Temp/ccC0DNgO /c/Users/adrpo33/AppData/Local/Temp/ccC3FVnN /c/Users/adrpo33/AppData/Local/Temp/ccC3P3TR /c/Users/adrpo33/AppData/Local/Temp/cccKIUei /c/Users/adrpo33/AppData/Local/Temp/cccNPIzo /c/Users/adrpo33/AppData/Local/Temp/ccCtCHg5 /c/Users/adrpo33/AppData/Local/Temp/ccCVCIwR /c/Users/adrpo33/AppData/Local/Temp/ccDbyvJK /c/Users/adrpo33/AppData/Local/Temp/ccDDnoiG /c/Users/adrpo33/AppData/Local/Temp/ccDfb4tT /c/Users/adrpo33/AppData/Local/Temp/ccdjb0hv /c/Users/adrpo33/AppData/Local/Temp/ccdK6H3U /c/Users/adrpo33/AppData/Local/Temp/ccdO6lUZ /c/Users/adrpo33/AppData/Local/Temp/ccdoG4rH /c/Users/adrpo33/AppData/Local/Temp/ccDpNMbP /c/Users/adrpo33/AppData/Local/Temp/ccdSQRYO /c/Users/adrpo33/AppData/Local/Temp/ccDX58TV /c/Users/adrpo33/AppData/Local/Temp/ccEccQBB /c/Users/adrpo33/AppData/Local/Temp/ccEHNORa /c/Users/adrpo33/AppData/Local/Temp/ccEObyEH /c/Users/adrpo33/AppData/Local/Temp/cces2ftn /c/Users/adrpo33/AppData/Local/Temp/ccF5bmYI /c/Users/adrpo33/AppData/Local/Temp/ccf9n48v /c/Users/adrpo33/AppData/Local/Temp/ccFkmDNq /c/Users/adrpo33/AppData/Local/Temp/ccfPzbn9 /c/Users/adrpo33/AppData/Local/Temp/ccFUqtbi /c/Users/adrpo33/AppData/Local/Temp/ccFzQg6z /c/Users/adrpo33/AppData/Local/Temp/ccg64Qta /c/Users/adrpo33/AppData/Local/Temp/ccGdsaFy /c/Users/adrpo33/AppData/Local/Temp/ccgPZCQ2 /c/Users/adrpo33/AppData/Local/Temp/ccHNbKPL /c/Users/adrpo33/AppData/Local/Temp/ccivwYTL /c/Users/adrpo33/AppData/Local/Temp/ccJBxCgW /c/Users/adrpo33/AppData/Local/Temp/ccjJDBvU /c/Users/adrpo33/AppData/Local/Temp/ccJjidH9 /c/Users/adrpo33/AppData/Local/Temp/ccjPTBnH /c/Users/adrpo33/AppData/Local/Temp/ccjRawhW /c/Users/adrpo33/AppData/Local/Temp/ccjrWR6q /c/Users/adrpo33/AppData/Local/Temp/ccjtRizR /c/Users/adrpo33/AppData/Local/Temp/ccJzuZGt /c/Users/adrpo33/AppData/Local/Temp/ccK5hKqa /c/Users/adrpo33/AppData/Local/Temp/cckb7q1x /c/Users/adrpo33/AppData/Local/Temp/ccKHyntT /c/Users/adrpo33/AppData/Local/Temp/cckKn9vK /c/Users/adrpo33/AppData/Local/Temp/ccknS0FZ /c/Users/adrpo33/AppData/Local/Temp/cckseaBf /c/Users/adrpo33/AppData/Local/Temp/ccKtcknu /c/Users/adrpo33/AppData/Local/Temp/ccKVLFFR /c/Users/adrpo33/AppData/Local/Temp/cckWALJQ /c/Users/adrpo33/AppData/Local/Temp/cckWdQWp /c/Users/adrpo33/AppData/Local/Temp/cclbDWXB /c/Users/adrpo33/AppData/Local/Temp/cclJ42f4 /c/Users/adrpo33/AppData/Local/Temp/cclKdTUB /c/Users/adrpo33/AppData/Local/Temp/ccll44Rr /c/Users/adrpo33/AppData/Local/Temp/ccLqzz5G /c/Users/adrpo33/AppData/Local/Temp/ccLVvGFs /c/Users/adrpo33/AppData/Local/Temp/ccMFJ72M /c/Users/adrpo33/AppData/Local/Temp/ccMimBLq /c/Users/adrpo33/AppData/Local/Temp/ccMKaoI1 /c/Users/adrpo33/AppData/Local/Temp/ccmt2DEm /c/Users/adrpo33/AppData/Local/Temp/ccmuuD8z /c/Users/adrpo33/AppData/Local/Temp/ccMy7Fu6 /c/Users/adrpo33/AppData/Local/Temp/ccN6bvV5 /c/Users/adrpo33/AppData/Local/Temp/ccNbGcBN /c/Users/adrpo33/AppData/Local/Temp/ccNEuTHI /c/Users/adrpo33/AppData/Local/Temp/ccnhzLYf /c/Users/adrpo33/AppData/Local/Temp/ccnlpkZn /c/Users/adrpo33/AppData/Local/Temp/ccNOyvsp /c/Users/adrpo33/AppData/Local/Temp/ccnS92yY /c/Users/adrpo33/AppData/Local/Temp/ccnzO6Dq /c/Users/adrpo33/AppData/Local/Temp/ccO2SFyh /c/Users/adrpo33/AppData/Local/Temp/ccoDFqcd /c/Users/adrpo33/AppData/Local/Temp/ccoFNPeW /c/Users/adrpo33/AppData/Local/Temp/ccoiocBb /c/Users/adrpo33/AppData/Local/Temp/ccokt2Np /c/Users/adrpo33/AppData/Local/Temp/ccOU7vrl /c/Users/adrpo33/AppData/Local/Temp/ccoYC0ph /c/Users/adrpo33/AppData/Local/Temp/ccOyFlDi /c/Users/adrpo33/AppData/Local/Temp/ccoYxVMV /c/Users/adrpo33/AppData/Local/Temp/ccP2ZA60 /c/Users/adrpo33/AppData/Local/Temp/ccPbQgG7 /c/Users/adrpo33/AppData/Local/Temp/ccpCeLpA /c/Users/adrpo33/AppData/Local/Temp/ccplkFIC /c/Users/adrpo33/AppData/Local/Temp/ccPzB1du /c/Users/adrpo33/AppData/Local/Temp/ccq0zNwt /c/Users/adrpo33/AppData/Local/Temp/ccqBPCRW /c/Users/adrpo33/AppData/Local/Temp/ccQGqTmG /c/Users/adrpo33/AppData/Local/Temp/ccQvJwRL /c/Users/adrpo33/AppData/Local/Temp/ccQvrRFN /c/Users/adrpo33/AppData/Local/Temp/ccqwpkLB /c/Users/adrpo33/AppData/Local/Temp/ccR2ygm5 /c/Users/adrpo33/AppData/Local/Temp/ccReJlcw /c/Users/adrpo33/AppData/Local/Temp/ccrotwLa /c/Users/adrpo33/AppData/Local/Temp/ccrsfBE8 /c/Users/adrpo33/AppData/Local/Temp/ccruO7cY /c/Users/adrpo33/AppData/Local/Temp/ccS4WIS0 /c/Users/adrpo33/AppData/Local/Temp/ccSgYVoc /c/Users/adrpo33/AppData/Local/Temp/ccshEHWo /c/Users/adrpo33/AppData/Local/Temp/ccSlFHnK /c/Users/adrpo33/AppData/Local/Temp/cct5jcRY /c/Users/adrpo33/AppData/Local/Temp/cctHpcxc /c/Users/adrpo33/AppData/Local/Temp/ccTJe2kr /c/Users/adrpo33/AppData/Local/Temp/ccTltrMw /c/Users/adrpo33/AppData/Local/Temp/ccTpLmAZ /c/Users/adrpo33/AppData/Local/Temp/ccTrx6ZZ /c/Users/adrpo33/AppData/Local/Temp/ccu0kJuR /c/Users/adrpo33/AppData/Local/Temp/ccuhq3vc /c/Users/adrpo33/AppData/Local/Temp/cculMd8p /c/Users/adrpo33/AppData/Local/Temp/ccuTEAB1 /c/Users/adrpo33/AppData/Local/Temp/ccUyPdbU /c/Users/adrpo33/AppData/Local/Temp/ccvA9ZOK /c/Users/adrpo33/AppData/Local/Temp/ccvle1ji /c/Users/adrpo33/AppData/Local/Temp/ccvlePoB /c/Users/adrpo33/AppData/Local/Temp/ccVVNm6S /c/Users/adrpo33/AppData/Local/Temp/ccW6qjHv /c/Users/adrpo33/AppData/Local/Temp/ccwCKyWY /c/Users/adrpo33/AppData/Local/Temp/ccWi1L4k /c/Users/adrpo33/AppData/Local/Temp/ccWQp3JQ /c/Users/adrpo33/AppData/Local/Temp/ccwrGnZP /c/Users/adrpo33/AppData/Local/Temp/ccwXL9YO /c/Users/adrpo33/AppData/Local/Temp/ccxdC7md /c/Users/adrpo33/AppData/Local/Temp/ccxVh3cT /c/Users/adrpo33/AppData/Local/Temp/ccY8VetE /c/Users/adrpo33/AppData/Local/Temp/ccYbU5W9 /c/Users/adrpo33/AppData/Local/Temp/ccYJCwHE /c/Users/adrpo33/AppData/Local/Temp/ccYsgm4U /c/Users/adrpo33/AppData/Local/Temp/ccyyO7Sc /c/Users/adrpo33/AppData/Local/Temp/ccyYxgK8 /c/Users/adrpo33/AppData/Local/Temp/ccz2o86d /c/Users/adrpo33/AppData/Local/Temp/cczndtOz /c/Users/adrpo33/AppData/Local/Temp/ccZnMU3p /c/Users/adrpo33/AppData/Local/Temp/ccZXhviG /c/Users/adrpo33/AppData/Local/Temp/cc0Rj2Gr /c/Users/adrpo33/AppData/Local/Temp/cc11jPl5 /c/Users/adrpo33/AppData/Local/Temp/cc1G2vGj /c/Users/adrpo33/AppData/Local/Temp/cc1Nk9i3 /c/Users/adrpo33/AppData/Local/Temp/cc1UZZqh /c/Users/adrpo33/AppData/Local/Temp/cc1xXHZG /c/Users/adrpo33/AppData/Local/Temp/cc2qly7P /c/Users/adrpo33/AppData/Local/Temp/cc2shSN3 /c/Users/adrpo33/AppData/Local/Temp/cc3DzkkM /c/Users/adrpo33/AppData/Local/Temp/cc3lPQhE /c/Users/adrpo33/AppData/Local/Temp/cc4nUDQ0 /c/Users/adrpo33/AppData/Local/Temp/cc5hMS8S /c/Users/adrpo33/AppData/Local/Temp/cc5rhGeY /c/Users/adrpo33/AppData/Local/Temp/cc66Tgpu /c/Users/adrpo33/AppData/Local/Temp/cc6HobkE /c/Users/adrpo33/AppData/Local/Temp/cc6XcRA1 /c/Users/adrpo33/AppData/Local/Temp/cc6xlLZh /c/Users/adrpo33/AppData/Local/Temp/cc77uWlR /c/Users/adrpo33/AppData/Local/Temp/cc7FIEmd /c/Users/adrpo33/AppData/Local/Temp/cc7iuH4B /c/Users/adrpo33/AppData/Local/Temp/cc7MWkgo /c/Users/adrpo33/AppData/Local/Temp/cc7Nbgbz /c/Users/adrpo33/AppData/Local/Temp/cc7OuYu7 /c/Users/adrpo33/AppData/Local/Temp/cc8DpfSg /c/Users/adrpo33/AppData/Local/Temp/cc93IiQq /c/Users/adrpo33/AppData/Local/Temp/cc9AjsKy /c/Users/adrpo33/AppData/Local/Temp/cc9E11Wr /c/Users/adrpo33/AppData/Local/Temp/ccA6rhmj /c/Users/adrpo33/AppData/Local/Temp/ccA7wxfE /c/Users/adrpo33/AppData/Local/Temp/ccad3TPl /c/Users/adrpo33/AppData/Local/Temp/ccaN5Uyx /c/Users/adrpo33/AppData/Local/Temp/ccaPIA6Y /c/Users/adrpo33/AppData/Local/Temp/ccAPmYgM /c/Users/adrpo33/AppData/Local/Temp/ccaQWkXE /c/Users/adrpo33/AppData/Local/Temp/ccasgjYo /c/Users/adrpo33/AppData/Local/Temp/ccAwwC2N /c/Users/adrpo33/AppData/Local/Temp/ccb7Boqe /c/Users/adrpo33/AppData/Local/Temp/ccB9H65l /c/Users/adrpo33/AppData/Local/Temp/ccBbCTuZ /c/Users/adrpo33/AppData/Local/Temp/ccbj8aEl /c/Users/adrpo33/AppData/Local/Temp/ccBpooMd /c/Users/adrpo33/AppData/Local/Temp/ccC0DNgO /c/Users/adrpo33/AppData/Local/Temp/ccC3FVnN /c/Users/adrpo33/AppData/Local/Temp/ccC3P3TR /c/Users/adrpo33/AppData/Local/Temp/cccKIUei /c/Users/adrpo33/AppData/Local/Temp/cccNPIzo /c/Users/adrpo33/AppData/Local/Temp/ccCtCHg5 /c/Users/adrpo33/AppData/Local/Temp/ccCVCIwR /c/Users/adrpo33/AppData/Local/Temp/ccDbyvJK /c/Users/adrpo33/AppData/Local/Temp/ccDDnoiG /c/Users/adrpo33/AppData/Local/Temp/ccDfb4tT /c/Users/adrpo33/AppData/Local/Temp/ccdjb0hv /c/Users/adrpo33/AppData/Local/Temp/ccdK6H3U /c/Users/adrpo33/AppData/Local/Temp/ccdO6lUZ /c/Users/adrpo33/AppData/Local/Temp/ccdoG4rH /c/Users/adrpo33/AppData/Local/Temp/ccDpNMbP /c/Users/adrpo33/AppData/Local/Temp/ccdSQRYO /c/Users/adrpo33/AppData/Local/Temp/ccDX58TV /c/Users/adrpo33/AppData/Local/Temp/ccEccQBB /c/Users/adrpo33/AppData/Local/Temp/ccEHNORa /c/Users/adrpo33/AppData/Local/Temp/ccEObyEH /c/Users/adrpo33/AppData/Local/Temp/cces2ftn /c/Users/adrpo33/AppData/Local/Temp/ccF5bmYI /c/Users/adrpo33/AppData/Local/Temp/ccf9n48v /c/Users/adrpo33/AppData/Local/Temp/ccFkmDNq /c/Users/adrpo33/AppData/Local/Temp/ccfPzbn9 /c/Users/adrpo33/AppData/Local/Temp/ccFUqtbi /c/Users/adrpo33/AppData/Local/Temp/ccFzQg6z /c/Users/adrpo33/AppData/Local/Temp/ccg64Qta /c/Users/adrpo33/AppData/Local/Temp/ccGdsaFy /c/Users/adrpo33/AppData/Local/Temp/ccgPZCQ2 /c/Users/adrpo33/AppData/Local/Temp/ccHNbKPL /c/Users/adrpo33/AppData/Local/Temp/ccivwYTL /c/Users/adrpo33/AppData/Local/Temp/ccJBxCgW /c/Users/adrpo33/AppData/Local/Temp/ccjJDBvU /c/Users/adrpo33/AppData/Local/Temp/ccJjidH9 /c/Users/adrpo33/AppData/Local/Temp/ccjPTBnH /c/Users/adrpo33/AppData/Local/Temp/ccjRawhW /c/Users/adrpo33/AppData/Local/Temp/ccjrWR6q /c/Users/adrpo33/AppData/Local/Temp/ccjtRizR /c/Users/adrpo33/AppData/Local/Temp/ccJzuZGt /c/Users/adrpo33/AppData/Local/Temp/ccK5hKqa /c/Users/adrpo33/AppData/Local/Temp/cckb7q1x /c/Users/adrpo33/AppData/Local/Temp/ccKHyntT /c/Users/adrpo33/AppData/Local/Temp/cckKn9vK /c/Users/adrpo33/AppData/Local/Temp/ccknS0FZ /c/Users/adrpo33/AppData/Local/Temp/cckseaBf /c/Users/adrpo33/AppData/Local/Temp/ccKtcknu /c/Users/adrpo33/AppData/Local/Temp/ccKVLFFR /c/Users/adrpo33/AppData/Local/Temp/cckWALJQ /c/Users/adrpo33/AppData/Local/Temp/cckWdQWp /c/Users/adrpo33/AppData/Local/Temp/cclbDWXB /c/Users/adrpo33/AppData/Local/Temp/cclJ42f4 /c/Users/adrpo33/AppData/Local/Temp/cclKdTUB /c/Users/adrpo33/AppData/Local/Temp/ccll44Rr /c/Users/adrpo33/AppData/Local/Temp/ccLqzz5G /c/Users/adrpo33/AppData/Local/Temp/ccLVvGFs /c/Users/adrpo33/AppData/Local/Temp/ccMFJ72M /c/Users/adrpo33/AppData/Local/Temp/ccMimBLq /c/Users/adrpo33/AppData/Local/Temp/ccMKaoI1 /c/Users/adrpo33/AppData/Local/Temp/ccmt2DEm /c/Users/adrpo33/AppData/Local/Temp/ccmuuD8z /c/Users/adrpo33/AppData/Local/Temp/ccMy7Fu6 /c/Users/adrpo33/AppData/Local/Temp/ccN6bvV5 /c/Users/adrpo33/AppData/Local/Temp/ccNbGcBN /c/Users/adrpo33/AppData/Local/Temp/ccNEuTHI /c/Users/adrpo33/AppData/Local/Temp/ccnhzLYf /c/Users/adrpo33/AppData/Local/Temp/ccnlpkZn /c/Users/adrpo33/AppData/Local/Temp/ccNOyvsp /c/Users/adrpo33/AppData/Local/Temp/ccnS92yY /c/Users/adrpo33/AppData/Local/Temp/ccnzO6Dq /c/Users/adrpo33/AppData/Local/Temp/ccO2SFyh /c/Users/adrpo33/AppData/Local/Temp/ccoDFqcd /c/Users/adrpo33/AppData/Local/Temp/ccoFNPeW /c/Users/adrpo33/AppData/Local/Temp/ccoiocBb /c/Users/adrpo33/AppData/Local/Temp/ccokt2Np /c/Users/adrpo33/AppData/Local/Temp/ccOU7vrl /c/Users/adrpo33/AppData/Local/Temp/ccoYC0ph /c/Users/adrpo33/AppData/Local/Temp/ccOyFlDi /c/Users/adrpo33/AppData/Local/Temp/ccoYxVMV /c/Users/adrpo33/AppData/Local/Temp/ccP2ZA60 /c/Users/adrpo33/AppData/Local/Temp/ccPbQgG7 /c/Users/adrpo33/AppData/Local/Temp/ccpCeLpA /c/Users/adrpo33/AppData/Local/Temp/ccplkFIC /c/Users/adrpo33/AppData/Local/Temp/ccPzB1du /c/Users/adrpo33/AppData/Local/Temp/ccq0zNwt /c/Users/adrpo33/AppData/Local/Temp/ccqBPCRW /c/Users/adrpo33/AppData/Local/Temp/ccQGqTmG /c/Users/adrpo33/AppData/Local/Temp/ccQvJwRL /c/Users/adrpo33/AppData/Local/Temp/ccQvrRFN /c/Users/adrpo33/AppData/Local/Temp/ccqwpkLB /c/Users/adrpo33/AppData/Local/Temp/ccR2ygm5 /c/Users/adrpo33/AppData/Local/Temp/ccReJlcw /c/Users/adrpo33/AppData/Local/Temp/ccrotwLa /c/Users/adrpo33/AppData/Local/Temp/ccrsfBE8 /c/Users/adrpo33/AppData/Local/Temp/ccruO7cY /c/Users/adrpo33/AppData/Local/Temp/ccS4WIS0 /c/Users/adrpo33/AppData/Local/Temp/ccSgYVoc /c/Users/adrpo33/AppData/Local/Temp/ccshEHWo /c/Users/adrpo33/AppData/Local/Temp/ccSlFHnK /c/Users/adrpo33/AppData/Local/Temp/cct5jcRY /c/Users/adrpo33/AppData/Local/Temp/cctHpcxc /c/Users/adrpo33/AppData/Local/Temp/ccTJe2kr /c/Users/adrpo33/AppData/Local/Temp/ccTltrMw /c/Users/adrpo33/AppData/Local/Temp/ccTpLmAZ /c/Users/adrpo33/AppData/Local/Temp/ccTrx6ZZ /c/Users/adrpo33/AppData/Local/Temp/ccu0kJuR /c/Users/adrpo33/AppData/Local/Temp/ccuhq3vc /c/Users/adrpo33/AppData/Local/Temp/cculMd8p /c/Users/adrpo33/AppData/Local/Temp/ccuTEAB1 /c/Users/adrpo33/AppData/Local/Temp/ccUyPdbU /c/Users/adrpo33/AppData/Local/Temp/ccvA9ZOK /c/Users/adrpo33/AppData/Local/Temp/ccvle1ji /c/Users/adrpo33/AppData/Local/Temp/ccvlePoB /c/Users/adrpo33/AppData/Local/Temp/ccVVNm6S /c/Users/adrpo33/AppData/Local/Temp/ccW6qjHv /c/Users/adrpo33/AppData/Local/Temp/ccwCKyWY /c/Users/adrpo33/AppData/Local/Temp/ccWi1L4k /c/Users/adrpo33/AppData/Local/Temp/ccWQp3JQ /c/Users/adrpo33/AppData/Local/Temp/ccwrGnZP /c/Users/adrpo33/AppData/Local/Temp/ccwXL9YO /c/Users/adrpo33/AppData/Local/Temp/ccxdC7md /c/Users/adrpo33/AppData/Local/Temp/ccxVh3cT /c/Users/adrpo33/AppData/Local/Temp/ccY8VetE /c/Users/adrpo33/AppData/Local/Temp/ccYbU5W9 /c/Users/adrpo33/AppData/Local/Temp/ccYJCwHE /c/Users/adrpo33/AppData/Local/Temp/ccYsgm4U /c/Users/adrpo33/AppData/Local/Temp/ccyyO7Sc /c/Users/adrpo33/AppData/Local/Temp/ccyYxgK8 /c/Users/adrpo33/AppData/Local/Temp/ccz2o86d /c/Users/adrpo33/AppData/Local/Temp/cczndtOz /c/Users/adrpo33/AppData/Local/Temp/ccZnMU3p /c/Users/adrpo33/AppData/Local/Temp/ccZXhviG + 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 27269d25c * libraries b24433c...b563630 (1): > Bump libraries + 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 27269d25c..99eb5ee5a master -> origin/master Fetching submodule OMCompiler Fetching submodule OMCompiler/3rdParty Fetching submodule OMCompiler/common Fetching submodule OMOptim Fetching submodule OMOptim/common Fetching submodule OMSimulator Fetching submodule OMSimulator/3rdParty Fetching submodule OMSimulator/OMTLMSimulator Fetching submodule common Fetching submodule doc Fetching submodule libraries From https://github.com/OpenModelica/OMLibraries b563630..aefdec1 master -> origin/master Updating 27269d25c..99eb5ee5a Fast-forward libraries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Submodule path 'libraries': checked out 'aefdec1297149c4ec8d858cf17dcf42de92c8bb2' + git fetch --tags + git checkout 99eb5ee5a6e0cd7902e883d4ec26f439a8211e41 M OMSimulator Note: checking out '99eb5ee5a6e0cd7902e883d4ec26f439a8211e41'. 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 99eb5ee5a * libraries b563630...aefdec1 (1): > Bump libraries + 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 'aefdec1297149c4ec8d858cf17dcf42de92c8bb2' + 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) aefdec1297149c4ec8d858cf17dcf42de92c8bb2 libraries (remotes/origin/HEAD) + cd 'c:\dev\hudson\workspace\OM_Win/OM' + export MAKETHREADS=-j16 + MAKETHREADS=-j16 + make -k -r -f Makefile.omdev.mingw -j16 clean make -f Makefile.omdev.mingw -C OMCompiler clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' Creating dirs: /c/dev/hudson/workspace/OM_Win/OM/build/bin /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/emcc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/linearization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/dataReconciliation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/optimization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/results/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/initialization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/meta/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/util/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi1/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi2/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java/ /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/ /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels /c/dev/hudson/workspace/OM_Win/OM/build/share/man//man1/ rm -rf 3rdParty/FMIL/build 3rdParty/FMIL/install 3rdParty/FMIL/Makefile make -C SimulationRuntime/ParModelica/explicit/openclrt -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build if test -f 3rdParty/gc/Makefile; then make -C 3rdParty/gc distclean; fi make -C SimulationRuntime/cpp/ -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build rm -rf 3rdParty/CMinpack/install test ! -f 3rdParty/metis-5.1.0/Makefile || make -C 3rdParty/metis-5.1.0 clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' rm -f *.o *.a rm -f 3rdParty/gc/Makefile make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/cpp' cd 3rdParty/Cdaskr/solver && make -f Makefile clean #This is a bad idea, because the cache contains the absolute path to cmake that was used for build -> if the cmake location has changed, the clean command will fail make -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 test ! -f 3rdParty/msgpack-0.5.8/Makefile || make -C 3rdParty/msgpack-0.5.8 distclean || true make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/ParModelica/explicit/openclrt' #if test -f 3rdParty/CMinpack/build/Makefile; then make -C 3rdParty/CMinpack/build clean; fi make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/boot' if test -f 3rdParty/graphstream/Makefile; then make -C 3rdParty/graphstream/ clean; fi # OpenBLAS make clean actually gives error-messages. Let it do it, but silently rm -R -f Build_static; rm -R -f Build_dynamic; make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' rm -f *.o libcdaskr.a *~ #*# rm -f 3rdParty/msgpack-0.5.8/Makefile if test -d 3rdParty/SuiteSparse/build ; then cd 3rdParty/SuiteSparse/build && make clean ; fi #rm -f 3rdParty/CMinpack/build/Makefile 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 "build/" test ! -d 3rdParty/OpenBLAS-0.2.8 || make -C 3rdParty/OpenBLAS-0.2.8 clean > /dev/null 2>&1 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; rm -rf 3rdParty/SuiteSparse/build make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream' make -C gs-netstream/c++ clean 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[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/cpp' 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 rm -f patches/*.patch rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.dll cd /c/dev/hudson/workspace/OM_Win/OM/build; \ rm -rf include/omc/omsi include/omc/omsic; \ rm -rf lib/omc/omsi; rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/boot' rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.dll rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.dll rm -f obj/*.o rm -f obj/*/*.o rm -f src/*.output rm -f */*~ *~ core rm -f bin/* rm -f netstream-main netstream-main.exe rm -f libnetstream.a rm -rf obj make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream' (cd SimulationRuntime/c && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build) make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/c' rm -rf ./meta/*.o ./fmi/*.o ./gc/*.o ./util/*.o ./math-support/*.o ./simulation/solver/*.o ./simulation/solver/initialization/*.o ./optimization/*.o ./simulation/results/*.o ./simulation/*.o linearization/*.o dataReconciliation/*.o ./meta/*.a ./fmi/*.a ./gc/*.a ./util/*.a ./math-support/*.a ./simulation/solver/*.a ./simulation/solver/initialization/*.a ./optimization/*.a ./simulation/results/*.a ./simulation/*.a linearization/*.a dataReconciliation/*.a meta/gc/*.o fmi/*.o *.a *.so optimization/*/*.o build/ (! test -f /Makefile) || make -C clean (! test -f /Makefile) || make -C distclean make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/SimulationRuntime/c' (cd Compiler && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build) make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler' make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/runtime' rm -f -rf *.a *.o omc_communication.cc omc_communication.h omc_communication-* make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/runtime' make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Script' rm -f OpenModelicaScriptingAPIQt.cpp OpenModelicaScriptingAPIQt.h OpenModelicaScriptingAPI.mo make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Script' cd /c/dev/hudson/workspace/OM_Win/OM/build/bin && rm -f Compile.bat Prompt.bat openmodelica.lefty default_profiling.xsl replace-startValue.* simcodedump.xsl ngspicetoModelica.py make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler' (cd Parser && make -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build) make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Parser' rm -f *.o *.obj *.lib *.a *.so ModelicaParser.c ModelicaParser.h *Modelica*_Lexer.c *Modelica*_Lexer.h *.tokens *.stamp *.stamp.tmp rm -f ../3rdParty/antlr/3.2/libantlr3c-3.2/antlr3config.h make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Parser' make -C Compiler/Template -f Makefile.omdev.mingw clean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Template' rm -f AbsynDumpTpl.mo CodegenUtil.mo DAEDumpTpl.mo ExpressionDumpTpl.mo Unparsing.mo SCodeDumpTpl.mo GenerateAPIFunctionsTpl.mo CodegenCFunctions.mo CodegenC.mo CodegenUtilSimulation.mo CodegenEmbeddedC.mo CodegenFMUCommon.mo CodegenFMU.mo CodegenFMU1.mo CodegenFMU2.mo CodegenCSharp.mo CodegenCppCommon.mo CodegenCpp.mo CodegenCppHpcom.mo CodegenFMUCpp.mo CodegenOMSI_common.mo CodegenOMSIC.mo CodegenOMSIC_Equations.mo CodegenFMUCppHpcom.mo CodegenCppInit.mo CodegenMidToC.mo CodegenModelica.mo GraphvizDump.mo GraphMLDumpTpl.mo NFInstDumpTpl.mo SimCodeDump.mo CodegenAdevs.mo CodegenSparseFMI.mo CodegenXML.mo CodegenJava.mo CodegenJS.mo TaskSystemDump.mo VisualXMLTpl.mo make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Template' # remove ModelicaExternalC stuff if test -f 3rdParty/ModelicaExternalC/BuildProjects/autotools/Makefile; then make -C 3rdParty/ModelicaExternalC/BuildProjects/autotools/ distclean OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build; fi # remove Ipopt/Makefile if there is no Ipopt/Ipopt/Makefile to run configure again! if test -f 3rdParty/Ipopt/Ipopt/Makefile; then true; else rm -f 3rdParty/Ipopt/Makefile || true; fi if test -f 3rdParty/Ipopt/Makefile; then make -C 3rdParty/Ipopt distclean || true; fi (rm -rf SimulationRuntime/build_c) rm -rf 3rdParty/sundials/build rm -rf 3rdParty/SuitesParse/build rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/share /c/dev/hudson/workspace/OM_Win/OM/build/lib /c/dev/hudson/workspace/OM_Win/OM/build/include /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMShell* /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMNotebook* \ /c/dev/hudson/workspace/OM_Win/OM/build/bin/omc /c/dev/hudson/workspace/OM_Win/OM/build/bin/omc.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/omc-diff /c/dev/hudson/workspace/OM_Win/OM/build/bin/omc-diff.exe \ bom-error.log bom-error.sh tab-error.log make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' test ! -d /c/dev/hudson/workspace/OM_Win/OM/build || rm -rf /c/dev/hudson/workspace/OM_Win/OM/build + make -k -r -f Makefile.omdev.mingw -j16 clean-qtclients rm -f /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMPlot.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMEdit.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMNotebook.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMShell.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin/OMOptim.exe rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/libOMPlot.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/libOMOptimBasis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/libOMOptim.a rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/share/omedit* /c/dev/hudson/workspace/OM_Win/OM/build/share/omnotebook* /c/dev/hudson/workspace/OM_Win/OM/build/share/omshell* make -C OMPlot -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot' make -C qwt -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt' qmake qwt.pro Cannot read C:/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/qwt.config: No such file or directory test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt' cd src/ && ( test -e Makefile || C:/OMDev/tools/msys/mingw64/bin/qmake.exe C:/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src/src.pro -o Makefile ) && make -f Makefile clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src' make -f Makefile.Debug clean make -f Makefile.Release clean make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src' rm -f moc/moc_qwt_dyngrid_layout.cpp moc/moc_qwt_magnifier.cpp moc/moc_qwt_panner.cpp moc/moc_qwt_picker.cpp moc/moc_qwt_text_label.cpp moc/moc_qwt_abstract_legend.cpp moc/moc_qwt_legend.cpp moc/moc_qwt_legend_label.cpp moc/moc_qwt_plot.cpp moc/moc_qwt_plot_renderer.cpp moc/moc_qwt_plot_canvas.cpp moc/moc_qwt_plot_panner.cpp moc/moc_qwt_plot_picker.cpp moc/moc_qwt_plot_zoomer.cpp moc/moc_qwt_plot_magnifier.cpp moc/moc_qwt_sampling_thread.cpp moc/moc_qwt_scale_widget.cpp moc/moc_qwt_abstract_slider.cpp moc/moc_qwt_abstract_scale.cpp moc/moc_qwt_analog_clock.cpp moc/moc_qwt_compass.cpp moc/moc_qwt_counter.cpp moc/moc_qwt_dial.cpp moc/moc_qwt_knob.cpp moc/moc_qwt_slider.cpp moc/moc_qwt_thermo.cpp moc/moc_qwt_wheel.cpp make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/qwt/src' rm -f moc/moc_qwt_dyngrid_layout.cpp moc/moc_qwt_magnifier.cpp moc/moc_qwt_panner.cpp moc/moc_qwt_picker.cpp moc/moc_qwt_text_label.cpp moc/moc_qwt_abstract_legend.cpp moc/moc_qwt_legend.cpp moc/moc_qwt_legend_label.cpp moc/moc_qwt_plot.cpp moc/moc_qwt_plot_renderer.cpp moc/moc_qwt_plot_canvas.cpp moc/moc_qwt_plot_panner.cpp moc/moc_qwt_plot_picker.cpp moc/moc_qwt_plot_zoomer.cpp moc/moc_qwt_plot_magnifier.cpp moc/moc_qwt_sampling_thread.cpp moc/moc_qwt_scale_widget.cpp moc/moc_qwt_abstract_slider.cpp moc/moc_qwt_abstract_scale.cpp moc/moc_qwt_analog_clock.cpp moc/moc_qwt_compass.cpp moc/moc_qwt_counter.cpp moc/moc_qwt_dial.cpp moc/moc_qwt_knob.cpp moc/moc_qwt_slider.cpp moc/moc_qwt_thermo.cpp moc/moc_qwt_wheel.cpp rm -f debug/qwt_abstract_scale_draw.o debug/qwt_bezier.o debug/qwt_clipper.o debug/qwt_color_map.o debug/qwt_column_symbol.o debug/qwt_date.o debug/qwt_date_scale_draw.o debug/qwt_date_scale_engine.o debug/qwt_dyngrid_layout.o debug/qwt_event_pattern.o debug/qwt_graphic.o debug/qwt_interval.o debug/qwt_interval_symbol.o debug/qwt_math.o debug/qwt_magnifier.o debug/qwt_null_paintdevice.o debug/qwt_painter.o debug/qwt_painter_command.o debug/qwt_panner.o debug/qwt_picker.o debug/qwt_picker_machine.o debug/qwt_pixel_matrix.o debug/qwt_point_3d.o debug/qwt_point_polar.o debug/qwt_round_scale_draw.o debug/qwt_scale_div.o debug/qwt_scale_draw.o debug/qwt_scale_map.o debug/qwt_scale_engine.o debug/qwt_spline.o debug/qwt_symbol.o debug/qwt_system_clock.o debug/qwt_text_engine.o debug/qwt_text_label.o debug/qwt_text.o debug/qwt_transform.o debug/qwt_widget_overlay.o debug/qwt_curve_fitter.o debug/qwt_spline_curve_fitter.o debug/qwt_weeding_curve_fitter.o debug/qwt_abstract_legend.o debug/qwt_legend.o debug/qwt_legend_data.o debug/qwt_legend_label.o debug/qwt_plot.o debug/qwt_plot_renderer.o debug/qwt_plot_xml.o debug/qwt_plot_axis.o debug/qwt_plot_curve.o debug/qwt_plot_dict.o debug/qwt_plot_directpainter.o debug/qwt_plot_grid.o debug/qwt_plot_histogram.o debug/qwt_plot_item.o debug/qwt_plot_abstract_barchart.o debug/qwt_plot_barchart.o debug/qwt_plot_multi_barchart.o debug/qwt_plot_intervalcurve.o debug/qwt_plot_zoneitem.o debug/qwt_plot_tradingcurve.o debug/qwt_plot_spectrogram.o debug/qwt_plot_spectrocurve.o debug/qwt_plot_scaleitem.o debug/qwt_plot_legenditem.o debug/qwt_plot_seriesitem.o debug/qwt_plot_shapeitem.o debug/qwt_plot_marker.o debug/qwt_plot_textlabel.o debug/qwt_plot_layout.o debug/qwt_plot_canvas.o debug/qwt_plot_panner.o debug/qwt_plot_rasteritem.o debug/qwt_plot_picker.o debug/qwt_plot_zoomer.o debug/qwt_plot_magnifier.o debug/qwt_plot_rescaler.o debug/qwt_point_mapper.o debug/qwt_raster_data.o debug/qwt_matrix_raster_data.o debug/qwt_sampling_thread.o debug/qwt_series_data.o rm -f release/qwt_abstract_scale_draw.o release/qwt_bezier.o release/qwt_clipper.o release/qwt_color_map.o release/qwt_column_symbol.o release/qwt_date.o release/qwt_date_scale_draw.o release/qwt_date_scale_engine.o release/qwt_dyngrid_layout.o release/qwt_event_pattern.o release/qwt_graphic.o release/qwt_interval.o release/qwt_interval_symbol.o release/qwt_math.o release/qwt_magnifier.o release/qwt_null_paintdevice.o release/qwt_painter.o release/qwt_painter_command.o release/qwt_panner.o release/qwt_picker.o release/qwt_picker_machine.o release/qwt_pixel_matrix.o release/qwt_point_3d.o release/qwt_point_polar.o release/qwt_round_scale_draw.o release/qwt_scale_div.o release/qwt_scale_draw.o release/qwt_scale_map.o release/qwt_scale_engine.o release/qwt_spline.o release/qwt_symbol.o release/qwt_system_clock.o release/qwt_text_engine.o release/qwt_text_label.o release/qwt_text.o release/qwt_transform.o release/qwt_widget_overlay.o release/qwt_curve_fitter.o release/qwt_spline_curve_fitter.o release/qwt_weeding_curve_fitter.o release/qwt_abstract_legend.o release/qwt_legend.o release/qwt_legend_data.o release/qwt_legend_label.o release/qwt_plot.o release/qwt_plot_renderer.o release/qwt_plot_xml.o release/qwt_plot_axis.o release/qwt_plot_curve.o release/qwt_plot_dict.o release/qwt_plot_directpainter.o release/qwt_plot_grid.o release/qwt_plot_histogram.o release/qwt_plot_item.o release/qwt_plot_abstract_barchart.o release/qwt_plot_barchart.o release/qwt_plot_multi_barchart.o release/qwt_plot_intervalcurve.o release/qwt_plot_zoneitem.o release/qwt_plot_tradingcurve.o release/qwt_plot_spectrogram.o release/qwt_plot_spectrocurve.o release/qwt_plot_scaleitem.o release/qwt_plot_legenditem.o release/qwt_plot_seriesitem.o release/qwt_plot_shapeitem.o release/qwt_plot_marker.o release/qwt_plot_textlabel.o release/qwt_plot_layout.o release/qwt_plot_canvas.o release/qwt_plot_panner.o release/qwt_plot_rasteritem.o release/qwt_plot_picker.o release/qwt_plot_zoomer.o release/qwt_plot_magnifier.o rm -f 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMPlot/OMPlot/OMPlotGUI' 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[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 rm -f debug/rc_omedit_res.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' rm -rf ../bin/OMEdit.exe ../generatedfiles Makefile Makefile.Debug Makefile.Release object_script.* make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit/OMEdit/OMEditGUI' make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMEdit' make -C OMNotebook/OMNotebook/OMNotebookGUI -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' qmake "CONFIG+=release" WARNING: Failure to find: release/rc_omnotebook_res.o WARNING: Failure to find: debug/rc_omnotebook_res.o test ! -f Makefile || make -f Makefile clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' rm -f ../generatedfiles/rcc/qrc_res_qt.cpp 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 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/ui/ui_ImageSizeDlg.h ../generatedfiles/ui/ui_OtherDlg.h ../generatedfiles/ui/ui_searchform.h rm -f ../generatedfiles/moc/moc_cellapplication.cpp ../generatedfiles/moc/moc_stylesheet.cpp ../generatedfiles/moc/moc_ModelicaTextHighlighter.cpp ../generatedfiles/moc/moc_cellcursor.cpp ../generatedfiles/moc/moc_document.cpp ../generatedfiles/moc/moc_textcell.cpp ../generatedfiles/moc/moc_celldocument.cpp ../generatedfiles/moc/moc_documentview.cpp ../generatedfiles/moc/moc_treeview.cpp ../generatedfiles/moc/moc_cellgroup.cpp ../generatedfiles/moc/moc_qcombobox_search.cpp ../generatedfiles/moc/moc_cell.cpp ../generatedfiles/moc/moc_inputcell.cpp ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_notebook.cpp ../generatedfiles/moc/moc_searchform.cpp ../generatedfiles/moc/moc_graphcell.cpp ../generatedfiles/moc/moc_latexcell.cpp rm -f ../generatedfiles/ui/ui_ImageSizeDlg.h ../generatedfiles/ui/ui_OtherDlg.h ../generatedfiles/ui/ui_searchform.h rm -f release/rc_omnotebook_res.o release/cellapplication.o release/cellparserfactory.o release/stylesheet.o release/cellcommandcenter.o release/chaptercountervisitor.o release/omcinteractiveenvironment.o release/textcell.o release/cellcommands.o release/commandcompletion.o release/ModelicaTextHighlighter.o release/textcursorcommands.o release/cell.o release/printervisitor.o release/treeview.o release/cellcursor.o release/puretextvisitor.o release/updategroupcellvisitor.o release/celldocument.o release/inputcell.o release/qcombobox_search.o release/updatelinkvisitor.o release/cellfactory.o release/notebook.o release/qtapp.o release/xmlparser.o release/searchform.o release/cellgroup.o release/serializingvisitor.o release/graphcell.o release/latexcell.o release/indent.o release/qrc_res_qt.o release/moc_cellapplication.o release/moc_stylesheet.o release/moc_ModelicaTextHighlighter.o release/moc_cellcursor.o release/moc_document.o release/moc_textcell.o release/moc_celldocument.o release/moc_documentview.o release/moc_treeview.o release/moc_cellgroup.o release/moc_qcombobox_search.o release/moc_cell.o release/moc_inputcell.o release/moc_commandcompletion.o release/moc_notebook.o release/moc_searchform.o release/moc_graphcell.o release/moc_latexcell.o rm -f debug/rc_omnotebook_res.o debug/cellapplication.o debug/cellparserfactory.o debug/stylesheet.o debug/cellcommandcenter.o debug/chaptercountervisitor.o debug/omcinteractiveenvironment.o debug/textcell.o debug/cellcommands.o debug/commandcompletion.o debug/ModelicaTextHighlighter.o debug/textcursorcommands.o debug/cell.o debug/printervisitor.o debug/treeview.o debug/cellcursor.o debug/puretextvisitor.o debug/updategroupcellvisitor.o debug/celldocument.o debug/inputcell.o debug/qcombobox_search.o debug/updatelinkvisitor.o debug/cellfactory.o debug/notebook.o debug/qtapp.o debug/xmlparser.o debug/searchform.o debug/cellgroup.o debug/serializingvisitor.o debug/graphcell.o debug/latexcell.o debug/indent.o debug/qrc_res_qt.o debug/moc_cellapplication.o debug/moc_stylesheet.o debug/moc_ModelicaTextHighlighter.o debug/moc_cellcursor.o debug/moc_document.o debug/moc_textcell.o debug/moc_celldocument.o debug/moc_documentview.o debug/moc_treeview.o debug/moc_cellgroup.o debug/moc_qcombobox_search.o debug/moc_cell.o debug/moc_inputcell.o debug/moc_commandcompletion.o debug/moc_notebook.o debug/moc_searchform.o debug/moc_graphcell.o debug/moc_latexcell.o rm -f release/rc_omnotebook_res.o rm -f debug/rc_omnotebook_res.o make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' rm -rf ../bin/OMNotebook.exe Makefile Makefile.Debug Makefile.Release object_script.* make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMNotebook/OMNotebook/OMNotebookGUI' make -C OMShell/OMShell/OMShellGUI -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' qmake "CONFIG+=release" WARNING: Failure to find: release/rc_omshell_res.o WARNING: Failure to find: debug/rc_omshell_res.o test ! -f Makefile || make -f Makefile clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' make -f Makefile.Release clean make -f Makefile.Debug clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' rm -f OMShell_de.qm OMShell_sv.qm make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' rm -f OMShell_de.qm OMShell_sv.qm rm -f ../generatedfiles/rcc/qrc_oms.cpp rm -f ../generatedfiles/rcc/qrc_oms.cpp rm -f ../generatedfiles/moc/moc_commandcompletion.cpp ../generatedfiles/moc/moc_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 debug/rc_omshell_res.o rm -f release/rc_omshell_res.o make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' rm -rf ../bin/OMShell.exe Makefile Makefile.Debug Makefile.Release object_script.* make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMShell/OMShell/OMShellGUI' make -C OMOptim -f Makefile.omdev.mingw OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build clean make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim' make -C OMOptimBasis/build -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' qmake "CONFIG+=release" OMOptimBasis.pro Cannot read C:/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/vars.pri: No such file or directory Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' rm -f release/generatedfiles/rcc/qrc_OMOptimBasis.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' rm -f debug/generatedfiles/rcc/qrc_OMOptimBasis.cpp rm -f release/generatedfiles/moc/moc_Variable.cpp release/generatedfiles/moc/moc_MOThreads.cpp release/generatedfiles/moc/moc_MOTableView.cpp release/generatedfiles/moc/moc_MOParameter.cpp release/generatedfiles/moc/moc_MOOptVector.cpp release/generatedfiles/moc/moc_MOItem.cpp release/generatedfiles/moc/moc_WidgetMOItem.cpp release/generatedfiles/moc/moc_WidgetFilesList.cpp release/generatedfiles/moc/moc_Result.cpp release/generatedfiles/moc/moc_ProblemInterface.cpp release/generatedfiles/moc/moc_Problem.cpp release/generatedfiles/moc/moc_OMCases.cpp release/generatedfiles/moc/moc_OMCase.cpp release/generatedfiles/moc/moc_InfoSender.cpp release/generatedfiles/moc/moc_Info.cpp release/generatedfiles/moc/moc_qsciencespinbox.cpp release/generatedfiles/moc/moc_Load.cpp release/generatedfiles/moc/moc_ProjectBase.cpp release/generatedfiles/moc/moc_MOParametersDlg.cpp release/generatedfiles/moc/moc_OMProcess.cpp release/generatedfiles/moc/moc_MyTreeView.cpp release/generatedfiles/moc/moc_MyTextLog.cpp release/generatedfiles/moc/moc_MyDelegates.cpp release/generatedfiles/moc/moc_MOSplitter.cpp release/generatedfiles/moc/moc_GuiTools.cpp release/generatedfiles/moc/moc_TabGeneric.cpp release/generatedfiles/moc/moc_MOTab.cpp release/generatedfiles/moc/moc_MOMainTab.cpp release/generatedfiles/moc/moc_MO2ColTab.cpp release/generatedfiles/moc/moc_WidgetTableVar.cpp release/generatedfiles/moc/moc_MOPlot.cpp release/generatedfiles/moc/moc_TabProjectBase.cpp release/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp release/generatedfiles/moc/moc_DlgSettings.cpp release/generatedfiles/moc/moc_DlgSelectVars.cpp release/generatedfiles/moc/moc_DlgSelectFiles.cpp release/generatedfiles/moc/moc_WidgetSelectVars.cpp release/generatedfiles/moc/moc_WidgetList.cpp release/generatedfiles/moc/moc_NewProjectBaseForm.cpp release/generatedfiles/moc/moc_registermetatypes.cpp release/generatedfiles/moc/moc_DlgSelect.cpp release/generatedfiles/moc/moc_WidgetMOItemsList.cpp release/generatedfiles/moc/moc_MOItemModel.cpp rm -f debug/generatedfiles/moc/moc_Variable.cpp debug/generatedfiles/moc/moc_MOThreads.cpp debug/generatedfiles/moc/moc_MOTableView.cpp debug/generatedfiles/moc/moc_MOParameter.cpp debug/generatedfiles/moc/moc_MOOptVector.cpp debug/generatedfiles/moc/moc_MOItem.cpp debug/generatedfiles/moc/moc_WidgetMOItem.cpp debug/generatedfiles/moc/moc_WidgetFilesList.cpp debug/generatedfiles/moc/moc_Result.cpp debug/generatedfiles/moc/moc_ProblemInterface.cpp debug/generatedfiles/moc/moc_Problem.cpp debug/generatedfiles/moc/moc_OMCases.cpp debug/generatedfiles/moc/moc_OMCase.cpp debug/generatedfiles/moc/moc_InfoSender.cpp debug/generatedfiles/moc/moc_Info.cpp debug/generatedfiles/moc/moc_qsciencespinbox.cpp debug/generatedfiles/moc/moc_Load.cpp debug/generatedfiles/moc/moc_ProjectBase.cpp debug/generatedfiles/moc/moc_MOParametersDlg.cpp debug/generatedfiles/moc/moc_OMProcess.cpp debug/generatedfiles/moc/moc_MyTreeView.cpp debug/generatedfiles/moc/moc_MyTextLog.cpp debug/generatedfiles/moc/moc_MyDelegates.cpp debug/generatedfiles/moc/moc_MOSplitter.cpp debug/generatedfiles/moc/moc_GuiTools.cpp debug/generatedfiles/moc/moc_TabGeneric.cpp debug/generatedfiles/moc/moc_MOTab.cpp debug/generatedfiles/moc/moc_MOMainTab.cpp debug/generatedfiles/moc/moc_MO2ColTab.cpp debug/generatedfiles/moc/moc_WidgetTableVar.cpp debug/generatedfiles/moc/moc_MOPlot.cpp debug/generatedfiles/moc/moc_TabProjectBase.cpp debug/generatedfiles/moc/moc_WidgetProjectBaseInfos.cpp debug/generatedfiles/moc/moc_DlgSettings.cpp debug/generatedfiles/moc/moc_DlgSelectVars.cpp debug/generatedfiles/moc/moc_DlgSelectFiles.cpp debug/generatedfiles/moc/moc_WidgetSelectVars.cpp debug/generatedfiles/moc/moc_WidgetList.cpp debug/generatedfiles/moc/moc_NewProjectBaseForm.cpp debug/generatedfiles/moc/moc_registermetatypes.cpp debug/generatedfiles/moc/moc_DlgSelect.cpp debug/generatedfiles/moc/moc_WidgetMOItemsList.cpp debug/generatedfiles/moc/moc_MOItemModel.cpp debug/generatedfiles/moc/moc_MOItemViews.cpp debug/generatedfiles/moc/moc_scriptparser.cpp rm -f release/generatedfiles/ui/ui_WidgetFilesList.h release/generatedfiles/ui/ui_WidgetMOItem.h release/generatedfiles/ui/ui_TabGeneric.h release/generatedfiles/ui/ui_TabProjectBase.h release/generatedfiles/ui/ui_WidgetProjectBaseInfos.h release/generatedfiles/ui/ui_WidgetSelectVars.h release/generatedfiles/ui/ui_NewProjectBaseForm.h release/generatedfiles/ui/ui_WidgetMOItemsList.h release/generatedfiles/ui/ui_ScriptTextDlg.h release/generatedfiles/ui/ui_HelpDlg.h release/generatedfiles/ui/ui_ConsoleWindow.h rm -f debug/generatedfiles/ui/ui_WidgetFilesList.h debug/generatedfiles/ui/ui_WidgetMOItem.h debug/generatedfiles/ui/ui_TabGeneric.h debug/generatedfiles/ui/ui_TabProjectBase.h debug/generatedfiles/ui/ui_WidgetProjectBaseInfos.h debug/generatedfiles/ui/ui_WidgetSelectVars.h debug/generatedfiles/ui/ui_NewProjectBaseForm.h debug/generatedfiles/ui/ui_WidgetMOItemsList.h debug/generatedfiles/ui/ui_ScriptTextDlg.h debug/generatedfiles/ui/ui_HelpDlg.h debug/generatedfiles/ui/ui_ConsoleWindow.h rm -f release/generatedfiles/moc/moc_MOItemViews.cpp release/generatedfiles/moc/moc_scriptparser.cpp release/generatedfiles/moc/moc_ScriptTextDlg.cpp release/generatedfiles/moc/moc_HelpDlg.cpp release/generatedfiles/moc/moc_ConsoleWindow.cpp rm -f debug/generatedfiles/moc/moc_ScriptTextDlg.cpp debug/generatedfiles/moc/moc_HelpDlg.cpp debug/generatedfiles/moc/moc_ConsoleWindow.cpp rm -f debug/generatedfiles/Variables.o debug/generatedfiles/Variable.o debug/generatedfiles/MOThreads.o debug/generatedfiles/MOTableView.o debug/generatedfiles/MOParameter.o debug/generatedfiles/MOOptVector.o debug/generatedfiles/MOItem.o debug/generatedfiles/WidgetMOItem.o debug/generatedfiles/WidgetFilesList.o debug/generatedfiles/METemperature.o debug/generatedfiles/MESurface.o debug/generatedfiles/MESpecHeatCapacity.o debug/generatedfiles/MEQflow.o debug/generatedfiles/MEMassFlow.o debug/generatedfiles/MEHTCoeff.o debug/generatedfiles/MEDimValue.o debug/generatedfiles/XMLTools.o debug/generatedfiles/LowTools.o debug/generatedfiles/Results.o debug/generatedfiles/Result.o debug/generatedfiles/Problems.o debug/generatedfiles/ProblemInterface.o debug/generatedfiles/ProblemConfig.o debug/generatedfiles/Problem.o debug/generatedfiles/OMCases.o debug/generatedfiles/OMCase.o debug/generatedfiles/InfoSender.o debug/generatedfiles/Info.o debug/generatedfiles/qsciencespinbox.o debug/generatedfiles/XML.o debug/generatedfiles/Save.o debug/generatedfiles/Load.o debug/generatedfiles/CSVBase.o debug/generatedfiles/ProjectBase.o debug/generatedfiles/MOSettings.o debug/generatedfiles/HighTools.o debug/generatedfiles/MOParametersDlg.o debug/generatedfiles/OMProcess.o debug/generatedfiles/MyTreeView.o debug/generatedfiles/MyTextLog.o debug/generatedfiles/MyDelegates.o debug/generatedfiles/MOStyleSheet.o debug/generatedfiles/MOSplitter.o debug/generatedfiles/GuiTools.o debug/generatedfiles/TabGeneric.o debug/generatedfiles/MOTabBase.o debug/generatedfiles/MOTab.o debug/generatedfiles/MOMainTab.o debug/generatedfiles/MO2ColTab.o debug/generatedfiles/WidgetTableVar.o debug/generatedfiles/MyQwtPlotPicker.o debug/generatedfiles/MOPlot.o debug/generatedfiles/TabProjectBase.o debug/generatedfiles/WidgetProjectBaseInfos.o debug/generatedfiles/DlgSettings.o debug/generatedfiles/DlgSelectVars.o debug/generatedfiles/DlgSelectFiles.o debug/generatedfiles/WidgetSelectVars.o debug/generatedfiles/WidgetList.o rm -f release/generatedfiles/Variables.o release/generatedfiles/Variable.o release/generatedfiles/MOThreads.o release/generatedfiles/MOTableView.o release/generatedfiles/MOParameter.o release/generatedfiles/MOOptVector.o release/generatedfiles/MOItem.o release/generatedfiles/WidgetMOItem.o release/generatedfiles/WidgetFilesList.o release/generatedfiles/METemperature.o release/generatedfiles/MESurface.o release/generatedfiles/MESpecHeatCapacity.o release/generatedfiles/MEQflow.o release/generatedfiles/MEMassFlow.o release/generatedfiles/MEHTCoeff.o release/generatedfiles/MEDimValue.o release/generatedfiles/XMLTools.o release/generatedfiles/LowTools.o release/generatedfiles/Results.o release/generatedfiles/Result.o release/generatedfiles/Problems.o release/generatedfiles/ProblemInterface.o release/generatedfiles/ProblemConfig.o release/generatedfiles/Problem.o release/generatedfiles/OMCases.o release/generatedfiles/OMCase.o release/generatedfiles/InfoSender.o release/generatedfiles/Info.o release/generatedfiles/qsciencespinbox.o release/generatedfiles/XML.o release/generatedfiles/Save.o release/generatedfiles/Load.o release/generatedfiles/CSVBase.o release/generatedfiles/ProjectBase.o release/generatedfiles/MOSettings.o release/generatedfiles/HighTools.o release/generatedfiles/MOParametersDlg.o release/generatedfiles/OMProcess.o release/generatedfiles/MyTreeView.o release/generatedfiles/MyTextLog.o release/generatedfiles/MyDelegates.o release/generatedfiles/MOStyleSheet.o release/generatedfiles/MOSplitter.o release/generatedfiles/GuiTools.o release/generatedfiles/TabGeneric.o release/generatedfiles/MOTabBase.o release/generatedfiles/MOTab.o release/generatedfiles/MOMainTab.o release/generatedfiles/MO2ColTab.o release/generatedfiles/WidgetTableVar.o release/generatedfiles/MyQwtPlotPicker.o release/generatedfiles/MOPlot.o release/generatedfiles/TabProjectBase.o release/generatedfiles/WidgetProjectBaseInfos.o release/generatedfiles/DlgSettings.o release/generatedfiles/DlgSelectVars.o rm -f release/generatedfiles/DlgSelectFiles.o release/generatedfiles/WidgetSelectVars.o release/generatedfiles/WidgetList.o release/generatedfiles/NewProjectBaseForm.o release/generatedfiles/ProblemInterfaces.o release/generatedfiles/registermetatypes.o release/generatedfiles/METime.o release/generatedfiles/DlgSelect.o release/generatedfiles/WidgetMOItemsList.o release/generatedfiles/MOItemModel.o release/generatedfiles/MOItemViews.o release/generatedfiles/MEGeneric.o release/generatedfiles/scriptparser.o release/generatedfiles/ScriptTextDlg.o release/generatedfiles/HelpDlg.o release/generatedfiles/ConsoleWindow.o release/generatedfiles/qrc_OMOptimBasis.o release/generatedfiles/moc_Variable.o release/generatedfiles/moc_MOThreads.o release/generatedfiles/moc_MOTableView.o release/generatedfiles/moc_MOParameter.o release/generatedfiles/moc_MOOptVector.o release/generatedfiles/moc_MOItem.o release/generatedfiles/moc_WidgetMOItem.o release/generatedfiles/moc_WidgetFilesList.o release/generatedfiles/moc_Result.o release/generatedfiles/moc_ProblemInterface.o release/generatedfiles/moc_Problem.o release/generatedfiles/moc_OMCases.o release/generatedfiles/moc_OMCase.o release/generatedfiles/moc_InfoSender.o release/generatedfiles/moc_Info.o release/generatedfiles/moc_qsciencespinbox.o release/generatedfiles/moc_Load.o release/generatedfiles/moc_ProjectBase.o release/generatedfiles/moc_MOParametersDlg.o release/generatedfiles/moc_OMProcess.o release/generatedfiles/moc_MyTreeView.o release/generatedfiles/moc_MyTextLog.o release/generatedfiles/moc_MyDelegates.o release/generatedfiles/moc_MOSplitter.o release/generatedfiles/moc_GuiTools.o release/generatedfiles/moc_TabGeneric.o release/generatedfiles/moc_MOTab.o release/generatedfiles/moc_MOMainTab.o release/generatedfiles/moc_MO2ColTab.o release/generatedfiles/moc_WidgetTableVar.o release/generatedfiles/moc_MOPlot.o release/generatedfiles/moc_TabProjectBase.o release/generatedfiles/moc_WidgetProjectBaseInfos.o release/generatedfiles/moc_DlgSettings.o rm -f debug/generatedfiles/NewProjectBaseForm.o debug/generatedfiles/ProblemInterfaces.o debug/generatedfiles/registermetatypes.o debug/generatedfiles/METime.o debug/generatedfiles/DlgSelect.o debug/generatedfiles/WidgetMOItemsList.o debug/generatedfiles/MOItemModel.o debug/generatedfiles/MOItemViews.o debug/generatedfiles/MEGeneric.o debug/generatedfiles/scriptparser.o debug/generatedfiles/ScriptTextDlg.o debug/generatedfiles/HelpDlg.o debug/generatedfiles/ConsoleWindow.o debug/generatedfiles/qrc_OMOptimBasis.o debug/generatedfiles/moc_Variable.o debug/generatedfiles/moc_MOThreads.o debug/generatedfiles/moc_MOTableView.o debug/generatedfiles/moc_MOParameter.o debug/generatedfiles/moc_MOOptVector.o debug/generatedfiles/moc_MOItem.o debug/generatedfiles/moc_WidgetMOItem.o debug/generatedfiles/moc_WidgetFilesList.o debug/generatedfiles/moc_Result.o debug/generatedfiles/moc_ProblemInterface.o debug/generatedfiles/moc_Problem.o debug/generatedfiles/moc_OMCases.o debug/generatedfiles/moc_OMCase.o debug/generatedfiles/moc_InfoSender.o debug/generatedfiles/moc_Info.o debug/generatedfiles/moc_qsciencespinbox.o debug/generatedfiles/moc_Load.o debug/generatedfiles/moc_ProjectBase.o debug/generatedfiles/moc_MOParametersDlg.o debug/generatedfiles/moc_OMProcess.o debug/generatedfiles/moc_MyTreeView.o debug/generatedfiles/moc_MyTextLog.o debug/generatedfiles/moc_MyDelegates.o debug/generatedfiles/moc_MOSplitter.o debug/generatedfiles/moc_GuiTools.o debug/generatedfiles/moc_TabGeneric.o debug/generatedfiles/moc_MOTab.o debug/generatedfiles/moc_MOMainTab.o debug/generatedfiles/moc_MO2ColTab.o debug/generatedfiles/moc_WidgetTableVar.o debug/generatedfiles/moc_MOPlot.o debug/generatedfiles/moc_TabProjectBase.o debug/generatedfiles/moc_WidgetProjectBaseInfos.o debug/generatedfiles/moc_DlgSettings.o debug/generatedfiles/moc_DlgSelectVars.o debug/generatedfiles/moc_DlgSelectFiles.o debug/generatedfiles/moc_WidgetSelectVars.o debug/generatedfiles/moc_WidgetList.o debug/generatedfiles/moc_NewProjectBaseForm.o rm -f release/generatedfiles/moc_DlgSelectVars.o release/generatedfiles/moc_DlgSelectFiles.o release/generatedfiles/moc_WidgetSelectVars.o release/generatedfiles/moc_WidgetList.o release/generatedfiles/moc_NewProjectBaseForm.o release/generatedfiles/moc_registermetatypes.o release/generatedfiles/moc_DlgSelect.o release/generatedfiles/moc_WidgetMOItemsList.o release/generatedfiles/moc_MOItemModel.o release/generatedfiles/moc_MOItemViews.o release/generatedfiles/moc_scriptparser.o release/generatedfiles/moc_ScriptTextDlg.o release/generatedfiles/moc_HelpDlg.o release/generatedfiles/moc_ConsoleWindow.o rm -f debug/generatedfiles/moc_registermetatypes.o debug/generatedfiles/moc_DlgSelect.o debug/generatedfiles/moc_WidgetMOItemsList.o debug/generatedfiles/moc_MOItemModel.o debug/generatedfiles/moc_MOItemViews.o debug/generatedfiles/moc_scriptparser.o debug/generatedfiles/moc_ScriptTextDlg.o debug/generatedfiles/moc_HelpDlg.o debug/generatedfiles/moc_ConsoleWindow.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' rm -rf ../bin/libOMOptimBasis.a Makefile Makefile.Debug Makefile.Release object_script.* debug/ release/ make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptimBasis/build' make -C OMOptim/build -f Makefile.omdev.mingw clean make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' qmake "CONFIG+=release" OMOptim.pro -o Makefile qmake "CONFIG+=release" OMOptimLib.pro -o MakefileLib Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: release/generatedfiles/rc_omoptim_res.o Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: debug/generatedfiles/rc_omoptim_res.o Project MESSAGE: uname: MINGW64_NT-10.0-WOW Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: ../Core/OMC/omc_communication.cpp WARNING: Failure to find: ../Core/OMC/omc_communication.h WARNING: Failure to find: ../GUI/Dialogs/HelpDlg.h WARNING: Failure to find: ../Core/OMC/StringHandler.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.c WARNING: Failure to find: ../Core/Tools/StringHandler.h WARNING: Failure to find: ../Core/Tools/Helper.h Project MESSAGE: OMOptimLibDebug Project MESSAGE: uname: MINGW64_NT-10.0-WOW WARNING: Failure to find: ../Core/OMC/omc_communication.cpp WARNING: Failure to find: ../Core/OMC/omc_communication.h WARNING: Failure to find: ../GUI/Dialogs/HelpDlg.h WARNING: Failure to find: ../Core/OMC/StringHandler.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.h WARNING: Failure to find: /include/omc/c/util/read_matlab4.c WARNING: Failure to find: ../Core/Tools/StringHandler.h WARNING: Failure to find: ../Core/Tools/Helper.h test ! -f Makefile || make -f Makefile clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make -f Makefile.Release clean make -f Makefile.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f release/generatedfiles/rcc/qrc_OMOptim.cpp make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f debug/generatedfiles/rcc/qrc_OMOptim.cpp rm -f release/generatedfiles/rc_omoptim_res.o release/generatedfiles/main.o release/generatedfiles/qrc_OMOptim.o rm -f debug/generatedfiles/rc_omoptim_res.o debug/generatedfiles/main.o debug/generatedfiles/qrc_OMOptim.o rm -f debug/generatedfiles/rc_omoptim_res.o rm -f release/generatedfiles/rc_omoptim_res.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' test ! -f MakefileLib || make -f MakefileLib clean make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make -f MakefileLib.Release clean make -f MakefileLib.Debug clean make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -f release/generatedfiles/moc/moc_Project.cpp release/generatedfiles/moc/moc_MainWindow.cpp release/generatedfiles/moc/moc_LoadOMOptim.cpp release/generatedfiles/moc/moc_ModItem.cpp release/generatedfiles/moc/moc_ModItemsTree.cpp release/generatedfiles/moc/moc_ModExecution.cpp release/generatedfiles/moc/moc_ModModelPlus.cpp release/generatedfiles/moc/moc_ModPlusCtrl.cpp release/generatedfiles/moc/moc_ModLoader.cpp release/generatedfiles/moc/moc_inputcelldelegate.cpp release/generatedfiles/moc/moc_MOomc.cpp release/generatedfiles/moc/moc_omc_communicator.cpp release/generatedfiles/moc/moc_omcinteractiveenvironment.cpp release/generatedfiles/moc/moc_OneSimResult.cpp release/generatedfiles/moc/moc_Optimization.cpp release/generatedfiles/moc/moc_OptimResult.cpp release/generatedfiles/moc/moc_AboutOMOptim.cpp release/generatedfiles/moc/moc_newprojectform.cpp release/generatedfiles/moc/moc_MOOptPlot.cpp release/generatedfiles/moc/moc_arrow.cpp release/generatedfiles/moc/moc_diagramscene.cpp release/generatedfiles/moc/moc_diagramtextitem.cpp release/generatedfiles/moc/moc_WidgetCalculateMooPoints.cpp release/generatedfiles/moc/moc_WidgetMooPlot.cpp release/generatedfiles/moc/moc_WidgetOneSimVars.cpp release/generatedfiles/moc/moc_WidgetOptParameters.cpp release/generatedfiles/moc/moc_WidgetOptTable.cpp release/generatedfiles/moc/moc_WidgetProgress.cpp release/generatedfiles/moc/moc_WidgetSelectModModel.cpp release/generatedfiles/moc/moc_WidgetSelectOptVars.cpp release/generatedfiles/moc/moc_WidgetSelPointScan.cpp release/generatedfiles/moc/moc_WidgetTableRecVar.cpp release/generatedfiles/moc/moc_WidgetToolBar.cpp release/generatedfiles/moc/moc_widgetloadexemodel.cpp release/generatedfiles/moc/moc_EABase.cpp release/generatedfiles/moc/moc_OptimAlgo.cpp release/generatedfiles/moc/moc_OMEAProgress.cpp release/generatedfiles/moc/moc_WidgetMooPointsList.cpp release/generatedfiles/moc/moc_WidgetProjectInfos.cpp release/generatedfiles/moc/moc_WidgetProblemActions.cpp release/generatedfiles/moc/moc_TabOMC.cpp rm -f 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/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/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/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 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 debug/generatedfiles/moc_omcinteractiveenvironment.o debug/generatedfiles/moc_OneSimResult.o debug/generatedfiles/moc_Optimization.o debug/generatedfiles/moc_OptimResult.o debug/generatedfiles/moc_AboutOMOptim.o debug/generatedfiles/moc_newprojectform.o debug/generatedfiles/moc_MOOptPlot.o debug/generatedfiles/moc_arrow.o debug/generatedfiles/moc_diagramscene.o debug/generatedfiles/moc_diagramtextitem.o debug/generatedfiles/moc_WidgetCalculateMooPoints.o debug/generatedfiles/moc_WidgetMooPlot.o debug/generatedfiles/moc_WidgetOneSimVars.o debug/generatedfiles/moc_WidgetOptParameters.o debug/generatedfiles/moc_WidgetOptTable.o debug/generatedfiles/moc_WidgetProgress.o debug/generatedfiles/moc_WidgetSelectModModel.o debug/generatedfiles/moc_WidgetSelectOptVars.o debug/generatedfiles/moc_WidgetSelPointScan.o debug/generatedfiles/moc_WidgetTableRecVar.o debug/generatedfiles/moc_WidgetToolBar.o debug/generatedfiles/moc_widgetloadexemodel.o debug/generatedfiles/moc_EABase.o debug/generatedfiles/moc_OptimAlgo.o debug/generatedfiles/moc_OMEAProgress.o debug/generatedfiles/moc_WidgetMooPointsList.o debug/generatedfiles/moc_WidgetProjectInfos.o debug/generatedfiles/moc_WidgetProblemActions.o debug/generatedfiles/moc_TabOMC.o debug/generatedfiles/moc_TabOneSim.o debug/generatedfiles/moc_TabOptimization.o debug/generatedfiles/moc_TabProject.o debug/generatedfiles/moc_TabResOneSim.o debug/generatedfiles/moc_TabResOptimization.o debug/generatedfiles/moc_ModPlusCtrls.o debug/generatedfiles/moc_WidgetCtrlParameters.o debug/generatedfiles/moc_WidgetResultInfos.o debug/generatedfiles/moc_OMCThreads.o debug/generatedfiles/moc_OMOptimGuiTools.o debug/generatedfiles/moc_WidgetModelsList.o debug/generatedfiles/moc_ModExePlus.o debug/generatedfiles/moc_ModelPlus.o debug/generatedfiles/moc_WidgetSelectEditVars.o debug/generatedfiles/moc_ComponentInfo.o debug/generatedfiles/moc_Helper.o debug/generatedfiles/moc_StringHandler.o rm -f release/generatedfiles/moc_ModPlusCtrl.o release/generatedfiles/moc_ModLoader.o release/generatedfiles/moc_inputcelldelegate.o release/generatedfiles/moc_MOomc.o release/generatedfiles/moc_omc_communicator.o release/generatedfiles/moc_omcinteractiveenvironment.o release/generatedfiles/moc_OneSimResult.o release/generatedfiles/moc_Optimization.o release/generatedfiles/moc_OptimResult.o release/generatedfiles/moc_AboutOMOptim.o release/generatedfiles/moc_newprojectform.o release/generatedfiles/moc_MOOptPlot.o release/generatedfiles/moc_arrow.o release/generatedfiles/moc_diagramscene.o release/generatedfiles/moc_diagramtextitem.o release/generatedfiles/moc_WidgetCalculateMooPoints.o release/generatedfiles/moc_WidgetMooPlot.o release/generatedfiles/moc_WidgetOneSimVars.o release/generatedfiles/moc_WidgetOptParameters.o release/generatedfiles/moc_WidgetOptTable.o release/generatedfiles/moc_WidgetProgress.o release/generatedfiles/moc_WidgetSelectModModel.o release/generatedfiles/moc_WidgetSelectOptVars.o release/generatedfiles/moc_WidgetSelPointScan.o release/generatedfiles/moc_WidgetTableRecVar.o release/generatedfiles/moc_WidgetToolBar.o release/generatedfiles/moc_widgetloadexemodel.o release/generatedfiles/moc_EABase.o release/generatedfiles/moc_OptimAlgo.o release/generatedfiles/moc_OMEAProgress.o release/generatedfiles/moc_WidgetMooPointsList.o release/generatedfiles/moc_WidgetProjectInfos.o release/generatedfiles/moc_WidgetProblemActions.o release/generatedfiles/moc_TabOMC.o release/generatedfiles/moc_TabOneSim.o release/generatedfiles/moc_TabOptimization.o release/generatedfiles/moc_TabProject.o release/generatedfiles/moc_TabResOneSim.o release/generatedfiles/moc_TabResOptimization.o release/generatedfiles/moc_ModPlusCtrls.o release/generatedfiles/moc_WidgetCtrlParameters.o release/generatedfiles/moc_WidgetResultInfos.o release/generatedfiles/moc_OMCThreads.o release/generatedfiles/moc_OMOptimGuiTools.o release/generatedfiles/moc_WidgetModelsList.o release/generatedfiles/moc_ModExePlus.o rm -f release/generatedfiles/moc_ModelPlus.o release/generatedfiles/moc_WidgetSelectEditVars.o release/generatedfiles/moc_ComponentInfo.o release/generatedfiles/moc_Helper.o release/generatedfiles/moc_StringHandler.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' rm -rf ../bin/libOMOptim.a ../bin/OMOptim.exe omc_communication.* Makefile Makefile.Debug Makefile.Release MakefileLib MakefileLib.Debug MakefileLib.Release object_script.* debug/ release/ make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim/OMOptim/build' test ! -d ParadisEO-2.0.1/build || rm -r ParadisEO-2.0.1/build make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMOptim' + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Removing OMOptim/bin/ Removing OMOptimBasis/bin/ Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/MRemoving OMEdit/OMEdit/OMEditGUI/debug/ Removing OMEdit/OMEdit/OMEditGUI/release/ Removing OMEdit/OMEdit/bin/ Removing OMNotebook/OMNotebook/OMNotebookGUI/debug/ Removing OMNotebook/OMNotebook/OMNotebookGUI/release/ Removing OMNotebook/OMNotebook/bin/ Removing OMNotebook/OMNotebook/generatedfiles/ Removing OMPlot/OMPlot/OMPlotGUI/debug/ Removing OMPlot/OMPlot/OMPlotGUI/release/ Removing OMPlot/OMPlot/bin/ Removing OMPlot/OMPlot/generatedfiles/ Removing OMShell/OMShell/OMShellGUI/debug/ Removing OMShell/OMShell/OMShellGUI/release/ Removing OMShell/OMShell/bin/ Removing OMShell/OMShell/generatedfiles/ odelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + make -k -r -f Makefile.omdev.mingw -j16 gitclean git submodule foreach --recursive 'git clean -fdx -e /git -e /svn' Entering 'OMCompiler' Entering 'OMCompiler/3rdParty' Entering 'OMCompiler/common' Entering 'OMOptim' Entering 'OMOptim/common' Entering 'OMSimulator' Entering 'OMSimulator/3rdParty' Entering 'OMSimulator/OMTLMSimulator' Entering 'common' Entering 'doc' Entering 'libraries' Skipping repository git/BioChem Skipping repository git/Modelica Skipping repository git/Modelica_DeviceDrivers Skipping repository git/Modelica_Synchronous Skipping repository git/SiemensPower Skipping repository git/ThermoPower Skipping repository git/ThermoSysPro Skipping repository git/VVDRlib Skipping repository git/WasteWater git clean -fdx -e OpenModelicaSetup -e OMSetup -e .project -e *.launch warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp1950/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica.Electrical.Analog.Examples.ChuaCircuit.mos_temp4929/Modelica_Electrical_Analog_Examples_ChuaCircuit.fmutmp/resources/Modelica_Electrical_Analog_Examples_ChuaCircuit_info.json': Filename too long warning: Could not stat path 'testsuite/openmodelica/fmi/ModelExchange/2.0/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.mos_temp5527/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum.fmutmp/resources/Modelica_Mechanics_MultiBody_Examples_Elementary_Pendulum_info.json': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp3642/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp4032/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp8548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos_temp9548/ThermoSysPro.Examples.SimpleExamples.TestSimpleEvaporatorWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3393/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3504/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp3664/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos_temp9443/ThermoSysPro.Examples.SimpleExamples.TestStaticCentrifugalPumpWaterSolution.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp1450/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp3604/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp763/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp769/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos_temp7753/ThermoSysPro.Examples.SimpleExamples.TestStaticExchangerWaterSteamFlueGases.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp3299/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp5915/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/3rdParty/ThermoSysPro/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos_temp8751/ThermoSysPro.Examples.SimpleExamples.TestStaticWaterWaterExchangerDTorWorEff.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp2900/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp3436/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp4532/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos_temp9183/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Initialize.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos_temp7333/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Inverter.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp3128/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4024/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp4624/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos_temp8972/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Steinmetz.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp5873/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos_temp8210/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_Transformer.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4116/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp4191/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp695/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos_temp7791/Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_withLosses.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos_temp4116/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Generator.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp8995/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos_temp9146/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_Rectifier.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp4028/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp516/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp5862/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos_temp7387/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_CurrentSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp1917/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp2861/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp4682/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos_temp6141/Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMPM_VoltageSource.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp1011/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp3039/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp7416/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos_temp8451/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMEE_Generator_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/libraries/msl32/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos_temp2777/Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.SMPM_Inverter_MultiPhase.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos_temp9760/OverdeterminedInitialization.Fluid.TwoVolumesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp1907/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp4196/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long warning: Could not stat path 'testsuite/simulation/modelica/initialization/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos_temp8968/OverdeterminedInitialization.Mechanical.TwoMassesEquationsFullInitialInconsistent.mos.test_log': Filename too long Makefile.omdev.mingw:282: recipe for target 'gitclean' failed make: *** [gitclean] Error 1 + cd 'c:\dev\hudson\workspace\OM_Win/OM' + set -e + make -f Makefile.omdev.mingw -j16 omc omc-diff omlibrary-core qtclients make -f Makefile.omdev.mingw -C OMCompiler OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build OMENCRYPTION= make -C libraries BUILD_DIR=/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary core make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' Creating dirs: /c/dev/hudson/workspace/OM_Win/OM/build/bin /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/emcc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/linearization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/dataReconciliation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/optimization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/results/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/simulation/solver/initialization/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/meta/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/util/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi1/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/fmi2/ /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/scripting-API /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java/ /c/dev/hudson/workspace/OM_Win/OM/build/share//omc/scripts/OpenTurns/ /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels /c/dev/hudson/workspace/OM_Win/OM/build/share/man//man1/ make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' rm -rf /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary build mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary make BioChem Modelica Modelica_DeviceDrivers Modelica_Synchronous SiemensPower ThermoPower ThermoSysPro VVDRlib WasteWater make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' # Building git/BioChem # Building git/Modelica # Building git/Modelica_DeviceDrivers # Building git/Modelica_Synchronous # Building git/SiemensPower ./checkout-git.sh 'git/BioChem' 'https://github.com/OpenModelica/BioChem.git' 'master' 'b5f3cb999f3cfad2bbb6fb429b496f61ecf2f628' ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'v1.6' 'v1.6' ./checkout-git.sh 'git/Modelica_DeviceDrivers' 'https://github.com/modelica/Modelica_DeviceDrivers.git' 'master' 'b09a2194b9ba1639d59ce8b02fb7b27bc9f7af22' ./checkout-git.sh 'git/Modelica_Synchronous' 'https://github.com/modelica/Modelica_Synchronous.git' 'master' '5aa86a254f256f5f0d39ac46743f6fc97bab16aa' ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'omctest' '73a3bfc6d2ddd72165bb0f3e7e9df48b643a5ed0' # Building git/ThermoPower # 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 5aa86a2 (#45) Added samplers to LogicalSample example HEAD is now at b5f3cb9 Fix MPL link 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 eae4981 Added verification model interface and descriptions for design and scenario cp -pPR 3rdParty/gc/include/gc.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc.h HEAD is now at 0c5eeca Merge pull request #7 from lochel/SmallPlant cp -pPR 3rdParty/gc/include/gc_config_macros.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc_config_macros.h cp -pPR 3rdParty/gc/include/gc_version.h /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/gc_version.h Building OMC using OMDev with the following settings... 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 mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/share//omc Using OMDev: /c/OMDev/ (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || ./autogen.sh)) cp ./3rdParty/antlr/3.2/tool/antlr-3.2.jar ./3rdParty/antlr/3.2/tool/antlr-2.7.7.jar /c/dev/hudson/workspace/OM_Win/OM/build/share/omc/java// Using Files: cp -a "Compiler/runtime/omc_communication.idl" "/c/dev/hudson/workspace/OM_Win/OM/build/share//omc/omc_communication.idl" (cd 3rdParty/lpsolve && autoreconf -vif && ./configure --prefix="`pwd`/build" "--host=" CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="") 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 HEAD is now at 5aa86a2 (#45) Added samplers to LogicalSample example HEAD is now at b5f3cb9 Fix MPL link HEAD is now at 05e56eb Fixed BraytonCycle example Current directory: /c/dev/hudson/workspace/OM_Win/OM/OMCompiler 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 mkdir -p 3rdParty/SuiteSparse/build Current revision: v1.14.0-dev-265-g92a411947 Building in OMBUILDDIR: /c/dev/hudson/workspace/OM_Win/OM/build HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") which gcc cd 3rdParty/SuiteSparse/build && CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CXXFLAGS="" CPPFLAGS="" LDFLAGS="" /c/OMDev//bin/cmake/bin/cmake .. -G "MSYS Makefiles" -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_PREFIX:PATH="/c/dev/hudson/workspace/OM_Win/OM/build" -DLIB_OMC="lib/omc" -DBUILD_SHARED_LIBS:Bool=OFF HEAD is now at b09a219 Use folders in generated VS projects (#286) /mingw64/bin/gcc Retrieved revision number. revision.h was created test -d 3rdParty/FMIL test -d 3rdParty/Cdaskr/solver test ! -d 'build//Modelica_Synchronous 0.93.0' test ! -d 'build//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" test ! -d 'build//ThermoPower 3.1' cp -a 'git/BioChem/BioChem' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1" mkdir -p 3rdParty/FMIL/build (cd 3rdParty/Cdaskr/solver && make -f Makefile CC="gcc" CFLAGS="-g -O2 -falign-functions") test -d 3rdParty/CMinpack cp -a 'git/ThermoPower/ThermoPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1" (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") test ! -d 'build//WasteWater 2.1.0' test ! -d 'build//VVDRlib' mkdir -p 3rdParty/CMinpack/build cp -a 'git/WasteWater/WasteWater' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0" (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") cp -a 'git/VVDRlib' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib" test ! -d 'build//Modelica_DeviceDrivers 1.7.1' HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Cdaskr/solver' gcc -c -o daux.o daux.c -g -O2 -falign-functions cp -a 'git/Modelica_DeviceDrivers/Modelica_DeviceDrivers' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_DeviceDrivers 1.7.1" 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 HEAD is now at d4f9c3e [Janitor mode] Fix whitespace echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.uses" -- The C compiler identification is GNU 5.3.0 -- The C compiler identification is GNU 5.3.0 -- The C compiler identification is GNU 5.3.0 echo 'mpl2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.license" echo '1.0.1-8-gb5f3cb9' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/BioChem 1.0.1.last_change" mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.uses" echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.uses" echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.uses" cp -p Examples/*.* /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels/ echo 'ModelicaServices 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.license" test ! -d 'build//ThermoSysPro 3.0' echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.license" echo '3.1-20190222-233358~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoPower 3.1.last_change" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.license" cp -a 'git/ThermoSysPro/ThermoSysPro' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0" echo '20170912-142014~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib.last_change" gcc -c -o dlinpk.o dlinpk.c -g -O2 -falign-functions echo '0.93.0-8-g5aa86a2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica_Synchronous 0.93.0.last_change" rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/VVDRlib/.git"* test -d 3rdParty/libzmq mkdir -p 3rdParty/libzmq/build -- 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/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") (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) -- 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 (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" rm -f /c/dev/hudson/workspace/OM_Win/OM/build/share/doc/omc/testmodels/CMake*.txt echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.license" autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext make -C Compiler/Translation OMBUILDDIR=/c/dev/hudson/workspace/OM_Win/OM/build release echo '2.1.0-20151102-100529~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/WasteWater 2.1.0.last_change" 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 autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext echo Copying needed .dlls real 0m0.118s user 0m0.015s sys 0m0.061s (cd tools/debugging/ && time g++ BreakProcess.cpp -o BreakProcess -static-libgcc) -- The C compiler identification is GNU 5.3.0 Copying needed .dlls mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libgcc_s*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libintl-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ echo 'Modelica 3.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.uses" cp -puf /c/OMDev//tools/msys/mingw64/bin/libiconv-2.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.license" cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Core.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ echo '20150519-092836~git~omctest' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower OMCtest.last_change" # Building git/SiemensPower cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Gui.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- The CXX compiler identification is GNU 5.3.0 ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' '2.1/beta' '5ef2e38b64ff481801c0db19d52f0bef21f85f77' make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/Compiler/Translation' make -C OMSimulator config-3rdParty -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Network.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin make[1]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator' cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Svg.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5WebKit.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 6a90d1a89 Modelica standard library, version 1.6, release date June 30, 2004. autoreconf: running: aclocal --force -I m4 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works 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 -- Detecting C compiler ABI info -- Detecting C compiler ABI info -- Detecting C compiler ABI info # config fmil autoreconf: running: aclocal --force cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Xml.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ mkdir -p 3rdParty/FMIL/build/mingw mkdir -p 3rdParty/FMIL/install/mingw cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5XmlPatterns.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cd 3rdParty/FMIL/build/mingw && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../.. -DFMILIB_INSTALL_PREFIX=../../install/mingw -DFMILIB_BUILD_TESTS:BOOL=0 -DFMILIB_GENERATE_DOXYGEN_DOC:BOOL=0 -DFMILIB_BUILD_STATIC_LIB:BOOL=1 -DFMILIB_BUILD_SHARED_LIB:BOOL=0 -DBUILD_TESTING:BOOL=0 -DFMILIB_BUILD_BEFORE_TESTS:BOOL=0 -DFMILIB_FMI_PLATFORM=win64 cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Widgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ HEAD is now at 6a90d1a89 Modelica standard library, version 1.6, release date June 30, 2004. ar r libcdaskr.a daux.o ddaskr.o dlinpk.o HEAD is now at 73a3bfc Rename SiemensPowerOMCtest to SiemensPower(version="OMCtest") 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' cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5PrintSupport.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ # config Lua cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Multimedia.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ make -C 3rdParty/Lua make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua' cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5MultimediaWidgets.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ test ! -d 'build//Modelica 1.6' cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Positioning.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -a 'git/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6" # make Lua cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Qml.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works make -C lua-5.3.4 mingw -- Detecting C compiler ABI info make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4' cd src && make mingw cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Quick.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' make "LUA_A=lua53.dll" "LUA_T=lua.exe" \ "AR=gcc -std=gnu99 -shared -o" "RANLIB=strip --strip-unneeded" \ "SYSCFLAGS=-DLUA_BUILD_AS_DLL" "SYSLIBS=" "SYSLDFLAGS=-s" lua.exe 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/ -- Detecting C compiler ABI info - done make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lua.o lua.c -- Detecting C compiler ABI info - done -- Detecting C compiler ABI info - done cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5Sql.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- The C compiler identification is GNU 5.3.0 -- Detecting C compile features -- Detecting C compile features -- Detecting C compile features cp -puf /c/OMDev//tools/msys/mingw64/bin/Qt5OpenGL.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ 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 HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' cp -puf /c/OMDev//tools/msys/mingw64/bin/libsqlite3-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/zlib1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe cp -puf /c/OMDev//tools/msys/mingw64/bin/libszip*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compiler ABI info - done -- Detecting C compile features cp -puf /c/OMDev//tools/msys/mingw64/bin/libhdf5-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ real 0m3.107s user 0m0.015s sys 0m0.015s (cd tools/debugging/ && cp BreakProcess.exe /c/dev/hudson/workspace/OM_Win/OM/build/bin) cp -puf /c/OMDev//tools/msys/mingw64/bin/libpng16-16.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libjpeg-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libfreetype-6.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lapi.o lapi.c # config zlib library mkdir -p 3rdParty/zlib/build/mingw/zlib 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' cd 3rdParty/zlib/build/mingw/zlib && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../../../zlib-1.2.11 -DCMAKE_INSTALL_PREFIX=../../../install/mingw cp -puf /c/OMDev//tools/msys/mingw64/bin/libbz2-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -puf /c/OMDev//tools/msys/mingw64/bin/libicuin*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ test ! -d 'build//SiemensPower 2.1 beta' cp -puf /c/OMDev//tools/msys/mingw64/bin/libicuuc*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -a 'git/SiemensPower/SiemensPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.1 beta" cp -puf /c/OMDev//tools/msys/mingw64/bin/libicudt*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- The C compiler identification is GNU 5.3.0 gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lcode.o lcode.c cp -puf /c/OMDev//tools/msys/mingw64/bin/libpcre16-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- 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 -- Detecting C compiler ABI info cp -puf /c/OMDev//tools/msys/mingw64/bin/libharfbuzz-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ autoreconf: configure.ac: tracing cp -pufr /c/OMDev//tools/msys/mingw64/share/qt5/plugins/* /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 lctype.o lctype.c gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldebug.o ldebug.c 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" -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldo.o ldo.c (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) -- Detecting C compiler ABI info - done -- Detecting C compile features gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldump.o ldump.c echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.uses" -- The C compiler identification is GNU 5.3.0 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.license" -- Detecting C compile features - done -- Detecting C compile features - done -- Detecting C compile features - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lfunc.o lfunc.c echo '3.0+OSR-21-gd4f9c3e' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.0.last_change" echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.1 beta.uses" -- 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 -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe # Building git/ThermoSysPro echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.1 beta.license" ./checkout-git.sh 'git/ThermoSysPro' 'https://openmodelica.org/git/ThermoSysPro.git' 'master' 'db81ae1b5a6a85f6c6c7693244cafa6087e18ff5' echo '20150519-095758~git~2.1-beta' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.1 beta.last_change" # Building git/SiemensPower gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lgc.o lgc.c ./checkout-git.sh 'git/SiemensPower' 'https://openmodelica.org/git/SiemensPower.git' 'master' '88e758037da4a8ca1b21b468409b15417a27d992' -- Detecting C compiler ABI info - done -- Detecting C compile features -- The CXX compiler identification is GNU 5.3.0 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe cp -pufr /c/OMDev//tools/msys/mingw64/bin/libOpenThreads.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ -- Detecting C compile features - done -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosg.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgViewer.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o llex.o llex.c cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgDB.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ cp -pufr /c/OMDev//tools/msys/mingw64/bin/libosgUtil.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/ 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/ HEAD is now at 5ef2e38 Add 'SiemensPower/' from commit 'cbbbbd7d40a13d9216b958d5a57ca826bf055f42' -- 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/libosgText.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 -- 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 lmem.o lmem.c # 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 lobject.o lobject.c autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info -- 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 -- 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 lparser.o lparser.c -- Detecting CXX compiler ABI info - done HEAD is now at 88e7580 don't modify final parameter (geoPipe = geoPipe) -- The CXX compiler identification is GNU 5.3.0 -- Detecting CXX compile features -- Detecting CXX compiler ABI info - done -- Detecting CXX compiler ABI info - done -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- Detecting CXX compile features -- 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 lstate.o lstate.c test ! -d 'build//SiemensPower 2.2' cp -a 'git/SiemensPower/SiemensPower' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2" -- Detecting CXX compiler ABI info - done -- Detecting C compiler ABI info - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lstring.o lstring.c -- Detecting C compile features - done -- Detecting C compile features -- Detecting CXX compile features -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe checking build system type... 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 ltable.o ltable.c -- 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 autoreconf: configure.ac: not using Autoheader autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `.' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltm.o ltm.c -- Detecting C compile features - done -- Looking for sys/types.h autoreconf: configure.ac: tracing test ! -d 'build//ThermoSysPro 3.1' gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lundump.o lundump.c cp -a 'git/ThermoSysPro/ThermoSysPro' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1" i686-pc-mingw32 -- 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 lvm.o lvm.c checking whether we want to compile in debug mode... no -- Detecting C compiler ABI info - done echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.uses" -- Detecting C compile features echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.license" echo '2.2-20160429-215511~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/SiemensPower 2.2.last_change" if test -f 3rdParty/graphstream/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 checking for C compiler default output file name... make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' -- Looking for sys/types.h - found -- Looking for stdint.h mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-storage.cpp -o obj/netstream-storage.o gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lzio.o lzio.c a.exe checking whether the C compiler works... -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lauxlib.o lauxlib.c yes checking whether we are cross compiling... no checking for suffix of executables... .exe gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lbaselib.o lbaselib.c checking for suffix of object files... -- Looking for stdint.h - found -- Looking for stddef.h gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lbitlib.o lbitlib.c 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 o checking whether we are using the GNU C compiler... -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- Detecting CXX compile features - done -- Building static libraries. -- Configuring done -- Detecting CXX compile features - done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ldblib.o ldblib.c -- Detecting CXX compile features - done -- Looking for va_copy -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o liolib.o liolib.c -- Looking for stddef.h - found -- Check size of off64_t # config cvode 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 yes checking whether gcc accepts -g... -- Configuring done gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lmathlib.o lmathlib.c -- Looking for va_copy - not found -- Looking for __va_copy checking build system type... -- The C compiler identification is GNU 5.3.0 -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compile features - done -- Performing Test COMPILER_SUPPORTS_CXX11 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o loslib.o loslib.c -- Detecting C compile features - done yes checking for gcc option to accept ANSI C... -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o lstrlib.o lstrlib.c -- Check size of off64_t - done -- Looking for fseeko autoreconf: configure.ac: adding subdirectory libatomic_ops to autoreconf autoreconf: Entering directory `libatomic_ops' i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking for gcc... gcc -- Looking for __va_copy - found -- Looking for vsnprintf none needed mkdir -p obj g++ -g -O2 -falign-functions -c src/netstream-socket.cpp -o obj/netstream-socket.o -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Performing Test COMPILER_SUPPORTS_CXX11 - Success -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o ltablib.o ltablib.c -- Performing Test COMPILER_SUPPORTS_C11 -- 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 lutf8lib.o lutf8lib.c checking whether the C compiler works... -- Looking for fseeko - found -- Looking for unistd.h gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o loadlib.o loadlib.c -- Looking for vsnprintf - found -- Looking for vsnprintf yes checking for C compiler default output file name... a.exe checking for suffix of executables... -- Detecting CXX compile features - done configure: C compiler options are: -g -O2 -falign-functions -- Looking for va_copy -- Performing Test COMPILER_SUPPORTS_C11 - Success -- Using tweetnacl for CURVE security -- Detecting C compiler ABI info - done -- Looking for kqueue -- Detecting C compile features -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features .exe echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.license" checking whether we are using the GNU C++ compiler... checking whether we are cross compiling... echo '3.1+OSR-18-gdb81ae1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ThermoSysPro 3.1.last_change" patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 1.6.patch' -- 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. 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 -- Configuring done (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 1.6/Constants.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 1.6/SIunits.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 1.6/Thermal/HeatTransfer.mo' -- Looking for va_copy - not found -- Looking for __va_copy gcc -std=gnu99 -O2 -Wall -Wextra -DLUA_COMPAT_5_2 -DLUA_BUILD_AS_DLL -c -o linit.o linit.c echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.uses" # config kinsol echo 'modelica1.1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.license" mkdir -p 3rdParty/kinsol/build/mingw 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 no echo '1.6-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6.last_change" cd 3rdParty/kinsol/build/mingw && cmake -G "MSYS Makefiles" -G "MSYS Makefiles" ../.. -DCMAKE_INSTALL_PREFIX=../../install/mingw -DEXAMPLES_ENABLE:BOOL=0 -DBUILD_SHARED_LIBS:BOOL=0 -- Generating done checking for suffix of object files... rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 1.6/.git"* -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib mkdir -p obj -- Looking for vsnprintf - found g++ -g -O2 -falign-functions -c src/netstream-sender.cpp -o obj/netstream-sender.o test -f 3rdParty/CMinpack/build/libcminpack.a || make -C 3rdParty/CMinpack/build -- Looking for include file stdarg.h 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 yes checking whether g++ accepts -g... /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 kqueue - not found -- Looking for epoll_create o checking whether we are using the GNU C compiler... strip --strip-unneeded lua53.dll make -f CMakeFiles/Makefile2 all make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' make -f CMakeFiles/cminpack.dir/build.make CMakeFiles/cminpack.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build/CMakeFiles/cminpack.dir/DependInfo.cmake -- The C compiler identification is GNU 5.3.0 gcc -std=gnu99 -o lua.exe -s lua.o lua53.dll -lm -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe yes checking whether gcc accepts -g... -- Generating done 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[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 -- Looking for __va_copy - found yes -- Looking for vsnprintf yes checking for gcc option to accept ISO C89... -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build make -C 3rdParty/SuiteSparse/build install Scanning dependencies of target cminpack 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 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 make[4]: Entering 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/SuiteSparse/build/CMakeFiles /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/progress.marks [ 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 make -f CMakeFiles/Makefile2 all ar rcu liblua.a lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o lbitlib.o lcorolib.o ldblib.o liolib.o lmathlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o loadlib.o linit.o make[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 -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h none needed checking for a BSD-compatible install... # Building git/Modelica 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= ranlib liblua.a ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/2.2.2' 'd442bcd461b8db9873e33b6141bdbd37bcff9de8' Scanning dependencies of target amd_global [ 4%] Building C object CMakeFiles/cminpack.dir/enorm.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for epoll_create - not found make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/build /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/enorm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/enorm.c -- Looking for sys/types.h gcc -std=gnu99 -o luac.exe luac.o liblua.a -lm make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 0%] Building C object CMakeFiles/amd_global.dir/AMD/Source/amd_global.c.obj /usr/bin/install -c /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 [ 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[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4/src' make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua/lua-5.3.4' rm -rf lua-5.3.4/src/*.o make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 0%] Built target amd_global mkdir -p install/mingw make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend mv lua-5.3.4/src/liblua.a install/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/amd_DLONG.dir/DependInfo.cmake --color= mv lua-5.3.4/src/lua.exe install/mingw [ 8%] Building C object CMakeFiles/cminpack.dir/hybrj.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj.c -- Looking for vsnprintf - found -- Looking for vsnprintf mv lua-5.3.4/src/luac.exe install/mingw mkdir -p install/mingw/include cp lua-5.3.4/src/lauxlib.h install/mingw/include configure: creating ./config.status libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' cp lua-5.3.4/src/lua.h install/mingw/include HEAD is now at 6a90d1a89 Modelica standard library, version 1.6, release date June 30, 2004. cp lua-5.3.4/src/lua.hpp install/mingw/include 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 cp lua-5.3.4/src/luaconf.h install/mingw/include make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for include file stdlib.h - found -- Detecting CXX compile features - done -- Looking for include file stddef.h cp lua-5.3.4/src/lualib.h install/mingw/include -- Looking for execinfo.h make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/Lua' mkdir -p obj [ 0%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj [ 10%] Building C object CMakeFiles/cminpack.dir/lmdif1.c.obj g++ -g -O2 -falign-functions -c src/netstream-main.cpp -o obj/netstream-main.o /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_1.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/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 -- Looking for sys/types.h - found -- Looking for stdint.h -- Detecting C compile features - done -- Looking for _POSIX_TIMERS make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd_DINT.dir/DependInfo.cmake --color= [ 12%] Building C object CMakeFiles/cminpack.dir/lmstr1.c.obj -- Detecting C compiler ABI info - done /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 -- Detecting C compile features [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target amd_DINT make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/build [ 14%] Building C object CMakeFiles/cminpack.dir/qrfac.c.obj -- Looking for execinfo.h - not found -- Looking for getline /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qrfac.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qrfac.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 0%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DINT.dir/AMD/Source/amd_1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_1.c :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for vsnprintf - found -- Looking for include file stdarg.h [ 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 [ 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 -- Looking for include file stddef.h - found -- Looking for include file stdint.h [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_aat.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_aat.c :0:6: warning: ISO C99 requires whitespace after the macro name 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 -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for _POSIX_TIMERS - not found [ 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 -- Added NVECTOR_SERIAL module -- Added CVODE module -- Configuring done [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Generating done [ 20%] Building C object CMakeFiles/cminpack.dir/fdjac1.c.obj -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/fdjac1.c echo Copying needed .dlls to the /c/dev/hudson/workspace/OM_Win/OM/build/bin directory -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip Copying needed .dlls to the /c/dev/hudson/workspace/OM_Win/OM/build/bin directory [ 1%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj 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 make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.dir/depend /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_defaults.c -- Looking for getline - not found :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/btf_object_DLONG.dir/DependInfo.cmake --color= [ 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 * [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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 22%] Building C object CMakeFiles/cminpack.dir/hybrd.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrd.c -- Looking for include file stdarg.h - found -- Looking for include file stdlib.h Scanning dependencies of target btf_object_DLONG [ 2%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj 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 libtoolize: copying file 'm4/ltoptions.m4' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_dump.c make[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 [ 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 [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for include file stdint.h - found [ 3%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_info.c.obj -- Looking for include file inttypes.h /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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for stddef.h - found :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of struct pollfd [ 24%] 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 [ 4%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/btf_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/BTF/Source/btf_order.c [ 4%] 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_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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking whether C++ compiler g++ works... [ 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 [ 4%] Building C object CMakeFiles/btf_object_DLONG.dir/BTF/Source/btf_strongcomp.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/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 [ 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 libtoolize: copying file 'm4/ltsugar.m4' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 4%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_postorder.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_postorder.c -- Check size of struct pollfd - failed -- Looking for pollset_create -- checking for thread-local storage - found :0:6: warning: ISO C99 requires whitespace after the macro name -- Configuring done make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for include file stdlib.h - found [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_info.c.obj -- Looking for include file stddef.h /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 [ 28%] Building C object CMakeFiles/cminpack.dir/lmstr.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmstr.c [ 5%] Built target btf_object_DLONG (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgomp-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) :0:6: warning: ISO C99 requires whitespace after the macro name # CERES=OFF => Skipping build of 3rdParty library Ceres-Solver. Ceres-Solver is a dependency of the (optional) parameter estimation module. [ 5%] 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/libwinpthread-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Generating done :0:6: warning: ISO C99 requires whitespace after the macro name [ 5%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_order.c.obj -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 /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 yes [ 30%] Building C object CMakeFiles/cminpack.dir/qrsolv.c.obj -- Looking for include file inttypes.h - found (cp -puf /c/OMDev//tools/msys/mingw64/bin/libtre-5.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) /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 HEAD is now at d442bcd46 A.Haumer: corrected spelling error in documentation -- Looking for include file locale.h :0:6: warning: ISO C99 requires whitespace after the macro name make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' /C/OMDev/bin/cmake/bin/cmake.exe -H/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 -B/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0 --check-build-system CMakeFiles/Makefile.cmake 0 make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir/depend (cp -puf /c/OMDev//tools/msys/mingw64/bin/libsystre-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) /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 config.status: creating Makefile [ 6%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_preprocess.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_preprocess.c 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= make -f CMakeFiles/Makefile2 all :0:6: warning: ISO C99 requires whitespace after the macro name make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/depend (cp -puf /c/OMDev//tools/msys/mingw64/bin/libstdc++-6.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) libtoolize: copying file 'm4/ltversion.m4' [ 6%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_postorder.c.obj Scanning dependencies of target btf_object_DINT /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 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 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= [ 32%] Building C object CMakeFiles/cminpack.dir/rwupdt.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name HEAD is now at d442bcd46 A.Haumer: corrected spelling error in documentation /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[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' (cp -puf /c/OMDev//tools/msys/mingw64/bin/libquadmath-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 6%] Building C object CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj [ 7%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_maxtrans.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/amd_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/amd_DLONG.dir/AMD/Source/amd_valid.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_valid.c /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 -- Detecting C compile features - done (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgcc_s_seh-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) -- Looking for _POSIX_TIMERS :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 7%] Building C object 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 [ 34%] Building C object CMakeFiles/cminpack.dir/dpmpar.c.obj (cp -puf /c/OMDev//tools/msys/mingw64/bin/libintl-8.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) /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 test ! -d 'build//Modelica 2.2.2' :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' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2" -- Looking for pollset_create - not found -- Looking for poll (cp -puf /c/OMDev//tools/msys/mingw64/bin/libiconv-2.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) g++ -g -O2 -falign-functions -Iinclude obj/netstream-storage.o obj/netstream-socket.o obj/netstream-sender.o obj/netstream-main.o -o netstream-main -lwsock32 [ 7%] Built target amd_DLONG [ 7%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_order.c.obj -- Looking for include file stddef.h - found /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 -- Looking for include file stdint.h 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 (cp -puf /c/OMDev//tools/msys/mingw64/bin/libgfortran*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 36%] Building C object CMakeFiles/cminpack.dir/fdjac2.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name # LIBXML2=OFF => Skipping build of 3rdParty library libxml2 (must be installed on system instead). /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 [ 8%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_preprocess.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_preprocess.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/AMD/Source/amd_preprocess.c ar rcs libnetstream.a obj/netstream-storage.o obj/netstream-socket.o obj/netstream-sender.o obj/netstream-main.o :0:6: warning: ISO C99 requires whitespace after the macro name (cp -puf /c/OMDev//tools/msys/mingw64/bin/libexpat-1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir/depend -- Looking for include file locale.h - found [ 8%] Building C object CMakeFiles/btf_object_DINT.dir/BTF/Source/btf_strongcomp.c.obj make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream/gs-netstream/c++' libtoolize: copying file 'm4/lt~obsolete.m4' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for snprintf /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= make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/graphstream' /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 [ 38%] Building C object CMakeFiles/cminpack.dir/hybrj1.c.obj (cp -puf /c/OMDev//tools/msys/mingw64/bin/libopenblas.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj1.c make -C 3rdParty/zlib/build/mingw/zlib/ install make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 8%] Building C object CMakeFiles/amd_DINT.dir/AMD/Source/amd_valid.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/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/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 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 :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Scanning dependencies of target colamd_object checking whether we are using the GNU Fortran 77 compiler... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' (cp -puf /c/OMDev//tools/msys/mingw64/bin/zlib1.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/build make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 40%] Building C object CMakeFiles/cminpack.dir/lmder.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmder.c make[3]: 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' [ 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 (cp -puf /c/OMDev//tools/msys/mingw64/bin/libszip*.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 8%] Built target btf_object_DINT make -C 3rdParty/cvode/build/mingw/ install [ 8%] Built target amd_DINT make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 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 (cp -puf /c/OMDev//tools/msys/mingw64/bin/libhdf5-0.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 2%] Generating zlib1rc.obj [ 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 Scanning dependencies of target metis -- Looking for _POSIX_TIMERS - not found make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' (cp -puf /c/OMDev//lib/omniORB-4.2.0-mingw64/bin/x86_win32/omniORB420_rt.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make -f libmetis/CMakeFiles/metis.dir/build.make libmetis/CMakeFiles/metis.dir/build -- Added NVECTOR_SERIAL module make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' -- Added KINSOL module -- Configuring done make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 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 [ 1%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/b64.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' (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/) 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 -- Looking for poll - not found -- Detected select polling method -- Generating done -- Detected ZMQ Version - 4.2.3 [ 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 Scanning dependencies of target sundials_nvecserial_static (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/) libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' -- Looking for include file stdint.h - found -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw -- Looking for include file inttypes.h yes checking whether gfortran accepts -g... -- Looking for include file ifaddrs.h make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir/depend make[4]: Entering directory '/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/klu_object_DINT.dir/DependInfo.cmake --color= Scanning dependencies of target zlibstatic Scanning dependencies of target zlib (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/) make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 3%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj 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/OMSimulator/3rdParty/zlib/build/mingw/zlib' (cp -puf /c/OMDev//lib/3rdParty/Sundials64/lib/release/mingw/libsundials_kinsol.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) [ 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 -- Looking for snprintf - found [ 4%] Building C object CMakeFiles/zlib.dir/adler32.obj [ 3%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/blas.c.obj [ 7%] Building C object CMakeFiles/zlibstatic.dir/adler32.obj -- Looking for vasprintf 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 -puf /c/OMDev//lib/3rdParty/Sundials64/lib/release/mingw/libsundials_nvecserial.a /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 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 [ 9%] Built target colamd_object_l (cp -puf /c/OMDev//lib/lis64/liblis.la /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 48%] Building C object CMakeFiles/cminpack.dir/covar.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -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 [ 7%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj -- Looking for include file ifaddrs.h - not found -- Looking for include file windows.h (cp -puf /c/OMDev//lib/lis64/liblis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/) [ 9%] Building C object CMakeFiles/zlib.dir/compress.obj [ 9%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj [ 12%] Building C object CMakeFiles/zlibstatic.dir/compress.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 yes (cp -pf /c/OMDev//lib/expat-win32-msvc/libexpat.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) :0:6: warning: ISO C99 requires whitespace after the macro name autoreconf: running: libtoolize --copy --force (cp -pf /c/OMDev//lib/lapack-win32-msvc/blas_win32_MT.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) [ 50%] Building C object CMakeFiles/cminpack.dir/covar1.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/covar1.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/covar1.c [ 14%] Building C object CMakeFiles/zlib.dir/crc32.obj [ 11%] Linking C static library libsundials_nvecserial.a -- Looking for vasprintf - not found [ 9%] Built target colamd_object make -C 3rdParty/kinsol/build/mingw/ install [ 17%] Building C object CMakeFiles/zlibstatic.dir/crc32.obj -- Looking for asprintf (cp -pf /c/OMDev//lib/lapack-win32-msvc/lapack_win32_MT.dll /c/dev/hudson/workspace/OM_Win/OM/build/bin/) make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' Scanning dependencies of target sundials_cvode_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' -- Looking for include file inttypes.h - found -- Looking for include file locale.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' mkdir -p /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/ [ 52%] Building C object CMakeFiles/cminpack.dir/chkder_.c.obj [ 19%] Building C object CMakeFiles/zlib.dir/deflate.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 [ 14%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode.c.obj [ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze.c (cp -pufr /c/OMDev//tools/xsltproc /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/) make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 21%] Building C object CMakeFiles/zlibstatic.dir/deflate.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name [ 4%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/csr.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/csr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c configure: Fortran compiler options are: -O3 -pipe [ 14%] Built target sundials_nvecserial_static make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/depend checking for egrep... Scanning dependencies of target sundials_nvecserial_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/klu_object_DLONG.dir/DependInfo.cmake --color= (cp -pufr /c/OMDev//tools/gnuplot /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libexec/) [ 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 C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c: In function 'gk_csr_Read': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422:22: warning: unknown conversion type character 'z' in format [-Wformat=] if (sscanf(line, "%zu %zu %zu", &nrows, &ncols, &nnz) != 3) ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422:22: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422:22: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:422:22: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: unknown conversion type character 'z' in format [-Wformat=] nfields = sscanf(line, "%zu %zu %zu %zu", &nrows, &nnz, &fmt, &ncon); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:438:28: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:448:21: warning: unknown conversion type character 'z' in format [-Wformat=] sprintf(fmtstr, "%03zu", fmt%1000); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:448:21: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c: In function 'gk_csr_Write': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:634:20: warning: unknown conversion type character 'z' in format [-Wformat=] fprintf(fpout, "%d %d %zd\n", mat->nrows, mat->ncols, mat->rowptr[mat->nrows]); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:634:20: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c: In function 'gk_csr_Scale': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:1567:16: warning: unknown conversion type character 'z' in format [-Wformat=] printf("nnz: %zd, nnzcols: %d, bgfreq: %d\n", rowptr[nrows], nnzcols, bgfreq); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:1567:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long long int}' [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/csr.c:1567:16: warning: too many arguments for format [-Wformat-extra-args] grep -E checking whether ln -s works... yes checking for a BSD-compatible install... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' -- Looking for asprintf - not found -- Looking for snprintf /usr/bin/install -c checking whether build environment is sane... [ 3%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj [ 10%] 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 [ 24%] Building C object CMakeFiles/zlib.dir/gzclose.obj Scanning dependencies of target klu_object_DLONG :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Building C object CMakeFiles/zlibstatic.dir/gzclose.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.dir/build [ 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 18%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj [ 10%] 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 [ 29%] Building C object CMakeFiles/zlib.dir/gzlib.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 31%] Building C object CMakeFiles/zlibstatic.dir/gzlib.obj [ 58%] Building C object CMakeFiles/cminpack.dir/hybrj_.c.obj [ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj_.c [ 7%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_defaults.c :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for include file locale.h - found -- Looking for snprintf [ 34%] Building C object CMakeFiles/zlib.dir/gzread.obj [ 22%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj [ 10%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj [ 36%] Building C object CMakeFiles/zlibstatic.dir/gzread.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 [ 11%] Linking C static library libsundials_nvecserial.a :0:6: warning: ISO C99 requires whitespace after the macro name [ 10%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_analyze.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 60%] Building C object CMakeFiles/cminpack.dir/lmdif1_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmdif1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmdif1_.c [ 39%] Building C object CMakeFiles/zlib.dir/gzwrite.obj -- Looking for snprintf - found -- Looking for vasprintf [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj -- Looking for include file windows.h - found yes -- Looking for include file sys/uio.h [ 41%] Building C object CMakeFiles/zlibstatic.dir/gzwrite.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 62%] Building C object CMakeFiles/cminpack.dir/lmstr1_.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmstr1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmstr1_.c [ 11%] 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 [ 11%] Built target sundials_nvecserial_static [ 11%] 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 [ 6%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/error.c.obj [ 43%] Building C object CMakeFiles/zlib.dir/inflate.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 :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj [ 46%] Building C object CMakeFiles/zlibstatic.dir/inflate.obj checking for gawk... gawk checking whether make sets $(MAKE)... [ 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 [ 11%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for include file sys/uio.h - not found -- Looking for include file sys/eventfd.h [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_defaults.c [ 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 [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj [ 48%] Building C object CMakeFiles/zlib.dir/infback.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for snprintf - found -- Looking for vasprintf yes [ 51%] Building C object CMakeFiles/zlibstatic.dir/infback.obj Scanning dependencies of target sundials_kinsol_static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 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 [ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_factor.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' [ 12%] 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 checking for style of include used by make... :0:6: warning: ISO C99 requires whitespace after the macro name [ 14%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for vasprintf - found -- Looking for asprintf [ 53%] Building C object CMakeFiles/zlib.dir/inftrees.obj [ 37%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj GNU [ 56%] Building C object CMakeFiles/zlibstatic.dir/inftrees.obj [ 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 -- Looking for include file sys/eventfd.h - not found -- Looking for fopen in ws2_32 [ 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 -- Looking for vasprintf - not found -- Looking for asprintf checking dependency style of gcc... [ 12%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj [ 58%] Building C object CMakeFiles/zlib.dir/inffast.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 [ 60%] Building C object CMakeFiles/zlibstatic.dir/inffast.obj [ 12%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_dump.c :0:6: warning: ISO C99 requires whitespace after the macro name patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 2.2.2.patch' [ 40%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 18%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_io.c.obj (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 2.2.2/Constants.mo' [ 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 [ 11%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/fs.c.obj echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.uses" 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 echo 'modelica1.1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.license" [ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj [ 63%] Building C object CMakeFiles/zlib.dir/trees.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 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" [ 65%] Building C object CMakeFiles/zlibstatic.dir/trees.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 13%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_extract.c echo 'omlibrary-msl222' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 2.2.2.breaks" :0:6: warning: ISO C99 requires whitespace after the macro name # Building git/Modelica [ 44%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj -- Looking for asprintf - not found ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.1' 'af2a3e1597d648d6826665c89cf9eaf5c2a632bc' -- Looking for snprintf [ 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 [ 13%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj [ 22%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_direct.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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 12%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/getopt.c.obj [ 68%] Building C object CMakeFiles/zlib.dir/uncompr.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 [ 14%] 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 [ 70%] Building C object CMakeFiles/zlibstatic.dir/uncompr.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 48%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj -- Looking for asprintf - found -- Looking for localeconv [ 73%] Building C object CMakeFiles/zlib.dir/zutil.obj [ 25%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_band.c.obj -- Looking for fopen in ws2_32 - found -- Looking for fopen in ws2 [ 74%] Building C object CMakeFiles/cminpack.dir/lmder1_.c.obj [ 75%] Building C object CMakeFiles/zlibstatic.dir/zutil.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 gcc3 checking dependency style of g++ ... [ 14%] 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 [ 14%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_numeric.c [ 51%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 78%] Linking C shared library libzlib.dll [ 14%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/gkregex.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gkregex.c [ 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 [ 29%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_dense.c.obj [ 80%] Linking C static library libzlibstatic.a HEAD is now at d442bcd46 A.Haumer: corrected spelling error in documentation 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)) ^ 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; ^ [ 14%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_free_symbolic.c [ 15%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 55%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj :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' -- Looking for snprintf - found -- Looking for vasprintf [ 33%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_sparse.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 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 [ 80%] Built target zlibstatic [ 15%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj make -C 3rdParty/lpsolve/ install CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" -j1 [ 80%] Built target zlib /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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' make[2]: warning: -jN forced in submake: disabling jobserver mode. :0:6: warning: ISO C99 requires whitespace after the macro name [ 59%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj -- Looking for localeconv - found -- Looking for fopen in ws2 - not found [ 37%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spils.c.obj -- Looking for sys/types.h Scanning dependencies of target example flex -L lp_rlp.l -- Looking for fopen in rpcrt4 make[4]: Leaving 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_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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' :0:6: warning: ISO C99 requires whitespace after the macro name lp_rlp.l:64: warning, rule cannot be matched [ 82%] Building C object CMakeFiles/example.dir/test/example.obj sed -e "s/yy/lp_yy/g" lex.yy.c >lp_rlp.h gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... [ 80%] 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 rm -f lex.yy.c [ 62%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' [ 40%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spbcgs.c.obj [ 15%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_solve.c [ 16%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj test -d /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve || mkdir -p /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve /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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 85%] Linking C executable example.exe /usr/bin/install -c declare.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 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 /usr/bin/install -c fortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ i686-pc-mingw32 [ 66%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj /usr/bin/install -c ini.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 44%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spfgmr.c.obj -- Looking for vasprintf - found -- Looking for asprintf [ 16%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj /usr/bin/install -c lp_crash.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_refactor.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_refactor.c /usr/bin/install -c lp_explicit.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ 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 [ 16%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj /usr/bin/install -c lp_fortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /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' /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= [ 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]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /usr/bin/install -c lp_Hash.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ checking for a sed that does not truncate output... :0:6: warning: ISO C99 requires whitespace after the macro name /usr/bin/install -c lpkit.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 85%] Built target example [ 70%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj /usr/bin/install -c lp_lib.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for sys/types.h - found /usr/bin/sed checking for ld used by gcc... -- Check size of long double make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /usr/bin/install -c lp_matrix.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 48%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_spgmr.c.obj [ 86%] Building C object CMakeFiles/cminpack.dir/fdjac2_.c.obj /usr/bin/install -c lp_MDO.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/fdjac2_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/fdjac2_.c -- Looking for fopen in rpcrt4 - found -- Looking for fopen in iphlpapi Scanning dependencies of target example64 /usr/bin/install -c lp_mipbb.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/zlib/build/mingw/zlib' [ 17%] Building C object CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_tsolve.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /usr/bin/install -c lp_MPS.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 17%] 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 /usr/bin/install -c lp_presolve.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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 87%] Building C object CMakeFiles/example64.dir/test/example.obj Scanning dependencies of target umfpack_olib_DLONG_CONJUGATE_SOLVE make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build /usr/bin/install -c lp_price.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 74%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj [ 88%] Building C object CMakeFiles/cminpack.dir/hybrj1_.c.obj /usr/bin/install -c lp_pricePSE.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/hybrj1_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/hybrj1_.c make[4]: Entering 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 /usr/bin/install -c lp_report.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 17%] 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 /usr/bin/install -c lp_rlp.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 17%] Building C object CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/klu_object_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/KLU/Source/klu_solve.c /usr/bin/install -c lp_scale.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_simplex.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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 90%] Linking C executable example64.exe [ 90%] Building C object CMakeFiles/cminpack.dir/lmder_.c.obj libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' /usr/bin/install -c lp_solveDLL.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmder_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmder_.c [ 77%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj /usr/bin/install -c lpsolve.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 17%] Built target klu_object_DINT [ 55%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/kinsol_bbdpre.c.obj /usr/bin/install -c lp_SOS.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ -- Looking for asprintf - found -- Looking for localeconv /usr/bin/install -c lp_types.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ [ 16%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/graph.c.obj 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 [ 17%] 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 HEAD is now at af2a3e159 Fixes #1449 /usr/bin/install -c lp_utils.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_wlp.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ 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... /usr/bin/install -c ufortify.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c: In function 'gk_graph_Read': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: unknown conversion type character 'z' in format [-Wformat=] nfields = sscanf(line, "%zu %zu %zu %zu", &nvtxs, &nedges, &fmt, &ncon); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: unknown conversion type character 'z' in format [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:109:28: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:118:21: warning: unknown conversion type character 'z' in format [-Wformat=] sprintf(fmtstr, "%03zu", fmt%1000); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:118:21: warning: too many arguments for format [-Wformat-extra-args] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c: In function 'gk_graph_Write': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:297:18: warning: unknown conversion type character 'z' in format [-Wformat=] fprintf(fpout, "%d %zd", graph->nvtxs, graph->xadj[graph->nvtxs]/2); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/graph.c:297:18: warning: too many arguments for format [-Wformat-extra-args] /usr/bin/install -c yacc_read.h /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/include/lpsolve/ yes checking for C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r checking for BSD-compatible nm... [ 81%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj [ 18%] 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]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 59%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_nvector.c.obj [ 92%] Building C object CMakeFiles/cminpack.dir/lmpar_.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/lmpar_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/lmpar_.c -- Check size of long double - done -- Check size of long long int :0:6: warning: ISO C99 requires whitespace after the macro name [ 90%] Built target example64 bison --no-lines -y -d lp_rlp.y -- Looking for fopen in iphlpapi - found [ 18%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE -- Looking for SO_PEERCRED HEAD is now at af2a3e159 Fixes #1449 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /mingw64/bin/nm -B checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)? checking how to run the C preprocessor... [ 17%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/htable.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/htable.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/htable.c Scanning dependencies of target minigzip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/depend [ 18%] 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 [ 85%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj [ 94%] Building C object CMakeFiles/cminpack.dir/qform_.c.obj [ 62%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_math.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCMINPACK_NO_DLL -g -O2 -falign-functions -o CMakeFiles/cminpack.dir/qform_.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/qform_.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/DependInfo.cmake --color= libtoolize: copying file 'm4/ltoptions.m4' :0:6: warning: ISO C99 requires whitespace after the macro name [ 92%] Building C object CMakeFiles/minigzip.dir/test/minigzip.obj test ! -d 'build//Modelica 3.1' sed -e "s/yy/lp_yy/g" y.tab.c >lp_rlp.c Scanning dependencies of target umfpack_olib_DLONG_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' rm -f y.tab.c [ 96%] Building C object CMakeFiles/cminpack.dir/r1mpyq_.c.obj Scanning dependencies of target minigzip64 /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 [ 66%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_direct.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 18%] 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 -- Looking for SO_PEERCRED - not found -- Looking for LOCAL_PEERCRED -- Looking for localeconv - found make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for sys/types.h [ 95%] Linking C executable minigzip.exe make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' [ 19%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/io.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/io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/io.c [ 88%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj gcc -s -c -I. -I./shared -I./bfp -I./bfp/bfp_LUSOL -I./bfp/bfp_LUSOL/LUSOL -I./colamd -g -O2 -falign-functions -DYY_NEVER_INTERACTIVE -DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine lp_MDO.c shared/commonlib.c shared/mmio.c shared/myblas.c ini.c fortify.c colamd/colamd.c lp_rlp.c lp_crash.c bfp/bfp_LUSOL/lp_LUSOL.c bfp/bfp_LUSOL/LUSOL/lusol.c lp_Hash.c lp_lib.c lp_wlp.c lp_matrix.c lp_mipbb.c lp_MPS.c lp_params.c lp_presolve.c lp_price.c lp_pricePSE.c lp_report.c lp_scale.c lp_simplex.c lp_SOS.c lp_utils.c yacc_read.c [ 18%] Built target klu_object_DLONG [ 97%] Building C object CMakeFiles/minigzip64.dir/test/minigzip.obj [ 98%] Building C object CMakeFiles/cminpack.dir/covar_.c.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++]); ^ /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 [ 70%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_band.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 20%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/itemsets.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/itemsets.c [ 18%] Built target umfpack_olib_DLONG_DO_VALUES make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DROP.dir/depend [ 92%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj [100%] Linking C executable minigzip64.exe make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DROP.dir/DependInfo.cmake --color= make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' -- Check size of long long int - done -- Check size of unsigned long long int libtoolize: copying file 'm4/ltsugar.m4' make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/depend [ 74%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_dense.c.obj gcc -E [100%] Built target minigzip 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= -- Looking for LOCAL_PEERCRED - not found Scanning dependencies of target umfpack_olib_ZINT_DROP [100%] Linking C static library libcminpack.a 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 /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/cminpack.dir/cmake_clean_target.cmake -- Looking for pthread.h [ 22%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/mcore.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/mcore.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/mcore.c /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/cminpack.dir/link.txt --verbose=1 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' ar qc libcminpack.a CMakeFiles/cminpack.dir/chkder.c.obj CMakeFiles/cminpack.dir/enorm.c.obj CMakeFiles/cminpack.dir/hybrd1.c.obj CMakeFiles/cminpack.dir/hybrj.c.obj CMakeFiles/cminpack.dir/lmdif1.c.obj CMakeFiles/cminpack.dir/lmstr1.c.obj CMakeFiles/cminpack.dir/qrfac.c.obj CMakeFiles/cminpack.dir/r1updt.c.obj CMakeFiles/cminpack.dir/dogleg.c.obj CMakeFiles/cminpack.dir/fdjac1.c.obj CMakeFiles/cminpack.dir/hybrd.c.obj CMakeFiles/cminpack.dir/lmder1.c.obj CMakeFiles/cminpack.dir/lmdif.c.obj CMakeFiles/cminpack.dir/lmstr.c.obj CMakeFiles/cminpack.dir/qrsolv.c.obj CMakeFiles/cminpack.dir/rwupdt.c.obj CMakeFiles/cminpack.dir/dpmpar.c.obj CMakeFiles/cminpack.dir/fdjac2.c.obj CMakeFiles/cminpack.dir/hybrj1.c.obj CMakeFiles/cminpack.dir/lmder.c.obj CMakeFiles/cminpack.dir/lmpar.c.obj CMakeFiles/cminpack.dir/qform.c.obj CMakeFiles/cminpack.dir/r1mpyq.c.obj CMakeFiles/cminpack.dir/covar.c.obj CMakeFiles/cminpack.dir/covar1.c.obj CMakeFiles/cminpack.dir/chkder_.c.obj CMakeFiles/cminpack.dir/enorm_.c.obj CMakeFiles/cminpack.dir/hybrd1_.c.obj CMakeFiles/cminpack.dir/hybrj_.c.obj CMakeFiles/cminpack.dir/lmdif1_.c.obj CMakeFiles/cminpack.dir/lmstr1_.c.obj CMakeFiles/cminpack.dir/qrfac_.c.obj CMakeFiles/cminpack.dir/r1updt_.c.obj CMakeFiles/cminpack.dir/dogleg_.c.obj CMakeFiles/cminpack.dir/fdjac1_.c.obj CMakeFiles/cminpack.dir/hybrd_.c.obj CMakeFiles/cminpack.dir/lmder1_.c.obj CMakeFiles/cminpack.dir/lmdif_.c.obj CMakeFiles/cminpack.dir/lmstr_.c.obj CMakeFiles/cminpack.dir/qrsolv_.c.obj CMakeFiles/cminpack.dir/rwupdt_.c.obj CMakeFiles/cminpack.dir/dpmpar_.c.obj CMakeFiles/cminpack.dir/fdjac2_.c.obj CMakeFiles/cminpack.dir/hybrj1_.c.obj CMakeFiles/cminpack.dir/lmder_.c.obj CMakeFiles/cminpack.dir/lmpar_.c.obj CMakeFiles/cminpack.dir/qform_.c.obj CMakeFiles/cminpack.dir/r1mpyq_.c.obj CMakeFiles/cminpack.dir/covar_.c.obj 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 [ 96%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj [ 18%] Building C object CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /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 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/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] [ 77%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_iterative.c.obj C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libcminpack.a 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 [ 24%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/memory.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/memory.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/memory.c [ 19%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c [100%] Built target minigzip64 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 -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/depend [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 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] 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= -- Looking for sys/types.h - found -- Check size of long double [100%] Linking C static library libsundials_cvode.a Install the project... make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/CMinpack/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libcminpack.a 3rdParty/CMinpack/build/libcminpack.a [ 81%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sparse.c.obj -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/lib/libzlib.dll.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/bin/libzlib.dll -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/lib/libzlibstatic.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/zconf.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/zlib.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/share/man/man3/zlib.3 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/share/pkgconfig/zlib.pc [ 19%] Building C object CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/zlib' /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 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 libtoolize: copying file 'm4/ltversion.m4' # copy dll/so to lib/omc/ folders :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/omp.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/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/__/GKlib/omp.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/omp.c (rm -f /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcminpack.a*) [ 19%] Built target umfpack_olib_ZINT_DROP [ 19%] Building C object CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c (cp -af 3rdParty/CMinpack/build/libcminpack.a* /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc) make -C 3rdParty/zlib/build/mingw/minizip/ install :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' [ 85%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spbcgs.c.obj checking for ANSI C header files... make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' # Darwin has to be special always (test ! `uname` = Darwin || cp -af 3rdParty/CMinpack/build/lib*.dylib /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc) -- Check size of unsigned long long int - done -- Check size of struct lconv [ 19%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE [100%] Built target sundials_cvode_static -- Looking for pthread.h - found make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' -- Looking for pthread_create [ 88%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spfgmr.c.obj [ 27%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pdb.c.obj make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' 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 make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /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= Install the project... [ 29%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/pqueue.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/pqueue.c -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_config.h 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_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/depend Install shared components -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_band.h make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_dense.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_direct.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_iterative.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_math.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_nvector.h make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_fnvector.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_pcg.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_sparse.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_spbcgs.h [ 92%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_spgmr.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/DependInfo.cmake --color= -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_spfgmr.h Scanning dependencies of target minizip -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_spgmr.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_sptfqmr.h libtoolize: copying file 'm4/lt~obsolete.m4' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/sundials/sundials_types.h make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 19%] Built target umfpack_olib_DLONG_FIXQ Install NVECTOR_SERIAL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/lib/libsundials_nvecserial.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/nvector/nvector_serial.h Install CVODE -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/lib/libsundials_cvode.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_band.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_bandpre.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_bbdpre.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_dense.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_diag.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_direct.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_sparse.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_spbcgs.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_spgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_spils.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_sptfqmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/install/mingw/include/cvode/cvode_impl.h -- Check size of long double - done -- Check size of long long int [ 19%] Building C object CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/cvode/build/mingw' [ 30%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/random.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c 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 Scanning dependencies of target umfpack_olib_ZLONG_WSOLVE [ 16%] Building C object CMakeFiles/minizip.dir/ioapi.c.obj make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT.dir/depend 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 96%] Building C object src/kinsol/CMakeFiles/sundials_kinsol_static.dir/__/sundials/sundials_sptfqmr.c.obj 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' /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= [ 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 [ 20%] Building C object CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DWSOLVE -DZLONG @CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 33%] Building C object CMakeFiles/minizip.dir/miniunz.c.obj [100%] Linking C static library libsundials_kinsol.a make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' 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/depend [ 20%] Built target umfpack_olib_ZLONG_WSOLVE [ 20%] Built target umfpack_olib_ZLONG_FIXQ -- Check size of struct lconv - 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_DINT_WSOLVE.dir/DependInfo.cmake --color= -- Looking for pthread_create - found [ 50%] Building C object CMakeFiles/minizip.dir/minizip.c.obj -- Performing Test HAVE_LCONV_DECIMAL_POINT -- Found Threads: TRUE -- Looking for clock_gettime [ 66%] Building C object CMakeFiles/minizip.dir/unzip.c.obj make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_DINT_FIXQ.dir/depend [ 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' /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= 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 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/kinsol/build/mingw' Scanning dependencies of target umfpack_olib_DINT_FIXQ 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 [ 20%] 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 [100%] Built target sundials_kinsol_static make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/depend make[4]: Entering 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 -- 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' /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= [ 20%] Building C object CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_FIXQ.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Install the project... :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_DLONG_DO_MAP make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build [ 20%] Built target umfpack_olib_DINT_WSOLVE -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_config.h Install shared components -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_band.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_dense.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_direct.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_iterative.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_math.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_nvector.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_fnvector.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_pcg.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_sparse.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_spbcgs.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_spfgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_spgmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_sptfqmr.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/sundials/sundials_types.h Install NVECTOR_SERIAL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/lib/libsundials_nvecserial.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/nvector/nvector_serial.h Install KINSOL -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/lib/libsundials_kinsol.a [ 83%] Building C object CMakeFiles/minizip.dir/zip.c.obj -- 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 -- 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 [ 20%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/install/mingw/include/kinsol/kinsol_impl.h /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 [ 37%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/string.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/kinsol/build/mingw' yes make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.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/string.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/string.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_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/depend checking for sys/types.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_ZINT.dir/DependInfo.cmake --color= -- Looking for clock_gettime - not found -- Looking for fork Scanning dependencies of target umfpack_olib_DLONG_DO_MAP_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 20%] Built target umfpack_olib_DINT_FIXQ -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [100%] Linking C static library libminizip.a [ 20%] Built target umfpack_olib_DLONG_DO_MAP [ 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 [ 21%] Building C object CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c [ 40%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/depend cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/__/GKlib/tokenizer.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/tokenizer.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_ZINT_WSOLVE.dir/DependInfo.cmake --color= make[4]: 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 Scanning dependencies of target umfpack_olib_ZINT_WSOLVE make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [100%] Built target minizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build -- Check size of unsigned long long int - done make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' -- Check size of struct lconv 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= 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 -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 21%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES 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= Scanning dependencies of target umfpack_olib_DINT_DO_MAP_DO_VALUES [ 22%] Building C object CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 41%] Building C object libmetis/CMakeFiles/metis.dir/__/GKlib/util.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 -DWSOLVE -DZINT @CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/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/util.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/util.c Install the project... 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' [ 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 Scanning dependencies of target umfpack_olib_ZLONG_CONJUGATE_SOLVE -- Install configuration: "" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/lib/libminizip.a 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/zlib/install/mingw/include/minizip.h make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/install/mingw/include/miniunz.h make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/zlib/build/mingw/minizip' [ 22%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 43%] Building C object libmetis/CMakeFiles/metis.dir/auxapi.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/auxapi.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/auxapi.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 23%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj [ 23%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj [ 23%] Built target umfpack_olib_ZINT_WSOLVE /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 /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 make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend checking for sys/stat.h... :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_ZINT :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/DependInfo.cmake --color= make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT.dir/build [ 45%] Building C object libmetis/CMakeFiles/metis.dir/balance.c.obj -- Looking for fork - not found -- Looking for gethrtime 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 [ 23%] Building C object CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_utsolve.c -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success -- Check size of intmax_t make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Scanning dependencies of target umfpack_olib_ZLONG_DO_MAP_DO_VALUES :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build [ 23%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_col_to_triplet.c [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj [ 24%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/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 [ 24%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.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_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 46%] Building C object libmetis/CMakeFiles/metis.dir/bucketsort.c.obj [ 24%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.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 :0:6: warning: ISO C99 requires whitespace after the macro name /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 :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.dir/build.make CMakeFiles/umfpack_olib.dir/depend [ 24%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj [ 24%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_determinant.c [ 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 [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name [ 50%] Building C object libmetis/CMakeFiles/metis.dir/coarsen.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/coarsen.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/coarsen.c -- Check size of struct lconv - done make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/depend -- Performing Test HAVE_LCONV_DECIMAL_POINT :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_DINT_DO_MAP.dir/DependInfo.cmake --color= yes Scanning dependencies of target umfpack_olib [ 25%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 25%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.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 make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DROP.dir/depend Scanning dependencies of target umfpack_olib_DINT_DO_MAP [ 25%] Building C object CMakeFiles/umfpack_olib_ZINT.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 -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_symbolic.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DROP.dir/DependInfo.cmake --color= make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 51%] Building C object libmetis/CMakeFiles/metis.dir/compress.c.obj 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 :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' [ 25%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_global.c [ 25%] Building C object CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj Scanning dependencies of target umfpack_olib_ZLONG_DROP checking for stdlib.h... 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 -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 [ 26%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_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_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c -- Looking for gethrtime - not found -- Looking for mkdtemp [ 26%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.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 -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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 26%] Building C object CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DROP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c -- Check size of intmax_t - done :0:6: warning: ISO C99 requires whitespace after the macro name [ 27%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj -- Check size of uintmax_t /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 make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/depend make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/DependInfo.cmake --color= [ 27%] Built target umfpack_olib_DINT_DO_MAP patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.1.patch' [ 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%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c Scanning dependencies of target umfpack_olib_ZINT_DO_VALUES (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Constants.mo' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Electrical/Digital.mo' [ 27%] Building C object CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /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 (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Fluid/Pipes.mo' [ 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 (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/IdealGases/Common/FluidData.mo' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/IdealGases/Common/package.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/package.mo' -- Performing Test HAVE_LCONV_DECIMAL_POINT - Success -- Performing Test HAVE_LCONV_THOUSANDS_SEP (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/IF97_Utilities.mo' [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_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_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.1/Media/Water/package.mo' [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj yes 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' /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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' echo 'ModelicaServices 1.0' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.uses" [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c: In function 'libmetis__ComputeMaxCut': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c:109:10: warning: unknown conversion type character 'z' in format [-Wformat=] printf("%zu => %"PRIDX"\n", iargmax(nparts, cuts), maxcut); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c:109:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long long unsigned int}' [-Wformat=] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/debug.c:109:10: warning: too many arguments for format [-Wformat-extra-args] /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 [ 28%] Built target umfpack_olib_ZLONG_DROP echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.license" [ 56%] Building C object libmetis/CMakeFiles/metis.dir/fm.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/fm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/fm.c [ 28%] Built target umfpack_olib :0:6: warning: ISO C99 requires whitespace after the macro name echo '3.1-20140322-174148~git~maint-3.1-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.1.last_change" [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj echo 'omlibrary-msl31' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.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/umfpack_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c [ 28%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.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_load_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_numeric.c test ! -d 'build//ModelicaServices 1.0' :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 cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0" checking for string.h... make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/depend make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/DependInfo.cmake --color= [ 28%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 1.0.patch' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -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 [ 28%] Built target umfpack_olib_ZINT_DO_VALUES -- Looking for mkdtemp - not found -- Performing Test HAVE_FLAG_-Wall make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name [ 58%] Building C object libmetis/CMakeFiles/metis.dir/fortran.c.obj (Stripping trailing CRs from patch; use --binary to disable.) patching file 'ModelicaServices 1.0/package.mo' [ 29%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/fortran.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/fortran.c echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.uses" /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 [ 59%] Building C object libmetis/CMakeFiles/metis.dir/frename.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/DependInfo.cmake --color= Scanning dependencies of target umfpack_olib_ZINT_DO_MAP 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 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 echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.license" [ 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' 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" Scanning dependencies of target umfpack_olib_DLONG_WSOLVE -- Check size of uintmax_t - done -- Check size of uintptr_t echo 'omlibrary-msl31' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 1.0.breaks" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build [ 29%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj # Building git/Modelica /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.1' '60cb4e48077fa22cc97d02e767baa83ec78aadf9' [ 30%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_numeric.c make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/depend [ 30%] 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 [ 31%] Building C object CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.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 -DWSOLVE @CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_solve.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/umfpack_olib_ZINT_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_ZINT_CONJUGATE_SOLVE.dir/DependInfo.cmake --color= [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj -- Performing Test HAVE_LCONV_THOUSANDS_SEP - Success -- Check size of intmax_t /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' 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' [ 31%] Built target umfpack_olib_ZINT_DO_MAP 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 [ 31%] Built target umfpack_olib_DLONG_WSOLVE 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 [ 31%] 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 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 [ 31%] 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 [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DCONJUGATE_SOLVE -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name checking for memory.h... :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test HAVE_FLAG_-Wall - Success -- Performing Test HAVE_FLAG_-Wextra make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_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_DINT_DROP.dir/DependInfo.cmake --color= HEAD is now at af2a3e159 Fixes #1449 [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj [ 64%] Building C object libmetis/CMakeFiles/metis.dir/initpart.c.obj [ 31%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/initpart.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/initpart.c /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 /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 Scanning dependencies of target umfpack_olib_DINT_DROP :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' -- Check size of uintptr_t - done make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib_DINT_DROP.dir/build -- Check size of ptrdiff_t Scanning dependencies of target umfpack_olib_ZLONG 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_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLONG.dir/build [ 31%] Building C object CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DDROP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DROP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/depend make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 31%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_info.c :0:6: warning: ISO C99 requires whitespace after the macro name 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= [ 31%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 31%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE -- Check size of intmax_t - done -- Check size of uintmax_t :0:6: warning: ISO C99 requires whitespace after the macro name yes [ 66%] Building C object libmetis/CMakeFiles/metis.dir/kmetis.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/kmetis.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/kmetis.c Scanning dependencies of target umfpack_olib_DLONG_DROP make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_olib_DLONG_DROP.dir/build [ 32%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_matrix.c make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/depend make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 32%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c :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= [ 33%] 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 [ 33%] Building C object CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /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 autoreconf: running: /usr/bin/autoconf --force :0:6: warning: ISO C99 requires whitespace after the macro name checking for strings.h... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' Scanning dependencies of target umfpack_olib_ZINT_DO_MAP_DO_VALUES :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test HAVE_FLAG_-Wextra - Success make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build -- Performing Test HAVE_FLAG_-Wno-long-long [ 33%] Built target umfpack_olib_DINT_DROP make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' configure.ac:9: installing './compile' [ 67%] Building C object libmetis/CMakeFiles/metis.dir/kwayfm.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/kwayfm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayfm.c [ 33%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c [ 33%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj [ 69%] Building C object libmetis/CMakeFiles/metis.dir/kwayrefine.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/kwayrefine.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/kwayrefine.c /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 [ 34%] Building C object CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj configure.ac:12: installing './config.guess' [ 34%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_MAP -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c /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 :0:6: warning: ISO C99 requires whitespace after the macro name configure.ac:12: installing './config.sub' :0:6: warning: ISO C99 requires whitespace after the macro name :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_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 configure.ac:5: installing './install-sh' :0:6: warning: ISO C99 requires whitespace after the macro name configure.ac:5: installing './missing' Makefile.am:16: warning: libModelicaMatIO_la_LIBADD was already defined in condition !INCLUDEZLIB, which is included in condition TRUE ... Makefile.am:14: ... 'libModelicaMatIO_la_LIBADD' previously defined here make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/depend [ 35%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj -- Check size of ptrdiff_t - done Makefile.am: installing './INSTALL' /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 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= [ 35%] Built target umfpack_olib_DLONG_DROP 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 [ 35%] Built target umfpack_olib_ZINT_DO_MAP_DO_VALUES [ 70%] Building C object libmetis/CMakeFiles/metis.dir/mcutil.c.obj Makefile.am: installing './depcomp' 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 [ 35%] 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 yes make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/depend [ 35%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 35%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -- Check size of uintmax_t - done -- Check size of uintptr_t (cd "3rdParty/ModelicaExternalC/BuildProjects/autotools" && (test -f Makefile || (./configure --prefix="`pwd`" --enable-static --disable-shared --disable-hdf5 --enable-static-zlib "--host=" --libdir="/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/" CC="gcc" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" LDFLAGS="" && make clean))) /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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name -- Check size of off64_t :0:6: warning: ISO C99 requires whitespace after the macro name [ 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 Scanning dependencies of target umfpack_olib_ZLONG_DO_VALUES make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build -- Performing Test HAVE_FLAG_-Wno-long-long - Success [ 35%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -- Performing Test HAVE_FLAG_-Wno-uninitialized /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/depend checking for inttypes.h... :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/DependInfo.cmake --color= [ 35%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj [ 36%] Building C object CMakeFiles/umfpack_olib_DINT.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_get_lunz.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_lunz.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_report_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c [ 37%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_ZINT_FIXQ make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build 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_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 [ 38%] 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 [ 38%] Building C object CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFIXQ -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c 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 [ 38%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 38%] Built target umfpack_olib_ZLONG_DO_VALUES /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_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_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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 74%] Building C object libmetis/CMakeFiles/metis.dir/meshpart.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/meshpart.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/meshpart.c Scanning dependencies of target umfpack_olib_DLONG make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLONG.dir/build yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 39%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj [ 39%] Building C object CMakeFiles/umfpack_olib_DINT.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_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.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_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c [ 39%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_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/umfpack_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c [ 40%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj -- Check size of uintptr_t - done :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 ptrdiff_t /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 make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/DependInfo.cmake --color= make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Check size of off64_t - done -- Looking for fseeko [ 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 -- Performing Test HAVE_FLAG_-Wno-uninitialized - Success -- Performing Test HAVE_FLAG_-pedantic checking for stdint.h... [ 40%] Built target umfpack_olib_ZINT_FIXQ [ 41%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj [ 41%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_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_save_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_numeric.c Scanning dependencies of target 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 [ 41%] 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 [ 41%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj [ 41%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_defaults.c [ 77%] Building C object libmetis/CMakeFiles/metis.dir/mincover.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 :0:6: warning: ISO C99 requires whitespace after the macro name :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/mincover.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/mincover.c In file included from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/GKlib.h:68:0, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/metislib.h:17, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c:11: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c: In function 'libmetis__EliminateSubDomainEdges': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c:268:18: warning: unknown conversion type character 'z' in format [-Wformat=] printf("Adjacent Subdomain Stats: Total: %3"PRIDX", " ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c:268:18: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long long unsigned int}' [-Wformat=] printf("Adjacent Subdomain Stats: Total: %3"PRIDX", " ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/minconn.c:268:18: warning: too many arguments for format [-Wformat-extra-args] printf("Adjacent Subdomain Stats: Total: %3"PRIDX", " ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/GKlib/gk_macros.h:45:46: note: in definition of macro 'IFSET' #define IFSET(a, flag, cmd) if ((a)&(flag)) (cmd); ^ make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :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 [ 41%] Building C object CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDO_MAP -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c make -f CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/build.make CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name [ 42%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/DependInfo.cmake --color= /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 [ 42%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj [ 42%] Building C object CMakeFiles/umfpack_olib_DLONG.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_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c [ 42%] 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 /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_free_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target umfpack_olib_DINT_DO_VALUES :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 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' autoreconf: running: /usr/bin/autoheader --force [ 42%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj [ 42%] Built target umfpack_olib_ZLONG_DO_MAP /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 [ 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 [ 43%] Building C object CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 43%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DDO_VALUES -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend /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 [ 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 [ 43%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/amd.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 43%] Building C object CMakeFiles/umfpack_olib_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 Scanning dependencies of target amd make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Check size of ptrdiff_t - done make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 44%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_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_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c -- Looking for fseeko - found [ 45%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj -- Looking for unistd.h -- Performing Test HAVE_FLAG_-pedantic - Success -- Checking whether SOCK_CLOEXEC is supported /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 [ 80%] Building C object libmetis/CMakeFiles/metis.dir/ometis.c.obj -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC [ 45%] Linking C static library libamd.a 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 /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/amd.dir/cmake_clean_target.cmake [ 45%] Built target umfpack_olib_DINT_DO_VALUES :0:6: warning: ISO C99 requires whitespace after the macro name checking for unistd.h... :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/amd.dir/link.txt --verbose=1 [ 46%] 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 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 [ 46%] Building C object CMakeFiles/umfpack_olib_ZINT.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_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:/OMDev/tools/msys/mingw64/bin/ranlib.exe libamd.a [ 46%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -- Check size of off64_t :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_transpose.c make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend [ 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 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/btf.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 [ 46%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c [ 46%] Built target amd Scanning dependencies of target btf make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/build :0:6: warning: ISO C99 requires whitespace after the macro name [ 47%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -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 [ 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 47%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.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_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj -- Performing Test ZMQ_HAVE_SOCK_CLOEXEC - Failed -- Checking whether SO_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_SO_KEEPALIVE [ 47%] Linking C static library libbtf.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/umfpack_get_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_numeric.c /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 make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/btf.dir/link.txt --verbose=1 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/colamd.dir/DependInfo.cmake --color= [ 47%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj 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 /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 [ 47%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.c C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libbtf.a :0:6: warning: ISO C99 requires whitespace after the macro name yes Scanning dependencies of target colamd :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/build [ 47%] 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 47%] Built target btf :0:6: warning: ISO C99 requires whitespace after the macro name [ 47%] Linking C static library libcolamd.a /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/colamd.dir/cmake_clean_target.cmake [ 47%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_get_symbolic.c [ 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 /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/colamd.dir/link.txt --verbose=1 [ 47%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name checking dlfcn.h usability... -- Performing Test ZMQ_HAVE_SO_KEEPALIVE - Failed -- Checking whether TCP_KEEPCNT is supported -- Performing Test ZMQ_HAVE_TCP_KEEPCNT 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 [ 47%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.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 -- Looking for unistd.h - found :0:6: warning: ISO C99 requires whitespace after the macro name C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libcolamd.a :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' CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmiimport". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "jmutils". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmixml". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmicapi". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "minizip". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "zlib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:43 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "c99snprintf". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- will be merging C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmiimport.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libjmutils.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmixml.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmizip.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmicapi.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/zlib/libzlib.a;C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ThirdParty/c99_snprintf/libc99snprintf.a CMake Warning (dev) at Config.cmake/mergestaticlibs.cmake:85 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "fmilib". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate. Call Stack (most recent call first): CMakeLists.txt:266 (merge_static_libs) This warning is for project developers. Use -Wno-dev to suppress it. -- outfile location is C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmilib.a [ 47%] Built target colamd -- Check size of off64_t - done -- Looking for fseeko [ 48%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj [ 49%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_analyze.c -- Configuring done [ 85%] Building C object libmetis/CMakeFiles/metis.dir/pmetis.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 [ 49%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/pmetis.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/pmetis.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/depend [ 50%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/klu.dir/DependInfo.cmake --color= :0:6: warning: ISO C99 requires whitespace after the macro name HEAD is now at 60cb4e480 Added mass flow rate start value for easier convergence 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 [ 50%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_apply_order.c -- Performing Test ZMQ_HAVE_TCP_KEEPCNT - Failed -- Checking whether TCP_KEEPIDLE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE CMake Warning (dev) at Config.cmake/fmixml.cmake:187 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/CMakeLists.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:207 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at Config.cmake/fmixml.cmake:187 (add_dependencies): Policy CMP0046 is not set: Error on non-existent dependency in add_dependencies. Run "cmake --help-policy CMP0046" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The dependency target "C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/CMakeCache.txt" of target "expatex" does not exist. Call Stack (most recent call first): CMakeLists.txt:207 (include) This warning is for project developers. Use -Wno-dev to suppress it. make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' no checking dlfcn.h presence... :0:6: warning: ISO C99 requires whitespace after the macro name [ 50%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_load_symbolic.c [ 50%] 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 [ 87%] Building C object libmetis/CMakeFiles/metis.dir/refine.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/refine.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/refine.c [ 50%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_perm.c /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/klu.dir/link.txt --verbose=1 [ 51%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c C:/OMDev/tools/msys/mingw64/bin/ar.exe qc libklu.a CMakeFiles/klu_object_DINT.dir/KLU/Source/klu.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_analyze_given.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_defaults.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_diagnostics.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_dump.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_extract.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_factor.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_numeric.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_free_symbolic.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_kernel.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_memory.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_refactor.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_scale.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_solve.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_sort.c.obj CMakeFiles/klu_object_DINT.dir/KLU/Source/klu_tsolve.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_analyze_given.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_defaults.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_diagnostics.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_dump.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_extract.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_factor.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_numeric.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_free_symbolic.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_kernel.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_memory.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_refactor.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_scale.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_solve.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_sort.c.obj CMakeFiles/klu_object_DLONG.dir/KLU/Source/klu_tsolve.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 51%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_assemble.c HEAD is now at 60cb4e480 Added mass flow rate start value for easier convergence :0:6: warning: ISO C99 requires whitespace after the macro name C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libklu.a [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj checking for a BSD-compatible install... /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 :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' autoreconf: running: automake --add-missing --copy --force-missing :0:6: warning: ISO C99 requires whitespace after the macro name [ 88%] Building C object libmetis/CMakeFiles/metis.dir/separator.c.obj [ 51%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/separator.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/separator.c /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 [ 51%] Built target klu [ 51%] 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 no checking for dlfcn.h... -- Performing Test ZMQ_HAVE_TCP_KEEPIDLE - Failed -- Checking whether TCP_KEEPINTVL is supported -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL :0:6: warning: ISO C99 requires whitespace after the macro name [ 51%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj [ 51%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj no /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -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 [ 51%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /usr/bin/install -c checking whether build environment is sane... /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 :0:6: warning: ISO C99 requires whitespace after the macro name test ! -f 'build//Complex 3.2.1.mo' -- Generating done checking how to run the C++ preprocessor... -- Looking for fseeko - found -- Looking for unistd.h cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.mo" :0:6: warning: ISO C99 requires whitespace after the macro name yes -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.uses" [ 90%] Building C object libmetis/CMakeFiles/metis.dir/sfm.c.obj [ 51%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/sfm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/sfm.c [ 52%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.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_build_tuples.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_build_tuples.c echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.license" [ 52%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c [ 53%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_control.c echo '3.2.1+build.4-18-g60cb4e4-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.last_change" [ 54%] 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 :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 echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.1.breaks" :0:6: warning: ISO C99 requires whitespace after the macro name checking for a thread-safe mkdir -p... test ! -d 'build//Modelica 3.2.1' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1" /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... test -f 3rdParty/FMIL/build/libfmilib.a || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" make -C 3rdParty/FMIL/build -- Performing Test ZMQ_HAVE_TCP_KEEPINTVL - Failed -- Checking whether TCP_KEEPALIVE is supported -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE [ 55%] 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 [ 55%] 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 [ 91%] Building C object libmetis/CMakeFiles/metis.dir/srefine.c.obj make[2]: Entering 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/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 [ 55%] 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 [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 55%] 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 [ 55%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj checking whether make supports nested variables... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target expatex [ 55%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -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 [ 55%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_create_element.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' -- Performing Test ZMQ_HAVE_TCP_KEEPALIVE - Failed -- Checking whether TIPC is supported -- Performing Test ZMQ_HAVE_TIPC :0:6: warning: ISO C99 requires whitespace after the macro name yes g++ -E :0:6: warning: ISO C99 requires whitespace after the macro name [ 1%] Creating directories for 'expatex' [ 95%] Building C object libmetis/CMakeFiles/metis.dir/timing.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/timing.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/timing.c -- Looking for unistd.h - found [ 55%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c [ 55%] 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 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 :0:6: warning: ISO C99 requires whitespace after the macro name :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/FMIL/build' checking for gcc... gcc [ 55%] 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 [ 55%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_dump.c Scanning dependencies of target c99snprintf :0:6: warning: ISO C99 requires whitespace after the macro name [ 96%] Building C object libmetis/CMakeFiles/metis.dir/util.c.obj [ 56%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.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/util.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/util.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_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 [ 56%] 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 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 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. -- Performing Test ZMQ_HAVE_TIPC - Failed -- Checking pthread_setname signature -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 [ 2%] No download step for 'expatex' :0:6: warning: ISO C99 requires whitespace after the macro name [ 57%] 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 [ 2%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 58%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_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_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c [ 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 [ 58%] 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 [ 3%] No patch step for 'expatex' In file included from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:321:0: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:525:12: warning: '_errno' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] extern int errno; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c: In function 'rpl_vsnprintf': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:537:2: note: in expansion of macro 'LLONG' LLONG *llongptr; ^ In file included from C:/OMDev/tools/msys/mingw64/lib/gcc/x86_64-w64-mingw32/5.3.0/include/stdarg.h:1:0, from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:287: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:711:27: note: in expansion of macro 'LLONG' value = va_arg(args, LLONG); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:348:30: warning: ISO C90 does not support 'long long' [-Wlong-long] #define ULLONG unsigned long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:756:27: note: in expansion of macro 'ULLONG' value = va_arg(args, ULLONG); ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:389:20: warning: ISO C90 does not support 'long long' [-Wlong-long] #define LLONG long long int ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/c99_snprintf/c99-snprintf_1.1/snprintf.c:877:30: note: in expansion of macro 'LLONG' llongptr = va_arg(args, LLONG *); ^ :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 98%] Building C object libmetis/CMakeFiles/metis.dir/wspace.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/tools/msys/mingw64/bin/gcc.exe @CMakeFiles/metis.dir/includes_C.rsp -g -O2 -falign-functions -std=c99 -fno-strict-aliasing -Wall -pedantic -Wno-unused-but-set-variable -Wno-unused-variable -Wno-unknown-pragmas -DNDEBUG -DNDEBUG2 -DUSE_GKREGEX -o CMakeFiles/metis.dir/wspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis/wspace.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 4%] Generating zlib1rc.obj [ 58%] 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 [ 5%] No update step for 'expatex' 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 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); ^ -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_1 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 [ 58%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj [ 58%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -- Generating done /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c /C/OMDev/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 checking whether the C compiler works... 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); ^ :0:6: warning: ISO C99 requires whitespace after the macro name CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING FMILIB_BUILD_BEFORE_TESTS :0:6: warning: ISO C99 requires whitespace after the macro name -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw [ 6%] Performing configure step for 'expatex' make -C 3rdParty/FMIL/build/mingw/ install make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [100%] Linking C static library libmetis.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0/libmetis && /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/metis.dir/cmake_clean_target.cmake [ 58%] 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 [ 59%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 60%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_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 -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 [ 60%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj 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/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 [ 7%] Linking C static library libc99snprintf.a :0:6: warning: ISO C99 requires whitespace after the macro name :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' :0:6: warning: ISO C99 requires whitespace after the macro name 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' yes checking for C compiler default output file name... a.exe checking for suffix of executables... Scanning dependencies of target zlib C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libmetis.a make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' Scanning dependencies of target expatex make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 60%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj [ 60%] Building C object CMakeFiles/umfpack_olib_DLONG.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_triplet_to_col.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_triplet_to_col.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_status.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_status.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 60%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 7%] Building C object zlib/CMakeFiles/zlib.dir/adler32.obj [ 1%] Creating directories for 'expatex' 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 [ 7%] Built target c99snprintf [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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 60%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c [ 60%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_2by2.c [ 60%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/metis-5.1.0' /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_symbolic.c cp 3rdParty/metis-5.1.0/libmetis/libmetis.a /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libmetis.a .exe :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 c99snprintf :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' checking whether we are cross compiling... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 61%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.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 :0:6: warning: ISO C99 requires whitespace after the macro name -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_2 - Success -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 -- The CXX compiler identification is GNU 5.3.0 [ 1%] Building C object ThirdParty/c99_snprintf/CMakeFiles/c99snprintf.dir/c99-snprintf_1.1/snprintf.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 8%] Building C object zlib/CMakeFiles/zlib.dir/compress.obj [ 2%] No download step for 'expatex' -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe [ 62%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_local_search.c [ 62%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj 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 *); ^ /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 ok checking for objdir... :0:6: warning: ISO C99 requires whitespace after the macro name [ 62%] 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 [ 62%] 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 no [ 3%] No patch step for 'expatex' [ 9%] Building C object zlib/CMakeFiles/zlib.dir/crc32.obj Scanning dependencies of target jmutils checking for suffix of object files... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip :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' [ 63%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_report_vector.c [ 10%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj [ 4%] No update step for 'expatex' -- Performing Test ZMQ_HAVE_PTHREAD_SETNAME_3 - Failed -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME :0:6: warning: ISO C99 requires whitespace after the macro name [ 63%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name o checking whether we are using the GNU C compiler... [ 5%] Linking C static library libc99snprintf.a [ 6%] Performing configure step for 'expatex' [ 11%] Building C object zlib/CMakeFiles/zlib.dir/deflate.obj [ 63%] 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 [ 63%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 64%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 64%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_is_permutation.c yes checking whether gcc accepts -g... :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/OMSimulator/3rdParty/FMIL/build/mingw' checking if gcc supports -fno-rtti -fno-exceptions... [ 64%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_save_symbolic.c [ 6%] Built target c99snprintf -- Performing Test ZMQ_HAVE_PTHREAD_SET_NAME - Failed -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info [ 64%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c [ 12%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.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 -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 yes checking for gcc option to accept ISO C89... [ 65%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name loading initial cache file C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/tmp/expatex-cache-Release.cmake -- The C compiler identification is GNU 5.3.0 :0:6: warning: ISO C99 requires whitespace after the macro name [ 65%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_scale.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 65%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c [ 65%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_init.c [ 65%] 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 none needed checking whether gcc understands -c and -o together... :0:6: warning: ISO C99 requires whitespace after the macro name no checking for gcc option to produce PIC... -DDLL_EXPORT checking if gcc PIC flag -DDLL_EXPORT works... :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 [ 66%] 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 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe :0:6: warning: ISO C99 requires whitespace after the macro name [ 67%] 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 [ 13%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.obj -- Found PythonInterp: C:/OMDev/tools/msys/mingw64/bin/python.exe (found version "2.7.11") -- Could NOT find AsciiDoc (missing: ASCIIDOC_EXECUTABLE) :0:6: warning: ISO C99 requires whitespace after the macro name yes make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' checking for style of include used by make... [ 67%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umfpack_symbolic.c [ 67%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj yes checking if gcc static flag -static 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 67%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj [ 7%] Generating zlib1rc.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_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 [ 67%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj -- Detecting C compiler ABI info - 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_kernel_wrapup.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_kernel_wrapup.c GNU :0:6: warning: ISO C99 requires whitespace after the macro name -- Configuring done checking dependency style of gcc... [ 14%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting C compile features [ 68%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c [ 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 yes checking if gcc supports -c -o file.o... :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 68%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c :0:6: warning: ISO C99 requires whitespace after the macro name 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] } ^ [ 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 Scanning dependencies of target zlib [ 68%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj [ 14%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' /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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 68%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c 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 [ 15%] Building C object zlib/CMakeFiles/zlib.dir/gzread.obj [ 69%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_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 [ 7%] Building C object zlib/CMakeFiles/zlib.dir/adler32.obj -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Generating done -- Detecting C compiler ABI info -- 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 [ 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_ZINT.dir/UMFPACK/Source/umf_report_vector.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 /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 16%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name /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 [ 70%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj gcc3 checking how to run the C preprocessor... /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 make -f CMakeFiles/Makefile2 all yes checking whether the gcc linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... :0:6: warning: ISO C99 requires whitespace after the macro name [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c 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 [ 8%] Building C object zlib/CMakeFiles/zlib.dir/compress.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 17%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.obj 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 [ 71%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 71%] 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 [ 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 yes checking dynamic linker characteristics... :0:6: warning: ISO C99 requires whitespace after the macro name [ 71%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_ltsolve.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 9%] Building C object zlib/CMakeFiles/zlib.dir/crc32.obj :0:6: warning: ISO C99 requires whitespace after the macro name gcc -E [ 72%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj [ 72%] 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 -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 /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 [ 18%] Building C object zlib/CMakeFiles/zlib.dir/inflate.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 72%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj -- Detecting C compiler ABI info - 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_malloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_malloc.c [ 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 -- Detecting C compile features 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 10%] Building C object zlib/CMakeFiles/zlib.dir/deflate.obj yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes [ 73%] 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 [ 73%] 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 [ 73%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c [ 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking whether make sets $(MAKE)... :0:6: warning: ISO C99 requires whitespace after the macro name (cached) yes [ 19%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj [ 73%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj [ 73%] 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 -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 /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 [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_head_block.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking build system type... [ 20%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj [ 74%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj [ 74%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj [ 75%] Building C object CMakeFiles/umfpack_olib_DLONG.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_mem_alloc_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_blas3_update.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name configure.ac:28: installing './compile' configure.ac:18: installing './config.guess' [ 21%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI1/fmi1_enums.c.obj configure.ac:18: installing './config.sub' [ 75%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj configure.ac:22: installing './install-sh' [ 75%] 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 -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 [ 11%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.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 configure.ac:22: installing './missing' [ 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 [ 22%] Building C object zlib/CMakeFiles/zlib.dir/infback.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 23%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.obj [ 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 [ 12%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.obj :0:6: warning: ISO C99 requires whitespace after the macro name src/Makefile.am: installing './depcomp' [ 75%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj [ 76%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_colamd.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_colamd.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_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 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 printf checking for a sed that does not truncate output... [ 77%] 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%] Linking C static library libjmutils.a -- Detecting C compile features - done :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/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] } ^ -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe parallel-tests: installing './test-driver' /usr/bin/sed checking for grep that handles long lines and -e... autoreconf: Leaving directory `libatomic_ops' 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); ^ [ 25%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.obj /usr/bin/grep checking for egrep... [ 13%] Building C object zlib/CMakeFiles/zlib.dir/gzread.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' /usr/bin/grep -E checking for fgrep... [ 77%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj [ 77%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -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 /usr/bin/grep -F checking for ld used by gcc... :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Built target jmutils make -f CMakeFiles/libzmq-static.dir/build.make CMakeFiles/libzmq-static.dir/depend [ 77%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj 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 /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 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 [ 78%] 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 [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj [ 79%] Building C object CMakeFiles/umfpack_olib_ZINT.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_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -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 :0:6: warning: ISO C99 requires whitespace after the macro name :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 Scanning dependencies of target libzmq make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' make -f CMakeFiles/libzmq.dir/build.make CMakeFiles/libzmq.dir/build [ 14%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.obj [ 79%] 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' :0:6: warning: ISO C99 requires whitespace after the macro name [ 0%] 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 [ 79%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 79%] 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 -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info [ 79%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -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 [ 79%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_symbolic_usage.c :0:6: warning: ISO C99 requires whitespace after the macro name C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe checking if the linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... [ 15%] Building C object zlib/CMakeFiles/zlib.dir/inflate.obj 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 [ 79%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj yes checking for BSD- or MS-compatible name lister (nm)... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_extend_front.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 80%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj /mingw64/bin/nm -B checking the name lister (/mingw64/bin/nm -B) interface... /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_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 [ 27%] Building C object zlib/CMakeFiles/zlib.dir/trees.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Detecting C compile features - done [ 81%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c :0:6: warning: ISO C99 requires whitespace after the macro name -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe :0:6: warning: ISO C99 requires whitespace after the macro name [ 81%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_free.c [ 81%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_scale_column.c [ 81%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_tail_block.c :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 BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 [ 81%] 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 [ 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 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] } ^ [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.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:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_flush_bits': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:886:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ /C/OMDev/tools/msys/mingw64/bin/gcc.exe -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 :0:6: warning: ISO C99 requires whitespace after the macro name checking how to convert i686-pc-mingw64 file names to i686-pc-mingw64 format... func_convert_file_msys_to_w32 checking how to convert i686-pc-mingw64 file names to toolchain format... func_convert_file_msys_to_w32 checking for C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... C:/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] } ^ :0:6: warning: ISO C99 requires whitespace after the macro name [ 82%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target libzmq-static make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' make -f CMakeFiles/libzmq-static.dir/build.make CMakeFiles/libzmq-static.dir/build -- Detecting CXX compiler ABI info - done 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] } ^ :0:6: warning: ISO C99 requires whitespace after the macro name file_magic ^x86 archive import|^x86 DLL 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] make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/build' -- Detecting CXX compile features checking for dlltool... dlltool checking how to associate runtime and link libraries... [ 82%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_garbage_collection.c func_cygming_dll_for_implib checking for ar... [ 0%] Building C object CMakeFiles/libzmq-static.dir/src/tweetnacl.c.obj ar checking for archiver @FILE support... [ 16%] Building C object zlib/CMakeFiles/zlib.dir/infback.obj [ 82%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.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 /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_init_memoryspace.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c [ 28%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.obj :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 83%] 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 -- Check for working CXX compiler: C:/OMDev/tools/msys/mingw64/bin/g++.exe -- works -- Detecting CXX compiler ABI info [ 84%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_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/umf_report_vector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_vector.c [ 84%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.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_usolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c [ 84%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj [ 29%] Building C object zlib/CMakeFiles/zlib.dir/zutil.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 :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... 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] } ^ [ 85%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c [ 17%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.obj [ 85%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 85%] 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 [ 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 [ 30%] Linking C static library libzlib.a :0:6: warning: ISO C99 requires whitespace after the macro name :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' 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] } ^ (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Blocks/Sources.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Blocks/Tables.mo' (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Math/package.mo' Hunk #1 succeeded at 12717 (offset -5 lines). Hunk #2 succeeded at 12837 (offset -5 lines). [ 85%] 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 [ 85%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Math/package.order' [ 18%] Building C object zlib/CMakeFiles/zlib.dir/inffast.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 (Stripping trailing CRs from patch; use --binary to disable.) patching file 'Modelica 3.2.1/Media/Water/IF97_Utilities.mo' [ 86%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_init_front.c 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 echo 'Complex 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.uses" :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name echo 'ModelicaServices 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.uses" [ 30%] Built target zlib -- Detecting CXX compiler ABI info - done echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.license" -- Detecting CXX compile features 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" [ 1%] Building CXX object CMakeFiles/libzmq.dir/src/precompiled.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/precompiled.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/precompiled.cpp [ 87%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj [ 87%] Building C object CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZINT @CMakeFiles/umfpack_olib_ZINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_symbolic.c /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 echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.1.breaks" :0:6: warning: ISO C99 requires whitespace after the macro name [ 87%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 87%] Building C object CMakeFiles/umfpack_olib_DINT.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_is_permutation.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_is_permutation.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 test ! -d 'build//ModelicaServices 3.2.1' cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1" :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name 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] } ^ make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.1.patch' [ 87%] Built target umfpack_olib_ZINT [ 87%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj (Stripping trailing CRs from patch; use --binary to disable.) patching file 'ModelicaServices 3.2.1/package.mo' Hunk #2 succeeded at 693 (offset 1 line). Hunk #3 succeeded at 713 (offset 1 line). /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 [ 19%] Building C object zlib/CMakeFiles/zlib.dir/trees.obj [ 88%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.uses" [ 88%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name [ 2%] Building CXX object CMakeFiles/libzmq-static.dir/src/precompiled.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/precompiled.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/precompiled.cpp echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.license" :0:6: warning: ISO C99 requires whitespace after the macro name echo '3.2.1+build.4-18-g60cb4e4-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.1.breaks" ok test ! -d 'build//ModelicaTest 3.2.1' checking for sysroot... no checking for a working dd... configure: creating libtool cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1" [ 88%] 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 [ 88%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_init': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:404:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_stored_block': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:877:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c: In function '_tr_flush_bits': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Zlib/zlib-1.2.6/trees.c:886:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes] } ^ /usr/bin/dd checking how to truncate binary pipes... 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] } ^ 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] [ 88%] 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 /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 no checking for ANSI C header files... [ 20%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.obj [ 89%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj appending configuration tag "CXX" to libtool /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 [ 90%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' [ 21%] Building C object zlib/CMakeFiles/zlib.dir/zutil.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 90%] 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_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 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] } ^ :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_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_start_front.c Scanning dependencies of target fmicapi 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' :0:6: warning: ISO C99 requires whitespace after the macro name [ 22%] Linking C static library libzlib.a [ 2%] Building CXX object CMakeFiles/libzmq.dir/src/address.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/address.cpp [ 31%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj [ 90%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj checking for ld used by g++ ... /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDINT -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DINT.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 90%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 91%] 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 [ 91%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_lsolve.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name [ 22%] Built target zlib make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' yes checking for sys/types.h... [ 91%] 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 [ 91%] 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 [ 92%] Building C object CMakeFiles/umfpack_olib_ZLONG.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 -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 :0:6: warning: ISO C99 requires whitespace after the macro name echo 'Modelica 3.2.1' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.uses" :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target minizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' -- Detecting CXX compile features - done echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.license" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' -- Looking for dlfcn.h echo '3.2.1+build.4-18-g60cb4e4' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.last_change" C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe checking if the linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.1.breaks" [ 93%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj [ 32%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.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 [ 93%] 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 yes # Building git/Modelica [ 93%] Building C object CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.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_valid_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.2' 'd992c34ed978241214b4c079fb8ee6cc9e33d909' :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name checking whether the g++ linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... [ 33%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj yes checking for sys/stat.h... [ 93%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_alloc_element.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 93%] 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 [ 34%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name [ 93%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj -- Looking for dlfcn.h - not found /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c -- Looking for fcntl.h :0:6: warning: ISO C99 requires whitespace after the macro name [ 93%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.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_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 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 [ 93%] Built target umfpack_olib_DINT libtoolize: copying file 'm4/ltoptions.m4' [ 93%] 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 [ 2%] Building CXX object CMakeFiles/libzmq-static.dir/src/address.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/address.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/address.cpp checking for g++ option to produce PIC... -DDLL_EXPORT checking if g++ PIC flag -DDLL_EXPORT works... :0:6: warning: ISO C99 requires whitespace after the macro name checking for stdlib.h... [ 93%] 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 -- Detecting CXX compile features - done HEAD is now at 60cb4e480 Added mass flow rate start value for easier convergence :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for dlfcn.h C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_currentfile': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:341:11: warning: unused variable 'ratio' [-Wunused-variable] uLong ratio=0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:498:11: warning: unused variable 'fout' [-Wunused-variable] FILE* fout=NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_onefile': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:532:9: warning: unused variable 'err' [-Wunused-variable] int err = UNZ_OK; ^ [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_mem_free_tail_block.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_mem_free_tail_block.c /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD -DZLONG @CMakeFiles/umfpack_olib_ZLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 35%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj [ 36%] 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 :0:6: warning: ISO C99 requires whitespace after the macro name :0:6: warning: ISO C99 requires whitespace after the macro name yes :0:6: warning: ISO C99 requires whitespace after the macro name yes checking if g++ static flag -static works... [ 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 [ 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 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 95%] 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 [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj -- Looking for dlfcn.h - not 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_realloc.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_realloc.c checking for string.h... -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for inttypes.h :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target jmutils :0:6: warning: ISO C99 requires whitespace after the macro name 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' yes checking if g++ supports -c -o file.o... Scanning dependencies of target minizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' libtoolize: copying file 'm4/ltsugar.m4' [ 23%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_callbacks.c.obj make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 95%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.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_report_perm.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_report_perm.c [ 24%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/ioapi.c.obj [ 95%] Building C object CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.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_valid_numeric.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_valid_numeric.c :0:6: warning: ISO C99 requires whitespace after the macro name checking for memory.h... C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/CAPI/src/FMI1/fmi1_capi.c: In function 'fmi1_capi_get_fcn': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/src/CAPI/src/FMI1/fmi1_capi.c:37:9: warning: variable 'len' set but not used [-Wunused-but-set-variable] int len; ^ [ 96%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_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 [ 96%] Building C object CMakeFiles/umfpack_olib_ZLONG.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_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 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); ^ In file included from lp_price.c:6:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ :0:6: warning: ISO C99 requires whitespace after the macro name [ 25%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/miniunz.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c: In function 'minizip': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/ThirdParty/Minizip/minizip/minizip.c:505:20: warning: 'fin' may be used uninitialized in this function [-Wmaybe-uninitialized] if (fin) ^ 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... make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' yes [ 96%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_row_search.c [ 37%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj [ 96%] Built target umfpack_olib_ZLONG :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for fcntl.h - found [ 38%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj -- Looking for inttypes.h [ 4%] Building CXX object CMakeFiles/libzmq-static.dir/src/clock.cpp.obj libtoolize: copying file 'm4/ltversion.m4' /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 -- Looking for inttypes.h - found -- Looking for memory.h checking for strings.h... Win32 ld.exe checking how to hardcode library paths into programs... immediate [ 26%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_templates_inst.c.obj [ 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 yes :0:6: warning: ISO C99 requires whitespace after the macro name checking for inttypes.h... [ 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 C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_currentfile': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:341:11: warning: unused variable 'ratio' [-Wunused-variable] uLong ratio=0; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:498:11: warning: unused variable 'fout' [-Wunused-variable] FILE* fout=NULL; ^ C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c: In function 'do_extract_onefile': C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Minizip/minizip/miniunz.c:532:9: warning: unused variable 'err' [-Wunused-variable] int err = UNZ_OK; ^ :0:6: warning: ISO C99 requires whitespace after the macro name yes libtoolize: copying file 'm4/lt~obsolete.m4' [ 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 [ 27%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/minizip.c.obj [ 39%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj [ 97%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_set_stats.c -- Looking for inttypes.h - found -- Looking for memory.h [ 39%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj [ 27%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_named_ptr.c.obj :0:6: warning: ISO C99 requires whitespace after the macro name -- Looking for memory.h - found -- Looking for stdint.h checking for stdint.h... [ 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 HEAD is now at d992c34ed Port all missing each from MSL master (3.2.3) (#2801) :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 [ 28%] Building C object CMakeFiles/jmutils.dir/src/Util/src/JM/jm_portability.c.obj yes [ 6%] Building CXX object CMakeFiles/libzmq.dir/src/ctx.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/ctx.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ctx.cpp checking for unistd.h... HEAD is now at d992c34ed Port all missing each from MSL master (3.2.3) (#2801) [ 97%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_solve.c :0:6: warning: ISO C99 requires whitespace after the macro name 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); ^ 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 memory.h - found -- Looking for stdint.h yes test ! -f 'build//Complex 3.2.2.mo' -- Looking for stdint.h - found [ 29%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/unzip.c.obj -- Looking for stdlib.h [ 40%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.mo" [ 41%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.obj checking for dlfcn.h... echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.license" echo '3.2.2-237-gd992c34-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.2.last_change" [ 30%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_version.c.obj test ! -d 'build//Modelica 3.2.2' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2" [ 6%] Building CXX object CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/curve_client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/curve_client.cpp [ 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 [ 31%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI/fmi_util.c.obj no checking for objdir... :0:6: warning: ISO C99 requires whitespace after the macro name .libs [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_store_lu.c [ 32%] 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 [ 33%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/zip.c.obj -- Looking for stdint.h - found -- Looking for stdlib.h 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; ^ [ 34%] Building C object CMakeFiles/jmutils.dir/src/Util/src/FMI2/fmi2_enums.c.obj -- Looking for stdlib.h - found -- Looking for strings.h [ 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 [ 42%] Linking C static library libminizip.a [ 43%] Linking C static library libfmicapi.a checking if gcc supports -fno-rtti -fno-exceptions... [ 35%] Linking C static library libjmutils.a [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_transpose.c make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 43%] Built target fmicapi make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 6%] Building CXX object CMakeFiles/libzmq.dir/src/curve_client.cpp.obj [ 35%] Built target jmutils /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 [ 43%] Built target minizip [ 7%] Building CXX object CMakeFiles/libzmq-static.dir/src/curve_server.cpp.obj no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC [ 36%] Building C object Config.cmake/Minizip/CMakeFiles/minizip.dir/__/__/ThirdParty/Minizip/minizip/iowin32.c.obj checking if gcc PIC flag -DDLL_EXPORT -DPIC works... /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 [ 98%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_triplet.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Looking for stdlib.h - found -- Looking for strings.h :0:6: warning: ISO C99 requires whitespace after the macro name Scanning dependencies of target fmicapi make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Looking for strings.h - found -- Looking for string.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 99%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_tuple_lengths.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 37%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_cs.c.obj yes checking if gcc static flag -static works... [ 99%] Building C object CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DDLONG -DFLAGS-NOTFOUND -DNBLAS -DNCHOLMOD @CMakeFiles/umfpack_olib_DLONG.dir/includes_C.rsp -g -O2 -falign-functions -o CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/UMFPACK/Source/umf_usolve.c :0:6: warning: ISO C99 requires whitespace after the macro name [ 8%] 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 yes checking if gcc supports -c -o file.o... 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; ^ [ 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 -- Looking for strings.h - found -- Looking for string.h [ 38%] Linking C static library libminizip.a [ 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 -- Looking for string.h - found -- Looking for sys/stat.h In file included from lp_simplex.c:34:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_simplex.c:33:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ In file included from lp_simplex.c:32:0: lp_presolve.h:91:12: warning: inline function 'presolve_nextcol' declared but never defined INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem); ^ lp_presolve.h:90:12: warning: inline function 'presolve_nextrow' declared but never defined INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem); ^ :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 39%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi_me.c.obj yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... [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 [ 39%] Built target minizip Scanning dependencies of target fmizip make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' :0:6: warning: ISO C99 requires whitespace after the macro name make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 9%] 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 yes checking dynamic linker characteristics... [ 44%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj [ 10%] Building CXX object CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/dealer.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dealer.cpp make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [100%] Built target umfpack_olib_DLONG make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/depend -- Looking for string.h - found -- Looking for sys/stat.h make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build/CMakeFiles/umfpack.dir/DependInfo.cmake --color= [ 40%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI1/fmi1_capi.c.obj Scanning dependencies of target umfpack make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make -f CMakeFiles/umfpack.dir/build.make CMakeFiles/umfpack.dir/build appending configuration tag "F77" to libtool Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' -- Looking for sys/stat.h - found make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Looking for sys/types.h [100%] Linking C static library libumfpack.a 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... /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/umfpack.dir/cmake_clean_target.cmake Scanning dependencies of target fmizip make[4]: Leaving 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/umfpack.dir/link.txt --verbose=1 make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' C:/OMDev/tools/msys/mingw64/bin/ar.exe qc libumfpack.a CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_2by2.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_analyze.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_apply_order.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_colamd.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_free.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_fsize.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_is_permutation.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_malloc.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_realloc.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_perm.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_singletons.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_DINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_2by2.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_analyze.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_apply_order.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_colamd.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_free.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_fsize.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_is_permutation.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_malloc.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_realloc.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_perm.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_singletons.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_DLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_2by2.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_ZINT.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_col_to_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_defaults.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_free_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_determinant.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_lunz.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_get_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_load_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_qsymbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_control.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_info.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_matrix.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_perm.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_status.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_report_vector.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_save_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_scale.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_symbolic.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_transpose.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umfpack_triplet_to_col.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_2by2.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_blas3_update.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_build_tuples.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_create_element.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_dump.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_extend_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_garbage_collection.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_get_memory.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_grow_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_init_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_init.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_kernel_wrapup.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_local_search.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_lsolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_element.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_head_block.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_alloc_tail_block.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_free_tail_block.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_mem_init_memoryspace.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_report_vector.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_row_search.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_scale_column.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_set_stats.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_solve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_start_front.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_symbolic_usage.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_transpose.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_tuple_lengths.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_usolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_numeric.c.obj CMakeFiles/umfpack_olib_ZLONG.dir/UMFPACK/Source/umf_valid_symbolic.c.obj CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_global.c.obj CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_tictoc.c.obj CMakeFiles/umfpack_olib.dir/UMFPACK/Source/umfpack_timer.c.obj CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/UMFPACK/Source/umfpack_solve.c.obj CMakeFiles/umfpack_olib_DINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/UMFPACK/Source/umf_assemble.c.obj CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_ltsolve.c.obj CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/UMFPACK/Source/umf_utsolve.c.obj CMakeFiles/umfpack_olib_DINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZINT_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_ZLONG_DROP.dir/UMFPACK/Source/umf_store_lu.c.obj CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/UMFPACK/Source/umf_triplet.c.obj [ 45%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj [ 41%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_unzip.c.obj C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libumfpack.a checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -DDLL_EXPORT checking if gfortran PIC flag -DDLL_EXPORT works... [ 10%] Building CXX object CMakeFiles/libzmq.dir/src/devpoll.cpp.obj 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; ^ /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 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 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 [ 10%] Building CXX object CMakeFiles/libzmq-static.dir/src/devpoll.cpp.obj none required checking zlib.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/devpoll.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/devpoll.cpp make -f CMakeFiles/Makefile2 preinstall make[3]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' make[3]: Nothing to be done for 'preinstall'. make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/SuiteSparse/build' [ 42%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_cs.c.obj yes checking if gfortran static flag -static works... 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 -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/amd_internal.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/btf.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/include/omc/c/suitesparse/Include/colamd.h -- Looking for sys/types.h - found -- Installing: C:/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.a -- Looking for unistd.h -- 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 yes checking zlib.h presence... -- 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" yes checking if gfortran supports -c -o file.o... yes checking for zlib.h... yes [ 46%] Linking C static library libfmizip.a test ! `uname` = Darwin || install_name_tool -id @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libamd.dll" [ 43%] Building C object CMakeFiles/fmizip.dir/src/ZIP/src/fmi_zip_zip.c.obj checking for library containing gzclose... [ 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 test ! `uname` = Darwin || install_name_tool -id @rpath/libklu.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" [ 43%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi_me.c.obj make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' test ! `uname` = Darwin || install_name_tool -id @rpath/libbtf.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libbtf.dll" [ 46%] Built target fmizip -- Looking for sys/types.h - found -- Looking for unistd.h [ 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 test ! `uname` = Darwin || install_name_tool -id @rpath/libcolamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libcolamd.dll" test ! `uname` = Darwin || install_name_tool -change libamd.dylib @rpath/libamd.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" [ 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 test ! `uname` = Darwin || install_name_tool -change libbtf.dylib @rpath/libbtf.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libklu.dll" -- 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... 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" yes checking dynamic linker characteristics... #cp -au 3rdParty/SuiteSparse/build/*. build/lib/omc #mkdir --parent build/include/omc/c/suitesparse [ 44%] Linking C static library libfmizip.a #cp -a 3rdParty/SuiteSparse/UMFPACK/Include/*.h build/include/omc/c/suitesparse -lz checking dirent.h usability... #cp -a 3rdParty/SuiteSparse/AMD/Include/*.h build/include/omc/c/suitesparse [ 45%] Building C object CMakeFiles/fmicapi.dir/src/CAPI/src/FMI2/fmi2_capi.c.obj [ 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 #cp -a 3rdParty/SuiteSparse/UFconfig/*.h build/include/omc/c/suitesparse -- Looking for unistd.h - found -- Looking for getpagesize make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' make -f Makefile.omdev.mingw /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/libsundials_ida.a [ 13%] Building CXX object CMakeFiles/libzmq.dir/src/dist.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/dist.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/dist.cpp make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler' Win32 ld.exe checking how to hardcode library paths into programs... immediate [ 45%] Built target fmizip 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/ yes checking dirent.h presence... [ 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 yes checking for dirent.h... yes checking locale.h usability... -- Looking for getpagesize - found -- Looking for bcopy yes checking locale.h presence... mkdir -p 3rdParty/sundials/build yes checking for locale.h... yes 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 checking time.h usability... [ 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 -- Looking for getpagesize - found -- Looking for bcopy [ 46%] Linking C static library libfmicapi.a [ 15%] Building CXX object CMakeFiles/libzmq-static.dir/src/fq.cpp.obj yes checking time.h presence... /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/OMSimulator/3rdParty/FMIL/build/mingw' [ 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 yes checking for time.h... yes [ 46%] Built target fmicapi -- Looking for bcopy - not found -- Looking for memmove -- The C compiler identification is GNU 5.3.0 checking for getpid()... [ 15%] Building CXX object CMakeFiles/libzmq-static.dir/src/io_object.cpp.obj 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'` /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 -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe [ 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 a - lp_MDO.o a - commonlib.o a - mmio.o a - myblas.o a - ini.o a - fortify.o a - colamd.o a - lp_rlp.o a - lp_crash.o a - lp_LUSOL.o a - lusol.o a - lp_Hash.o a - lp_lib.o a - lp_wlp.o a - lp_matrix.o a - lp_mipbb.o a - lp_MPS.o a - lp_params.o a - lp_presolve.o a - lp_price.o a - lp_pricePSE.o a - lp_report.o a - lp_scale.o a - lp_simplex.o a - lp_SOS.o a - lp_utils.o a - yacc_read.o C:\OMDev\tools\msys\mingw64\bin\ar.exe: creating liblpsolve55.a ranlib liblpsolve55.a [ 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 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 yes ModelicaMatIO may use ZLIB: Yes ModelicaMatIO may use HDF5: No ModelicaMatIO may use MAT7.3: No -- Looking for bcopy - not found -- Looking for memmove [ 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 -- Looking for memmove - found -- Looking for mmap checking that generated files are newer than configure... done configure: creating ./config.status -- Check for working C compiler: C:/OMDev/tools/msys/mingw64/bin/gcc.exe -- works -- Detecting C compiler ABI info [ 18%] Building CXX object CMakeFiles/libzmq-static.dir/src/ip.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/ip.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ip.cpp [ 18%] 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 -- Looking for memmove - found -- Looking for mmap [ 19%] 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 [ 20%] Building CXX object CMakeFiles/libzmq.dir/src/ip.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/ip.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ip.cpp -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h -- Detecting C compiler ABI info - done -- Detecting C compile features [ 21%] Building CXX object CMakeFiles/libzmq-static.dir/src/ipc_connecter.cpp.obj [ 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_connecter.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_connecter.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/ipc_listener.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/ipc_listener.cpp -- Looking for mmap - not found -- Looking for 4 include files stdlib.h, ..., float.h [ 21%] 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 [ 21%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_listener.cpp.obj [ 22%] Building CXX object CMakeFiles/libzmq.dir/src/ipc_connecter.cpp.obj -- Looking for 4 include files stdlib.h, ..., float.h - found /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 -- Check if the system is big endian -- Searching 16 bit integer /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 -- Looking for stddef.h [ 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 -- 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 [ 24%] Building CXX object CMakeFiles/libzmq.dir/src/kqueue.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/kqueue.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/kqueue.cpp [ 24%] 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 [ 24%] Building CXX object CMakeFiles/libzmq-static.dir/src/lb.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/lb.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/lb.cpp -- Looking for stddef.h - found -- Check size of unsigned short rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2/Resources/Library" patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.2.patch' [ 25%] 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 patching file 'Modelica 3.2.2/Blocks/Sources.mo' patching file 'Modelica 3.2.2/Blocks/Tables.mo' patching file 'Modelica 3.2.2/Magnetic/QuasiStatic/FundamentalWave.mo' patching file 'Modelica 3.2.2/Math/package.mo' patching file 'Modelica 3.2.2/Math/package.order' echo 'Complex 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.uses" echo 'ModelicaServices 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.2.uses" [ 26%] 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 [ 26%] Building CXX object CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/mechanism.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mechanism.cpp 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' -- Looking for stddef.h - found -- Check size of unsigned short cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2" configure: Build is "i686-pc-mingw32". configure: Applying patches to libtool for GNU compiler patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.2.patch' checking if library version is set... no checking whether source of project ASL is available and should be compiled... no checking whether source of project Blas is available and should be compiled... no, --with-blas-lib has been specified checking whether source of project Lapack is available and should be compiled... no, --with-lapack-lib has been specified checking whether source of project Metis is available and should be compiled... no, --without-metis has been specified checking whether source of project HSL is available and should be compiled... no checking whether source of project Mumps is available and should be compiled... patching file 'ModelicaServices 3.2.2/package.mo' echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2.uses" yes, source in ThirdParty/Mumps echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2.license" echo '3.2.2-237-gd992c34-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.2.last_change" 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" -- Check size of unsigned short - done -- Using unsigned short checking whether source of project Ipopt is available and should be compiled... yes, source in Ipopt [ 27%] 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 -- Detecting C compile features - done -- Looking for _POSIX_TIMERS [ 28%] Building CXX object CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/metadata.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/metadata.cpp -- Check size of unsigned short - done -- Using unsigned short configure: configuring doxygen documentation options checking for doxygen... no checking for latex... [ 29%] Building CXX object CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.obj no checking for dot... NO checking which command should be used to link input files... ln -s /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/mailbox_safe.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mailbox_safe.cpp [ 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 [ 29%] 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 -- Check if the system is big endian - little endian -- Looking for off_t [ 30%] 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 configure: creating ./config.status -- Looking for _POSIX_TIMERS - not found -- Looking for off_t - not found -- Looking for size_t -- Check if the system is big endian - little endian -- Looking for off_t [ 30%] Building CXX object CMakeFiles/libzmq.dir/src/msg.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/msg.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/msg.cpp echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.uses" -- The Fortran compiler identification is GNU 5.3.0 -- Searching for a Fortran compiler... C:/OMDev/tools/msys/mingw64/bin/gfortran.exe echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.license" [ 31%] Building CXX object CMakeFiles/libzmq-static.dir/src/mtrie.cpp.obj echo '3.2.2-237-gd992c34' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.2.last_change" /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 test ! -f 'build//ModelicaTestOverdetermined 3.2.2.mo' -- Looking for size_t - not found cp -a 'git/Modelica/ModelicaTestOverdetermined.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.mo" -- Looking for off_t - not found -- Looking for size_t -- Configuring done echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTestOverdetermined 3.2.2.uses" -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx 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" [ 32%] Building CXX object CMakeFiles/libzmq.dir/src/mtrie.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/mtrie.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/mtrie.cpp test ! -f 'build//ObsoleteModelica3.mo' cp -a 'git/Modelica/ObsoleteModelica3.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.mo" [ 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 [ 47%] Performing dependent_reconfigure step for 'expatex' echo 'Modelica 3.2.2' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.uses" echo 'modelica2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.license" 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 '3.2.2-237-gd992c34' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ObsoleteModelica3.last_change" -- Looking for size_t - not found # Building git/Modelica -- Configuring done ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'maint/3.2.3' '8f65f621a388379e9de663fc15990bfc9ee9b540' -- Generating done [ 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 -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx -- Configuring done [ 47%] Performing dependent_reconfigure step for 'expatex' [ 33%] Building CXX object CMakeFiles/libzmq-static.dir/src/options.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/options.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/options.cpp -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx Running: C:/OMDev/tools/msys/mingw64/bin/cmake.exe -G MSYS Makefiles -DBUILD_tools:BOOLEAN=OFF -DBUILD_examples:BOOLEAN=OFF -DBUILD_tests:BOOLEAN=OFF -DBUILD_shared:BOOLEAN=OFF -DXML_DTD:BOOLEAN=OFF -DXML_NS:BOOLEAN=OFF -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_SYSTEM_NAME:STRING=Windows -DCMAKE_RC_COMPILER:STRING=C:/OMDev/tools/msys/mingw64/bin/windres.exe -DCMAKE_C_FLAGS:STRING= -std=c89 -pedantic -Wall -Wno-unused-function -DXML_STATIC -DFMI_XML_QUERY -DCMAKE_C_FLAGS_DEBUG:STRING=-g -DCMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG -DCMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG -DCMAKE_EXE_LINKER_FLAGS:STRING= -DCMAKE_LINK_LIBRARY_FLAG:STRING=-l -DCMAKE_MODULE_LINKER_FLAGS:STRING= -DCMAKE_SHARED_LINKER_FLAGS:STRING= -DCMAKE_INSTALL_PREFIX:PATH=C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/ThirdParty/Expat/expat-2.1.0 [ 33%] 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 [ 48%] Performing build step for 'expatex' -- Configuring done make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' -- Generating done -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx HEAD is now at d992c34ed Port all missing each from MSL master (3.2.3) (#2801) make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 48%] Performing build step for 'expatex' [ 34%] Building CXX object CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/null_mechanism.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/null_mechanism.cpp make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' Scanning dependencies of target expat make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.obj make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' Scanning dependencies of target expat make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 35%] 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 make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 16%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.obj -- Trying to compile and link a simple Fortran program... OK [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.obj [ 33%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.obj [ 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 [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.obj [ 50%] Building C object CMakeFiles/expat.dir/lib/xmltok.c.obj [ 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 config.status: creating Makefile [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.obj configure.ac:33: installing './compile' 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] configure.ac:22: installing './config.guess' configure.ac:22: installing './config.sub' [ 66%] Building C object CMakeFiles/expat.dir/lib/xmltok_impl.c.obj configure.ac:26: installing './install-sh' configure.ac:26: installing './missing' 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] [ 37%] 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 [ 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] Makefile.am: installing './depcomp' config.status: creating doxydoc/doxygen.conf [ 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 parallel-tests: installing './test-driver' Makefile.am:138: warning: variable 'libomcgccpp_la_SOURCES' is defined but no program or Makefile.am:138: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:139: warning: variable 'libomcgccpp_la_LIBADD' is defined but no program or Makefile.am:139: library has 'libomcgccpp_la' as canonical name (possible typo) Makefile.am:140: warning: variable 'libomcgccpp_la_LDFLAGS' is defined but no program or Makefile.am:140: library has 'libomcgccpp_la' as canonical name (possible typo) autoreconf: Leaving directory `.' HEAD is now at 8f65f621a Fix release notes for 3.2.3 Build 2 [ 83%] Building C object CMakeFiles/expat.dir/lib/xmltok_ns.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] [ 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 [ 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 [ 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 config.status: executing depfiles commands HEAD is now at 8f65f621a Fix release notes for 3.2.3 Build 2 [100%] Linking C static library libexpat.a [ 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 make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' test ! -f 'build//Complex 3.2.3.mo' [ 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 [100%] Built target expat cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.mo" make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.uses" [ 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 echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex 3.2.3.license" [100%] Linking C static library libexpat.a 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' configure: configuring in ThirdParty/Mumps cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3" [ 49%] Performing install step for 'expatex' make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [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' make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' configure: running /bin/sh './configure' --prefix=/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Ipopt '--prefix=/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/Ipopt' '--with-pic' 'CC=gcc' 'CFLAGS=-g -O2 -falign-functions ' 'CXX=g++ ' 'CXXFLAGS=' 'F77=gfortran' 'LDFLAGS=-L/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc ' '--with-lapack-lib=-lopenblas' '--with-blas-lib=-lopenblas' '--host=' '--without-metis' '--without-HSLold' '--without-HSL' 'host_alias=' --cache-file=/dev/null --srcdir=. make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [ 49%] Performing install step for 'expatex' make[5]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [100%] Built target expat [ 41%] Building CXX object CMakeFiles/libzmq.dir/src/plain_client.cpp.obj make[6]: 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/plain_client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/plain_client.cpp [ 42%] Building CXX object CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/pipe.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/pipe.cpp [ 42%] Building CXX object CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/plain_client.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/plain_client.cpp make[6]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[7]: Entering directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' Install the project... [ 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 [ 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 -- Install configuration: "Release" -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install/lib/libexpat.a -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install/include/expat.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install/include/expat_external.h -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/install/lib/pkgconfig/expat.pc make[7]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx' [100%] Built target expat make[6]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 50%] Completed 'expatex' [ 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 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' -- Installing: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/install/lib/pkgconfig/expat.pc make[5]: Leaving directory '/C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx' [ 50%] Built target expatex make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 50%] Completed 'expatex' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 50%] Built target expatex make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' 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' 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); ^ [ 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 -- Determining Fortran name-mangling scheme... OK [ 51%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI/fmi_xml_context.c.obj -- Looking for Fortran sgemm [ 46%] 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 [ 52%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_parser.c.obj 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' [ 47%] 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 [ 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 [ 47%] Building CXX object CMakeFiles/libzmq.dir/src/poller_base.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/poller_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/poller_base.cpp [ 47%] Building CXX object CMakeFiles/libzmq-static.dir/src/proxy.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/proxy.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/proxy.cpp [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj -- Looking for Fortran sgemm - found -- Looking for pthread.h [ 48%] 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 [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj [ 49%] 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 [ 54%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_type.c.obj [ 56%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_vendor_annotations.c.obj [ 49%] 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 [ 57%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_variable.c.obj [ 55%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_unit.c.obj [ 50%] 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 -- Looking for pthread.h - found -- Looking for pthread_create 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; ^ [ 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 [ 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/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; ^ [ 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 [ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj config.status: creating Makefile [ 51%] 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 -- Looking for pthread_create - found -- Found Threads: TRUE -- A library with BLAS API found. -- Looking for Fortran cheev [ 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 [ 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 config.status: executing depfiles commands [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj [ 59%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI1/fmi1_xml_cosim.c.obj [ 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 [ 60%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_parser.c.obj [ 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 [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj [ 53%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_encoder.cpp.obj -- Looking for Fortran cheev - found /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 -- A library with LAPACK API found. -- Looking for LAPACK libraries... OK 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) [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_description.c.obj [ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj [ 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 [ 63%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj [ 61%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_model_structure.c.obj [ 55%] Building CXX object CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/raw_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/raw_decoder.cpp [ 62%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_type.c.obj [ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj [ 56%] Building CXX object CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/raw_decoder.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/raw_decoder.cpp [ 63%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_unit.c.obj [ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj [ 56%] Building CXX object CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/reaper.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/reaper.cpp config.status: executing libtool commands [ 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 [ 66%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/fmi2_xml_variable_name_parser.tab.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 [ 64%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_vendor_annotations.c.obj 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 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... [ 65%] Building C object CMakeFiles/fmixml.dir/src/XML/src/FMI2/fmi2_xml_variable.c.obj [ 57%] Building CXX object CMakeFiles/libzmq.dir/src/rep.cpp.obj checking for svnversion... yes [ 58%] Building CXX object CMakeFiles/libzmq-static.dir/src/rep.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/rep.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/rep.cpp /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 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); ^ 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 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); ^ [ 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 checking build system type... rm -f ./so_locations rm -rf .libs _libs [ 58%] Building CXX object CMakeFiles/libzmq.dir/src/req.cpp.obj [ 58%] Building CXX object CMakeFiles/libzmq-static.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 /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 rm -rf ../../C-Sources/.libs ../../C-Sources/_libs rm -rf ../../C-Sources/zlib/.libs ../../C-Sources/zlib/_libs rm -f *.o rm -f ../../C-Sources/*.o [ 68%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj rm -f ../../C-Sources/*.lo rm -f ../../C-Sources/zlib/*.o rm -f ../../C-Sources/zlib/*.lo rm -f *.lo [ 67%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/fmi1_xml_variable_name_parser.tab.c.obj make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' 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); ^ make -C "3rdParty/ModelicaExternalC/BuildProjects/autotools" -- 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 -- Added NVECTOR_SERIAL module make[2]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/ModelicaExternalC/BuildProjects/autotools' -- Added ARKODE module i686-pc-mingw32 -- Added CVODE module -- Added CVODES module -- Added IDA module 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); ^ -- Added IDAS module [ 69%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.c.obj -- Added KINSOL module -- Configuring done [ 59%] Building CXX object CMakeFiles/libzmq-static.dir/src/router.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/router.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/router.cpp [ 68%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI2/lex.yyfmi2.c.obj checking whether we want to compile in debug mode... no [ 60%] 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 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 [ 60%] Building CXX object CMakeFiles/libzmq-static.dir/src/select.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/select.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp [ 69%] Building C object CMakeFiles/fmixml.dir/src/XML/src-gen/FMI1/lex.yyfmi1.c.obj [ 70%] Linking C static library libfmixml.a 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); ^ rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3/Resources/Library" checking for C compiler default output file name... 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 patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica 3.2.3.patch' patching file 'Modelica 3.2.3/Magnetic/QuasiStatic/FundamentalWave.mo' make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' patching file 'Modelica 3.2.3/Math/package.mo' patching file 'Modelica 3.2.3/Math/package.order' echo 'Complex 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica 3.2.3.uses" [ 60%] Building CXX object CMakeFiles/libzmq.dir/src/select.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/select.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp [ 70%] Built target fmixml 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[4]: Entering 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" 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 test ! -d 'build//ModelicaReference' a.exe checking whether the C compiler works... cp -a 'git/Modelica/ModelicaReference' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference" [ 70%] Linking C static library libfmixml.a yes [ 61%] 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 checking build system type... checking whether we are cross compiling... no checking for suffix of executables... echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.uses" make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.license" -- Generating done echo '20190320-092219~git~maint-3.2.3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference.last_change" [ 70%] Built target fmixml test ! -d 'build//ModelicaServices 3.2.3' -- Build files have been written to: C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3" make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make -C 3rdParty/sundials/build install .exe Scanning dependencies of target fmiimport make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' 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 checking for suffix of object files... patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices 3.2.3.patch' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_progress_start /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/CMakeFiles /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/CMakeFiles/progress.marks make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' patching file 'ModelicaServices 3.2.3/package.mo' make -f CMakeFiles/Makefile2 all echo > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.uses" [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.obj 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 echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.license" 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= echo '3.2.3+build.2-om2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices 3.2.3.last_change" test ! -d 'build//ModelicaTest 3.2.3' cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3" i686-pc-mingw64 checking host system type... i686-pc-mingw64 checking target system type... i686-pc-mingw64 checking GC version numbers... Scanning dependencies of target sundials_nvecserial_shared make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj Scanning dependencies of target fmiimport make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' 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] o checking whether we are using the GNU C compiler... [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecserial_shared_EXPORTS @CMakeFiles/sundials_nvecserial_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_nvecserial_shared.dir/nvector_serial.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/nvec_ser/nvector_serial.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' 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 [ 71%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_context.c.obj major=8 minor=0 micro=0 checking for a BSD-compatible install... [ 72%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI/fmi_import_util.c.obj C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp: In static member function 'static u_short zmq::select_t::get_fd_family(zmq::fd_t)': C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing initializer for member 'sockaddr_storage::__ss_pad1' [-Wmissing-field-initializers] sockaddr_storage addr = { 0 }; ^ C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing initializer for member 'sockaddr_storage::__ss_align' [-Wmissing-field-initializers] C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/select.cpp:453:33: warning: missing initializer for member 'sockaddr_storage::__ss_pad2' [-Wmissing-field-initializers] make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/depend /usr/bin/install -c checking whether build environment is sane... yes checking whether gcc accepts -g... 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= [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_shared.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_nvecserial_shared_EXPORTS @CMakeFiles/sundials_nvecserial_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_nvecserial_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c yes Scanning dependencies of target sundials_nvecserial_static make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' make -f src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build.make src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj checking for a thread-safe mkdir -p... [ 0%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/nvector_serial.c.obj 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 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 [ 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 /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... 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 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 yes checking for gcc option to accept ANSI C... yes [ 62%] 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 checking whether make supports nested variables... [ 63%] 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 yes make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 1%] Building C object src/nvec_ser/CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/nvec_ser && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_nvecserial_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_nvecserial_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 1%] Built target sundials_nvecserial_shared [ 73%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_cosim.c.obj [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj checking whether to enable maintainer-specific portions of Makefiles... no echo 'Modelica 3.2.3' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.uses" checking for style of include used by make... [ 2%] Linking C static library libsundials_nvecserial.a echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.license" 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 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 echo '3.2.3+build.2' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest 3.2.3.last_change" none needed # Building git/Modelica GNU 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 checking for gcc... gcc ./checkout-git.sh 'git/Modelica' 'https://github.com/modelica/Modelica.git' 'master' '27c1c591c7301d9f37a4e48f0020d1d074e2b6b8' 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 make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 2%] Built target sundials_nvecserial_static make -f src/arkode/CMakeFiles/sundials_arkode_shared.dir/build.make src/arkode/CMakeFiles/sundials_arkode_shared.dir/depend 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= checking whether the C compiler works... HEAD is now at 8f65f621a Fix release notes for 3.2.3 Build 2 [ 74%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capi.c.obj [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj 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 configure: C compiler options are: -g -O2 -falign-functions -DMUMPS_BUILD configure: Trying to determine Fortran compiler name make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' yes checking for C compiler default output file name... a.exe checking for suffix of executables... [ 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 checking whether we are using the GNU Fortran 77 compiler... .exe checking whether we are cross compiling... [ 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 [ 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 yes checking whether gfortran accepts -g... no checking for suffix of object files... [ 76%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj HEAD is now at 27c1c591c Merge pull request #2917 from beutlich/add-description-strings [ 75%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_type.c.obj o checking whether we are using the GNU C compiler... yes yes checking whether gcc accepts -g... HEAD is now at 27c1c591c Merge pull request #2917 from beutlich/add-description-strings yes checking for gcc option to accept ISO C89... test ! -f 'build//Complex trunk.mo' [ 2%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_band.c cp -a 'git/Modelica/Complex.mo' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.mo" configure: Fortran compiler options are: -O3 -pipe checking how to get verbose linking output from gfortran... patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Complex trunk.patch' none needed checking whether gcc understands -c and -o together... patching file 'Complex trunk.mo' echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.uses" [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.license" echo '20190508-194204~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Complex trunk.breaks" [ 76%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_unit.c.obj [ 2%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_bandpre.c test ! -d 'build//Modelica trunk' cp -a 'git/Modelica/Modelica' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk" yes checking dependency style of gcc... [ 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 -v checking for Fortran libraries of gfortran... [ 65%] 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 [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_butcher.c.obj [ 65%] Building CXX object CMakeFiles/libzmq.dir/src/signaler.cpp.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 /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 gcc3 [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj -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... [ 77%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable.c.obj [ 3%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_dense.c 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); ^ [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_direct.c.obj [ 79%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_vendor_annotations.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 [ 78%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_variable_list.c.obj [ 66%] Building CXX object CMakeFiles/libzmq.dir/src/socket_base.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/socket_base.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socket_base.cpp checking whether we are using the GNU C++ compiler... [ 66%] Building CXX object CMakeFiles/libzmq-static.dir/src/socks.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/socks.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socks.cpp yes checking whether g++ accepts -g... none checking for Fortran name-mangling scheme... [ 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 yes checking dependency style of g++... libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -MT ../../C-Sources/zlib/adler32.lo -MD -MP -MF ../../C-Sources/zlib/.deps/adler32.Tpo -c ../../C-Sources/zlib/adler32.c -o ../../C-Sources/zlib/adler32.o libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -MT ../../C-Sources/zlib/compress.lo -MD -MP -MF ../../C-Sources/zlib/.deps/compress.Tpo -c ../../C-Sources/zlib/compress.c -o ../../C-Sources/zlib/compress.o 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= [ 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 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' [ 66%] Building CXX object CMakeFiles/libzmq.dir/src/socks.cpp.obj [ 4%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_pcg.c.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/socks.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/socks.cpp 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 gcc3 checking dependency style of gcc... 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 [ 4%] 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 [ 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 [ 67%] 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 [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.c.obj make -f src/cvode/CMakeFiles/sundials_cvode_shared.dir/build.make src/cvode/CMakeFiles/sundials_cvode_shared.dir/depend gcc3 make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode/CMakeFiles/sundials_cvode_shared.dir/DependInfo.cmake --color= checking how to print strings... [ 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 [ 80%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import.c.obj printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... 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 /usr/bin/grep checking for egrep... Scanning dependencies of target sundials_cvode_shared /usr/bin/grep -E checking for fgrep... 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 [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spgmr.c.obj /usr/bin/grep -F checking for ld used by gcc... 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 make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 5%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode.c [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.obj [ 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 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 lower case, underscore, no extra underscore [ 5%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_spils.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spils.c 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/gzclose.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzclose.Tpo -c ../../C-Sources/zlib/gzclose.c -o ../../C-Sources/zlib/gzclose.o /usr/bin/install -c checking whether build environment is sane... [ 6%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_bandpre.c [ 81%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_capabilities.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... [ 67%] 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 yes checking for BSD- or MS-compatible name lister (nm)... [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_sptfqmr.c.obj make -f src/cvode/CMakeFiles/sundials_cvode_static.dir/build.make src/cvode/CMakeFiles/sundials_cvode_static.dir/depend 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 /mingw64/bin/nm -B checking the name lister (/mingw64/bin/nm -B) interface... 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= [ 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 [ 68%] 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 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 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 [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/arkode_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/arkode_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_sparse.c [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj [ 7%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_io.c.obj [ 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/gzlib.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzlib.Tpo -c ../../C-Sources/zlib/gzlib.c -o ../../C-Sources/zlib/gzlib.o 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 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 BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI1/fmi1_import_convenience.c.obj checking how to convert i686-pc-mingw64 file names to i686-pc-mingw64 format... func_convert_file_msys_to_w32 checking how to convert i686-pc-mingw64 file names to toolchain format... func_convert_file_msys_to_w32 checking for C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... yes file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... [ 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 func_cygming_dll_for_implib checking for ar... ar checking for archiver @FILE support... 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 [ 7%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_dense.c checking for gawk... gawk checking whether make sets $(MAKE)... [ 8%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_direct.c [ 68%] Building CXX object CMakeFiles/libzmq.dir/src/stream.cpp.obj In file included from lp_simplex.c:34:0: lp_pricePSE.h:14:15: warning: inline function 'applyPricer' declared but never defined INLINE MYBOOL applyPricer(lprec *lp); ^ In file included from lp_simplex.c:33:0: lp_price.h:39:13: warning: inline function 'normalizeEdge' declared but never defined INLINE REAL normalizeEdge(lprec *lp, int item, REAL edge, MYBOOL isdual); ^ In file included from lp_simplex.c:32:0: lp_presolve.h:91:12: warning: inline function 'presolve_nextcol' declared but never defined INLINE int presolve_nextcol(presolverec *psdata, int rownr, int *previtem); ^ lp_presolve.h:90:12: warning: inline function 'presolve_nextrow' declared but never defined INLINE int presolve_nextrow(presolverec *psdata, int colnr, int *previtem); ^ /C/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 [ 9%] 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 yes [ 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 @ checking for strip... strip checking for ranlib... ranlib checking command to parse /mingw64/bin/nm -B output from gcc object... [ 10%] 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 checking for style of include used by make... GNU [ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj [ 10%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_dense.c.obj checking dependency style of gcc... [ 82%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_capi.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 [ 10%] 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 [ 10%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_io.c [ 10%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_io.c [ 11%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_diag.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_diag.c [ 11%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_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 [ 69%] 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 [ 11%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_direct.c make -f src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/depend [ 12%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_direct.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/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= 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 [ 12%] 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 [ 12%] 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 gcc3 checking whether to enable maintainer-specific portions of Makefiles... no ok configure: Using libtool script in directory ../.. [ 13%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_band.c checking for sysroot... no checking for a working dd... [ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj [ 13%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_band.c.obj [ 13%] 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 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 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 /usr/bin/dd checking how to truncate binary pipes... make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 14%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes.c.obj [ 83%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_type.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/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 [ 15%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spbcgs.c.obj /usr/bin/dd bs=4096 count=1 checking for mt... [ 15%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj no checking if : is a manifest tool... 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 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 [ 15%] 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 no checking how to run the C preprocessor... [ 15%] 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 [ 70%] 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 [ 15%] 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 [ 15%] 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 [ 16%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_sptfqmr.c gcc -E [ 17%] 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_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 [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj [ 17%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_sparse.c.obj [ 17%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spgmr.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_sparse.c [ 17%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_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/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 [ 84%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_unit.c.obj [ 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 checking for ANSI C header files... [ 19%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_spils.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/arkode_spils.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/arkode/arkode_spils.c [ 19%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_spgmr.c [ 19%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c [ 20%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/cvode_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_bbdpre.c [ 20%] Building C object src/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 [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_sptfqmr.c [ 21%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spfgmr.c.obj [ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spfgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spfgmr.c [ 21%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/cvode_klu.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -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 [ 21%] 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 [ 21%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_sparse.c.obj [ 70%] 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 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 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... [ 22%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_arkode_shared_EXPORTS @CMakeFiles/sundials_arkode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c [ 85%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable.c.obj yes [ 22%] 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 checking for COIN-OR package Blas... yes yes [ 22%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_bandpre.c [ 22%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_klu.c.obj checking for sys/types.h... cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @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 checking for COIN-OR package Metis... skipping checking whether we can compile Fortran 90 code... [ 22%] 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 [ 22%] 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 [ 23%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c yes rm -rf "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk/Resources/Library" [ 24%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvode/cvode_bbdpre.c patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'Modelica trunk.patch' 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'` [ 87%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj patching file 'Modelica trunk/Magnetic/QuasiStatic/FundamentalWave.mo' patching file 'Modelica trunk/Math/package.mo' checking for sys/stat.h... [ 24%] Building C object src/arkode/CMakeFiles/sundials_arkode_shared.dir/__/sundials/sundials_sparse.c.obj [ 25%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/arkode_lapack.c.obj patching file 'Modelica trunk/Math/package.order' 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 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 patching file 'Modelica trunk/package.mo' yes echo 'Complex trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.uses" [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj 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 cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c echo 'ModelicaServices trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.uses" echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.license" echo '20190508-194204~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/Modelica trunk.breaks" yes test ! -d 'build//ModelicaReference trunk' [ 25%] 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 [ 70%] 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 cp -a 'git/Modelica/ModelicaReference' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk" [ 25%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [ 86%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_variable_list.c.obj 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 checking for stdlib.h... [ 26%] Linking C shared library libsundials_arkode.dll echo '' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.uses" cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_arkode_shared.dir/objects.a [ 26%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.license" /usr/bin/install -c liblpsolve55.a /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/lib/ configure: creating ./config.status echo '20190508-194204~git~master' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.last_change" /usr/bin/install -c liblpsolve55.so /c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/lpsolve/build/lib/ [ 26%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/cvode_lapack.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/ar.exe cr CMakeFiles/sundials_arkode_shared.dir/objects.a @CMakeFiles/sundials_arkode_shared.dir/objects1.rsp 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 echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaReference trunk.breaks" 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 test ! -d 'build//ModelicaServices trunk' yes [ 26%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/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 cp -a 'git/Modelica/ModelicaServices' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk" cp -prf 3rdParty/lpsolve/build/include/* /c/dev/hudson/workspace/OM_Win/OM/build/include/omc/ [ 26%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_io.c.obj 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 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 patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaServices trunk.patch' [ 26%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c patching file 'ModelicaServices trunk/package.mo' checking for string.h... 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" test ! `uname` = Darwin || install_name_tool -id @rpath/liblpsolve55.dylib "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omc/liblpsolve55.dylib" [ 26%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c echo '20190508-194204~git~master-om1' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.last_change" echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaServices trunk.breaks" make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' 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 test ! -d 'build//ModelicaTest trunk' [ 88%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj [ 27%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_dense.c.obj [ 71%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp.cpp.obj cp -a 'git/Modelica/ModelicaTest' "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk" cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -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 /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 [ 28%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj [ 28%] Built target sundials_arkode_shared cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @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 yes [ 72%] 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 [ 29%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c [ 30%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodea_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodea_io.c checking for memory.h... [ 87%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import.c.obj [ 30%] 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 [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_iterative.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @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 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 yes [ 30%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_direct.c [ 30%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj checking for strings.h... cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @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 [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sparse.c.obj [ 30%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c 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 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 yes [ 89%] Linking C static library libfmiimport.a [ 30%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_band.c 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 [ 31%] 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 patch -l -d "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/" -f -p1 < 'ModelicaTest trunk.patch' checking for inttypes.h... [ 32%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' patching file 'ModelicaTest trunk/package.mo' echo 'Modelica trunk' >> "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.uses" [ 33%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -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 [ 89%] Built target fmiimport echo 'bsd3' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.license" [ 34%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_dense.c.obj echo '20190508-194204~git~master-om186' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.last_change" 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[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' echo 'omlibrary-msl32,omlibrary-reference' > "/c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/ModelicaTest trunk.breaks" [ 73%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_address.cpp.obj yes make[2]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' touch /c/dev/hudson/workspace/OM_Win/OM/build/lib/omlibrary/20190511_190626.core [ 90%] Generating ThirdParty/c99_snprintf/libc99snprintf.a.objlist /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 make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/depend make[1]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/libraries' -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ThirdParty/c99_snprintf/libc99snprintf.a [ 74%] 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 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= [ 88%] Building C object CMakeFiles/fmiimport.dir/src/Import/src/FMI2/fmi2_import_convenience.c.obj [ 34%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_pcg.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_pcg.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_pcg.c [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvode_shared_EXPORTS @CMakeFiles/sundials_cvode_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c 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 [ 34%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_diag.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/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 checking for stdint.h... [ 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 [ 91%] Generating libfmiimport.a.objlist Scanning dependencies of target sundials_cvodes_static make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmiimport.a make -f src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build.make src/cvodes/CMakeFiles/sundials_cvodes_static.dir/build make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 34%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes.c.obj [ 34%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spbcgs.c 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 yes [ 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 [ 92%] Generating libjmutils.a.objlist [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj [ 34%] Building C object src/cvode/CMakeFiles/sundials_cvode_shared.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @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 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 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libjmutils.a checking for unistd.h... [ 34%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spfgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spfgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spfgmr.c [ 93%] Generating libfmixml.a.objlist [ 34%] 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/libfmixml.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%] Linking C shared library libsundials_cvode.dll cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/bin/cmake/bin/cmake.exe -E remove -f CMakeFiles/sundials_cvode_shared.dir/objects.a yes [ 36%] 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 cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/ar.exe cr CMakeFiles/sundials_cvode_shared.dir/objects.a @CMakeFiles/sundials_cvode_shared.dir/objects1.rsp libtool: compile: gcc "-DPACKAGE_NAME=\"Modelica Standard Library Tables\"" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" "-DPACKAGE_STRING=\"Modelica Standard Library Tables 3.2.2\"" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -MT ../../C-Sources/zlib/gzwrite.lo -MD -MP -MF ../../C-Sources/zlib/.deps/gzwrite.Tpo -c ../../C-Sources/zlib/gzwrite.c -o ../../C-Sources/zlib/gzwrite.o checking for dlfcn.h... [ 37%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -shared -o libsundials_cvode.dll -Wl,--out-implib,libsundials_cvode.dll.a -Wl,--major-image-version,1,--minor-image-version,0 -Wl,--whole-archive CMakeFiles/sundials_cvode_shared.dir/objects.a -Wl,--no-whole-archive @CMakeFiles/sundials_cvode_shared.dir/linklibs.rsp [ 94%] Generating libfmizip.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmizip.a [ 89%] Linking C static library libfmiimport.a [ 37%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_spgmr.c [ 95%] Generating libfmicapi.a.objlist [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spbcgs.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_spbcgs.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_spbcgs.c -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmicapi.a make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' no checking for objdir... [ 38%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c [ 74%] Building CXX object CMakeFiles/libzmq.dir/src/tcp_connecter.cpp.obj [ 89%] Built target fmiimport /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 [ 38%] Built target sundials_cvode_shared .libs make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 96%] Generating ExpatEx/libexpat.a.objlist [ 75%] Building CXX object CMakeFiles/libzmq-static.dir/src/tcp_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/tcp_listener.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/tcp_listener.cpp [ 90%] Generating ThirdParty/c99_snprintf/libc99snprintf.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/ExpatEx/./libexpat.a -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ThirdParty/c99_snprintf/libc99snprintf.a config.status: creating Makefile [ 38%] Building C object src/cvode/CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj [ 38%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_spgmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sptfqmr.c 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 [ 91%] Generating libfmiimport.a.objlist [ 96%] Generating Config.cmake/Minizip/libminizip.a.objlist [ 38%] Building C object src/arkode/CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sparse.c.obj [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_arkode_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_sparse.c -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmiimport.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 @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 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/Config.cmake/Minizip/libminizip.a depbase=`echo ../../C-Sources/zlib/inflate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -MT ../../C-Sources/zlib/inflate.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/inflate.lo ../../C-Sources/zlib/inflate.c &&\ mv -f $depbase.Tpo $depbase.Plo [ 39%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_sptfqmr.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_sptfqmr.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sptfqmr.c [ 97%] Generating zlib/libzlib.a.objlist make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/depend config.status: creating coinmumps.pc [ 39%] Linking C static library libsundials_cvode.a cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_cvode_static.dir/cmake_clean_target.cmake -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/zlib/libzlib.a make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida/CMakeFiles/sundials_ida_shared.dir/DependInfo.cmake --color= checking if gcc supports -fno-rtti -fno-exceptions... [ 92%] Generating libjmutils.a.objlist cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvode && /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_cvode_static.dir/link.txt --verbose=1 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libjmutils.a C:/OMDev/tools/msys/mingw64/bin/ar.exe qc libsundials_cvode.a CMakeFiles/sundials_cvode_static.dir/cvode.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_io.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_direct.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_band.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_dense.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_diag.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_spils.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_spbcgs.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_spgmr.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_sptfqmr.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_sparse.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_bandpre.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_bbdpre.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_klu.c.obj CMakeFiles/sundials_cvode_static.dir/cvode_lapack.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sparse.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spbcgs.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_spgmr.c.obj CMakeFiles/sundials_cvode_static.dir/__/sundials/sundials_sptfqmr.c.obj C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libsundials_cvode.a [ 40%] Linking C static library libsundials_arkode.a [ 41%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_bandpre.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/bin/cmake/bin/cmake.exe -P CMakeFiles/sundials_arkode_static.dir/cmake_clean_target.cmake 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 [ 98%] Generating fmilib_dummy.c make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 93%] Generating libfmixml.a.objlist cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/arkode && /C/OMDev/bin/cmake/bin/cmake.exe -E cmake_link_script CMakeFiles/sundials_arkode_static.dir/link.txt --verbose=1 [ 41%] Built target sundials_cvode_static config.status: creating coinmumps-uninstalled.pc -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmixml.a Scanning dependencies of target fmilib Scanning dependencies of target sundials_ida_shared make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 41%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_io.c.obj make -f src/ida/CMakeFiles/sundials_ida_shared.dir/build.make src/ida/CMakeFiles/sundials_ida_shared.dir/build C:/OMDev/tools/msys/mingw64/bin/ar.exe qc libsundials_arkode.a CMakeFiles/sundials_arkode_static.dir/arkode.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_band.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_bandpre.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_bbdpre.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_butcher.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_dense.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_direct.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_io.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_pcg.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_spbcgs.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_spfgmr.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_spgmr.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_spils.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_sptfqmr.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_sparse.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_klu.c.obj CMakeFiles/sundials_arkode_static.dir/arkode_lapack.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_nvector.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_math.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_direct.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_band.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_dense.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_iterative.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_pcg.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spbcgs.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spfgmr.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_spgmr.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sptfqmr.c.obj CMakeFiles/sundials_arkode_static.dir/__/sundials/sundials_sparse.c.obj 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 no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' C:/OMDev/tools/msys/mingw64/bin/ranlib.exe libsundials_arkode.a [ 99%] Building C object CMakeFiles/fmilib.dir/fmilib_dummy.c.obj [ 42%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida.c make[5]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' [ 42%] 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 [ 42%] Built target sundials_arkode_static depbase=`echo ../../C-Sources/zlib/inftrees.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -MT ../../C-Sources/zlib/inftrees.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/inftrees.lo ../../C-Sources/zlib/inftrees.c &&\ mv -f $depbase.Tpo $depbase.Plo [ 94%] Generating libfmizip.a.objlist [ 76%] 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 -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmizip.a [100%] Linking C static library libfmilib.a yes checking if gcc static flag -static works... [ 76%] Building CXX object CMakeFiles/libzmq-static.dir/src/thread.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -DZMQ_STATIC -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS @CMakeFiles/libzmq-static.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq-static.dir/src/thread.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/thread.cpp [ 95%] Generating libfmicapi.a.objlist config.status: executing depfiles commands -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmicapi.a [ 42%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_klu.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_klu.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_klu.c Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libfmiimport.a.objlist [ 42%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodea_io.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodea_io.c yes checking if gcc supports -c -o file.o... [ 96%] Generating ExpatEx/libexpat.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/ExpatEx/./libexpat.a Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libjmutils.a.objlist [ 42%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_io.c.obj make -f src/ida/CMakeFiles/sundials_ida_static.dir/build.make src/ida/CMakeFiles/sundials_ida_static.dir/depend [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/cvodes_lapack.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/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 cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/cvodes_lapack.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_lapack.c [ 96%] Generating Config.cmake/Minizip/libminizip.a.objlist [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_direct.c 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= -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/Config.cmake/Minizip/libminizip.a Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libfmixml.a.objlist depbase=`echo ../../C-Sources/zlib/trees.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"Modelica\ Standard\ Library\ Tables\" -DPACKAGE_TARNAME=\"libmodelicastandardtables\" -DPACKAGE_VERSION=\"3.2.2\" -DPACKAGE_STRING=\"Modelica\ Standard\ Library\ Tables\ 3.2.2\" -DPACKAGE_BUGREPORT=\"https://trac.modelica.org/Modelica\" -DPACKAGE_URL=\"https://modelica.org\" -DPACKAGE=\"libmodelicastandardtables\" -DVERSION=\"3.2.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_ZLIB_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LOCALE_H=1 -DHAVE_TIME_H=1 -I. -DDUMMY_FUNCTION_USERTAB -DHAVE_ZLIB=1 -DTABLE_SHARE=1 -g -O2 -falign-functions -MT ../../C-Sources/zlib/trees.lo -MD -MP -MF $depbase.Tpo -c -o ../../C-Sources/zlib/trees.lo ../../C-Sources/zlib/trees.c &&\ mv -f $depbase.Tpo $depbase.Plo 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 [ 97%] Generating zlib/libzlib.a.objlist make[5]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build' yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (C:/OMDev/tools/msys/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libfmizip.a.objlist -- Extracting object files from C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/zlib/libzlib.a [ 43%] 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 [ 43%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_nvector.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_nvector.c yes checking whether -lc should be explicitly linked in... [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_band.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_band.c Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libfmicapi.a.objlist [ 44%] 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 [ 98%] Generating fmilib_dummy.c Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libexpat.a.objlist Scanning dependencies of target fmilib make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_math.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_math.c make[4]: Entering directory '/c/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build' yes checking dynamic linker characteristics... [ 77%] Building CXX object CMakeFiles/libzmq-static.dir/src/trie.cpp.obj [ 44%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_dense.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/trie.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/trie.cpp 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 [ 99%] Building C object CMakeFiles/fmilib.dir/fmilib_dummy.c.obj [ 45%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/ida && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_ida_shared_EXPORTS @CMakeFiles/sundials_ida_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_ida_shared.dir/ida_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/ida/ida_direct.c Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libminizip.a.objlist [ 46%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_direct.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_direct.c [100%] Linking C static library libfmilib.a Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libzlib.a.objlist [ 46%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_diag.c.obj configure: In case of trouble, first consult the troubleshooting page at https://projects.coin-or.org/BuildTools/wiki/user-troubleshooting configure: Configuration of ThirdPartyMumps successful 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 Running: ar ru C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmiimport.a.objlist [ 46%] Building C object src/ida/CMakeFiles/sundials_ida_shared.dir/ida_band.c.obj Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... 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 yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes Running: C:/OMDev/tools/msys/mingw64/bin/ar.exe ru C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a @../libc99snprintf.a.objlist [ 46%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj [ 47%] 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/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_band.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_band.c 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 [ 77%] Building CXX object CMakeFiles/libzmq.dir/src/thread.cpp.obj /C/OMDev/tools/msys/mingw64/bin/g++.exe -DDLL_EXPORT -DFD_SETSIZE=16384 -DZMQ_CUSTOM_PLATFORM_HPP -D_CRT_SECURE_NO_WARNINGS -D_REENTRANT -D_THREAD_SAFE -D_WINSOCK_DEPRECATED_NO_WARNINGS -Dlibzmq_EXPORTS @CMakeFiles/libzmq.dir/includes_CXX.rsp -std=gnu++11 -Wall -Wextra -Wno-long-long -Wno-uninitialized -pedantic -O3 -DNDEBUG -o CMakeFiles/libzmq.dir/src/thread.cpp.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/libzmq/src/thread.cpp checking how to run the C++ preprocessor... [ 48%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_static.dir/cvodes_sparse.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS @CMakeFiles/sundials_cvodes_static.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_static.dir/cvodes_sparse.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/cvodes/cvodes_sparse.c Running: ar ru C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libjmutils.a.objlist Running: C:/OMDev/tools/msys/mingw64/bin/ranlib.exe C:/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw/libfmilib.a [ 48%] 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 make[4]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' Running: ar ru C:/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/FMIL/build/libfmilib.a @../libfmixml.a.objlist [100%] Built target fmilib make[3]: Leaving directory '/c/dev/hudson/workspace/OM_Win/OM/OMSimulator/3rdParty/FMIL/build/mingw' [ 48%] Building C object src/cvodes/CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj cd /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/build/src/cvodes && /C/OMDev/tools/msys/mingw64/bin/gcc.exe -DBUILD_SUNDIALS_LIBRARY -D_CRT_SECURE_NO_WARNINGS -Dsundials_cvodes_shared_EXPORTS @CMakeFiles/sundials_cvodes_shared.dir/includes_C.rsp -g -O2 -falign-functions -lm -L /c/dev/hudson/workspace/OM_Win/OM/build/lib/omc -o CMakeFiles/sundials_cvodes_shared.dir/__/sundials/sundials_dense.c.obj -c /C/dev/hudson/workspace/OM_Win/OM/OMCompiler/3rdParty/sundials/src/sundials/sundials_dense.c [ 48%] 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_S