Updated Branches:
  refs/heads/master d5f617f6a -> fb89bb5fc

THRIFT-2155: Adding one liner guide to rename the version.h.in and rename
thrifty.cc.h
Client: cpp
Patch: Karthick Selvaraj


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/fb89bb5f
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/fb89bb5f
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/fb89bb5f

Branch: refs/heads/master
Commit: fb89bb5fca694b79ae006551b90d30f491d7ad07
Parents: d5f617f
Author: Ben Craig <bencr...@apache.org>
Authored: Fri Aug 30 13:46:05 2013 -0500
Committer: Ben Craig <bencr...@apache.org>
Committed: Fri Aug 30 13:46:05 2013 -0500

----------------------------------------------------------------------
 compiler/cpp/README_Windows.txt | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/fb89bb5f/compiler/cpp/README_Windows.txt
----------------------------------------------------------------------
diff --git a/compiler/cpp/README_Windows.txt b/compiler/cpp/README_Windows.txt
index 438ce04..a19f83d 100644
--- a/compiler/cpp/README_Windows.txt
+++ b/compiler/cpp/README_Windows.txt
@@ -24,6 +24,10 @@ Place a copy of bison.simple in thrift/compiler/cpp
 > bison -y -o "src/thrifty.cc" --defines src/thrifty.yy
 > move src\thrifty.cc.hh  src\thrifty.hh
 
+Bison might generate the yacc header file "thrifty.cc.h" with just one h ".h" 
extension; in this case you'll have to rename to "thrifty.h".
+
+> move src\windows\version.h.in src\windows\version.h
+
 Download inttypes.h from the interwebs and place it in an include path
 location (e.g. thrift/compiler/cpp/src).
 

Reply via email to