https://bugs.kde.org/show_bug.cgi?id=391730
Bug ID: 391730
Summary: ktechlab buid fails on osx
Product: KTechLab
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
>From issue report on mailing list:
I downloaded the latest ktechlab (040) on osx sierra. I’m running macports.
I use XQuartz.
compile fails not able to find x11Screen, x11SetScreen. I have googled
several combinations, no help there.
Any suggestions?
-----------
.
.
.
[ 94%] Building CXX object src/CMakeFiles/ktechlab.dir/variablelabel.cpp.o
[ 94%] Building CXX object src/CMakeFiles/ktechlab.dir/canvas.cpp.o
/Users/***/Desktop/ktechlab-0.40.0/src/canvas.cpp:513:10: error: no member
named 'x11SetScreen' in 'QPixmap'
offscr.x11SetScreen(p->device()->x11Screen());
~~~~~~ ^
/Users/***/Desktop/ktechlab-0.40.0/src/canvas.cpp:513:36: error: no member
named 'x11Screen' in 'QPaintDevice'
offscr.x11SetScreen(p->device()->x11Screen());
~~~~~~~~~~~ ^
/Users/***/Desktop/ktechlab-0.40.0/src/canvas.cpp:821:17: error: no member
named 'x11SetScreen' in 'QPixmap'
if (p) offscr.x11SetScreen(p->device()->x11Screen());
~~~~~~ ^
/Users/***/Desktop/ktechlab-0.40.0/src/canvas.cpp:821:43: error: no member
named 'x11Screen' in 'QPaintDevice'
if (p) offscr.x11SetScreen(p->device()->x11Screen());
~~~~~~~~~~~ ^
4 errors generated.
make[2]: *** [src/CMakeFiles/ktechlab.dir/canvas.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/ktechlab.dir/all] Error 2
make: *** [all] Error 2
--
You are receiving this mail because:
You are watching all bug changes.