Hi,

Package FTBFS on installation because of missing mmpong-gl exe.
mmpong-gl is not building because cmake configuration cannot find CEGUI-OPENGL.
Cmake configuration checks for CEGUI-OPENGL module by searching CEGUI-OPENGL.pc 
file.

Log:
-- Checking for one of the modules 'CEGUI-OPENGL'
-- disabling mmpong-gl because of missing dependencies.

In Debian stretch there is a new version of cegui-mk2 package available 
(0.8.7-1.2),
this version has CEGUI-0-OPENGL.pc instead of CEGUI-OPENGL.pc.
By changing the client_gl/CMakeLists.txt file to check for CEGUI-0-OPENGL the 
configuration
activates the build of mmpong-gl, but build of mmpong-gl fails because it uses 
an outdated api of CEGUI.
Mmpong was built successfully with cegui-mk2 0.7.6 three years ago.

I think there are two possible solutions to fix the package:
- disable installation of mmpong-gl (do not create mmpong-gl package)
- update mmpong to use the new api of cegui (not trivial solution)

Regards,
Daniel

Reply via email to