Hi David,

Do you have a Windows SDK installed?  I'm guessing no.

 Directory of C:\Tools\Microsoft.SDKs\v7.1\Include

04/19/2010  08:43 PM             3,835 AgtCtl_i.c

Here's a link to the Windows SDK 7.1

http://www.microsoft.com/en-us/download/details.aspx?id=8442

I believe that 7.1 is the best one to use at this point.  Without a SDK,
there are probably some other things you will find missing.  Visual C++ or
Visual Studio will have a version of the SDK with it.  But, it is usually
incomplete or out of date.

--
Mark Miesfeld



On Thu, Aug 29, 2013 at 8:02 AM, David Ashley <[email protected]>wrote:

> Got a new error while compiling. The output is listed below:
>
> Compiling events.cpp
>         cl /EHsc /nologo /D:_X86_ /DWIN32 -DORX_VER=4 -DORX_REL=2
> -DORX_MOD=0 -DOOREXX_BLD=0 -DOOREXX_COPY_YEAR=
> \""2005-2013"\" /W3 /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
> -c  -O2 /Gr /DNDEBUG /Gs /FAcs
> /Fac:\cygwin\home\dashley\temp\Win32Rel\ASM\events.asm  /DNULL=0 /MT
> /Foc:\cygwin\home\dashley\temp\Win32Rel\events.obj
> -Ic:\cygwin\home\dashley\temp\lib\ -Ic:\cygwin\home\dashley\temp\common\
> -Ic:\cygwin\home\dashley\temp\common\platform\windows\
> -Ic:\cygwin\home\dashley\temp\api\
> -Ic:\cygwin\home\dashley\temp\api\platform\windows\
> -Ic:\cygwin\home\dashley\temp\interpreter\
> -Ic:\cygwin\home\dashley\temp\interpreter\classes\
> -Ic:\cygwin\home\dashley\temp\interpreter\classes\support\
> -Ic:\cygwin\home\dashley\temp\interpreter\runtime\
> -Ic:\cygwin\home\dashley\temp\interpreter\behaviour\
> -Ic:\cygwin\home\dashley\temp\interpreter\concurrency\
> -Ic:\cygwin\home\dashley\temp\interpreter\execution\
> -Ic:\cygwin\home\dashley\temp\interpreter\memory\
> -Ic:\cygwin\home\dashley\temp\interpreter\package\
> -Ic:\cygwin\home\dashley\temp\interpreter\expression\
> -Ic:\cygwin\home\dashley\temp\interpreter\instructions\
> -Ic:\cygwin\home\dashley\temp\interpreter\parser\
> -Ic:\cygwin\home\dashley\temp\interpreter\platform\windows\
> -Ic:\cygwin\home\dashley\temp\interpreter\streamLibrary\
> -Ic:\cygwin\home\dashley\temp\interpreter\messages\
> -Ic:\cygwin\home\dashley\temp\platform\windows\
> -Ic:\cygwin\home\dashley\temp\rexutils\windows
> -Ic:\cygwin\home\dashley\temp\extensions\platform\windows\oodialog\ -I\
> -Ic:\cygwin\home\dashley\temp\extensions\platform\windows\ole\
> -Ic:\cygwin\home\dashley\temp\extensions\platform\windows\orxscrpt\
> -Ic:\cygwin\home\dashley\temp\interpreter\messages\
> -Ic:\cygwin\home\dashley\temp\extensions\hostemu\
> c:\cygwin\home\dashley\temp\extensions\platform\windows\ole\events.cpp
> events.cpp
> c:\cygwin\home\dashley\temp\extensions\platform\windows\ole
> \events.cpp(51) : fatal error C1083: Cannot open include file:
> 'agtctl_i.c': No such file or directory
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
> Studio 11.0\VC\BIN\cl.EXE"' : return code '0x2'
> Stop.
>
> Any ideas?
>
> David Ashley
>
>
>
> ------------------------------------------------------------------------------
> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
> Discover the easy way to master current and previous Microsoft technologies
> and advance your career. Get an incredible 1,500+ hours of step-by-step
> tutorial videos with LearnDevNow. Subscribe today and save!
> http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to