Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile fail #3

Open
shots9z opened this issue Mar 15, 2021 · 1 comment
Open

Compile fail #3

shots9z opened this issue Mar 15, 2021 · 1 comment

Comments

@shots9z
Copy link

shots9z commented Mar 15, 2021

[>] Arch => x64
[>] Create a directory: temp/
[>] 李晶.doc => EXE
[>] Compiling temp/XCXTvZ.syso
[>] Compiling XCXTvZ.go
[!] Compile fail: exit status 1

please help me

@darkb1rd
Copy link
Owner

[>] Arch => x64
[>] Create a directory: temp/
[>] 李晶.doc => EXE
[>] Compiling temp/XCXTvZ.syso
[>] Compiling XCXTvZ.go
[!] Compile fail: exit status 1

please help me

  1. 编译失败后,不要删除temp文件夹
  2. 执行命令set GO111MODULE=off
  3. 执行命令go build .\temp ,此步骤应该会提示缺少某些库,安装即可。
  4. 重新执行第3步,直至正常编译出exe
  5. 删除temp目录,重新使用darkgld.exe进行生成。
  6. 上述命令建议在cmd上执行。若依旧错误,请提交issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants