Problem 380

Summary: Inatllation error
Product: Geant4 Reporter: rrampini
Component: configAssignee: Serguei.Sadilov
Status: CLOSED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 4.0   
Hardware: PC   
OS: Windows   

Description rrampini 2002-06-20 05:55:18 CEST
typing 'make', installation starts, everything seems to procede well but at a
certain time I begin to receive such as fatal errors:

Compiling xxxxxxx.cc ...
xxxxxxx.cc
src/xxxxxxx.cc(0) : fatal error C1033: cannot open program
database 'e:\home\administrator\geant4.3.2\lib\win32-vc\yyyyyyyy.pdb'

when make finished, errors was more or less 65
Comment 1 Gabriele Cosmo 2002-06-20 06:17:59 CEST
A configuration problem in the user's system ?
Comment 2 Gabriele Cosmo 2002-06-20 06:17:59 CEST
A configuration problem in the user's system ?
Comment 3 Serguei.Sadilov 2002-06-20 12:33:59 CEST
Please try to use

drive:/path/

notation for G4INSTALL and G4WORKDIR.
And send me about results and your environment.
Comment 4 rrampini 2002-06-21 01:52:59 CEST
setting "export G4INSTALL=e:/cygwin/tmp/geant4" I receive the "fatal error
C1083: Cannot open include file: 'stdlib.h': No such file or directory"

setting "export G4INSTALL=/tmp/geant4" I receive the already mentionned error
on database opening
Comment 5 rrampini 2002-06-21 07:41:59 CEST
Problem has been solved by correction of vc paths
Comment 6 Serguei.Sadilov 2002-06-21 09:58:59 CEST
Don't understand "vc path"? Does it mean path to
VC include files?
BTW please send me the list of environments which you used.
Comment 7 rrampini 2002-06-21 10:19:59 CEST
sorry! "vc path" is path to VC include files. adding the commands contained
in "Vcvars32.bat" into the file "cygwin.bat", I compiled without any problem. I
think that the problem can be considered resolved or closed. Installation was
successful.