Jon, This is just a shot in the dark, but how do you invoke rexxtry? Do you invoke it by typing
rexxtry.rex or rexx rexxtry.rex I suspect if it is the former, it might be picking up the older version because the file associations are probably pointing directly to the executable. If you explicitly type "rexx", it should be picking up the one from the current directory. Rick On Mon, Jul 21, 2008 at 9:30 AM, Sahananda (Jon) Wolfers <[EMAIL PROTECTED]> wrote: > Hi Mark, > > pardon my last post, I cut & pasted out of the wrong command window - one > I had opened later (after killing RxApi) to see and compare results. > > Here is my dilemma. If I rename my 3.1.2 rexx installation before making > then the make fails to start RxApi (the message says due to a possible > version conflict) and although I get a compile of some sort, there are many > warnings and the compile fails to run (because it cannot start rxApi). > > If on the other hand I do NOT rename my 3.1.2 version then it all compiles > beautifully, returns 4.0.0 as the version, but does not contain my changes. > > This suggests to me that despite setting the SRC_DRV & SRC_DIR evs, > something in the compile is still looking at my 3.1.2 install, but > I know not what. > > I know I have killed the rxApi because I get this message: > > D:\orxSVN\interpreter-3.x\trunk\Win32Dbg>killer rxApi > rxapi.exe (Process ID: 3548) killed successfully > > The environment variable REXX_HOME still points to the 3.1.2 install > > Also, the 3.1.2 install is in the path > > D:\orxSVN\interpreter-3.x\trunk\Win32Dbg>path > PATH=C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin; > C:\Program Files\Microsoft Platform SDK for Windows Server 2003 > R2\Bin\WinNT; > C:\Program Files\Microsoft Visual Studio 8\Common7\IDE; > C:\Program Files\Microsoft Visual Studio 8\VC\BIN; > C:\Program Files\Microsoft Visual Studio 8\Common7\Tools; > C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin; > C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727; > C:\Program Files\Microsoft Visual Studio 8\VC\VCPackages; > c:\program files\imagemagick-6.3.2-q16; > C:\WINDOWS\system32; > C:\WINDOWS; > C:\WINDOWS\System32\Wbem; > C:\Program Files\Intel\Wireless\Bin\; > c:\Program files\Java\jre1.5.0_09\bin\client; > C:\Program Files\Common Files\Teleca Shared; > c:\RexxTrans; > C:\Program Files\QuickTime\QTSystem\; > C:\Program Files\Microsoft SQL Server\80\Tools\Binn\; > C:\ooRexx; > C:\PROGRA~1\COMMON~1\MUVEET~1\030625; > C:\Program Files\Mark Hessling\Rexx Extensions; > C:\Program Files\TortoiseSVN\bin; > C:\Program Files\Microsoft SQL Server\90\Tools\binn\; > C:\Program Files\CollabNet Subversion > > Do you have any ideas? > > thanks, > > Jon > > > 2008/7/21 Mark Miesfeld <[EMAIL PROTECTED]>: >> >> On Sun, Jul 20, 2008 at 7:05 PM, Sahananda (Jon) Wolfers >> <[EMAIL PROTECTED]> wrote: >> >> > I was awakened in the night by our smoke-detector indicating it needed a >> > new >> > battery and just thought I'd test my new build. >> > Rexx -v shows Open Object Rexx Interpreter Version 4.0.0 - Internal Test >> > Version >> > Build date: Jul 20 2008 >> >> Jon, >> >> Since you still have the 3.2.0 release on your system, and most likely >> in the path, you will need to only run the 4.0.0 interpreter from >> within Win32Dbg. >> >> > However, when I test my changes they appear to not be there. >> > ... >> > trying it with RexxTry I see: >> >> >> >> parse version x >> >> ........................................... rexxtry.rex on WindowsNT >> >> say x >> >> REXX-ooRexx_3.2.0(MT) 6.02 30 Oct 2007 >> >> ........................................... rexxtry.rex on WindowsNT >> >> You can see from the above that what is actually running is the 3.2.0 >> version of you interpreter. >> >> If you have rxapi installed as a service, you will need to stop it, >> and maybe disable it. For you to get through this initial testing I >> would suggest uninstalling it as a service temporarily. >> >> cd to the 3.2.0 directory and type: .\rxapi /u >> >> That will uninstall it as a service. You can always reinstall it as a >> service again by doing the same thing with the i option: cd to the >> 3.2.0 directory, type: .\rxapi /i >> >> If it is not installed as a server then just forget about the above. >> >> Now, cd into your Win32Dbg directory and try again. The easiest thing >> to do is to copy rexxtry into that directory: >> >> E:\interpreter>cd Win32Dbg >> >> E:\interpreter\Win32Dbg>copy ..\samples\rexxtry.rex . >> 1 file(s) copied. >> >> E:\interpreter\Win32Dbg>.\rexx .\rexxtry.rex >> REXX-ooRexx_4.0.0(MT) 6.03 20 Jul 2008 >> rexxtry.rex lets you interactively try REXX statements. >> Each string is executed when you hit Enter. >> Enter 'call tell' for a description of the features. >> Go on - try a few... Enter 'exit' to end. >> parse version x >> ............................... rexxtry.rex on WindowsNT >> say x >> REXX-ooRexx_4.0.0(MT) 6.03 20 Jul 2008 >> ............................... rexxtry.rex on WindowsNT >> >> Now in the above you can see that I am truly running the 4.0 >> interpreter that I built a few minutes ago. >> >> -- >> Mark Miesfeld >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Oorexx-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
