On Wed, 12 Nov 2008, Chris Browet wrote: > Yep, uic (4.3) is the culprit. I tested with an uic from a 4.3.3 Qt and it > generates the same buggy .h.
Thanks a lot for finding this out! > Now, we normally decided to only support 4.4 as of 0.13. > Is it a problem for you to upgrade? > > Otherwise, I can dig deeper, but without guarantee... About upgrading: I will see how the compile of Qt 4.4.3 works out (did not find a binary for that) and install that to a separate place and use it for merkaartor. If that does not work, I will just stick to the last svn compile which works for me To prevent others to fall into the same trap, I would recommend to change the INSTALL file accordingly, which currently reads: """ * Qt 4.3.3 or later development environment On (K)ubuntu Edgy it is sufficient to install the qt4-dev package to satisfy these requirements. """ Best, Arnd > - Chris - > > 2008/11/12 Arnd Baecker <[EMAIL PROTECTED]> > > > > > > > On Wed, 12 Nov 2008, Chris Browet wrote: > > > > > Getting stranger and stranger... The .ui file is the good one but the > > ui_*.h > > > do not correspond with it (the ui_*.h is generated at build time from the > > > .ui with the uic command). > > > > > > Could you send me your Makefile*... > > > > attached ... > > Maybe some bug in the ui generation ??? > > (( /usr/bin/uic-qt4 -v > > Qt User Interface Compiler version 4.3.4 > > looks ok ...)) > > > > Just for completeness (not sure if it is of any use): just after make it > > does: > > > > /usr/bin/uic-qt4 AboutDialog.ui -o tmp/ui_AboutDialog.h > > /usr/bin/uic-qt4 DownloadMapDialog.ui -o tmp/ui_DownloadMapDialog.h > > /usr/bin/uic-qt4 MainWindow.ui -o tmp/ui_MainWindow.h > > /usr/bin/uic-qt4 MinimumRoadProperties.ui -o > > tmp/ui_MinimumRoadProperties.h > > /usr/bin/uic-qt4 Sync/SyncListDialog.ui -o tmp/ui_SyncListDialog.h > > /usr/bin/uic-qt4 MinimumTrackPointProperties.ui -o > > tmp/ui_MinimumTrackPointP > > /usr/bin/uic-qt4 UploadMapDialog.ui -o tmp/ui_UploadMapDialog.h > > /usr/bin/uic-qt4 GotoDialog.ui -o tmp/ui_GotoDialog.h > > /usr/bin/uic-qt4 MultiProperties.ui -o tmp/ui_MultiProperties.h > > /usr/bin/uic-qt4 MinimumRelationProperties.ui -o > > tmp/ui_MinimumRelationPrope > > /usr/bin/uic-qt4 Interaction/CreateDoubleWayDock.ui -o > > tmp/ui_CreateDoubleWa > > /usr/bin/uic-qt4 Interaction/CreateRoundaboutDock.ui -o > > tmp/ui_CreateRoundab > > /usr/bin/uic-qt4 PaintStyle/PaintStyleEditor.ui -o > > tmp/ui_PaintStyleEditor.h > > /usr/bin/uic-qt4 Preferences/PreferencesDialog.ui -o > > tmp/ui_PreferencesDialo > > /usr/bin/uic-qt4 Preferences/WMSPreferencesDialog.ui -o > > tmp/ui_WMSPreference > > /usr/bin/uic-qt4 Preferences/TMSPreferencesDialog.ui -o > > tmp/ui_TMSPreference > > /usr/bin/uic-qt4 Utils/PictureViewerDialog.ui -o > > tmp/ui_PictureViewerDialog. > > /usr/bin/uic-qt4 Utils/SelectionDialog.ui -o tmp/ui_SelectionDialog.h > > /usr/bin/uic-qt4 DirtyDock.ui -o tmp/ui_DirtyDock.h > > /usr/bin/uic-qt4 ExportDialog.ui -o tmp/ui_ExportDialog.h > > /usr/bin/uic-qt4 Render/NativeRenderDialog.ui -o > > tmp/ui_NativeRenderDialog.h > > /usr/bin/uic-qt4 GPS/qgpsmainwindowui.ui -o tmp/ui_qgpsmainwindowui.h > > /usr/bin/uic-qt4 Tools/WorldOsbManager.ui -o tmp/ui_WorldOsbManager.h > > > > > > > _______________________________________________ Merkaartor mailing list [email protected] http://lists.openstreetmap.org/listinfo/merkaartor
