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
Error during make .hpp file not found
[ 16%] Building CXX object CMakeFiles/udasample.dir/uda-sample.cc.o In file included from /root/impala-udf/impala-udf-samples/uda-sample.h:19:0, from /root/impala-udf/impala-udf-samples/uda-sample.cc:15: /usr/include/impala_udf/udf.h:26:29: fatal error: boost/cstdint.hpp: No such file or directory #include <boost/cstdint.hpp> ^ compilation terminated. make[2]: *** [CMakeFiles/udasample.dir/uda-sample.cc.o] Error 1 make[1]: *** [CMakeFiles/udasample.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Please ignore ... issue resolved after installing boost-devel package on centos
Sorry, something went wrong.
No branches or pull requests
Error during make .hpp file not found
[ 16%] Building CXX object CMakeFiles/udasample.dir/uda-sample.cc.o
In file included from /root/impala-udf/impala-udf-samples/uda-sample.h:19:0,
from /root/impala-udf/impala-udf-samples/uda-sample.cc:15:
/usr/include/impala_udf/udf.h:26:29: fatal error: boost/cstdint.hpp: No such file or directory
#include <boost/cstdint.hpp>
^
compilation terminated.
make[2]: *** [CMakeFiles/udasample.dir/uda-sample.cc.o] Error 1
make[1]: *** [CMakeFiles/udasample.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: