Fwd: Small patch for agib-1-glue

Robert Olson olson at mcs.anl.gov
Fri Aug 16 07:44:24 CDT 2002


>X-Sender: randy at redwood.rt.cs.boeing.com
>X-Mailer: QUALCOMM Windows Eudora Version 5.1.1
>Date: Wed, 24 Jul 2002 16:21:49 -0700
>To: Robert Olson <olson at mcs.anl.gov>
>From: Randy Groves <randy.groves at boeing.com>
>Subject: Small patch for agib-1-glue
>X-Spam-Status: No, hits=-4.4 required=5.0 tests=IN_REP_TO version=2.21
>X-Spam-Level:
>
>I've been trying to get the PIG working on XP, and after finally figuring 
>out the video-config file, I could get the vrm-eventlistener to come up 
>with the appropriate devices, but the vic process kept dying.  I finally 
>realized that the vrm-eventlistener was trying to start up 'vic.exe' 
>rather than 'mash.exe' for the local captures.  It all hinged on the 
>version of the OS, which in the case of XP is '5.1' rather than 
>'5.0'.  This patch to ConfigUtilsImplWin32.java fixes it, although since 
>I'm pretty much of a Java newbie, it might not be the best:
>
>diff ConfigUtilsImplWin32.java*
>60c60
><       if (version_.startsWith("5."))
>---
> >       if (version_.equals("5.0"))
>
>-randy




More information about the ag-dev mailing list