Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Patch Available
Description
It should be possible to build the architecture independent parts of thrift separately from the architecture dependent ones. This isn't currently possible because building the perl library causes the thrift compiler to be run in preparation of the test suite, which in turn causes the build to fail if the compiler has not yet been built.
The attached patch causes code generation to occur when the test suite is run (in the check-local target).