×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

kstars/ekos build fails on ekos/manager.cpp

  • Posts: 157
  • Thank you received: 19
Can't build from nightly kstars/ekos bits due to following error:

[ 13%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/manager.cpp.o
In file included from /home/jmh/Devel/kstars/kstars/ekos/scheduler/scheduler.h:14:0,
from /home/jmh/Devel/kstars/kstars/ekos/manager.h:30,
from /home/jmh/Devel/kstars/kstars/ekos/manager.cpp:10:
/home/jmh/Devel/build-kstars/kstars/kstars/ui_scheduler.h: In member function ‘void Ui_Scheduler::setupUi(QWidget*)’:
/home/jmh/Devel/build-kstars/kstars/kstars/ui_scheduler.h:432:54: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Active, QPalette::PlaceholderText, brush1);
^~~~~~~~~~~~~~~
/home/jmh/Devel/build-kstars/kstars/kstars/ui_scheduler.h:438:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Inactive, QPalette::PlaceholderText, brush2);
^~~~~~~~~~~~~~~
/home/jmh/Devel/build-kstars/kstars/kstars/ui_scheduler.h:448:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Disabled, QPalette::PlaceholderText, brush5);
^~~~~~~~~~~~~~~
kstars/CMakeFiles/KStarsLib.dir/build.make:1575: recipe for target 'kstars/CMakeFiles/KStarsLib.dir/ekos/manager.cpp.o' failed
make[2]: *** [kstars/CMakeFiles/KStarsLib.dir/ekos/manager.cpp.o] Error 1
CMakeFiles/Makefile2:432: recipe for target 'kstars/CMakeFiles/KStarsLib.dir/all' failed
make[1]: *** [kstars/CMakeFiles/KStarsLib.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2

I also can't see a way to add the bug to github, so I'm doing it here.

Regards,

jmh
4 years 6 months ago #43657

Please Log in or Create an account to join the conversation.

  • Posts: 150
  • Thank you received: 15
i have the same issue :

[ 6%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/ekos/opsekos.cpp.o
In file included from /home/christian/Projects/kstars/kstars/ekos/scheduler/scheduler.h:14:0,
from /home/christian/Projects/kstars/kstars/ekos/manager.h:30,
from /home/christian/Projects/kstars/kstars/ekos/manager.cpp:10:
/home/christian/Projects/kstars/build/kstars/ui_scheduler.h: In member function ‘void Ui_Scheduler::setupUi(QWidget*)’:
/home/christian/Projects/kstars/build/kstars/ui_scheduler.h:432:54: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Active, QPalette::PlaceholderText, brush1);
^~~~~~~~~~~~~~~
/home/christian/Projects/kstars/build/kstars/ui_scheduler.h:438:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Inactive, QPalette::PlaceholderText, brush2);
^~~~~~~~~~~~~~~
/home/christian/Projects/kstars/build/kstars/ui_scheduler.h:448:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Disabled, QPalette::PlaceholderText, brush5);
^~~~~~~~~~~~~~~
In file included from /home/christian/Projects/kstars/kstars/ekos/scheduler/scheduler.h:14:0,
from /home/christian/Projects/kstars/kstars/ekos/manager.h:30,
from /home/christian/Projects/kstars/kstars/ekos/opsekos.cpp:13:
/home/christian/Projects/kstars/build/kstars/ui_scheduler.h: In member function ‘void Ui_Scheduler::setupUi(QWidget*)’:
/home/christian/Projects/kstars/build/kstars/ui_scheduler.h:432:54: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Active, QPalette::PlaceholderText, brush1);
^~~~~~~~~~~~~~~
/home/christian/Projects/kstars/build/kstars/ui_scheduler.h:438:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Inactive, QPalette::PlaceholderText, brush2);
^~~~~~~~~~~~~~~
/home/christian/Projects/kstars/build/kstars/ui_scheduler.h:448:56: error: ‘PlaceholderText’ is not a member of ‘QPalette’
palette.setBrush(QPalette::Disabled, QPalette::PlaceholderText, brush5);
^~~~~~~~~~~~~~~
kstars/CMakeFiles/KStarsLib.dir/build.make:1671: recipe for target 'kstars/CMakeFiles/KStarsLib.dir/ekos/opsekos.cpp.o' failed
make[2]: *** [kstars/CMakeFiles/KStarsLib.dir/ekos/opsekos.cpp.o] Error 1
make[2]: *** Attente des tâches non terminées....
kstars/CMakeFiles/KStarsLib.dir/build.make:1575: recipe for target 'kstars/CMakeFiles/KStarsLib.dir/ekos/manager.cpp.o' failed
make[2]: *** [kstars/CMakeFiles/KStarsLib.dir/ekos/manager.cpp.o] Error 1
CMakeFiles/Makefile2:432: recipe for target 'kstars/CMakeFiles/KStarsLib.dir/all' failed
make[1]: *** [kstars/CMakeFiles/KStarsLib.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
4 years 6 months ago #43660

Please Log in or Create an account to join the conversation.

Please check now
The following user(s) said Thank You: Picard
4 years 6 months ago #43674

Please Log in or Create an account to join the conversation.

  • Posts: 150
  • Thank you received: 15
Hi Jasem,

it's works now. Thank.
4 years 6 months ago #43680

Please Log in or Create an account to join the conversation.

Time to create page: 0.329 seconds