Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Missing file "ieeefp.h"?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mark Winchester  
View profile  
 More options Mar 5 2012, 1:46 pm
From: Mark Winchester <mwinches...@gmail.com>
Date: Mon, 5 Mar 2012 10:46:33 -0800 (PST)
Local: Mon, Mar 5 2012 1:46 pm
Subject: Missing file "ieeefp.h"?

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carlos A. M. dos Santos  
View profile  
 More options Mar 7 2012, 7:49 am
From: "Carlos A. M. dos Santos" <unixma...@gmail.com>
Date: Wed, 7 Mar 2012 09:49:43 -0300
Local: Wed, Mar 7 2012 7:49 am
Subject: Re: Missing file "ieeefp.h"?

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"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »