-
Notifications
You must be signed in to change notification settings - Fork 523
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
GOCACHE is not defined 出现这个错误 #25
Comments
我在环境变量里面设置了GOCACHE为一个路径,还是不行 |
这个地方是设置在golang里面,不过我在Windows下还是没有编译通过,应该是sqllite需要重新编译,我看除了需要gcc外,还需要动态链接库 |
还是我的姿势,哪里不太对? |
找到问题了,Windows下编译sqlite有问题,估计在Linux和mac下是没有什么问题的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`
$ make start
build cache is required, but could not be located: GOCACHE is not defined and %L ocalAppData% is not defined
make: *** [Makefile:15: start] Error 1
`
执行Makefile出错,但是我看了,这个编译代码,怎么会提示这个错误呢
The text was updated successfully, but these errors were encountered: