Andreas

Results 64 comments of Andreas

Now the FMU has all the C source files needed to compile. The next step is to get ida_solver.c to compile inside the FMU. We don't have KLU,Kinsol and other...

I can build your branch with CMake on both Ubuntu and Windows. Check if your submodules are unchanged. If they are changed fix them with `git submodule update --init --recursive`....

You disabled the GUI clients like OMEdit: > I used omdev ucrt64 environment to build the project in command line, when cmake -S . -B build_cmake -Wno-dev -G "MSYS Makefiles"...

I experienced the same issue some time ago: ![grafik](https://github.com/OpenModelica/OpenModelica/assets/38031952/98d126fc-200b-4633-bf75-43e236f2043e) After detaching the `Variable Browser` window I can't move it any more. The only solution for me was to delete the...

Yes, could be https://github.com/microsoft/wslg/issues/948. I guess we have to wait for Microsoft to fix this issue in WSLg.

If I'm using the Git Bash (MinTTY) with the bundled OpenSSH I can push/pull/... without issues. I changed my git installation to use external OpenSSH (use the one found in...

I fixed that yesterday and added the above model as a test. Maybe try again or is it a Windows thing?

Some years ago I worked on that a tiny bit, but eventually I gave up. It was not clear to me what should be the difference between static/dynamic or some...