jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

Microsoft compiler doesn't support C99 isinf and isnan #277

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile the newest version with MSVC 2005

What is the expected output? What do you see instead?
Successful compilation.

Linker can't locate _isinf and _isnan

Please use labels and text to provide additional information.
MSVC isinf isnan

A patch seems to workaround this. Not sure about its correctness.

Original issue reported on code.google.com by 0ct4g...@gmail.com on 13 Jan 2012 at 6:52

Attachments:

GoogleCodeExporter commented 9 years ago
Miserable. Will sort out.

Original comment by Charles....@gmail.com on 13 Jan 2012 at 8:29

GoogleCodeExporter commented 9 years ago
It should be building and running again, but I still need to check some details 
of the fix.

Original comment by Charles....@gmail.com on 15 Jan 2012 at 3:27