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
On WIndows with MinGW-w64 compiler, the build.wls script doesn't work out of the box.
When running the script from CMD, I got the following error message:
CreateLibrary::instl: The compiler installation directive "CompilerInstallation" -> $Failed does not indicate a usable installation of MinGW (executable: g++.exe).
Expected behavior
Expecting the package be built successfully.
Version
gcc (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
Windows 10 (Version 1909)
Additional context
It seems, in scripts/buildInit.wl, some options in CreateLibrary needs special treatment:
The problem
On WIndows with MinGW-w64 compiler, the
build.wls
script doesn't work out of the box.When running the script from CMD, I got the following error message:
Expected behavior
Expecting the package be built successfully.
Version
Additional context
It seems, in
scripts/buildInit.wl
, some options inCreateLibrary
needs special treatment:SetReplace/scripts/buildInit.wl
Lines 36 to 44 in ea09f2c
I can make the compilation successful with manually specifying the compiler:
and replacing the above referenced options with just a
The text was updated successfully, but these errors were encountered: