Problem with ProjectM after upgrading Kodi
#1
Hello.
Recently I updated Kodi from v15 to v16. Since my hardware won't work with new Ubuntu versions I had to stick with 12.04 Precise and built Kodi from source. After few hours of working on dependencies I finally installed it. But two days later ProjectM has stopped working showing problems with dll everytime I change song.

In logs I see this:
Code:
13:03:55 T:139928496039872   ERROR: Unable to load /usr/lib/kodi/addons/visualization.projectm/projectM.vis, reason: /usr/lib/kodi/addons/visualization.projectm/projectM.vis: undefined symbol: __glewDeleteFramebuffersEXT

I tried to build plugin from source but after executing cmake I receive this:
Code:
-- PM_VERSION=1.0.17
CMake Error at /usr/lib/kodi/addon-helpers.cmake:63 (FILE):
  file does not recognize sub-command GENERATE
Call Stack (most recent call first):
  CMakeLists.txt:37 (build_addon)


-- Configuring incomplete, errors occurred!

What should I do to fix this?
Reply
#2
To solve this:
Quote: file does not recognize sub-command GENERATE

You need to use a more recent version of cmake. I don't know why your kodi cannot locate projectM.vis but this file in provided with the Kodi standard package, maybe you should try to re install Kodi completely.
Reply

Logout Mark Read Team Forum Stats Members Help
Problem with ProjectM after upgrading Kodi0