Results 1 to 3 of 3
  1. #1
    EmuTalk Member
    Join Date
    Dec 2007
    Posts
    8

    I'm getting an error trying to compile the source

    Code:
    blight_input/SDL_ttf.c:51:38: error: freetype/internal/ftobjs.h: No such file or directory
    blight_input/SDL_ttf.c: In function ‘TTF_OpenFontIndexRW’:
    blight_input/SDL_ttf.c:278: error: dereferencing pointer to incomplete type
    make: *** [blight_input/SDL_ttf.o] Error 1
    This is on Fedora 8 and SDL_ttf-devel is installed. Any idea?



    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    Moderator
    Join Date
    Oct 2007
    Posts
    473
    I assume you're trying to build Mupen 0.5? You can fix the makefile by removing the dependency on SDL_ttf.c, or you can download the source for Mupen64-amd64 v1.1, which has reworked makefiles and quite a few fixes, in this thread.

  3. #3
    EmuTalk Member
    Join Date
    Dec 2007
    Posts
    8
    Thanks. When I saw that I thought it was only for 64 bit.

Posting Permissions

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