-
Notifications
You must be signed in to change notification settings - Fork 12
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
make遇错 #1
Comments
@luckypoem |
可以试试全新版本 :) |
hi. 如何解决? |
看起来像是std::lock_guard的问题,另外你是在macos编译的吗? |
是啊 |
即使是上一版也没支持macos……
…________________________________
From: luckypoem <notifications@github.com>
Sent: Thursday, January 30, 2020 3:43:39 PM
To: wtdcode/tun2socks <tun2socks@noreply.github.com>
Cc: Mio <ziqiaokong@outlook.com>; State change <state_change@noreply.github.com>
Subject: Re: [wtdcode/tun2socks] make遇错 (#1)
是啊
―
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub<#1?email_source=notifications&email_token=AHJULO6FDYVXA5ZMZLOH2DDRAKAKXA5CNFSM4ISBLYPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKJ76BY#issuecomment-580124423>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHJULO3MNHXAE7P5AXCFOUDRAKAKXANCNFSM4ISBLYPA>.
|
Fixed. See this. 不过 macos 支持的优先级可能很靠后了,得先解决一些其他问题。 |
hi. make还是有问题: |
hi。
运行 make
显示如下:
...
/Users/brite/tun2socks-by-wtdcode/tun2socks-core/./include/tuntap.h:3:10: fatal error:
'string_view' file not found
#include <string_view>
^
4 warnings and 2 errors generated.
make[2]: *** [tun2socks-core/CMakeFiles/tun2socks-core.dir/tun2socks-core.cpp.o] Error 1
make[1]: *** [tun2socks-core/CMakeFiles/tun2socks-core.dir/all] Error 2
make: *** [all] Error 2
yudeMacBook-Air:tun2socks-by-wtdcode brite$
怎么解决?
The text was updated successfully, but these errors were encountered: