margro / xbmc

XBMC PVR Repository for the development of the MediaPortal and ForTheRecord pvr addons
http://www.scintilla.utwente.nl/~marcelg/xbmc/
Other
32 stars 14 forks source link

Broken goom #19

Closed fantomkas closed 12 years ago

fantomkas commented 12 years ago

adding: Zylot - Wisps.milk (deflated 80%) make[3]: Leaving directory /tmp/22/xbmc-11.0-margro-git+odk75-eden~git20120528.8c351e7/xbmc/visualizations/XBMCProjectM' make[2]: Leaving directory/tmp/22/xbmc-11.0-margro-git+odk75-eden~git20120528.8c351e7/xbmc/visualizations/XBMCProjectM' make -C xbmc/visualizations/Goom make[2]: Entering directory /tmp/22/xbmc-11.0-margro-git+odk75-eden~git20120528.8c351e7/xbmc/visualizations/Goom' CPP xbmc/visualizations/Goom/Main.o Main.cpp: In function ‘void AudioData(const float*, int, float*, int)’: Main.cpp:145:54: error: ‘INT16_MAX’ was not declared in this scope make[2]: *** [Main.o] Error 1 make[2]: Leaving directory/tmp/22/xbmc-11.0-margro-git+odk75-eden~git20120528.8c351e7/xbmc/visualizations/Goom' make[1]: * [xbmc/visualizations/Goom] Error 2 make[1]: Leaving directory `/tmp/22/xbmc-11.0-margro-git+odk75-eden~git20120528.8c351e7' dh_auto_build: make -j1 returned exit code 2 make: * [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2

Error on compiling goom on Ubuntu precise 12.04

margro commented 12 years ago

Did you already try a full clean build? I can compile without errors under 12.04. Could you explain how you are building and which branch/tag. I see "odk75" but I don't have a odk75 tag. Besides this, goom is not PVR related, so if it is broken in my repo, it must be broken also upstream in opdenkamp / xbmc

fantomkas commented 12 years ago

Yes, its my clean build from this git, do not look at odk75, it is of my scripts to build, and xbmc with the option --disable-goom build well... I upload xbmc without GOOM to ppa:fantom-h/xbmc-pvr for testing...

margro commented 12 years ago

Indeed. Goom is disabled by default. I could reproduce the error and it should be fixed now. Will check if this fix is also needed for the official xbmc/master tree.

fantomkas commented 12 years ago

Thank you! Have a nice day!