Error after upgrade. Tupi will not open.

Project:Tupi: 2D Magic
Component:Miscellaneous
Category:bug report
Priority:critical
Assigned:xtingray
Status:active
Description

After performing the update package for the package 0.1 to 0.2 Tupi do not want to open.

When checking the command line the following message appears:

~ $ Tupi

/ usr / bin / tupi.bin: symbol lookup error: / usr/lib/libtupifwgui.so.1: undefined symbol: _ZNK10QTabWidget14heightForWidthEi

Have reinstalled the package, but without solution.

system:
Ubuntu 11.10

#1

Assigned to:holzhacker» xtingray

Thanks for your feedback! Looking for hints to solve this problem, I found this:

http://doc-snapshot.qt-project.org/4.8/qtabwidget.html#heightForWidth

int QTabWidget::heightForWidth(int width) const [virtual]

Reimplemented from QWidget::heightForWidth().
This function was introduced in Qt 4.8.

What does it mean? Well, that the .deb package I built for Ubuntu 12.04 can't be used in previous versions of Ubuntu. My recommendation: Try to compile the source code of Tupi in your system.

http://www.maefloresta.com/portal/howCompileTupi

Note: If you have any issue related to the compilation HowTo, please let me know.