Re: [Qemu-devel] gnu-c99-math.h file

2006-04-26 Thread Ben Taylor

 Sylvain Petreolle [EMAIL PROTECTED] wrote: 
 
 --- Ben Taylor [EMAIL PROTECTED] a écrit :
  
  Apologies.  That should have been isolated with a 
  
  #ifdef __sun__
  #include gnu-c99-math.h
  #endif
  
  correct.  I rechecked the patch  I sent to Fabrice and the gnu-c99-math.h 
  file is there.  
 please make sure if you use underscores or hyphens.
 softfloat-native.h includes gnu-c99-math.h,
 but the file attached to this mail was gnu_c99_math.h

I have no explaination.  It has hypens on my source system, and on my 
M$ laptop.  The only possible way the name changed was that the new 
webmail interface provided by my cable company  modified the filename 
when I attached the diff and and gnu-c99-math.h file. 
 
But a good catch, and hopefully everyone will know to change the 
file name. 
 
Regards, 
 
Ben


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


[Qemu-devel] gnu-c99-math.h file

2006-04-25 Thread Chris Bagwell
I just upgraded to current CVS to get all the changes submitted today.  
The solaris port commits seems to have added a #include gnu-c99-math.h 
file to fpu/softfloat-native.h.


This file doesn't exist on my Fedora Core 5 system with gcc32 installed 
for compatibility.  The mailing archive mentions something about this 
missing file being a custom file for the solaris port. Should that file 
only be referenced under solaris?


Qemu appears to compile fine on linux if I just comment that line out.

Chris


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel


Re: [Qemu-devel] gnu-c99-math.h file

2006-04-25 Thread Troy Benjegerdes
On Tue, Apr 25, 2006 at 09:04:33PM -0500, Chris Bagwell wrote:
 I just upgraded to current CVS to get all the changes submitted today.  
 The solaris port commits seems to have added a #include gnu-c99-math.h 
 file to fpu/softfloat-native.h.
 
 This file doesn't exist on my Fedora Core 5 system with gcc32 installed 
 for compatibility.  The mailing archive mentions something about this 
 missing file being a custom file for the solaris port. Should that file 
 only be referenced under solaris?
 
 Qemu appears to compile fine on linux if I just comment that line out.

The same issue occurs on Debian as well.


___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel