Adrian Pop

Results 118 comments of Adrian Pop

As far as I understand, this is not possible. When you throw you need to give someplace to jump to, you need a valid jump buffer in `threadData`, otherwise it...

Now the diff loooks like: ```diff diff --git a/OffDelay.mo b/OffDelay.mo index 278fe2f..48ba98d 100644 --- a/OffDelay.mo +++ b/OffDelay.mo @@ -1,7 +1,7 @@ -within Dynawo; -/* -*/ -model OffDelay - extends Modelica.Blocks.Interfaces.PartialBooleanSISO_small;...

Not sure if we can handle this without saving all the whitespace information. I will check.

Can you make a PR where you have the Qt6 build activated? Then just build it via: https://test.openmodelica.org/jenkins/job/Windows/job/OM_Win_NIGHTLY_BUILD_64bit_experimental/

There is an experimental build with Qt6 available here (Note that is missing the documentation browser); https://build.openmodelica.org/omc/builds/windows/nightly-builds/PRbuilds/64bit/

Is available now: https://build.openmodelica.org/omc/builds/windows/nightly-builds/PRbuilds/64bit/

This calls `ExternData\Resources\BuildProjects\autotools` to build the C library archives, fails and calls it again, forever.

This is not that. This is just to automatically build the external C code in the library when we don't detect them. This should never happen in this case as...

Ah, nevermind, I didn't get your question at first. Is good to be able to build the lib on first usage on the fly if possible on that particular computer...

For now to make it not go into an infinite loop one needs to add translation flag: `-d=-buildExternalLibs`. That will disable the autotools build of the library C-resources.