In build_sysimg.jl and in BuildExecutable.jl you build inference0...
the code from inference0 is identical with code from inference
but whats the point in building it?
You already build inference from coreimg. why do you need to build it twice?
Even if you would need inference0, wouldn't it be better to just copy & paste & rename inference.jii and inference.o?
i removed inference0 lines in build_sysimg.jl and in BuildExecutable.jl and my compiling went through without problems (system: windows 10 - x64).
In build_sysimg.jl and in BuildExecutable.jl you build inference0... the code from inference0 is identical with code from inference
but whats the point in building it?
You already build inference from coreimg. why do you need to build it twice? Even if you would need inference0, wouldn't it be better to just copy & paste & rename inference.jii and inference.o?
i removed inference0 lines in build_sysimg.jl and in BuildExecutable.jl and my compiling went through without problems (system: windows 10 - x64).