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

build error on windows #9

Open
Raindrifter opened this issue Feb 13, 2023 · 1 comment
Open

build error on windows #9

Raindrifter opened this issue Feb 13, 2023 · 1 comment

Comments

@Raindrifter
Copy link

It seems that imageflow_job_windows.go lacke some function. How to fix it ?

go\pkg\mod\github.com\imazen\[email protected]\imageflow.go:146:12: job.CleanUp undefined (type job has no field or method CleanUp)

@SombreCode
Copy link

Temp solutions, use : go get -u github.com/SombreCode/imageflow-go

imageflow_job_windows.go 添加了一个叫做 CleanUp 的空方法,让编译能过去, 并没有修复windows下的内存泄露问题,所以只建议用来开发,正式部署用linux好。
https://github.com/SombreCode/imageflow-go

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