- Index
- » Developer
- » OpenModelica development
- » Install OMPlot on mingw64
Install OMPlot on mingw64
Install OMPlot on mingw64
I want to run "make -f Makefile.omdev.mingw omplot" command in Mingw64, but it got stopped by this error:
make[2]: Entering directory '/e/OpenModelica.git/OMPlot/qwt'
qmake qwt.pro
Could not find qmake configuration file win32-g++.
Error processing project file: qwt.pro
please could you help me how to solve it?
Re: Install OMPlot on mingw64
Which ming64 are you using? The one from OMDEV ($OMDEV\tools\msys\mingw64_shell.bat)? Have you setup OMDEV for Qt?
Adeel.
- adeas
- 454 Posts
Re: Install OMPlot on mingw64
yes my setup of OMDEV is finished and I call Mingw64_shall.bat from OMDEV. Also I got OpenModelica git repository recursively. Now I want to install OMPlot based on README in OMPlot folder in OpenModelica resource.
Re: Install OMPlot on mingw64
You need to run
OMDev\SETUP_OMDEV.bat
and
OMDev\SETUP_OMDEV_Qt5.bat
before you can compile qt clients.
- adrpo
- 885 Posts
Re: Install OMPlot on mingw64
Now I want to install OMEdit by "make -f Makefile.omdev.mingw omedit" in Mingw64_shall.bat from OMDEV. but I got this error :
./Animation/Shapes.h:42:20: fatal error: fmilib.h: No such file or directory
to test it I remove #include "fmilib.h" from the Shapes.h. after running I got same error as a absence of fmilib.h in FMUWrapper.h and again I remove include of it from this file too.
now I get this error :
/Animation/VisualizerFMU.h:66:19: error: 'fmi_import_context_t' was not declared in this scope
std::shared_ptr<fmi_import_context_t> mpContext;
^
./Animation/VisualizerFMU.h:66:39: error: template argument 1 is invalid
std::shared_ptr<fmi_import_context_t> mpContext;
^
./Animation/VisualizerFMU.h:67:3: error: 'jm_callbacks' does not name a type
jm_callbacks mCallbacks;
^
./Animation/VisualizerFMU.h:68:3: error: 'fmi_version_enu_t' does not name a type
fmi_version_enu_t mVersion;
Re: Install OMPlot on mingw64
Have you setup OPENMODELICAHOME environment variable?
OMEdit includes fmilib.h from "OPENMODELICAHOME/../OMCompiler/3rdParty/FMIL/install/include" so if OPENMODELICAHOME is set then make should find it.
Adeel.
- adeas
- 454 Posts
Re: Install OMPlot on mingw64
OPENMODELICAHOME environment variable has been defined, but I had to copy all content of Include in (OpoenModelica git source/../3rdparty/install/include) in to the ...OMEdit/OMEditGUI/animation.
Now I face with this error:
OMC/OMCProxy.cpp:940:26: error: 'class OMCInterface' has no member named 'getCom ponentModifierValue'
return mpOMCInterface->getComponentModifierValue(className, name);
^
OMC/OMCProxy.cpp: In member function 'bool OMCProxy::removeComponentModifiers(QString, QString)':
OMC/OMCProxy.cpp:980:72: error: no matching function for call to 'OMCInterface:: removeComponentModifiers(QString&, QString&, bool)'
return mpOMCInterface->removeComponentModifiers(className, name, true);
^
In file included from OMC/OMCProxy.h:38:0,
from ./MainWindow.h:65,
from OMC/OMCProxy.cpp:56:
C:/OpenModelica1.9.6/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:196:20: note: candidate expects 2 arguments, 3 provided
OMC/OMCProxy.cpp: In member function 'QString OMCProxy::getComponentModifierValu es(QString, QString)':
OMC/OMCProxy.cpp:992:26: error: 'class OMCInterface' has no member named 'getCom ponentModifierValues'
return mpOMCInterface->getComponentModifierValues(className, name);
^
OMC/OMCProxy.cpp: In member function 'bool OMCProxy::removeExtendsModifiers(QString, QString)':
OMC/OMCProxy.cpp:1059:82: error: no matching function for call to 'OMCInterface: :removeExtendsModifiers(QString&, QString&, bool)'
return mpOMCInterface->removeExtendsModifiers(className, extendsClassName, tr);
^
In file included from OMC/OMCProxy.h:38:0,
from ./MainWindow.h:65,
from OMC/OMCProxy.cpp:56:
C:/OpenModelica1.9.6/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:195:20: note: candidate: modelica_boolean OMCInterface::removeExtendsModifiers(QStrng, QString)
modelica_boolean removeExtendsModifiers(QString className, QString baseClassName);
^
C:/OpenModelica1.9.6/include/omc/scripting-API/OpenModelicaScriptingAPIQt.h:195:20: note: candidate expects 2 arguments, 3 provided
OMC/OMCProxy.cpp: In member function 'QList<QString> OMCProxy::getDerivedUnits(QString)':
OMC/OMCProxy.cpp:2366:43: error: 'class OMCInterface' has no member named 'getDerivedUnits'
QList<QString> result = mpOMCInterface->getDerivedUnits(baseUnit);
^
OMC/OMCProxy.cpp: In member function 'QList<QString> OMCProxy::getAnnotationName dModifiers(QString, QString)':
OMC/OMCProxy.cpp:2404:43: error: 'class OMCInterface' has no member named 'getAn notationNamedModifiers'
QList<QString> result = mpOMCInterface->getAnnotationNamedModifiers(className , annotation);
^
OMC/OMCProxy.cpp: In member function 'QString OMCProxy::getAnnotationModifierValue(QString, QString, QString)':
OMC/OMCProxy.cpp:2421:26: error: 'class OMCInterface' has no member named 'getAn notationModifierValue'
return mpOMCInterface->getAnnotationModifierValue(className, annotation, modifier);
^
OMC/OMCProxy.cpp: In member function 'void OMCProxy::getJacobianMethods(QStringList*, QStringList*)':
OMC/OMCProxy.cpp:2553:16: error: 'JAC_UNKNOWN' was not declared in this scope
for (int i = JAC_UNKNOWN + 1 ; i < JAC_MAX ; i++) {
^
OMC/OMCProxy.cpp:2553:38: error: 'JAC_MAX' was not declared in this scope
for (int i = JAC_UNKNOWN + 1 ; i < JAC_MAX ; i++) {
^
OMC/OMCProxy.cpp:2554:17: error: 'JACOBIAN_METHOD' was not declared in this scope
*methods << JACOBIAN_METHOD[i];
^
OMC/OMCProxy.cpp:2555:22: error: 'JACOBIAN_METHOD_DESC' was not declared in this scope
*descriptions << JACOBIAN_METHOD_DESC[i];
^
OMC/OMCProxy.cpp: In member function 'QString OMCProxy::getJacobianFlagDetailedD escription()':
OMC/OMCProxy.cpp:2566:29: error: 'FLAG_JACOBIAN' was not declared in this scope
return FLAG_DETAILED_DESC[FLAG_JACOBIAN];
Re: Install OMPlot on mingw64
You don't need to copy the files.
The problem is you have set OPENMODELICAHOME to your installed version i.e., C:/OpenModelica1.9.6.
If you want to compile you should set OPENMODELICAHOME to your repository folder e.g., C:/OpenModelicaGit/build
(Note that OPENMODELICAHOME should point to a path where bin directory is located.)
Adeel.
- adeas
- 454 Posts
Re: Install OMPlot on mingw64
Thanks. I edit it. but after a long time the installation stops by this error:
C:/OMDEV/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../-w64-mingw32/bin/ld.exe: cannot find -lbfd
C:/OMDEV/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -liberty
C:/OMDEV/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -llibosg.dll
C:/OMDEV/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../ x86_64-w64-mingw32/bin/ld.exe: cannot find -llibosgViewer.dll
C:/OMDEV/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../ x86_64-w64-mingw32/bin/ld.exe: cannot find -llibOpenThreads.dll
C:/OMDEV/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -llibosgDB.dll
C:/OMDEV/tools/msys/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.3.0/../../../../ x86_64-w64-mingw32/bin/ld.exe: cannot find -llibosgGA.dll
collect2.exe: error: ld returned 1 exit status
Re: Install OMPlot on mingw64
When was the last time you updated your OMDEV?
Seems like time to call svn update.
Adeel.
- adeas
- 454 Posts
Re: Install OMPlot on mingw64
If its updated then you should have these dlls in "C:/OMDEV/tools/msys/mingw64/bin".
Are you sure OMDEV environment variable is set?
Can you send me the full log? I want to see the linking command.
Adeel.
- adeas
- 454 Posts
Re: Install OMPlot on mingw64
Yes I am sure about setting OMDEV environment variable, even though OMPlot is installed successfully. Here is the log of updating to reversion 192( my last update) , however I saw there are 194 and 195 that I will get them although I think these reversions will not effect my error.
Revision: 192
Author: adeas31
Date: Friday, September 16, 2016 12:30:50 PM
Message:
OpenSceneGraph DEBUG DLLS install instructions.
----
Modified : /trunk/tools/windows/OMDev/INSTALL.txt
Also in below link, I cannot find these dll! I don't know , do these dll add after doing other instructions, setup or sth like that?
https://openmodelica.org/svn/OpenModeli … ngw64/bin/
Re: Install OMPlot on mingw64
I meant the log of your make command.
Revision 192 only gives instructions about how to install "OpenSceneGraph DEBUG DLLS" but you have to install them yourself. However, since you are not compiling debug version so it should work without any issue because we already have release dlls of OSG in OMDEV e.g., check the dlls in "C:/OMDEV/tools/msys/mingw64/bin".
Adeel.
- adeas
- 454 Posts
Re: Install OMPlot on mingw64
After updating OMDEV to 195, then the error change to: I send you the full log:
make -f Makefile.omdev.mingw -C OMCompiler OMBUILDDIR=/e/OpenModelica.git/build
make[1]: Entering directory '/e/OpenModelica.git/OMCompiler'
test ! -e .git || cp -puf common/pre-commit.sh `git rev-parse --git-dir`/hooks/pre-commit || echo "unlocated git"
Current revision: v1.11.0-dev-250-ga4e7088
No change in revision
Building OMC using OMDev with the following settings...
Using OMDev: /c/OMDEV
Using Files:
Using Path : /usr/local/bin:/usr/bin:/bin:/opt/bin:/c/ProgramData/Oracle/Java/ja vapath:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0c/Program Files/MiKTeX 2.9/miktex/bin/x64:/c/Program Files/Microsoft/Web Platform Installer:/c/Program Files (x86)/Microsoft ASP.NET/ ASP.NET Web Pages/v1.0c/Program Files (x86)/Windows Kits/8.0/Windows Performan ce Toolkit:/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/c/cygwin64/bin: /c/cygwin64/lib/gcc/i686-pc-mingw32/4.7.3/include/c++c/Program Files (x86)/Sky pe/Phone:/c/Program Files/Git/cmd:/c/Program Files/TortoiseSVN/bin:/usr/bin/site _perl:/usr/bin/vendor_perl:/usr/bin/core_perl
Current directory: /e/OpenModelica.git/OMCompiler
Building in OMBUILDDIR: /e/OpenModelica.git/build
which gcc
/c/cygwin64/bin/gcc
echo Making build directories under /e/OpenModelica.git/build
Making build directories under /e/OpenModelica.git/build
if [ "" = ".app" ]; then mkdir -p /e/OpenModelica.git/build/Applications/; fi
mkdir -p /e/OpenModelica.git/build/bin
mkdir -p /e/OpenModelica.git/build/lib/omc/emcc
mkdir -p /e/OpenModelica.git/build/lib/omc
mkdir -p /e/OpenModelica.git/build/include/omc/c/
mkdir -p /e/OpenModelica.git/build/include/omc/c/gc/
mkdir -p /e/OpenModelica.git/build/include/omc/c/linearization/
mkdir -p /e/OpenModelica.git/build/include/omc/c/optimization/
mkdir -p /e/OpenModelica.git/build/include/omc/c/simulation/
mkdir -p /e/OpenModelica.git/build/include/omc/c/simulation/results/
mkdir -p /e/OpenModelica.git/build/include/omc/c/simulation/solver/
mkdir -p /e/OpenModelica.git/build/include/omc/c/simulation/solver/initialization/
mkdir -p /e/OpenModelica.git/build/include/omc/c/meta/
mkdir -p /e/OpenModelica.git/build/include/omc/c/meta/
mkdir -p /e/OpenModelica.git/build/include/omc/c/util/
mkdir -p /e/OpenModelica.git/build/include/omc/c/fmi1/
mkdir -p /e/OpenModelica.git/build/include/omc/c/fmi2/
mkdir -p /e/OpenModelica.git/build/include/omc/scripting-API
mkdir -p /e/OpenModelica.git/build/share/omc/java/
mkdir -p /e/OpenModelica.git/build/share//omc/scripts/OpenTurns/
mkdir -p /e/OpenModelica.git/build/share/doc/omc/testmodels
mkdir -p /e/OpenModelica.git/build/share/man//man1/
cp -p 3rdParty/gc/.libs/libomcgc.a /e/OpenModelica.git/build/lib/omc/libomcgc.a
cp -pPR 3rdParty/gc/include/gc.h /e/OpenModelica.git/build/include/omc/c/gc.h
cp -pPR 3rdParty/gc/include/gc_config_macros.h /e/OpenModelica.git/build/include /omc/c/gc_config_macros.h
cp -pPR 3rdParty/gc/include/gc_version.h /e/OpenModelica.git/build/include/omc/c /gc_version.h
cp -pPR 3rdParty/gc/include/gc_pthread_redirects.h /e/OpenModelica.git/build/inc lude/omc/c/gc_pthread_redirects.h
test -d 3rdParty/FMIL
mkdir -p 3rdParty/FMIL/build
(cd 3rdParty/FMIL/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" /c/OMDEV/bin/cmake/bin/cmake -D CMAKE_AR:String= "ar" -DFMILIB_FMI_PLATFORM=win64 -D FMILIB_BUILD_SHARED_LIB:Bool=OFF -D FMILIB_B UILD_TESTS:Bool=OFF -D FMILIB_GENERATE_DOXYGEN_DOC:Bool=OFF -DCMAKE_COLOR_MAKEFI LE:Bool=OFF -DFMILIB_INSTALL_PREFIX:String=../install .. -G "MSYS Makefiles")
test -f 3rdParty/FMIL/build/libfmilib.a || CC="gcc" CXX="g++" CFLAGS="-g -O2 -fa lign-functions" CPPFLAGS="" make -C 3rdParty/FMIL/build
test -d 3rdParty/FMIL/install || make -C 3rdParty/FMIL/build install
test "(" ! `uname` = Darwin ")" -o "(" ! -f 3rdParty/FMIL/build/libfmilib_shared .dll ")" || install_name_tool -id @rpath/libfmilib_shared.dll 3rdParty/FMIL/buil d/libfmilib_shared.dll
cp -pPR 3rdParty/FMIL/build/libfmilib.a /e/OpenModelica.git/build/lib/omc
test ! -f /e/OpenModelica.git/build/lib/omc/libfmilib_shared.dll || ln -sf libfm ilib_shared.dll /e/OpenModelica.git/build/lib/omc/libfmilib.dll
#TODO: Only copy required headers, add them in omc/fmi subfolder, and do not cop y c/txt-files
#cp -rp 3rdParty/FMIL/install/include/* /e/OpenModelica.git/build/include/omc
test -d 3rdParty/Cdaskr/solver
(cd 3rdParty/Cdaskr/solver && make -f Makefile CC="gcc" CFLAGS="-g -O2 -falign-f unctions")
make[2]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/Cdaskr/solv er'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/Cdaskr/solve r'
test -d 3rdParty/CMinpack
mkdir -p 3rdParty/CMinpack/build
(cd 3rdParty/CMinpack/build && test -f Makefile || CC="gcc" CXX="g++" CFLAGS="-g -O2 -falign-functions" CPPFLAGS="" /c/OMDEV/bin/cmake/bin/cmake -DCMAKE_VERBOSE _MAKEFILE:Bool=ON -D CMAKE_AR:String="ar" -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DBUIL D_SHARED_LIBS:Bool=OFF -DCMAKE_INSTALL_PREFIX:String=../install -DCMINPACK_LIB_I NSTALL_DIR:String=../install .. -G "MSYS Makefiles")
test -f 3rdParty/CMinpack/build/libcminpack.a || make -C 3rdParty/CMinpack/build
test ! `uname` = Darwin || install_name_tool -id @rpath/libcminpack.a 3rdParty/C Minpack/build/libcminpack.a
# copy dll/so to lib/omc/ folders
(rm -f /e/OpenModelica.git/build/lib/omc/libcminpack.a*)
(cp -af 3rdParty/CMinpack/build/libcminpack.a* /e/OpenModelica.git/build/lib/omc )
# Darwin has to be special always
(test ! `uname` = Darwin || cp -af 3rdParty/CMinpack/build/lib*.dylib /e/OpenMod elica.git/build/lib/omc)
make -C Compiler/Translation OMBUILDDIR=/e/OpenModelica.git/build release
make[2]: Entering directory '/e/OpenModelica.git/OMCompiler/Compiler/Translation '
for locale in de sv es; do mkdir -p /e/OpenModelica.git/build/share/locale//$loc ale/LC_MESSAGES && msgfmt -o/e/OpenModelica.git/build/share/locale//$locale/LC_M ESSAGES/openmodelica.mo $locale.po; done
make[2]: Leaving directory '/e/OpenModelica.git/OMCompiler/Compiler/Translation'
(cp -p Examples/*.* /e/OpenModelica.git/build/share/doc/omc/testmodels/)
rm -f /e/OpenModelica.git/build/share/doc/omc/testmodels/CMake*.txt
mkdir -p 3rdParty/SuiteSparse/build
cd 3rdParty/SuiteSparse/build && /c/OMDEV/bin/cmake/bin/cmake .. -G "MSYS Makefi les" -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DCMAKE_INSTALL_PREFIX:PATH="/e/OpenModeli ca.git/build" -DLIB_OMC="lib/omc" -DBUILD_SHARED_LIBS:Bool=OFF
-- Configuring done
-- Generating done
-- Build files have been written to: E:/OpenModelica.git/OMCompiler/3rdParty/Sui teSparse/build
make -C 3rdParty/SuiteSparse/build install
make[2]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -H/E/OpenModelica.git/OMCompiler/3rdParty/Suite Sparse -B/E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build --check-build -system CMakeFiles/Makefile.cmake 0
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_progress_start /E/OpenModelica.git/OMC ompiler/3rdParty/SuiteSparse/build/CMakeFiles /E/OpenModelica.git/OMCompiler/3rd Party/SuiteSparse/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/amd_global.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/amd_global.dir/build.make CMakeFiles/amd_global.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/amd_global.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 0%] Built target amd_global
make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/amd_DINT.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/amd_DINT.dir/build.make CMakeFiles/amd_DINT.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/amd_DINT.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 3%] Built target amd_DINT
make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/amd_DLONG.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/amd_DLONG.dir/build.make CMakeFiles/amd_DLONG.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/amd_DLONG.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 6%] Built target amd_DLONG
make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/amd.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/amd.dir/build.make CMakeFiles/amd.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/amd.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 6%] Built target amd
make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.d ir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/btf_object_DLONG.dir/DependInfo.cmake --colo r=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/btf_object_DLONG.dir/build.make CMakeFiles/btf_object_DLONG.d ir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/btf_object_DLONG.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 7%] Built target btf_object_DLONG
make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir /depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/btf_object_DINT.dir/DependInfo.cmake --color =
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/btf_object_DINT.dir/build.make CMakeFiles/btf_object_DINT.dir /build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/btf_object_DINT.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 8%] Built target btf_object_DINT
make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/btf.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/btf.dir/build.make CMakeFiles/btf.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/btf.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 8%] Built target btf
make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir /depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/colamd_object_l.dir/DependInfo.cmake --color =
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/colamd_object_l.dir/build.make CMakeFiles/colamd_object_l.dir /build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/colamd_object_l.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 8%] Built target colamd_object_l
make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/dep end
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/colamd_object.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/colamd_object.dir/build.make CMakeFiles/colamd_object.dir/bui ld
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/colamd_object.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 9%] Built target colamd_object
make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/colamd.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/colamd.dir/build.make CMakeFiles/colamd.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/colamd.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 9%] Built target colamd
make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir /depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/klu_object_DINT.dir/DependInfo.cmake --color =
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/klu_object_DINT.dir/build.make CMakeFiles/klu_object_DINT.dir /build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/klu_object_DINT.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 14%] Built target klu_object_DINT
make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.d ir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/klu_object_DLONG.dir/DependInfo.cmake --colo r=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/klu_object_DLONG.dir/build.make CMakeFiles/klu_object_DLONG.d ir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/klu_object_DLONG.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 18%] Built target klu_object_DLONG
make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/klu.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/klu.dir/build.make CMakeFiles/klu.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/klu.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 18%] Built target klu
make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/ umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/Depen dInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/ umfpack_olib_DLONG_CONJUGATE_SOLVE.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_CONJUGATE_SOLVE.d ir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 18%] Built target umfpack_olib_DLONG_CONJUGATE_SOLVE
make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpac k_olib_DLONG_DO_VALUES.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/DependInfo. cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/build.make CMakeFiles/umfpac k_olib_DLONG_DO_VALUES.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_DO_VALUES.dir/bui ld'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 18%] Built target umfpack_olib_DLONG_DO_VALUES
make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_oli b_DLONG_FIXQ.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build.make CMakeFiles/umfpack_oli b_DLONG_FIXQ.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_FIXQ.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 18%] Built target umfpack_olib_DLONG_FIXQ
make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/u mfpack_olib_DINT_CONJUGATE_SOLVE.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/Depend Info.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/u mfpack_olib_DINT_CONJUGATE_SOLVE.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_CONJUGATE_SOLVE.di r/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 19%] Built target umfpack_olib_DINT_CONJUGATE_SOLVE
make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT .dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT.dir/DependInfo.cmake --col or=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DINT.dir/build.make CMakeFiles/umfpack_olib_DINT .dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 38%] Built target umfpack_olib_DINT
make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib _ZINT_DROP.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DROP.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZINT_DROP.dir/build.make CMakeFiles/umfpack_olib _ZINT_DROP.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_DROP.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 38%] Built target umfpack_olib_ZINT_DROP
make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_oli b_ZLONG_FIXQ.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build.make CMakeFiles/umfpack_oli b_ZLONG_FIXQ.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_FIXQ.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 38%] Built target umfpack_olib_ZLONG_FIXQ
make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_o lib_ZLONG_WSOLVE.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/DependInfo.cma ke --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_o lib_ZLONG_WSOLVE.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_WSOLVE.dir/build' .
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 39%] Built target umfpack_olib_ZLONG_WSOLVE
make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_ol ib_ZINT_WSOLVE.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/DependInfo.cmak e --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build.make CMakeFiles/umfpack_ol ib_ZINT_WSOLVE.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_WSOLVE.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 40%] Built target umfpack_olib_ZINT_WSOLVE
make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/ umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/Depen dInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/ umfpack_olib_DINT_DO_MAP_DO_VALUES.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_DO_MAP_DO_VALUES.d ir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 40%] Built target umfpack_olib_DINT_DO_MAP_DO_VALUES
make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib _DINT_FIXQ.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_FIXQ.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib _DINT_FIXQ.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_FIXQ.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 40%] Built target umfpack_olib_DINT_FIXQ
make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_ol ib_DINT_WSOLVE.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/DependInfo.cmak e --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build.make CMakeFiles/umfpack_ol ib_DINT_WSOLVE.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_WSOLVE.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 40%] Built target umfpack_olib_DINT_WSOLVE
make -f CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build.make CMakeFiles/umfpack_olib _ZINT_FIXQ.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/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 '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_FIXQ.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 40%] Built target umfpack_olib_ZINT_FIXQ
make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles /umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/Depe ndInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles /umfpack_olib_ZLONG_DO_MAP_DO_VALUES.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_DO_MAP_DO_VALUES. dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 40%] Built target umfpack_olib_ZLONG_DO_MAP_DO_VALUES
make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_o lib_DLONG_DO_MAP.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/DependInfo.cma ke --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_o lib_DLONG_DO_MAP.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_DO_MAP.dir/build' .
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 40%] Built target umfpack_olib_DLONG_DO_MAP
make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT .dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT.dir/DependInfo.cmake --col or=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZINT.dir/build.make CMakeFiles/umfpack_olib_ZINT .dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 57%] Built target umfpack_olib_ZINT
make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles /umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/Depe ndInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build.make CMakeFiles /umfpack_olib_DLONG_DO_MAP_DO_VALUES.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_DO_MAP_DO_VALUES. dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 58%] Built target umfpack_olib_DLONG_DO_MAP_DO_VALUES
make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpac k_olib_ZLONG_DO_VALUES.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/DependInfo. cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/build.make CMakeFiles/umfpac k_olib_ZLONG_DO_VALUES.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_DO_VALUES.dir/bui ld'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 59%] Built target umfpack_olib_ZLONG_DO_VALUES
make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_oli b_DLONG_DROP.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_DROP.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DLONG_DROP.dir/build.make CMakeFiles/umfpack_oli b_DLONG_DROP.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_DROP.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 59%] Built target umfpack_olib_DLONG_DROP
make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack _olib_ZINT_DO_VALUES.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/DependInfo.c make --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/build.make CMakeFiles/umfpack _olib_ZINT_DO_VALUES.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_DO_VALUES.dir/buil d'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 59%] Built target umfpack_olib_ZINT_DO_VALUES
make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/ umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/Depen dInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build.make CMakeFiles/ umfpack_olib_ZLONG_CONJUGATE_SOLVE.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_CONJUGATE_SOLVE.d ir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 60%] Built target umfpack_olib_ZLONG_CONJUGATE_SOLVE
make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/depen d
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib.dir/build.make CMakeFiles/umfpack_olib.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 61%] Built target umfpack_olib
make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_ol ib_DINT_DO_MAP.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/DependInfo.cmak e --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build.make CMakeFiles/umfpack_ol ib_DINT_DO_MAP.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_DO_MAP.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 61%] Built target umfpack_olib_DINT_DO_MAP
make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib _DINT_DROP.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DINT_DROP.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DINT_DROP.dir/build.make CMakeFiles/umfpack_olib _DINT_DROP.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DINT_DROP.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 61%] Built target umfpack_olib_DINT_DROP
make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLO NG.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG.dir/DependInfo.cmake --co lor=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DLONG.dir/build.make CMakeFiles/umfpack_olib_DLO NG.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 81%] Built target umfpack_olib_DLONG
make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_o lib_ZLONG_DO_MAP.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/DependInfo.cma ke --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build.make CMakeFiles/umfpack_o lib_ZLONG_DO_MAP.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_DO_MAP.dir/build' .
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 81%] Built target umfpack_olib_ZLONG_DO_MAP
make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_oli b_ZLONG_DROP.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG_DROP.dir/DependInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build.make CMakeFiles/umfpack_oli b_ZLONG_DROP.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG_DROP.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 81%] Built target umfpack_olib_ZLONG_DROP
make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_ol ib_ZINT_DO_MAP.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/DependInfo.cmak e --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build.make CMakeFiles/umfpack_ol ib_ZINT_DO_MAP.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_DO_MAP.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 81%] Built target umfpack_olib_ZINT_DO_MAP
make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_o lib_DLONG_WSOLVE.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/DependInfo.cma ke --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build.make CMakeFiles/umfpack_o lib_DLONG_WSOLVE.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_DLONG_WSOLVE.dir/build' .
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 82%] Built target umfpack_olib_DLONG_WSOLVE
make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLO NG.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZLONG.dir/DependInfo.cmake --co lor=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZLONG.dir/build.make CMakeFiles/umfpack_olib_ZLO NG.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZLONG.dir/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 98%] Built target umfpack_olib_ZLONG
make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/u mfpack_olib_ZINT_CONJUGATE_SOLVE.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/Depend Info.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build.make CMakeFiles/u mfpack_olib_ZINT_CONJUGATE_SOLVE.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_CONJUGATE_SOLVE.di r/build'.
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
[ 98%] Built target umfpack_olib_ZINT_CONJUGATE_SOLVE
make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/ umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/depend
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
/C/OMDEV/bin/cmake/bin/cmake.exe -E cmake_depends "MSYS Makefiles" /E/OpenModeli ca.git/OMCompiler/3rdParty/SuiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/S uiteSparse /E/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenMode lica.git/OMCompiler/3rdParty/SuiteSparse/build /E/OpenModelica.git/OMCompiler/3r dParty/SuiteSparse/build/CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/Depen dInfo.cmake --color=
make[4]: Leaving directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse/ build'
make -f CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build.make CMakeFiles/ umfpack_olib_ZINT_DO_MAP_DO_VALUES.dir/build
make[4]: Entering directory '/e/OpenModelica.git/OMCompiler/3rdParty/SuiteSparse /build'
make[4]: Nothing to be done for 'CMakeFiles/umfpack_olib_ZINT_DO_MAP_DO_VALUES.d ir/build'.
make[4]: Leaving directory '/e/OpenMo
- Index
- » Developer
- » OpenModelica development
- » Install OMPlot on mingw64