Search Criteria
Package Details: ros-jade-qt-gui-cpp 0.2.30-1
Git Clone URL: | https://aur.archlinux.org/ros-jade-qt-gui-cpp.git (read-only) |
---|---|
Package Base: | ros-jade-qt-gui-cpp |
Description: | ROS - qt_gui_cpp provides the foundation for C++-bindings for qt_gui and creates bindings for every generator available. |
Upstream URL: | http://ros.org/wiki/qt_gui_cpp |
Licenses: | |
Submitter: | bchretien |
Maintainer: | None |
Last Packager: | bchretien |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2015-06-20 11:10 |
Last Updated: | 2016-05-22 21:55 |
Dependencies (10)
- ros-jade-pluginlib
- ros-jade-qt-gui
- cmake (cmake-git) (make)
- pkg-config (pkgconf-git, pkgconf) (make)
- qt4 (qt4-revert80e3108) (make)
- ros-build-tools (ros-build-tools-py3) (make)
- ros-jade-catkin (make)
- ros-jade-pluginlib (make)
- ros-jade-python-qt-binding (make)
- tinyxml (tinyxml-git) (make)
Latest Comments
Ma8sa commented on 2017-04-01 17:06
@mvaldenegro Thanks , i was stuck at it.
danfergo commented on 2016-10-22 02:33
@mvaldenegro Thanks a lot! It worked.
mvaldenegro commented on 2016-10-19 07:31
I think I fixed the QWidget issue, the problem is in the ros-jade-python-qt-binding package as its calling qmake instead of qmake-qt4. Just edit the file /opt/ros/jade/share/python_qt_binding/cmake/sip_configure.py and replace qmake with qmake-qt4 in line 19, and problem solved.
danfergo commented on 2016-10-16 11:41
Yep. I'm having the same error. I believe it has to do with current qt version being 5 and this package works with qt4.
I think CMakeLists.txt needs to be updated to encompass compatibility configs as it is discussed explained here https://cmake.org/cmake/help/v3.0/module/FindQt4.html
aprvs commented on 2016-10-13 16:57
Getting a build error. QWidget: no such file or directory. Am new to ROS and especially ROS on Arch. Was hoping you could help me diagose the error.