Hi Kim,
I've successfully compiled and used Scenelib2 on Debian 9 x64 following your instruction and used with the test sequence.
I've upgraded open cv version to opencv-2.4.13.6 (downloaded directly from OpenCv site) after some compilation errors on my machine (probably for the update packages installed by apt-get).
Also, to avoid some NOTFOUND cmake errors , e.g:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. ... GLUT_Xi_LIBRARY (ADVANCED) ... GLUT_Xmu_LIBRARY (ADVANCED) ...
you need to add libxmu and libxi-dev using package manager.

Thank you for update the original scenelib. I tried to compile and use the old version without success.
Hi Kim,
I've successfully compiled and used Scenelib2 on Debian 9 x64 following your instruction and used with the test sequence.
I've upgraded open cv version to opencv-2.4.13.6 (downloaded directly from OpenCv site) after some compilation errors on my machine (probably for the update packages installed by apt-get).
Also, to avoid some NOTFOUND cmake errors , e.g:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. ... GLUT_Xi_LIBRARY (ADVANCED) ... GLUT_Xmu_LIBRARY (ADVANCED) ...you need to add libxmu and libxi-dev using package manager.
Thank you for update the original scenelib. I tried to compile and use the old version without success.