Peter
Peter
When building libgit2 it is not clear how to properly build with OpenSSL 3. By deafult, OpenSSL 1 on my system is linked with dynamically but I want to link...
When upgrading compiler from MinGW 8 to MinGW 15 on Windows I get below compiler errors (both for 32-bit and 64-bit). ``` ModelicaInternal.c: In function 'ModelicaInternal_mkdir': ModelicaInternal.c:371:18: error: implicit declaration...
It would be quite useful if the Resources/BuildProjects/gcc/Makefile could handle also MinGW. Below additon will support also MinGW64. It however remains to work out the naming convention for the MinGW...
The ```Modelica/Resources/BuildProjects/gcc/Makefile``` does not handle missing installation directory, which was the case when I downloaded the latest ModelicaStandardLibrary-master. One possible remedy is to complete the ```all``` target and add a...