Use Autoconf.mo instead of external C functions#3016
Use Autoconf.mo instead of external C functions#3016sjoelund wants to merge 1 commit intoOpenModelica:masterfrom
Conversation
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2019-03-29_10-36-01. |
This starts using Autoconf.mo for constants such as the dll extension.
14a664d to
d2aaba1
Compare
|
The test suite is unstable according to OpenModelica_TEST_PULL_REQUEST 2019-03-29_11-17-52. |
|
The tests run correctly according to OpenModelica_TEST_PULL_REQUEST 2019-03-29_11-49-30. |
This starts using Autoconf.mo for constants such as the dll extension. Belonging to [master]: - #3016 - OpenModelica/OpenModelica-testsuite#1154
Belonging to [master]: - OpenModelica/OMCompiler#3016 - #1154
|
Why is this even working? In windows it does not work properly. We build the bootstrapped compiler out of the tar.gz C files and they expect the Compiler/runtime library to contain the functions that are called from System.c |
|
So in windows the build just dies with: |
|
I cannot even debug this properly as we only have C files, not .mo files they were created from. |
|
Nevermind, I found the problem, #3020 should fix it. |
|
@adrpo Now OSX fails: |
|
@sjoelund Also the Mac nightly build shows the above error/warning: |
This starts using Autoconf.mo for constants such as the dll extension.