On Mon, Jul 14, 2008 at 8:01 AM, Sahananda (Jon) Wolfers
<[EMAIL PROTECTED]> wrote:

> I was already using the SDK setEnv.cmd.
>
> Here is the batchfile that I have been running:

Jon, here are some problems:

>
>> d:
>> cd "D:\orxSVN\interpreter-3.x\trunk"
>> set SRC_DRV=D:
>> set SRC_DIR=\orxSVN\interpreter-3.x\trunk\
>> set NO_BUILD_LOG=1
>> call "C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86
>> call "C:\Program Files\Microsoft Platform SDK\Setenv.cmd" /XP32 /RETAIL
>> call "d:\D:\orxSVN\interpreter-3.x\trunk\touchheaders.bat"

Take the touchheaders out of your batch file.  It only needs to be run
once.  Open a console window and change directory so that you are the
root of your source tree.  Then execute touchheaders.  Like this:

C:\>cd work.ooRexx\3.x\interpreter

C:\work.ooRexx\3.x\interpreter>touchheaders

C:\work.ooRexx\3.x\interpreter>

You have to execute touchheaders from the source directory itself.
You can not 'call' it from another location.

>> makeorx DEBUG

I would also take that line out of you batch file.  But, that's just me.

Plus, be sure you open up a command window and execute your batch
file.  Don't double-click it from a GUI.  Here's what I do:

C:\>\work.ooRexx\3.x\setHawkBuildEnv.bat

Attempting to detect a Microsoft Visual Studio installation

Setting environment for using Microsoft Visual Studio 2005 x86 tools.

Targeting Windows XP 32 RETAIL

C:\>cd \work.ooRexx\3.x\interpreter

C:\work.ooRexx\3.x\interpreter>makeorx.bat XXX

> I'm not at this point trying to build 4.0, but will bear the rxApi service
> in mind when I come to it.

Actually, I think you are building 4.0.  <grin>  The version just
recently got upped.  But it still lives in the 3-x directory.

--
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

Reply via email to