Problem 309

Summary: Automated installation of OpenGL drivers was bypassed
Product: Geant4 Reporter: Daniel.Strul
Component: configAssignee: Serguei.Sadilov
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: 3.2   
Hardware: PC   
OS: Linux   

Description Daniel.Strul 2001-10-07 12:47:44 CEST
I have tried several times to install Geant4 with the OpenGL drivers (using
Configure -install), and the OpenGL driver part of the installation was
systematically bypassed, without any warning.

After some time, I found out that there were discrepancies between the variable
names used in .config/bin/<system>/config.sh and those used in the templates
config/scripts/*SH.

Names used in .config/bin/<system>/config.sh the following variables:
g4vis_build_openglx_driver, g4vis_use_openglx,
g4vis_build_openglxm_driver, g4vis_use_openglxm

Names used in config/scripts/*SH:
g4vis_build_opengl_driver, g4vis_use_opengl
g4vis_build_OPENGLX_driver, $g4vis_use_OPENGLX
Comment 1 Gabriele Cosmo 2001-10-09 02:29:59 CEST
Thank you for the report. This problem was already known and
will be fixed in the next release.
Comment 2 Serguei.Sadilov 2001-11-21 05:15:59 CET
New corrected version of Configure will be included in next Geant4 release(4.0).