With my pkgsrc ufraw maintainer hat, I got a bug report:
 
http://gnats.netbsd.org/47642
 
which has two patches for Solaris (said to have been sent "upstream",
which is here, but I haven't found them).  I have copied the submitter
in hopes of speeding the resolution.
 
The first patch is casts an unsigned to int in passing to pow.  I don't
understand why unsigned can't be promoted to double and why this is
needed.
 
We have seen this sort of problems before with (Open)Solaris. It seems that 
some of the library functions on that system (e.g. sqrt() and pow()) does not 
promote integer types to floating point types the standard C way. They require 
explicit type casts. I have commited the two patches to cvs. Please ask the 
submitter to test the cvs code. Regards,Niels Kristian                          
             
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
ufraw-devel mailing list
ufraw-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-devel

Reply via email to