test/cpp makefiles do not honor --prefix configuration setting
--------------------------------------------------------------
Key: THRIFT-457
URL: https://issues.apache.org/jira/browse/THRIFT-457
Project: Thrift
Issue Type: Bug
Components: Test Suite
Affects Versions: 0.1
Environment: All
Reporter: Rush Manbert
The test/cpp/Stress-test.mk and test/cpp/Thrift-test.mk makefiles do not use
the include or library paths defined by the --prefix configuration parameter.
This makes the test program builds fail because header files and libraries
(once you fix the header paths) cannot be found.
I cannot provide a patch because I don't know how to make this change, other
than by editing the makefiles in my source tree. I'm sure there's some automake
way to fix this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.