I Change the branch to remotes/origin/stable and can build success when January,after update,I got some errors when compling:
1>e:\darkstar123\src\common\socket.cpp(785): error C3861: 'do_close': identifier not found
2>e:\darkstar123\src\common\socket.cpp(219): error C2447: '{': missing function header (old-style formal list?)
I am using VS2015 community on windows 7.
Stable branch SHA-1: 65dff8d2a28f4c8adb2a6580c1cf81337d3e72c4
Thanks for your help.
Stable branch builds failing with ''do_close"
-
- Posts: 2
- Joined: Fri Feb 26, 2016 8:02 pm
Re: Stable branch builds failing with ''do_close"
The CI is not failing, so it's probably a problem on your end. Try a clean rebuild and make sure the compiler is v140
-
- Posts: 2
- Joined: Fri Feb 26, 2016 8:02 pm
Re: Stable branch builds failing with ''do_close"
Thanks for reply.
I found root cause:
On github webpage,it will show
//ôóíêöèÿ, çàêðûâàþùàÿ ñîêåò
void do_close(int32 fd);
But on my vs2015,it will show
//鏵臌灕, 諘膴僠╠ 勷耪void do_close(int32 fd);
Looks like it have some encoding problem when using vs2015 on language "Chinese Traditional".
I found root cause:
On github webpage,it will show
//ôóíêöèÿ, çàêðûâàþùàÿ ñîêåò
void do_close(int32 fd);
But on my vs2015,it will show
//鏵臌灕, 諘膴僠╠ 勷耪void do_close(int32 fd);
Looks like it have some encoding problem when using vs2015 on language "Chinese Traditional".
Re: Stable branch builds failing with ''do_close"
Yes I had this problem myself.
Just shove it back to the next line like it should be.
Just shove it back to the next line like it should be.