On Mon, Jul 14, 2008 at 5:13 AM, Sahananda (Jon) Wolfers <[EMAIL PROTECTED]> wrote: > Alright, now I get: > > D:\orxSVN\interpreter-3.x\trunk>makeorx DEBUG > 'svn' is not recognized as an internal or external command, > operable program or batch file.
Glad to see you move your source tree so that the path to it does not have spaces in it. You will run into problems if you put the source in a path that has spaces in it. > Executing in a svn working copy, but could not determine the svn revision > number. > Do NOT use this environment for a release build. If you install the command line version of svn, you can get rid of that warning. http://www.collab.net/downloads/subversion/ get: CollabNet Subversion Command Line Client v1.5.0 (for Windows) But since you are just building for yourself, you can just ignore the warning. The platform SDK also has a set up bat file. It checks for Visual C++ on your system and sets everything up. I believe it is better to ran that version than the one in Visual C++. But that is a matter of taste, running the Visual C++ one will work fine. Here is the SDK version, change the path to match your set up: call "C:\home\Tools\MsPlatformSDK\SetEnv.cmd" /XP32 /RETAIL There is another problem you will probably run into if you have the 3.2.0 rxapi installed as a service. It is not compatible with building the 4.0.0 version and you will most likely get a crash when rexx.img is built. You can do this to get around it: C:\home>net stop rxapi Temporarily rename your ooRexx directory: C:\home>ren ooRexx ooRexx-temp Then rename the directory back when you want to use the 3.2.0 version of ooRexx. You only need to do the rename when you actually start the build. -- Mark Miesfeld ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel