Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
openSUSE 13.2
-
Patch Available
Description
Today I ran into a situation where I wanted to do a make clean in the test/c_glib directory only. After that, the build was no longer possible and always ended with:
$> make
Makefile:564: gen-c_glib/.deps/t_test_second_service.Plo: File or folder not found
Makefile:565: gen-c_glib/.deps/t_test_thrift_test.Plo: File or folder not found
Makefile:566: gen-c_glib/.deps/t_test_thrift_test_types.Plo: File or folder not found
make: *** No rule to make target 'gen-c_glib/.deps/t_test_thrift_test_types.Plo'. Stop.
After running ./configure again the problem went away.
Attachments
Issue Links
- is depended upon by
-
THRIFT-3266 c_glib: Multiple compiler warnings building unit tests
- Closed