Skip to content
New issue

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

wont compile #5

Open
hughpearse opened this issue Jun 22, 2018 · 0 comments
Open

wont compile #5

hughpearse opened this issue Jun 22, 2018 · 0 comments

Comments

@hughpearse
Copy link

hughpearse commented Jun 22, 2018

Tested with Cloudera QuickStart VM v5.14

sudo rm -rf /usr/local/include/boost/
sudo rm -rf /usr/local/lib/libboost_*
cd ~/Downloads
wget -O boost.tar.gz http://sourceforge.net/projects/boost/files/boost/1.54.0/boost_1_54_0.tar.gz
tar -xzf *boost*.tar.gz
cd *boost*
./bootstrap.sh
./b2
sudo ./b2 install
export PATH=$PATH:/usr/local/include/:/usr/local/lib/
echo 'PATH=$PATH:/usr/local/include/:/usr/local/lib/' >> ~/.bash_profile
sudo ldconfig

sudo yum install eigen3-devel impala-udf-devel
cd ~/Downloads
git clone https://github.com/cloudera/madlibport.git
cd madlibport
make

It outputs an error:
make
mkdir -p objs
mkdir -p lib
g++ -I. udf/udf/udf.cc -c -fPIC -o objs/udf.o -I/usr/include/eigen3/ -Imadlib/src -Imadlib/src/ports -Imadlib/src/ports/metaport -Isrc -Iudf/ -Iboost_1_54_0/boost/ -DIMPALA_UDF_SDK_BUILD=1
g++: udf/udf/udf.cc: No such file or directory
g++: no input files
make: *** [objs/udf.o] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant