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

> It very nearly works now.  After writing a ream of
> happy messages, it fell over with:

Jon,

Earlier you posted this for your set up batch file:

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"
makeorx DEBUG


I think you may have some error in this line:

call "C:\Program Files\Microsoft Platform SDK\Setenv.cmd" /XP32 /RETAIL

Maybe.  I'm basing that on the output you reported:

D:\orxSVN\interpreter-3.x\trunk>call "C:\Program Files\Microsoft Visual Studio 8
\VC\vcvarsall.bat" x86
Setting environment for using Microsoft Visual Studio 2005 x86 tools.

Attempting to detect a Microsoft Visual Studio installation


Targeting Windows XP 32 RETAIL

The filename, directory name, or volume label syntax is incorrect.

In the above, you see the syntax is incorrect error reported
immediately after your call to vcvarsall.bat finishes.  This would be
the call to the SDK setEnv.cmd.

Since Shlwapi.h is in the SDK include files, but it is not found
during your compile, the most likely cause is that setEnv.cmd did not
run.

Check the spelling and make sure you have the path correct.

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