Results 1 to 3 of 3

Thread: BOXEE on Fedora Core 9 problem

  1. #1
    Join Date
    Aug 2008
    Posts
    1

    Default BOXEE on Fedora Core 9 problem

    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?

  2. #2

    Default

    Ahhh, this is a bug with the newer version of gcc/g++, well, it's not a bug, but a bit of restructuring... It might be best to wait for a new copy of the sources, and the latest xbmc sources (assuming boxee is still updating with those??) has this fixed . 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 ... There's a couple more things too, but, that's a few bugs.. I actually did get it to make a binary, but i'm not sure how the structure works, as the makefiles included with the source are still only for xbmc, but, I'm toying around with it .

  3. #3

    Default

    Quote Originally Posted by bizthepirate View Post
    assuming boxee is still updating with those???
    that we are my friend.

Similar Threads

  1. Replies: 2
    Last Post: June 22nd, 2011, 01:30 AM
  2. building boxee from source in fedora problem
    By renegade1318 in forum boxee for linux help
    Replies: 8
    Last Post: March 28th, 2011, 10:48 AM
  3. Windows 7 problem on Quadra Core
    By gerrydevis in forum boxee for windows help
    Replies: 2
    Last Post: January 10th, 2010, 02:54 AM
  4. Boxee + Fedora 10
    By yangtheman in forum boxee for linux help
    Replies: 2
    Last Post: May 28th, 2009, 04:45 PM
  5. Replies: 0
    Last Post: January 11th, 2009, 11:31 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •