-
Notifications
You must be signed in to change notification settings - Fork 468
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
编译报错提示go module找不到 #177
Comments
看起来是makefile里面有些目录写的是v4 v4替换成v5后看好像ok了。 |
编译通过后,能放在openwrt里使用吗?我的安装后用不了,跑不起来。 |
core可以 但是luci-app不行。 好像是和luci的版本关系。 打算放弃了。 |
可否把v2ray.ipk发一份给我,我的luci好像可以用,我试一下能不能跑起来,谢谢! |
我的已经删了。 对应ipk可以在官方的package里面下到的啊。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please attach the output of following commands.
使用lede的openwrt源码编译成功,clone本仓库至package后。build对应插件报错。
Finding targets
no required module provides package github.com/v2fly/v2ray-core/v4/main; to add it:
go get github.com/v2fly/v2ray-core/v4/main
Building targets
no Go files in /data/workspace/lede/build_dir/target-mipsel_24kc_musl/v2ray-core-full/v2ray-core-5.1.0/.go_work/build
make[2]: *** [Makefile:369: /data/workspace/lede/build_dir/target-mipsel_24kc_musl/v2ray-core-full/v2ray-core-5.1.0/.built] Error 1
make[2]: Leaving directory '/data/workspace/lede/package/v2ray-core'
time: package/v2ray-core/full/compile#0.37#0.42#4.73
ERROR: package/v2ray-core failed to build (build variant: full).
make[1]: *** [package/Makefile:116: package/v2ray-core/compile] Error 1
make[1]: Leaving directory '/data/workspace/lede'
make: *** [/data/workspace/lede/include/toplevel.mk:230: package/v2ray-core/compile] Error 2
是在是对makefile不熟,求教是什么原因
The text was updated successfully, but these errors were encountered: