projectM build from source
#1
Hi,

I have been searching for some hours now, but I cannot find any information about this.

I am working with a clone of Kodi master branch to built it from scratch. In this branch, addons/visualization.projectm has been removed. So I fetched the projectm sources from https://github.com/notspiff/visualization.projectm but there is no instructions to build it.

I have tried ./configure --enable-projectm and to run cmake in the addon directory, but every thing I can think of is failling.

Anyone has a tip on this?

Thank you in advance...
Reply
#2
https://github.com/xbmc/xbmc/blob/master...ons/README
Reply
#3
Thank you very much for the tip, I finally managed to build the addon with:

Code:
cmake -DADDONS_TO_BUILD=visualization.projectm -DADDON_SRC_PREFIX=/home/pbureau/Software/ -DCMAKE_INSTALL_PREFIX=/home/pbureau/Software/xbmc/addons -DPACKAGE_ZIP=1 /home/pbureau/Software/xbmc/project/cmake/addons

make

But at runtime, when the visualizer starts, I get an error saying:
Code:
ERROR: Unable to load /home/pbureau/.kodi/addons/visualization.projectm/visualization.projectm.so.1.0.17, reason: /home/pbureau/.kodi/addons/visualization.projectm/visualization.projectm.so.1.0.17: undefined symbol: _ZN13PresetFactory20IDLE_PRESET_PROTOCOLE

Which seems to indicate libprojectm is not properly loaded by the dynamic linker, even though it is intalled and correclty listed by ldconfig. I am investigating this, I will try to build libprojectm from sources and re install it.
Reply
#4
You want to post in subforum for visualizations and screensavers instead:

http://forum.kodi.tv/forumdisplay.php?fid=38
Reply

Logout Mark Read Team Forum Stats Members Help
projectM build from source0