On Mon, 7 Dec 2020, Sven Schreiber wrote:
I've tried the following:
<hansl>
foreign language=Julia --no-compile
print("Hello from Julia")
end foreign
</hansl>
and I'm getting the following verbatim output:
code missing for Hello from Julia_growbeg!(Array{Any, 1}, Int64) :
sysimg may not have been built with --compile=all
code missing for category_code(UInt32) : sysimg may not have been built
with --compile=all
Without --no-compile it works fine. This is yesterday's snapshot with
Julia 1.4.0 on Windows.
Works fine with julia 1.2.0 on Fedora and 1.5.3 on Arch.
When you give --no-compile in gretl that translates to the switch
--compile=no on the julia command-line. I guess that switch may be
missing from your Windows build.
There's a suggestion at
https://github.com/JuliaLang/julia/issues/16595 that this may be
some sort of julia-on-windows bug.
Allin