You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the follow when trying to link a Lori stress test on Windows. It has no issues on Linux or MacOS:
corral run -- ponyc --debug --define openssl_0.9.0 --path D:\a\lori\lori --output "D:\a\lori\lori\build\debug" "D:\a\lori\lori\stress-tests\open-close"
exit: Exited(-1)
out:
Creating library D:\a\lori\lori\build\debug\open-close.lib and object D:\a\lori\lori\build\debug\open-close.exp
open-close.obj : error LNK2019: unresolved external symbol pony_schedulers referenced in function runtime_info_Scheduler_box_schedulers_oI
Hint on symbols that are defined and could potentially match:
"unsigned int __cdecl pony_schedulers(void)" (?pony_schedulers@@YAIXZ)
D:\a\lori\lori\build\debug\open-close.exe : fatal error LNK[11](https://github.com/ponylang/lori/actions/runs/13448059752/job/37577454470?pr=127#step:8:12)20: 1 unresolved externals
err:
The text was updated successfully, but these errors were encountered:
Note this would have been caught much earlier if we were building
examples on Windows as part of CI as there is a runtime info example
that would fail on Windows.
Closes#4624
Note this would have been caught much earlier if we were building
examples on Windows as part of CI as there is a runtime info example
that would fail on Windows.
Closes#4624
I get the follow when trying to link a Lori stress test on Windows. It has no issues on Linux or MacOS:
The text was updated successfully, but these errors were encountered: