-
Notifications
You must be signed in to change notification settings - Fork 730
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 failing #212
Comments
@AshotN I got the same error. Have you found any solution about it? |
I gave up on the project I was working on related to this. Sorry I couldn't be more helpful |
I've resolved the bug. This repo depends on websocketpp as submodules. The websocktpp version has been out of date. update the websocktpp to latest commit will resolve all trouble ;) |
using the following command:
```
cd lib/websocketpp
git pull origin master
```
Then rebuild the whole project.
Good Luck ;)
…On Sat, Jul 6, 2019 at 2:03 AM lastpeony ***@***.***> wrote:
I've resolved the bug. This repo depends on websocketpp
<https://github.com/zaphoyd/websocketpp> as submodules. The websocktpp
version has been out of date. update the websocktpp to latest commit will
resolve all trouble ;)
Hello i am facing with the same problem.How do i exactly update websocktpp?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#212?email_source=notifications&email_token=AE3R7XBHPUAVYH6YDPV7ZM3P56EHVA5CNFSM4FR2JQQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZKB5EA#issuecomment-508829328>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE3R7XC4TXXYFUP7BLQUHLLP56EHVANCNFSM4FR2JQQQ>
.
|
I did this for building the INSTALL project, and it worked! C2039 'get_executor': is not a member of 'boost::reference_wrapperboost::asio::io_service' Did you come across these errors and found a fix? I'm using Visual Studio 19 on Windows 10. |
hi Ken,
unfortunately, I've never come across this error. but regard to the error
message you provided, it might be caused by unmatch version or installation
of boost lib.
bests and good luck ;)
Ken Iiyoshi <[email protected]> 于 2019年7月9日周二 下午8:17写道:
… I did this for building the INSTALL project, and it worked!
However, I got these set of new errors, which repeated 3 times in
sioclient project, io_object_impl.hpp line 87:
C2039 'get_executor': is not a member of
'boost::reference_wrapperboost::asio::io_service'
C2665 'boost::asio::detail::io_object_executor::io_object_executor': none
of the 3 overloads could convert all the argument types
with
[
Executor=boost::asio::executor
]
Did you come across these errors and found a fix?
I'm using Visual Studio 19 on Windows 10.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#212?email_source=notifications&email_token=AE3R7XCA7WIIW5PF6Y3XS3LP6R6VVA5CNFSM4FR2JQQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZQCTHY#issuecomment-509618591>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE3R7XFUXZX7HAJA5VVDBQTP6R6VVANCNFSM4FR2JQQQ>
.
|
I confirm the new error that keniiyoshi is reporting. I updated my websocketpp according to Jackey-Huo's instructions, and, once I |
Whew. Finally figured out what was happening.
After all of that, socket.io wouldn't compile, because in 2 places in Basically, there were two lines like this: The compiler doesn't like it. I had to delete the spurious I'm leaving this comment here in case it helps someone else. |
I don't think that it was "solved", but rather "worked around". I see 3 issues, in which 1 can't be fixed, and 2 which should be patched.
I don't think that this issue should be marked as resolved until 2 and 3 are done, though, because that is what it will take to make the project compile. The Boost 1.69 situation is merely a linking issue. |
Note that I see zaphoyd has pointed out that in websocketpp "The fix for this issue has been available on the develop branch for some time and has now been published in release 0.8.2". |
Just want to point out that 2.x branch still needs an update for the |
This should be fixed now. Please reopen if needed. |
I'm getting a ton of errors saying
Using Visual Studio 17 on Windows 10
The text was updated successfully, but these errors were encountered: