Github user jeking3 commented on a diff in the pull request:

    https://github.com/apache/thrift/pull/1162#discussion_r97203001
  
    --- Diff: build/wincpp/build-thrift-compiler.bat ---
    @@ -0,0 +1,80 @@
    +::
    +:: Licensed under the Apache License, Version 2.0 (the "License");
    +:: you may not use this file except in compliance with the License.
    +:: You may obtain a copy of the License at
    +:: 
    +::     http://www.apache.org/licenses/LICENSE-2.0
    +:: 
    +:: Unless required by applicable law or agreed to in writing, software
    +:: distributed under the License is distributed on an "AS IS" BASIS,
    +:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +:: See the License for the specific language governing permissions and
    +:: limitations under the License.
    +:: 
    +
    +::
    +:: Produces a production thrift compiler suitable for redistribution.
    +:: The compiler is linked to runtime statically for maximum portability.
    +:: Assumes the thirdparty files for "winflexbison" have been placed
    +:: according to the README.md instructions.
    +::
    +:: Open a Visual Studio Command Prompt of your choosing and then
    +:: run this script.  
    +
    +@ECHO OFF
    +SETLOCAL EnableDelayedExpansion
    +
    +IF NOT DEFINED CMAKE_ROOT      SET CMAKE_ROOT=C:\Program Files\CMake
    --- End diff --
    
    I need to remove this, since it can confuse CMAKE.  We'll assume that CMAKE 
is in the path, like the other top level batch does.  With this here I was 
getting errors with CMAKE-3.7 so I will fix in the next push.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to