GitHub user Jens-G opened a pull request:
https://github.com/apache/thrift/pull/563
THRIFT-2957 warning: source file %s is in a subdirectory, but option …
…'subdir-objects' is disabled
Client: Compiler General
Patch: Simon South
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Jens-G/thrift THRIFT-2957
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/563.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #563
commit b6cda377fe7d4f63afe5cae184b1840371f4011f
Author: Jens Geyer <jensg@apache.org>
Date: 2015-07-25T13:59:46Z
THRIFT-2957 warning: source file %s is in a subdirectory, but option 'subdir-objects' is disabled
Client: Compiler General
Patch: Simon South
automake produces a lot of these errors and in the configure.ac file the line with AM_INIT_AUTOMAKE([...]) does not contain subdir-objects as an option.