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
The README.md file says to install Go, packr, a C compiler, Lua 5.3, and some Lua libraries.
I have a default systemwide Go go version go1.20.6 windows/amd64
I have VS2019 and VS2022 installed with the VC compiler, but I'm unsure how to configure that in this case.
I installed Lua 5.3 and Lua 5.4 via winget (the README.md says to install 5.3, but the current version of luarocks complains if I didn't have 5.4 also available).
packr build seems to be for Packr v1 which seems to have disappeared - I'm only able to get Packr v2 packr2 to install, but it seems to work.
When running cd factorio-tools\factoriodump or cd factorio-tools\factorioload then go build or packr2 build I get this error:
C:\git\clones\kirkmcdonald\factorio-tools\factoriodump>packr2 build
github.com/KirkMcDonald/golua/lua: build constraints exclude all Go files in C:\Users\David\go\pkg\mod\github.com\!kirk!mc!donald\[email protected]\lua
Error: exit status 1
(Using --verbose doesn't show any relevant extra details, unfortunately).
None of the .go files in C:\Users\David\go\pkg\mod\github.com\!kirk!mc!donald\[email protected]\lua have build-constraint comments in them, so I'm unsure where that's coming from.
factoriodump
from source on Windows 10.README.md
file says to install Go,packr
, a C compiler, Lua 5.3, and some Lua libraries.go version go1.20.6 windows/amd64
README.md
says to install 5.3, but the current version ofluarocks
complains if I didn't have 5.4 also available).packr build
seems to be for Packr v1 which seems to have disappeared - I'm only able to get Packr v2packr2
to install, but it seems to work.cd factorio-tools\factoriodump
orcd factorio-tools\factorioload
thengo build
orpackr2 build
I get this error:(Using
--verbose
doesn't show any relevant extra details, unfortunately).None of the
.go
files inC:\Users\David\go\pkg\mod\github.com\!kirk!mc!donald\[email protected]\lua
have build-constraint comments in them, so I'm unsure where that's coming from.(running
go clean -modcache
didn't solve the problem: any attempt to build will fail with the same build-constraints error as above)The text was updated successfully, but these errors were encountered: