Open 173hyj opened 1 week ago
oh, It seems like you're facing the same issue.
You can use find -name "tesseract_task_composer_nodes_export.h"
to check if the header file has been generated.
oh, It seems like you're facing the same issue. You can use
find -name "tesseract_task_composer_nodes_export.h"
to check if the header file has been generated.
there found a file with that name.
$ sudo find . -name "tesseract_task_composer_nodes_export.h"
./build_isolated/tesseract_task_composer/devel/core/tesseract_task_composer_nodes_export.h
file content:
$ cat ./build_isolated/tesseract_task_composer/devel/core/tesseract_task_composer_nodes_export.h
#ifndef TESSERACT_TASK_COMPOSER_NODES_EXPORT_H
#define TESSERACT_TASK_COMPOSER_NODES_EXPORT_H
#ifdef TESSERACT_TASK_COMPOSER_NODES_STATIC_DEFINE
# define TESSERACT_TASK_COMPOSER_NODES_EXPORT
# define TESSERACT_TASK_COMPOSER_NODES_NO_EXPORT
#else
# ifndef TESSERACT_TASK_COMPOSER_NODES_EXPORT
# ifdef tesseract_task_composer_nodes_EXPORTS
/* We are building this library */
# define TESSERACT_TASK_COMPOSER_NODES_EXPORT __attribute__((visibility("default")))
# else
/* We are using this library */
# define TESSERACT_TASK_COMPOSER_NODES_EXPORT __attribute__((visibility("default")))
# endif
# endif
# ifndef TESSERACT_TASK_COMPOSER_NODES_NO_EXPORT
# define TESSERACT_TASK_COMPOSER_NODES_NO_EXPORT __attribute__((visibility("hidden")))
# endif
#endif
#ifndef TESSERACT_TASK_COMPOSER_NODES_DEPRECATED
# define TESSERACT_TASK_COMPOSER_NODES_DEPRECATED __attribute__ ((__deprecated__))
#endif
#ifndef TESSERACT_TASK_COMPOSER_NODES_DEPRECATED_EXPORT
# define TESSERACT_TASK_COMPOSER_NODES_DEPRECATED_EXPORT TESSERACT_TASK_COMPOSER_NODES_EXPORT TESSERACT_TASK_COMPOSER_NODES_DEPRECATED
#endif
#ifndef TESSERACT_TASK_COMPOSER_NODES_DEPRECATED_NO_EXPORT
# define TESSERACT_TASK_COMPOSER_NODES_DEPRECATED_NO_EXPORT TESSERACT_TASK_COMPOSER_NODES_NO_EXPORT TESSERACT_TASK_COMPOSER_NODES_DEPRECATED
#endif
#if 0 /* DEFINE_NO_DEPRECATED */
# ifndef TESSERACT_TASK_COMPOSER_NODES_NO_DEPRECATED
# define TESSERACT_TASK_COMPOSER_NODES_NO_DEPRECATED
# endif
#endif
#endif /* TESSERACT_TASK_COMPOSER_NODES_EXPORT_H */
hello: i am building planning master branch on ubuntu 20.04.6(focal)
command:
and when i run
catkin_make_isolated
, there print some error