summaryrefslogtreecommitdiff
path: root/SA_POP/Instructions for building middleware RACE SA-POP and CoSMIC.txt
blob: 6969fc1b610c3726f63901ca49f6cc8a7d8fa1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
$Id$

Instructions for building middleware (including ACE, TAO, CIAO, DAnCE), MACRO (including ANA, RACE, SA-POP), & CoSMIC (including PICML)
  07/27/2009 Revision (John S. Kinnebrew <john.s.kinnebrew@vanderbilt.edu>)



MPC (09/25/2008):
-FIRST TIME (Development version ONLY; e.g. IF using development version of ACE+TAO+CIAO)
  -Checkout MPC from svn.dre.vanderbilt.edu
    cd \Middleware\Dev
    svn co https://svn.dre.vanderbilt.edu/DOC/MPC/trunk MPC
  -Set environment variables
-FIRST TIME (Packaged release of ACE+TAO+CIAO ONLY)
  -comes with packaged (full or source) release of ACE+TAO+CIAO
  -make sure MPC_ROOT environment variable is *NOT* set
-Update MPC (Dev version) from svn.dre.vanderbilt.edu
  cd %MPC_ROOT%
  svn update



Boost (06/08/2007):
-Boost (if using pre-built binary):
  -Download pre-built OR get current binaries from Kitty (http://www.dre.vanderbilt.edu/~kitty/PICML/).
  -Extract binaries to C:\Program Files\ (so libs will be in C:\Program Files\Boost\lib & includes in C:\Program Files\Boost\include).
  -Set environment variables
-Boost (if building instead of using pre-built) (Spring 2006):
(http://www.boost.org/more/getting_started.html)
  -Unzip boost source files to a directory under %BOOST_ROOT% (e.g. C:\Program Files\Boost\boost_1_33_1 for %BOOST_ROOT%=C:\Program Files\Boost).
  -Unzip boost jam to same directory.
  -In that directory.
    bjam "-sTOOLS=vc-8_0" install



ACE/TAO/CIAO/DAnCE (07/27/2009):
(http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html)
(http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/TAO-INSTALL.html)
(http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/CIAO/CIAO-INSTALL.html)
-Install, build if necessary, and set environment variables for:
  -Microsoft Visual Studio 2005 Professional [install]
  -ActiveState ActivePerl (e.g., 5.8.8.820-MSWin32-x86-274739 or later) [install]
  -MPC [IF using packaged release of ACE+TAO+CIAO it comes with MPC and do *NOT* set MPC_ROOT; otherwise checkout development version or download release version, and set env. vars.]
  -Subversion (e.g., 1.6.1 or later) [install]
  -Xerces-C (e.g., 2.8.0-win32-vc8) [install pre-built & set env. vars.]
-FIRST TIME (Release version ONLY):
  -Download source for a release/micro-release from http://download.dre.vanderbilt.edu/
  -Extract (e.g. to C:\Middleware\X_Y_Z for version X.Y.Z so %ACE_ROOT% would be C:\Middleware\X_Y_Z\ACE_wrappers)
-FIRST TIME (SVN Development version ONLY):
  -Checkout ACE/CIAO/TAO from svn.dre.vanderbilt.edu (e.g. to C:\Middleware\Dev so %ACE_ROOT% would be C:\Middleware\Dev\ACE)
    cd \
    md Middleware
    cd \Middleware
    svn co https://svn.dre.vanderbilt.edu/DOC/Middleware/trunk Dev
-FIRST TIME (all versions):
  -Set ACE config file in %ACE_ROOT%\ace
    cd %ACE_ROOT%\ace
    -create config.h and in it, use: #include "ace/config-win32.h"
    OR
    -use a copy of config-win32.h
      copy config-win32.h config.h
  -Set Make Project Creator default configuration in %ACE_ROOT%\bin\MakeProjectCreator\config\
    cd %ACE_ROOT%\bin\MakeProjectCreator\config\
    copy global.features default.features
    -Open %ACE_ROOT%\bin\MakeProjectCreator\config\default.features, then set "xerces2" to 1, and save.
      notepad %ACE_ROOT%\bin\MakeProjectCreator\config\default.features
-Set ACE, TAO, & CIAO environment variables
-(SVN Dev version ONLY) Update ACE/CIAO/TAO from svn.dre.vanderbilt.edu
  cd C:\Middleware
  svn update
-Build ACE/TAO/CIAO/DAnCE
  -Generate (or regenerate) MSVC++ projects and solution.
    cd %CIAO_ROOT%
    perl %ACE_ROOT%\bin\mwc.pl -type vc8 CIAO_TAO_DAnCE.mwc
  -Open CIAO_TAO_DAnCE.sln and build solution (in MSVC++)
    devenv /build "Debug|Win32" CIAO_TAO_DAnCE.sln



RACE/SA-POP (09/25/2008):
-Install, build if necessary, and set environment variables for:
  -Microsoft Visual Studio 2005 Professional [install]
  -ActiveState ActivePerl (e.g., 5.8.8.820-MSWin32-x86-274739 or later) [install]
  -MPC [checkout and set env. vars., OR use version w/ ACE+TAO+CIAO release package and do *NOT* set MPC_ROOT]
  -Subversion (e.g., 1.4.3-r23084 or later) [install]
  -Xerces-C (e.g., 2.7.0-win32-vc8 or 2.8.0-win32-vc8) [install pre-built & set env. vars.]
  -ACE/TAO/CIAO/DAnCE [build & set env. vars.]
-FIRST TIME
  -Checkout RACE/SA-POP (can be placed anywhere; example is under CIAO directory)
    cd %CIAO_ROOT%
    svn co https://svn.dre.vanderbilt.edu/DOC/Middleware/branches/RACE_devl RACE
-Set RACE and SA-POP environment variables
-Update RACE/SA-POP
  cd %RACE_ROOT%
  svn update
-Generate (or regenerate) MSVC++ projects and solution.
  cd %RACE_ROOT%
  perl %ACE_ROOT%\bin\mwc.pl -type vc8 RACE_SAPOP.mwc
-Open RACE_SAPOP.sln and build solution (in MSVC++)
  devenv /build "Debug|Win32" RACE_SAPOP.sln



ACE [only ACE, without TAO & CIAO] (06/11/2009):
(http://www.cs.wustl.edu/~schmidt/ACE_wrappers/ACE-INSTALL.html)
-Install and set environment variables for:
  -Microsoft Visual Studio 2005 Professional [install]
  -ActiveState ActivePerl (e.g., 5.8.8.820-MSWin32-x86-274739 or later) [install]
  -Xerces-C (version 2.8.0-win32-vc8) [extract pre-built (e.g. to C:/Program Files/Xerces) & set env. vars.]
    set XERCESCROOT=C:/Program Files/Xerces/xerces-c_2_8_0-x86-windows-vc_8_0
    set Path=%XERCESCROOT%/bin;%XERCESCROOT%/lib;%PATH%
-FIRST TIME:
  -Download "Sources only" for a release/micro-release from http://download.dre.vanderbilt.edu/
  -Extract (e.g. to C:\Middleware\X_Y_Z for version X.Y.Z so %ACE_ROOT% would be C:\Middleware\X_Y_Z\ACE_wrappers)
-Set ACE environment variables (global environment or in batch file before compiling and before running)
  set ACE_ROOT=C:/Middleware/X_Y_Z/ACE_wrappers
  set Path=%ACE_ROOT%/bin;%ACE_ROOT%/lib;%PATH%
-FIRST TIME:
  -Set ACE config file in %ACE_ROOT%\ace
    cd %ACE_ROOT%\ace
    -create config.h and in it, add the line: #include "ace/config-win32.h"
  -Set Make Project Creator default configuration in %ACE_ROOT%\bin\MakeProjectCreator\config\
    cd %ACE_ROOT%\bin\MakeProjectCreator\config\
    copy global.features default.features
    -Open %ACE_ROOT%\bin\MakeProjectCreator\config\default.features, then set "xerces2" to 1, and save.
      notepad %ACE_ROOT%\bin\MakeProjectCreator\config\default.features
-Build ACE
  -Generate (or regenerate) MSVC++ projects and solution.
    cd %ACE_ROOT%
    perl %ACE_ROOT%\bin\mwc.pl -type vc8 ACE.mwc
  -Open ACE.sln and build solution (in MSVC++)
    devenv /build "Debug|Win32" ACE.sln



SA-POP Standalone (03/18/2009):
-Install, build if necessary, and set environment variables for:
  -Microsoft Visual Studio 2005 Professional [install]
  -ActiveState ActivePerl (e.g., 5.8.8.820-MSWin32-x86-274739 or later) [install]
  -MPC [checkout/download and set env. vars.]
  -Subversion (e.g., 1.4.3-r23084 or later) [install]
  -Xerces-C (e.g., 2.7.0-win32-vc8 or 2.8.0-win32-vc8) [install pre-built & set env. vars.]
  -ACE [build & set env. vars.]
-FIRST TIME
  -Checkout SA-POP (can be placed anywhere; example is under C:\C2W so %SAPOP_ROOT% would be C:\C2W\SA_POP)
    cd \C2W
    svn co https://svn.dre.vanderbilt.edu/DOC/Middleware/branches/RACE_devl/SA_POP SA_POP
-Set SA-POP environment variables
  set SAPOP_ROOT=C:/C2W/SA_POP
  set SANET_ROOT=%SAPOP_ROOT%/SANet
  set path=%SAPOP_ROOT%/lib;%PATH%
-Update SA-POP
  cd %SAPOP_ROOT%
  svn update
-Generate (or regenerate) MSVC++ projects and solution.
  cd %SAPOP_ROOT%
  perl %ACE_ROOT%\bin\mwc.pl -type vc8 SAPOP_Standalone.mwc
-Open SAPOP_Standalone.sln and build solution (in MSVC++)
  devenv /build "Debug|Win32" SAPOP_Standalone.sln



DAnCE RepositoryManager (09/25/2008):
-Install and set environment variables for:
  -Microsoft Visual Studio 2005 Professional [install]
  -ActiveState ActivePerl (e.g., 5.8.8.820-MSWin32-x86-274739 or later) [install]
  -MPC [checkout and set env. vars., OR use version w/ ACE+TAO+CIAO release package and do *NOT* set MPC_ROOT]
  -Subversion (e.g., 1.4.3-r23084 or later) [install]
  -Xerces-C (e.g., 2.7.0-win32-vc8) [install pre-built & set env. vars.]
  -zlib (e.g., 1.2.3) [install pre-built & set env. vars.]
  -ACE/TAO/CIAO/DAnCE [set env. vars.; will all be built along with RepoMan if using CIAO_TAO_DAnCE.mwc]
-FIRST TIME
  -Open %ACE_ROOT%\bin\MakeProjectCreator\config\default.features, then set "zlib" and "xerces2" both to 1, and save.
    notepad %ACE_ROOT%\bin\MakeProjectCreator\config\default.features
-For Repoman with ACE/TAO/CIAO/DAnCE, generate (or regenerate) MSVC++ projects and solution, if necessary.
  cd %CIAO_ROOT%
  perl %ACE_ROOT%\bin\mwc.pl -type vc8 CIAO_TAO_DAnCE.mwc
-Open CIAO_TAO_DAnCE.sln and build solution (in MSVC++)
  devenv /build "Debug|Win32" CIAO_TAO_DAnCE.sln
-Set environment variable JAWS_DOCUMENT_ROOT=%CIAO_ROOT%/DAnCE/RepositoryManager
-For JAWS, generate (or regenerate) MSVC++ projects and solution, if necessary.
  cd %ACE_ROOT%\apps\JAWS
  perl %ACE_ROOT%\bin\mwc.pl -type vc8
-Open JAWS.sln and build solution (in MSVC++)
  devenv /build "Debug|Win32" JAWS.sln



CoSMIC (06/08/2007):
(http://www.dre.vanderbilt.edu/cosmic/html/download.html)
-Install, build, and set environment variables, as necessary, for:
  -Microsoft Visual Studio 2005 Professional [install]
  -ActiveState ActivePerl (e.g., 5.8.8.820-MSWin32-x86-274739 or later) [install]
  -MPC [checkout and set env. vars., OR use version w/ ACE+TAO+CIAO release package and do *NOT* set MPC_ROOT]
  -Generic Modeling Environment (GME) 6.11.9 [install]
  -Universal Data Model (UDM) 3.1.1_VC8 [install]
  -Xerces-C (e.g., 2.7.0-win32-vc8) [install pre-built & set env. vars.]
  -Boost (1.33.1-vc8) [install pre-built & set env. vars.]
  -zlib (e.g., 1.2.3) [install pre-built & set env. vars.]
  -ACE/TAO/CIAO [build & set env. vars.]
-FIRST TIME
  -Checkout CoSMIC from Subversion server svn.dre.vanderbilt.edu
    cd \
    svn co https://svn.dre.vanderbilt.edu/CoSMIC/trunk/ CoSMIC
-Update CoSMIC from Subversion server svn.dre.vanderbilt.edu
  cd %COSMIC_ROOT%
  svn update
-Generate (or regenerate) MSVS projects and solution, if necessary:
  cd %COSMIC_ROOT%
  perl %ACE_ROOT%\bin\mwc.pl -type vc8 CoSMIC.mwc
-Open CoSMIC.sln and build solution (in MSVC++)
  -May have to tell MSVC++ to use the environment variables (with /useenv flag) if things like udm fail to find files
    cd %COSMIC_ROOT%
    devenv CoSMIC.sln /build "Debug|Win32"
-Register new PICML paradigm in GME
  -Unregister old PICML paradigm, if necessary
    -File|Register Paradigms
    -Select PICML Paradigm
    -Under Register, "choose Systemwide"
    -Press "Remove"
  -Register new PICML paradigm
    -File|Register Paradigms
    -Select "Systemwide" radio button under "Register:"
    -Press "Add from File..."
    -Find file %CoSMIC_ROOT%\PIM\PICML\paradigms\PICML.xmp
    -Press "OK", then "Close"



CUTS  (Fall 2006):
-Install, build, and set environment variables, as necessary, for:
  -Microsoft Visual Studio 2005 Professional [install]
  -ActiveState ActivePerl [install]
  -CoSMIC [build & set env. vars.]
-Build CUTS
  -Checkout/update CoSMIC from Subversion server svn.dre.vanderbilt.edu
    cd \
    svn co https://svn.dre.vanderbilt.edu/CoSMIC/trunk/ CoSMIC
    -OR
    cd %COSMIC_ROOT%
    svn update
  -Set CUTS MPC configuration
    -Open %CUTS_ROOT%\default.features, then set "gme", "mfc", "udm", and "boost" to 1, and save.
  -Generate (or regenerate) MSVS projects and solution, if necessary:
    cd %CUTS_ROOT%
    perl %ACE_ROOT%\bin\mwc.pl -type vc8 CUTS.mwc
  -Open CUTS.sln and build solution (in MSVC++)
    -May have to tell MSVC++ to use the environment variables if things like udm fail to find files
      cd %CUTS_ROOT%
      devenv CUTS.sln /build "Debug|Win32"



RACE RT1H example on ISIS blades (Fall 2006):
(also see %CIAO_ROOT%\RACE\descriptors\README)
-Build RT1H
  -Generate (or regenerate) MSVS projects and solution, if necessary:
    cd %COSMIC_ROOT%\PIM\PICML\examples\RT1H
    perl %ACE_ROOT%\bin\mwc.pl RT1H_CUTS.mwc -type vc8
  -Open RT1H_CUTS.sln and build solution (in MSVC++)
    devenv RT1H_CUTS.sln /build "Debug|Win32"
-If necessary, modify %CIAO_ROOT%\RACE\descriptors\run_test.pl
  -Make sure @ports variable has same port numbers as deployment.dat and NodeDetails.dat
  -Make sure $dat_file = "deployment.dat";
  -Make sure $cdp_file = "RACE.cdp";
-Add %COSMIC_ROOT%\PIM\PICML\examples\RT1H\bin to path
  set path=%PATH%;%COSMIC_ROOT%\PIM\PICML\examples\RT1H\bin
-Run RACE
  cd %CIAO_ROOT%\RACE\descriptors
  set path=%PATH%;%COSMIC_ROOT%\PIM\PICML\examples\RT1H\bin
  perl run_test.pl
-Deploy RT1H with RACE (using separate command line window)
  cd %CIAO_ROOT%\RACE\descriptors
  %CIAO_ROOT%/RACE/Input_Adapters/Interactive_Input_Adapter/injector -t"RT1H.pcd" -p "RT1H.cdp" -k file://InteractiveAdapter.ior



RACE RT1H example on local machine (Fall 2006):
-Build RT1H
  -Generate (or regenerate) MSVS projects and solution, if necessary:
    cd %COSMIC_ROOT%\PIM\PICML\examples\RT1H
    perl %ACE_ROOT%\bin\mwc.pl RT1H_CUTS.mwc -type vc8
  -Open RT1H_CUTS.sln and build solution (in MSVC++)
    devenv RT1H_CUTS.sln /build "Debug|Win32"
-Modify %CIAO_ROOT%\RACE\descriptors\deployment.dat and %CIAO_ROOT%\RACE\descriptors\NodeDetails.dat
  -Replace lines like: blade35      corbaloc:iiop:blade35.isislab.vanderbilt.edu:50000/NodeManager
  -With lines like: blade35      corbaloc:iiop:localhost:50000/NodeManager
-If necessary, modify %CIAO_ROOT%\RACE\descriptors\run_test.pl
  -Make sure @ports variable has same port numbers as deployment.dat and NodeDetails.dat
  -Make sure $dat_file = "deployment.dat";
  -Make sure $cdp_file = "RACE.cdp";
-Add %COSMIC_ROOT%\PIM\PICML\examples\RT1H\bin to path
  set path=%PATH%;%COSMIC_ROOT%\PIM\PICML\examples\RT1H\bin
-Run RACE
  cd %CIAO_ROOT%\RACE\descriptors
  set path=%PATH%;%COSMIC_ROOT%\PIM\PICML\examples\RT1H\bin
  perl run_test.pl
-Deploy RT1H with RACE (using separate command line window)
  cd %CIAO_ROOT%\RACE\descriptors
  %CIAO_ROOT%/RACE/Input_Adapters/Interactive_Input_Adapter/injector -t"RT1H.pcd" -p "RT1H.cdp" -k file://InteractiveAdapter.ior




SPACE (Fall 2006)
-had to add an include to most if not all generated *_CoWorkEr.cpp files (in *CoWorkEr_exec projects):
  #include "cuts/ActivationRecord.h"
-Copy XML Schemas to CIAO schema directory
  copy %COSMIC_ROOT%\PIM\PICML\examples\SPACE\descriptors\SANet_Network.xsd %CIAO_ROOT%\docs\schema\
  copy %COSMIC_ROOT%\PIM\PICML\examples\SPACE\descriptors\Task_Map.xsd %CIAO_ROOT%\docs\schema\
-Build SPACE
  -Generate (or regenerate) MSVS projects and solution, if necessary:
    cd %COSMIC_ROOT%\PIM\PICML\examples\SPACE
    perl %ACE_ROOT%\bin\mwc.pl SPACE_CUTS.mwc -type vc8
  -Open SPACE_CUTS.sln and build solution (in MSVC++)
    devenv SPACE_CUTS.sln /build "Debug|Win32"
-Add %COSMIC_ROOT%\PIM\PICML\examples\SPACE\bin to path
  set path=%PATH%;%COSMIC_ROOT%\PIM\PICML\examples\SPACE\bin
-Run RACE
  cd %COSMIC_ROOT%\PIM\PICML\examples\SPACE\descriptors
  set path=%PATH%;%COSMIC_ROOT%\PIM\PICML\examples\SPACE\bin
  perl run_test.pl
-Deploy SPACE with RACE (using separate command line window)
  cd %COSMIC_ROOT%\PIM\PICML\examples\SPACE\descriptors 
  %CIAO_ROOT%/RACE/Input_Adapters/SA_POP_Input_Adapter/injector -s "SPACE.san" -m "SPACE.tm" -t "SPACE.pcd" -p "SPACE.cdp" -k file://InteractiveAdapter.ior








Environment Variables  (System and/or User)
03/18/2009

If using batch file:
set Path=C:\Program Files\Scripts;%PATH%
and then run appropriate environment batch file (example for ACE/TAO/CIAO 5.6.6):
  ev_mw-5.6.6.bat





Environment variables that must be set (example for ACE/TAO/CIAO 5.7.2 and MACRO):

ACE:
ACE_ROOT=C:/Middleware/5_7_2/ACE_wrappers
Path=%ACE_ROOT%/bin;%ACE_ROOT%/lib;%PATH%


TAO:
TAO_ROOT=C:/Middleware/5_7_2/ACE_wrappers/TAO
Path=%TAO_ROOT%/bin;%PATH%


CIAO:
CIAO_ROOT=C:/Middleware/5_7_2/ACE_wrappers/TAO/CIAO
Path=%CIAO_ROOT%/bin;%PATH%


DAnCE:
DANCE_ROOT=C:/Middleware/5_7_2/ACE_wrappers/TAO/CIAO/DAnCE
Path=%DANCE_ROOT%/bin;%DANCE_ROOT%/lib;%PATH%


Xerces:
XERCESCROOT=C:/Program Files/xerces/xerces-c-2_7_0-win32-vc8
Path=%XERCESCROOT%/bin;%XERCESCROOT%/lib;%PATH%


RepositoryManager (uses ZLib & JAWS):
ZLIB_ROOT=C:/Program Files/zlib
JAWS_DOCUMENT_ROOT=%CIAO_ROOT%/DAnCE/RepositoryManager


Boost:
BOOST_CFG=-vc80-mt
BOOST_ROOT=C:/Program Files/Boost
BOOST_VERSION=boost-1_33_1
Path=%BOOST_ROOT%/lib;%PATH%


CoSMIC:
COSMIC_ROOT=C:/CoSMIC/CoSMIC
Path=%COSMIC_ROOT%/bin;%COSMIC_ROOT%/lib%PATH%


CUTS:
CUTS_ROOT=%COSMIC_ROOT%/CUTS
Path=%CUTS_ROOT%/bin;%PATH%


RACE:
RACE_ROOT=C:/Middleware/MACRO/RACE
Path=%RACE_ROOT%/lib;%PATH%


SA-POP:
SAPOP_ROOT=C:/Middleware/MACRO/RACE/SA_POP
SANET_ROOT=%SAPOP_ROOT%/SANet
Path=%SAPOP_ROOT%/lib;%PATH%


ANA/MACRO:
MACRO_ROOT=C:/ANA
Path=%MACRO_ROOT%/lib;%MACRO_ROOT%/Common/lib;%PATH%








Miscellaneous environment Variables to set if using:

wxWindows:
WXWINDOWS_ROOT=C:/wxWindows-2.4.2
Path=%WXWINDOWS_ROOT%/lib;%PATH%


PCRE:
PCRE_ROOT=C:/GnuWin32
Path=%PCRE_ROOT%/bin;%PATH%


UnxUtils
Path=C:/Program Files/UnxUtils/usr/local/wbin;%PATH%


MPC (for SVN development version of ACE/TAO/CIAO; DO NOT set MPC_ROOT if using a packaged release/micro-release of ACE/TAO/CIAO):
MPC_ROOT=C:/Middleware/Dev/MPC











Environment variables automatically set by program installs:

Perl (automatically set by installation):
Path=c:\Perl\site\bin;C:\Perl\bin\;%PATH%


Python (automatically set by installation):
PYTHON_VERSION=2.4
PYTHON_ROOT=C:\Python24


GME (automatically set by installation):
GME_ROOT=C:\Program Files\GME


UDM (automatically set by installation):
UDM_3RDPARTY_PATH=C:\Program Files\ISIS\UDM\3rdparty
UDM_PATH=C:\Program Files\ISIS\UDM
Path=%UDM_PATH%\bin;%UDM_PATH%\etc;%UDM_3RDPARTY_PATH%\xerces-c_2_5_0\bin;%UDM_3RDPARTY_PATH%\xalan-c_1_8_0\bin;%PATH%


MS Visual Studio 2005 v8 (automatically set by installation):
VS80COMNTOOLS=C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\


Rational Purify (automatically set by installation):
RATL_RTHOME=C:\Program Files\Rational\Rational Test
TISDIR=C:\Program Files\Rational\common
Path=C:\Program Files\Rational\common;%PATH%


Subversion (automatically set by installation):
Path=C:\Program Files\Subversion\bin;%PATH%


Qt (automatically set by installation - User vars):
QTDIR=C:\Qt\4.1.2
QMAKESPEC=win32-msvc.net
Path=C:\Qt\4.1.2\bin;%PATH%


MiKTex (automatically set by installation):
Path=C:\Program Files\MiKTeX\miktex\bin;%PATH%


Matlab (automatically set by installation):
Path=C:\Program Files\MATLAB704\bin\win32;%PATH%