Thank you for your hint. It wasn't helpful in that way that it gives the solution. I'm quite new with the cmake tool and I'm learning a lot of pitfalls. The described error was overcome by installing the following package:
libglw1-mesa-dev
After that I stepped into the next problem:
make -f source/CMakeFiles/sfScope.dir/build.make source/CMakeFiles/sfScope.dir/build
make[2]: Verzeichnis „/virtual/scopefun/ScopeFun-2.0.16-Source/build“ wird betreten
make[2]: *** Keine Regel vorhanden, um das Ziel „../lib/wxWidgets-3.0.4/sfBuild64r/lib/libwxjpeg-3.0.a“,
benötigt von „../bin/sfScope64r“, zu erstellen. Schluss.
make[2]: Verzeichnis „/virtual/scopefun/ScopeFun-2.0.16-Source/build“ wird verlassen
make[1]: *** [CMakeFiles/Makefile2:255: source/CMakeFiles/sfScope.dir/all] Fehler 2
make[1]: Verzeichnis „/virtual/scopefun/ScopeFun-2.0.16-Source/build“ wird verlassen
make: *** [Makefile:174: all] Fehler 2
A library "libwxjpeg" shall be linked, which is not build by the delivered wxWidged library but which is in the dependency list of the generated Makefile for sfApi, SfScope and SfServer. I didn't found the generation mechanism by now, some help would be appreciated. Is there a tool for graphical visualtization of the dependencies?