After the failure, it is possible to skip over the failures by reissuing:

    nmake /i /k

---rony

P.S.: Of course it should be possible to build "out-of-the-box" without an 
error, so please advise
about the necessary setup of the MS tools.


On 30.04.2017 21:43, Rony G. Flatscher wrote:
>
> While following the build instructions for Windows, the following error 
> occurs while building the
> 32-bit Windows version:
>
>     [ 61%] Building CXX object
>     CMakeFiles/orexxole.dir/extensions/platform/windows/ole/events.cpp.obj 
> events.cpp
>     
> F:\work\svn\oorexx\main\trunk\extensions\platform\windows\ole\events.cpp(51): 
> fatal error
>     C1083: Datei (Include) kann nicht geöffnet werden: "agtctl_i.c": No such 
> file or directory
>     NMAKE : fatal error U1077: "E:\PROGRA~2\MICROS~3.0\VC\bin\cl.exe": 
> Rückgabe-Code "0x2" Stop.
>     NMAKE : fatal error U1077: ""E:\Programme\Microsoft Visual Studio 
> 14.0\VC\BIN\nmake.exe"":
>     Rückgabe-Code "0x2" Stop. NMAKE : fatal error U1077: 
> ""E:\Programme\Microsoft Visual Studio
>     14.0\VC\BIN\nmake.exe"": Rückgabe-Code "0x2" Stop.
>
> The file "agtctl_i.c" cannot be opened. Having multiple Visual Studios and 
> Microsoft SDKs on my
> machine, I was able to find one in a "c:\Program Files (x86)\Microsoft
> SDKs\Windows\v7.1A\Include", so I added that as the last path on the INCLUDE 
> environment variable.
> Building appeared to have gone on successfully.
>
> However, when building "oodPackageEntry.cpp.obj" I hit the following 
> redefinition error:
>
>     [ 85%] Building CXX object
>     
> CMakeFiles/oodialog.dir/extensions/platform/windows/oodialog/oodPackageEntry.cpp.obj
>     oodPackageEntry.cpp
>     
> F:\work\svn\oorexx\main\trunk\extensions\platform\windows\oodialog\oodPackageEntry.cpp(444):
>     error C2373: "__pfnDliFailureHook2": Neudefinition; unterschiedliche 
> Modifizierer
>     E:\Programme\Microsoft Visual Studio 14.0\VC\INCLUDE\delayimp.h(141): 
> note: Siehe Deklaration
>     von "__pfnDliFailureHook2" NMAKE : fatal error U1077: 
> "E:\PROGRA~2\MICROS~3.0\VC\bin\cl.exe":
>     Rückgabe-Code "0x2" Stop. NMAKE : fatal error U1077: 
> ""E:\Programme\Microsoft Visual Studio
>     14.0\VC\BIN\nmake.exe"": Rückgabe-Code "0x2" Stop. NMAKE : fatal error 
> U1077:
>     ""E:\Programme\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe"": 
> Rückgabe-Code "0x2" Stop.
>
> What would be the proper setup/step to get ooRexx compiled for 32-bit Windows?
>
> Or with other words: how should I set up MS Visual Studio 14 to become able 
> successfully compile
> 32-bit ooRexx?
>
> ---rony

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to