Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Current implementation is (perhaps only barely) adequate for Linux/Mac as far as I know.  But on Windows

  1. Environment is not getting propagated properly when Studio is started up from GoGui (applies only to VS 2008 since SCons only creates project and solutions files for that compiler) 
  2. On systems with more than one compiler installed, the various setup scripts do not know anything about the environment in effect when the script was created except for certain environment variables (PATH, PYTHONPATH, etc).  In particular, values for environment variables LIB and (VS 2008 only) LIBPATH are not recovered. The environment for one or another compiler can be established by running a (Microsoft-supplied) file, but exactly where the file is and what it's called depends

...

  1. on compiler version and also may depend on the particular installation if the user chose a non-standard install location.

2. above may doom any scheme in which the set-up file is generated once and for all by RM or, at the very least, more inputs besides GLAST_EXT and INST_DIR will be required if the set-up file is to work on remote machines.