On Mon, Mar 5, 2012 at 3:46 PM, Mark Winchester <mwinches
...@gmail.com> wrote:
> I've been handed some old unix code and asked to get it going under
> Android. in a few places, through the old code, there are #include calls to
> load ieeefp.h. The compiler is unable to find this file. I did a file
> system search, and I found four copies on my machine. They all exist in
> subfolders under /host/cygwin/usr/. I'm assuming that there is a library
> that goes with this file? Anybody got any insight?
What declarations is your code expecting to obtain from ieeefp.h? Most
math related constant, type and function declarations are accessible
trough math.h these days.
If you don't want to change the existing code I suggest you to add a
dummy ieeefp.h somewhere in the include path of your project.
--
"The flames are all long gone, but the pain lingers on"