After getting the boxee source and reading this http://xbmc.org/forum/showthread.php?t=35594
I managed to get the configure script to finish without error. Running make now gives this error.
In file included from GUIAudioManager.cpp:30:
../xbmc/Util.h: In function ‘int MathUtils::ceil_int(double)’:
../xbmc/Util.h:132: error: ‘INT_MIN’ was not declared in this scope
../xbmc/Util.h:133: error: ‘INT_MAX’ was not declared in this scope
../xbmc/Util.h: In function ‘int MathUtils::truncate_int(double)’:
../xbmc/Util.h:153: error: ‘INT_MIN’ was not declared in this scope
../xbmc/Util.h:154: error: ‘INT_MAX’ was not declared in this scope
make[1]: *** [GUIAudioManager.o] Error 1
make[1]: Leaving directory `/usr/src/trunk/guilib'
make: *** [guilib] Error 2
makeobj[0]: Leaving directory `/usr/src/trunk'
Any ideas?


Reply With Quote
. But, if you're REALLY antzy, and brave, you can go into the xbmc/Util.h file, and where it says #include <limits.h>, replace it with #include <climits>, that should fix that. There's another place in the code where that has to be changed (not double positive, but you'll know when you get that error 

Bookmarks