Pete
I just tried to compile with your updates, now I get an error in
EditorWindow.C:
cc-1140 CC: ERROR File = EditorWindow.C, Line = 7091
A value of type "const char *" cannot be used to initialize an entity of
type "char *".
char* uiroot = theDXApplication->getUIRoot();
After changing line 7091 to: const char* uiroot = ....
I got similar errors in JavaNet.C
cc-1515 CC: ERROR File = JavaNet.C, Line = 532
cc-1515 CC: ERROR File = JavaNet.C, Line = 545
cc-1515 CC: ERROR File = JavaNet.C, Line = 548
etc.
I was using the SGI compiler. I have not tried with gcc.
Jeff
----------------------------------------------------------------------
Jeff Braun Geophysics Dept.
mailto: [EMAIL PROTECTED] Montana Tech
(406) 496-4206 1300 W. Park St.
Butte, MT 59701