ros-visualization / qt_gui_core

BSD 3-Clause "New" or "Revised" License
37 stars 76 forks source link

stderr: qt_gui_cpp llvm-config --version : 10.0.0 #252

Closed lingxd closed 2 years ago

lingxd commented 3 years ago
--- stderr: qt_gui_cpp                                                                                                                                           
qt.shiboken: (typesystem) Unable to locate Clang's built-in include directory (neither by checking the environment variables LLVM_INSTALL_DIR, CLANG_INSTALL_DIR  nor running llvm-config). This may lead to parse errors.
(typesystem) clang_parseTranslationUnit2(0x0, cmd[26]=-fPIC -Wno-constant-logical-operand -std=c++14 -I/home/hokori/Documents/WorkSpaces/ros2_foxy/src/ros-visualization/qt_gui_core/qt_gui_cpp/include -I/home/hokori/Documents/WorkSpaces/ros2_foxy/install/pluginlib/include -I/home/hokori/Documents/WorkSpaces/ros2_foxy/install/class_loader/include -I/home/hokori/Documents/WorkSpaces/ros2_foxy/install/rcpputils/include -I/home/hokori/Documents/WorkSpaces/ros2_foxy/install/rcutils/include -I/home/hokori/Documents/WorkSpaces/ros2_foxy/install/ament_index_cpp/include -I/opt/ros/foxy/include -I/usr/include -I/home/hokori/Qt/5.15.2/gcc_64/include -I/home/hokori/Qt/5.15.2/gcc_64/include/QtWidgets -I/home/hokori/Qt/5.15.2/gcc_64/include/QtGui -I/home/hokori/Qt/5.15.2/gcc_64/include/QtCore -I/home/hokori/Qt/5.15.2/gcc_64/mkspecs/linux-g++ -I/usr/include -I/usr/include/PySide2 -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include /tmp/global_REvxQY.hpp)
qt.shiboken: (typesystem) Enum 'RCUTILS_LOG_SEVERITY' does not have a type entry
qt.shiboken: (typesystem) While traversing QOpenGLShaderProgram: setAttributeArray(int,const float*,int,int): Cannot use parameter 2 as an array: <array> modification already applied.
qt.shiboken: (typesystem) class 'QAccessibleWidget' inherits from unknown base class 'QAccessibleActionInterface'
qt.shiboken: (typesystem) class not found for setup inheritance 'QAccessibleActionInterface'
---
dongpan90 commented 3 years ago

@lingxd you means need to set llvm-config. like: (neither by checking the environment variables LLVM_INSTALL_DIR, CLANG_INSTALL_DIR nor running llvm-config). This may lead to parse errors.

I build ros2 in the Pi4

ivanpauno commented 2 years ago

@lingxd could you share information about your system (os, commit you're building, compiler, etc) and steps to reproduce the issue?

ivanpauno commented 2 years ago

This looks like a dup of https://github.com/ros-visualization/qt_gui_core/issues/212

lingxd commented 2 years ago

This looks like a dup of #212

yes, same error.

ivanpauno commented 2 years ago

Closing as duplicate