Jon, Your first batch file looks like it does the right thing. The second batch file looks like it does not do the right thing, unless the set output you posted is not correct.
Well, I started to answer this, then decided the output from your set command is too garbled. Let's take this offline Jon, just e-mail me directly when you get back to it. This whole thing is just not that hard to set up. <grin> Do this: 1.) Open up a new console window, don't run any batch file. Use the set command and redirect to a file. Attach that file to your e-mail to me. D:\>set > cleanVars.txt 2.) Then from the command prompt run the Platform SDK setEnv.cmd just by itself. Don't run vcvarsall.bat at all. D:\>call "C:\Program Files\Microsoft Platform SDK\SetEnv.cmd" /XP32 /RETAIL 3.) Then run the set command again, redirecting into a second file: D:\> set > setEnvVars.txt Send me both files. Also go into your start menu and look at the Platform SDK menu item. It will probably say what version the SDK is. Send me that info in your e-mail. 4.) Now at this point you should have your environment set up to compile. From the command prompt, just manually set the ooRexx variables. D:\>set SRC_DRV=D: D:\>set SRC_DIR=\orxSVN\interpreter-3.x\trunk\ D:\>set NO_BUILD_LOG=1 Then cd into your ooRexx build directory and run makeorx. It should build. If it doesn't, we'll figure out why offline. -- 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 Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel