ayuguchi / gazed_object_identification_robot

Real-Time Gazed Object Identification
MIT License
0 stars 1 forks source link

Failed to build a docker on the tnp-deep machine #15

Closed ayuguchi closed 5 years ago

ayuguchi commented 5 years ago

@xi-xi docker-compose build したらエラーでちゃいました。 opencvのビルドのところだなぁ。

+ cd opencv
+ mkdir build
+ cd build
+ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D WITH_V4L=ON -D WITH_QT=ON -D WITH_OPENGL=ON -DWITH_LAPACK=OFF ..
CMake Error: The source directory "/root/opencv" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
ERROR: Service 'gazed_object_estimation' failed to build: The command '/bin/sh -c set -x    && cd opencv    && mkdir build    && cd build    && cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D WITH_V4L=ON -D WITH_QT=ON -D WITH_OPENGL=ON -DWITH_LAPACK=OFF ..    && make -j$(nproc)    && make install' returned a non-zero code: 1
xi-xi commented 5 years ago

@ayuguchi git submodule update --init --recursive とかしました? opencvディレクトリの中が空だったりしませんか?

ayuguchi commented 5 years ago

@xi-xi git submodule update 忘れてた...

ayuguchi commented 5 years ago

@xi-xi ビルド通りました。お騒がせしました。