| Summary: | fails to build - multiple declarations | ||
|---|---|---|---|
| Product: | [Applications] kstars | Reporter: | tropikhajma <tropikhajma> |
| Component: | general | Assignee: | Akarsh Simha <akarsh.simha> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alexey.skladnoy, montel, mutlaqja |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Solaris | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | patch | ||
|
Description
tropikhajma
2009-12-04 02:12:32 UTC
still broken in 4.3.80 I'm not sure what to do in this case.
> "/opt/foss/qt4/include/QtCore/qmetatype.h", line 200: Error:
> qt_metatype_id is not a member of QMetaTypeId<FOV*>.
This suggest that this could be compiler problem. Did you tried to make clean build of KStars. Sometimes it cures bizarre errors.
If this won't help I roll out some simple test case to check whether Qt's meta object work on your box.
Created attachment 42862 [details]
patch
SVN commit 1118375 by khudyakov: Fix compilation under Sun Studio 12 U1 on OpenSolaris Thanks to tropikhajma for testing and patch BUG: 217285 M +5 -5 fovdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1118375 |