Missing file "ieeefp.h"?

434 views
Skip to first unread message

Mark Winchester

unread,
Mar 5, 2012, 1:46:33 PM3/5/12
to andro...@googlegroups.com
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?

-Mark

Carlos A. M. dos Santos

unread,
Mar 7, 2012, 7:49:43 AM3/7/12
to andro...@googlegroups.com

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"

Reply all
Reply to author
Forward
0 new messages