RoboJackets / rrt

C++ RRT (Rapidly-exploring Random Tree) Implementation
Other
253 stars 84 forks source link

Compilation Error #43

Closed umerhuzaifa closed 8 years ago

umerhuzaifa commented 8 years ago

Hi,

I am running Ubuntu 14.0.4 and as I run make in the main folder, I get the following error:

CMake Error at CMakeLists.txt:71 (get_filename_component): get_filename_component unknown component DIRECTORY

Kindly guide me what could be the problem here.

Thanks, Umer

jgkamat commented 8 years ago

Have you installed all the dependencies (in the readme) and also initialized submodules with git submodule update --init?

umerhuzaifa commented 8 years ago

I figured it out . I didn't do hit submodule -- init

Thanks, Umer

On Thursday, April 28, 2016, Jay Kamat notifications@github.com wrote:

Have you installed all the dependencies (in the readme) and also initialized submodules with git submodule update --init?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/RoboJackets/rrt/issues/43#issuecomment-215464663