ok, so i would like to get blackbox working on this SunRay terminal that is connected to a Sun Solaris box. i do not have gcc installed, nor do i have any interest in installing it. however, Sun's C++ compiler has some complaints about Image.cc it's been forever since i went through the trouble to get Blackbox built on my Octane with MIPSpro, so i do not remember what the issue was.
here is what SunC says: "Image.cc", line 222: Warning (Anachronism): Formal argument 1 of type extern "C" int(*)(_XDisplay*,XErrorEvent*) in call to XSetErrorHandler(extern "C" int(*)(_XDisplay*,XErrorEvent*)) is being passed int(*)(_XDisplay*,XErrorEvent*). "Image.cc", line 1610: Error: Overloading ambiguity between "std::sqrt(double)" and "std::sqrt(long double)". "Image.cc", line 1613: Error: Overloading ambiguity between "std::sqrt(double)" and "std::sqrt(long double)". "Image.cc", line 1616: Error: Overloading ambiguity between "std::sqrt(double)" and "std::sqrt(long double)". "Image.cc", line 1625: Error: Overloading ambiguity between "std::sqrt(double)" and "std::sqrt(long double)". "Image.cc", line 1628: Error: Overloading ambiguity between "std::sqrt(double)" and "std::sqrt(long double)". "Image.cc", line 1631: Error: Overloading ambiguity between "std::sqrt(double)" and "std::sqrt(long double)". 6 Error(s) and 1 Warning(s) detected. does anyone know if there is an easy fix for this? i remember some std:: stuff being a pain with MIPSpro, but i don't remember what it was, especially as i'm not a C++ coder. ;) thanks guys!! -brian -- "I fear death only slightly more than I hate my life." --8-bit Theater -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html
