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".
Search found 2 matches
- Fri Feb 26, 2016 9:41 pm
- Forum: Server Setup & Guides
- Topic: Stable branch builds failing with ''do_close"
- Replies: 3
- Views: 3407
- Fri Feb 26, 2016 8:31 pm
- Forum: Server Setup & Guides
- Topic: Stable branch builds failing with ''do_close"
- Replies: 3
- Views: 3407
Stable branch builds failing with ''do_close"
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 hea...