Problem 309 - Automated installation of OpenGL drivers was bypassed
Summary: Automated installation of OpenGL drivers was bypassed
Status: CLOSED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: config (show other problems)
Version: 3.2
Hardware: PC Linux
: P2 normal
Assignee: Serguei.Sadilov
URL:
Depends on:
Blocks:
 
Reported: 2001-10-07 12:47 CEST by Daniel.Strul
Modified: 2002-07-25 10:33 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 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).