[Gate-users] new install help

Paweł Kowalski flukson at gmail.com
Thu Sep 4 11:50:26 CEST 2014


> Does anybody know why the Qt4 is failing (something in the QT4.cmake file?),
> and also why the geant4.9.6.p03-install (and 2.1.3.1-install) folder stays
> empty after I “make install”? The same happens when I try install the gate
> code

Qt4 is failing because you probably have qt version 5. You should
install qt version 4.

Directory geant4.9.6.p03-install is empty because you set
CMAKE_INSTALL_PREFIX             /Users/jim/Documents/GEANT4/geant4.9.6.p03
You should set it to:
CMAKE_INSTALL_PREFIX
/Users/jim/Documents/GEANT4/geant4.9.6.p03-install

After compilation (make) you have to type 'make install'.

Best regards,
PK


More information about the Gate-users mailing list