songxuchao / rxdeveloper-ros-pkg

Automatically exported from code.google.com/p/rxdeveloper-ros-pkg
1 stars 0 forks source link

rxDeveloper fails to compile on Ubuntu 10.04 (Lucid) #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First, thanks for the work, it seems very nice.
But I ran into the following issue:

What steps will reproduce the problem?
1. Follow the install guide to checkout the stack.
2. Launch rosmake

What is the expected output? What do you see instead?

The compilation fails:
{{{
make[3]: Entering directory 
`/home/thomas/profiles/laas/src/unstable/ros/stacks/rxdeveloper-ros-pkg-read-onl
y/rxDev/build'
[  1%] Building CXX object src/CMakeFiles/rxdev.dir/tagItems/nodeItem.o
In file included from 
/home/thomas/profiles/laas/src/unstable/ros/stacks/rxdeveloper-ros-pkg-read-only
/rxDev/src/tagItems/nodeItem.cpp:13:
/home/thomas/profiles/laas/src/unstable/ros/stacks/rxdeveloper-ros-pkg-read-only
/rxDev/build/src/./ui_rxdev.h: In member function ‘void 
Ui_RxDev::retranslateUi(QMainWindow*)’:
/home/thomas/profiles/laas/src/unstable/ros/stacks/rxdeveloper-ros-pkg-read-only
/rxDev/build/src/./ui_rxdev.h:658: error: ‘class QLineEdit’ has no member 
named ‘setPlaceholderText’

}}}

What version of the product are you using? On what operating system?

ROS Electric and Ubuntu 10.04 Lucid.
rxDeveloper version:
r103 | F.Muellers@gmail.com | 2011-12-05 11:09:17 +0100 (Mon, 05 Dec 2011) | 1 
line

Original issue reported on code.google.com by thomas.m...@gmail.com on 5 Dec 2011 at 7:07

GoogleCodeExporter commented 9 years ago
Hi, thanks for the information. I used 'PlaceholderText' which was introduced 
in Qt 4.7. (http://doc.qt.nokia.com/latest/qlineedit.html#placeholderText-prop) 
but I replaced it with a ToolTip function. Ubuntu 10.04 is now tested, too.

Original comment by F.Muell...@gmail.com on 6 Dec 2011 at 4:10

GoogleCodeExporter commented 9 years ago
It works, thanks!

Original comment by thomas.m...@gmail.com on 7 Dec 2011 at 11:39