Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9.1
-
None
-
Patch Available
Description
Parallel builds sometime fail with:
src/thriftl.ll:51:21: fatal error: thrifty.h: No such file or directory compilation terminated. make[3]: *** [libparse_a-thriftl.o] Error 1
This is because the Makefile doesn't require that thrifty.cc (and its accompanying header) be generated before thriftl.o is compiled. This is normally done via BUILT_SOURCES.