Venn
August 18th, 2008, 02:22 PM
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?
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?