-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error when including tesseract_task_composer_planning_nodes_export.h #531
Comments
oh, It seems like you're facing the same issue. |
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 */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello:
i am building planning master branch on ubuntu 20.04.6(focal)
command:
and when i run
catkin_make_isolated
, there print some errorThe text was updated successfully, but these errors were encountered: