Problem 1127 - Compilation issues for G4UIQt.cc
Summary: Compilation issues for G4UIQt.cc
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: interface/basic (show other problems)
Version: 9.3
Hardware: PC Linux
: P5 trivial
Assignee: garnier
URL:
Depends on:
Blocks:
 
Reported: 2010-07-09 23:01 CEST by Brian Page
Modified: 2010-09-20 09:29 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description Brian Page 2010-07-09 23:01:34 CEST
Hi,

I compiled geant4 on a newer system today and got an error message when compiling the Qt UI.  I am running Arch Linux, with all updates to date. I am using QT version 4.6.3.  In the call to QKeySequence::QKeySequence () on line 532 of G4UIQt.cc, it seems that due to an API change in QT, the preceeding QKeySequence:: is made redundant, as removing it allowed it to compile.  I'm not sure at which version this change was made but you may need an additional conditional section for the QT version where this change took place.

Thanks

Brian
Comment 1 Gabriele Cosmo 2010-09-20 09:29:45 CEST
Thanks. The fix is already included in the development version and will be part of the next patch and release.