Thanks. Added the missing isnormal.h, guarded using Inkscape::round by the SOLARIS_2_8 macro now. Although I don't understand the reason for round being already declared completely. I'll have a closer look on linux later.
Markus
On Thu, 1 Mar 2007 10:31:52 -0400 "bulia byak" <buliabyak@...400...> wrote:
And if I comment that line out I get:
display/nr-filter-gaussian.cpp:22:22: isnormal.h: No such file or directory display/nr-filter-gaussian.cpp: In member function `void NR::FilterGaussian::set_deviation(double)': display/nr-filter-gaussian.cpp:741: error: `isnormal' undeclared (first use this function)
On 3/1/07, bulia byak <buliabyak@...400...> wrote:
On 3/1/07, Markus Schwarzenberg <Markus.Schwarzenberg@...1674...> wrote:
Hi,
the Solaris 2.8 / gcc-3.2.3 fixes (derived from inkscape-Patches-1370904) are now in svn revision 14251. For details see ChangeLog. The specific platform is detected in configure.ac, and all possibly non-portable changes are guarded by #if defined (SOLARIS_2_8) && __GNUC__ == 3 && __GNUC_MINOR__== 2
I get a compile error:
display/nr-filter.cpp:33: error: `round' is already declared in this scope
(linux, gcc 3.4.1)
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org