You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Roger Meier (JIRA)" <ji...@apache.org> on 2015/04/02 22:24:54 UTC

[jira] [Resolved] (THRIFT-3072) Build in separate directory

     [ https://issues.apache.org/jira/browse/THRIFT-3072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roger Meier resolved THRIFT-3072.
---------------------------------
    Resolution: Won't Fix

yep, there are some issues left to complete CMake build.

however, c++ is already buildable with CMake, see build/cmake/README.md

or look at the existing issues in that area CMake improvments are welcome!
-roger

> Build in separate directory
> ---------------------------
>
>                 Key: THRIFT-3072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Build Process
>    Affects Versions: 0.9.2
>            Reporter: James E. King, III
>
> The thrift build environment leverages .gitignore extensively to allow for [builds in the same directory|http://wiki.apache.org/thrift/ThriftInstallation] as the source.  It would be preferable to allow for an external build directory such that the source directory could be read-only.  This would allow for an extensive simplification of .gitignore and easier cleanup of builds, and maintain a pristine source directory.
> {code}
> ~/thrift$ cd ..
> ~$ cd thrift-build
> ~/thrift-build$ ../thrift/bootstrap.sh 
> ../thrift/bootstrap.sh: 22: ../thrift/bootstrap.sh: ./cleanup.sh: not found
> aclocal: error: 'configure.ac' is required
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)