Results 1 to 3 of 3

Thread: Compile errors...

  1. #1
    Join Date
    Sep 2007
    Location
    Australia
    Beans
    766
    Distro
    Ubuntu Mate 14.04 Trusty Tahr

    Compile errors...

    Hi,

    Code:
    blade@desktop:~/Temp/sdlmess0136$ make -f makefile.sdl PTR64=1 -j3
    Compiling src/osd/sdl/dview.c...
    Compiling src/osd/sdl/debug-sup.c...
    Compiling src/osd/sdl/debug-intf.c...
    Compiling src/mess/osd/sdl/sdlutil.c...
    cc1: warnings being treated as errors
    src/osd/sdl/dview.c: In function ‘dview_size_allocate’:
    src/osd/sdl/dview.c:216: error: implicit declaration of function ‘GTK_WIDGET_REALIZED’
    make: *** [obj/sdl/mess/osd/sdl/dview.o] Error 1
    make: *** Waiting for unfinished jobs....
    blade@desktop:~/Temp/sdlmess0136$
    I'm trying to compile for 64bit what error is this? and how can i fix it?

    Thanks...

  2. #2
    Join Date
    Sep 2007
    Location
    Australia
    Beans
    766
    Distro
    Ubuntu Mate 14.04 Trusty Tahr

    Re: Compile errors...

    http://www.bannister.org/forums/ubbt...62109&page=all


    Basically you have to change the "GTK_WIDGET_REALIZED" object in "/src/osd/sdl/dview.c" with "gtk_widget_get_realized".

  3. #3
    Join Date
    Sep 2007
    Location
    Australia
    Beans
    766
    Distro
    Ubuntu Mate 14.04 Trusty Tahr

    Re: Compile errors...

    OK went ti install now it gives me:
    Code:
    blade@desktop:/usr/share/games/sdlmess$ sudo make install
    make: *** No rule to make target `install'.  Stop.
    What to do now? am stumped.....?

    Thanks

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
  •