[
https://issues.apache.org/jira/browse/THRIFT-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15537144#comment-15537144
]
Patrick Bennett commented on THRIFT-3855:
-----------------------------------------
No, it doesn't work as-is. Not even close. The readme.me file in compiler/cpp
says to use winflex/bison and then at the end says not to use it but to use the
one from
https://jaisantonyk.wordpress.com/2008/03/16/lex-and-yaccbison-in-windows/
instead.
All the links on that page are dead, so can't use that.
So renaming winflexbison binaries and putting in path doesn't work either.
The solution references src/thriftl.ll when it's really in src/thrift/thriftl.ll
It continues to ripple through in fact.. Basically the solution/vcxproj file
is completely broken as checked in.
So.... let's try cmake. It looks like its more current.
Yet, trying cmake as directed using cmake .. yields the error:
CMake Error at CMakeLists.txt:156 (install):
install TARGETS given no RUNTIME DESTINATION for executable target
"thrift-compiler".
So I guess I have to learn about cmake now...
Guess I *really* have to use cmake with the -D BIN_INSTALL_DIR=xxxx flag.
So I run that... it builds the projects, build them... and it compiles but I
get tons of linker errors.
So... yeah... it's a mess. Clearly it's not being built based on the
instructions as listed.
> In the go simple server, if Stop() is called multiple times it hangs
> --------------------------------------------------------------------
>
> Key: THRIFT-3855
> URL: https://issues.apache.org/jira/browse/THRIFT-3855
> Project: Thrift
> Issue Type: Bug
> Components: Go - Library
> Affects Versions: 0.9.3
> Reporter: James E. King, III
> Assignee: Paul Finkelshteyn
> Priority: Minor
> Fix For: 0.10.0
>
>
> From the submitter huaiwan:
> {quote}
> huaiyun commented 18 hours ago
> When Stop() is called twice or more, and no new connection accepted from
> AcceptLoop(), the Stop() will be blocked because the quit channel is full.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)