| Summary: | mismatched types ‘const typename QtPrivate::FunctionPointer<Func>::Object*’ and ‘QPointer<QProgressDialog>’ | ||
|---|---|---|---|
| Product: | [Applications] kstars | Reporter: | Oliver Krückel <oliver.krueckel> |
| Component: | general | Assignee: | Jasem Mutlaq <mutlaqja> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Compile output | ||
|
Description
Oliver Krückel
2017-09-12 20:00:18 UTC
Maybe it's due to the old GCC version you're using? gcc 4.8.5 is the default gcc on opensuse Leap 42.3 I will check if I can use a newer version. Compiling with gcc 7 works! krueckel@venus:~> gcc-7 --version gcc-7 (SUSE Linux) 7.1.1 20170607 [gcc-7-branch revision 248970] Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Thank's o. |