darglein / ADOP

MIT License
2.03k stars 199 forks source link

Fails compilation for external dependency (tensorboard_logger) #67

Closed VisionaryMind closed 2 years ago

VisionaryMind commented 2 years ago

Attempting to compile and build ADOP on a remote server, and it throws the following error for tensorboard_logger:

CMake Generate step failed.  Build files cannot be regenerated correctly.
External/tensorboard_logger/CMakeFiles/tensorboard_logger.dir/build.make:73: *** target pattern contains no '%'.  Stop.
CMakeFiles/Makefile2:2226: recipe for target 'External/tensorboard_logger/CMakeFiles/tensorboard_logger.dir/all' failed
make[1]: *** [External/tensorboard_logger/CMakeFiles/tensorboard_logger.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....

I have not been able to identify the problem.

VisionaryMind commented 2 years ago

The issue has been resolved. Several dependencies were not installed by the built-in script remotely.