We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I make local, encounter those error: Total time: 1 second Makefile:602: recipe for target 'all-local' failed make[3]: *** [all-local] Error 1 make[3]: Leaving directory '/home/cen/lucida/tools/thrift-0.9.3/lib/java' Makefile:538: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/cen/lucida/tools/thrift-0.9.3/lib' Makefile:609: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/cen/lucida/tools/thrift-0.9.3' Makefile:530: recipe for target 'all' failed make: *** [all] Error 2 Failed to install Apache Thrift Makefile:4: recipe for target 'all' failed make: *** [all] Error 1 Makefile:20: recipe for target 'local' failed make: *** [local] Error 2
The text was updated successfully, but these errors were encountered:
Share the complete outptut
Sorry, something went wrong.
No branches or pull requests
When I make local, encounter those error:
Total time: 1 second
Makefile:602: recipe for target 'all-local' failed
make[3]: *** [all-local] Error 1
make[3]: Leaving directory '/home/cen/lucida/tools/thrift-0.9.3/lib/java'
Makefile:538: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/cen/lucida/tools/thrift-0.9.3/lib'
Makefile:609: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/cen/lucida/tools/thrift-0.9.3'
Makefile:530: recipe for target 'all' failed
make: *** [all] Error 2
Failed to install Apache Thrift
Makefile:4: recipe for target 'all' failed
make: *** [all] Error 1
Makefile:20: recipe for target 'local' failed
make: *** [local] Error 2
The text was updated successfully, but these errors were encountered: