not able to find tclap repo , how to install further to fix cmake issues for tclap while building ecal from source #2266
Replies: 6 comments 4 replies
|
Please someone suggest on this as I facing issues while building repo. |
|
@ajayjadhav900 did you checkout the repository recursively? |
|
@ajayjadhav900
|
|
ajayj@DESKTOP-CHBNTMG:~/SDV$ git clone https://github.com/eclipse-ecal/ecal.git Cloning into '/home/ajayj/SDV/ecal/thirdparty/nanobind/nanobind'... Could not find a package configuration file provided by "ecaludp" with any Add the installation prefix of "ecaludp" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred! |
|
*ignore strickthrough formatting - got set automatically in above comment ** **tried with PROJECT_TOP_LEVEL_INCLUDES=cmake/submodule_dependencies.cmake looks like module dependencies are not installed** ajayj@DESKTOP-CHBNTMG:~/SDV/ecal/_build$ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=cmake/submodule_dependencies.cmake -DECAL_THIRDPARTY_BUILD_PROTOBUF=OFF -DECAL_THIRDPARTY_BUILD_CURL=OFF -DECAL_THIRDPARTY_BUILD_HDF5=OFF -DECAL_THIRDPARTY_BUILD_QWT=OFF Could not find a package configuration file provided by "ecaludp" with any ecaludpConfig.cmake -- Configuring incomplete, errors occurred! |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I am building ecal repo on ubuntu 22.0 over windows 10 from source.
while building, cmake facing below error
-- Setting GNU/Clang flags
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find tclap (missing: tclap_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/Findtclap.cmake:14 (find_package_handle_standard_args)
ecal/core/CMakeLists.txt:54 (find_package)
I am not able to find tclap repository.
Initially I was facing issue for ecaludp but after installing it , its resolved.
All reactions