Summary: | fails to build - Overloading ambiguity | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | tropikhajma <tropikhajma> |
Component: | general | Assignee: | Akarsh Simha <akarsh.simha> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mutlaqja |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
patch
patch for the second issue |
Description
tropikhajma
2009-11-07 00:11:24 UTC
Created attachment 38148 [details]
patch
also a bit further down the road: ... "/export/home/hajma/packages/BUILD/kdeedu-4.3.73svn1040395/kstars/kstars/skymapevents.cpp", line 857: Error: Overloading ambiguity between "std::log10(double)" and "std::log10(float)". "/export/home/hajma/packages/BUILD/kdeedu-4.3.73svn1040395/kstars/kstars/skymapevents.cpp", line 866: Error: Overloading ambiguity between "std::log10(double)" and "std::log10(float)". Created attachment 42863 [details]
patch for the second issue
SVN commit 1118376 by khudyakov: Fix compilation under Sun Studio 12 U1 on OpenSolaris Thanks to tropikhajma for testing and patch BUG: 213492 M +1 -1 skymap.cpp M +2 -2 skymapevents.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1118376 |