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

 
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ktechlab-devel mailing list
Ktechlab-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ktechlab-devel

Reply via email to