Hi guys,
On Tue, 8 Sep 2009, Gabriel M. Beddingfield wrote:
I built a packge OK on Debian Lenny.
On 64 Studio (with Qt 4.3.4) I get this:
g++ -o gui/src/PlaylistEditor/PlaylistDialog.o -c -pthread -O3
-fomit-frame-pointer -funroll-loops -DOSS_SUPPORT -DALSA_SUPPORT
-DJACK_SUPPORT -DLRDF_SUPPORT -DFLAC_SUPPORT -DLADSPA_SUPPORT -DQT_CORE_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_SHARED -I. -Igui/src
-I3rdparty/install/include -Ilibs/hydrogen/include -Igui/src/UI
-I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtXml
gui/src/PlaylistEditor/PlaylistDialog.cpp
gui/src/PlaylistEditor/PlaylistDialog.cpp: In constructor
‘PlaylistDialog::PlaylistDialog(QWidget*)’:
gui/src/PlaylistEditor/PlaylistDialog.cpp:101: error: ‘playerControl’ was not
declared in this scope
distcc[5828] ERROR: compile gui/src/PlaylistEditor/PlaylistDialog.cpp on
localhost failed
scons: *** [gui/src/PlaylistEditor/PlaylistDialog.o] Error 1
scons: building terminated because of errors.
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
I double-checked, and my system is indeed configured to the Qt 4 versions of
moc, uic, qmake, etc.
...trying some things.
I opened the UI file with the Qt 4.3 version of Designer, and then saved
it. The difference is attached. It still didn't compile because the .cpp
file references 'playerControl.'
IIRC, this issue was also reported recently on either the LAU or LAD list.
Thanks,
Gabriel
p.s. I'm giving up on this one and working on the manual.
--- /home/gabriel/code/hydrogen/gui/src/PlaylistEditor/PlaylistDialog_UI.ui 2009-09-08 10:35:41.000000000 -0500
+++ PlaylistDialog_UI.ui 2009-09-08 10:34:12.000000000 -0500
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PlaylistDialog_UI</class>
<widget class="QDialog" name="PlaylistDialog_UI">
@@ -73,7 +72,7 @@
</property>
</column>
</widget>
- <widget class="QWidget" name="sideBarWidget" native="true">
+ <widget class="QWidget" native="1" name="sideBarWidget" >
<property name="geometry">
<rect>
<x>940</x>
@@ -92,7 +91,7 @@
<height>41</height>
</rect>
</property>
- <layout class="QVBoxLayout" name="playerControl"/>
+ <layout class="QVBoxLayout" />
</widget>
</widget>
<resources/>
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel