What version of the compiler are you using?   I had to add a check to
PlatformDefinitions.h to check for the MSC version.  We used to have to use
map isnan to _isnan, but when I upgraded to VSC 13 it was necessary to add
a version check and disable the define.  See line 133 in
interpreter\platform\windows\PlatformDefinitions.h.  Check the value of
MSC_VER...I might have this test set at the wrong level.

Rick



On Thu, Sep 25, 2014 at 8:34 PM, David Ashley <[email protected]>
wrote:

> Rick -
>
> I am a lot further now. It is actually trying to compile the code. But
> it gets an error when compiling NumberStringClass.cpp.
>
> C:\cygwin\home\dashley\buildorx\interpreter\classes
> \NumberStringClass.cpp(3979) : error C3861: '_isnan': identifier not
> found
> NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~1.0\VC\bin\cl.exe' :
> return code '0x2'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 9.0\VC\Bin\nmake.exe"' : return code '0x2'
> Stop.
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 9.0\VC\Bin\nmake.exe"' : return code '0x2'
> Stop.
>
> Any ideas what is going on?
>
> David Ashley
>
>
>
> ------------------------------------------------------------------------------
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
>
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> _______________________________________________
> Oorexx-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to