Kodi Community Forum

Full Version: XBMCProjectM make error on Eden RC2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm compiling on Gentoo from the standard 11.0 rc2 ebuild

I get the following make error when it gets to XBMCProjectM

Code:
make -C xbmc/visualizations/XBMCProjectM
make[1]: Entering directory `/var/tmp/portage/media-tv/xbmc-11.0_rc2/work/xbmc-11.0-Eden_rc2/xbmc/visualizations/XBMCProjectM'
make -C libprojectM
make[2]: Entering directory `/var/tmp/portage/media-tv/xbmc-11.0_rc2/work/xbmc-11.0-Eden_rc2/xbmc/visualizations/XBMCProjectM/libprojectM'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/var/tmp/portage/media-tv/xbmc-11.0_rc2/work/xbmc-11.0-Eden_rc2/xbmc/visualizations/XBMCProjectM/libprojectM'
make[1]: *** [libprojectM/libprojectM.so] Error 2
make[1]: Leaving directory `/var/tmp/portage/media-tv/xbmc-11.0_rc2/work/xbmc-11.0-Eden_rc2/xbmc/visualizations/XBMCProjectM'
make: *** [xbmc/visualizations/XBMCProjectM] Error 2

If I edit out the references to XBMCProjectM in the main makefile it builds successfully.

Any ideas on why this is broken?