Main > Software Forum
MAME Movie Maker released
<< < (64/153) > >>
donnyj:
Not sure why, but the new 91 (with u1 patch) and information (Thanks buddabing!!!!) is available here: http://forum.arcadecontrols.com/index.php/topic,31699.0.html
donnyj:
am I the only one compiling from source from buddabing?

I believe there is an error...


I get:

Compiling src/usrintrf.c...
src/usrintrf.c: In function `handle_user_interface':
src/usrintrf.c:4074: warning: implicit declaration of function `save_movie_snapshot'
make: *** [obj/mamep4/usrintrf.o] Error 1

and it aborts back to the prompt....


When I modify usrintrf.o to say:

#include "ui_text.h"
#include "state.h"
#include "common.h"   /* DonnyJ added this line */

#ifdef MESS
  #include "mess.h"

worked until linking, then caused A LOT of problems!!!  Didn't work =[

so I modified common.h (REALLY have no idea what I'm doing here!)

/* generic NVRAM handler */
extern size_t generic_nvram_size;
extern data8_t *generic_nvram;
extern data16_t *generic_nvram16;
extern data32_t *generic_nvram32;
extern void nvram_handler_generic_0fill(mame_file *file, int read_or_write);
extern void nvram_handler_generic_1fill(mame_file *file, int read_or_write);

/* DonnyJ */
extern int save_movie_snapshot(struct mame_bitmap *bitmap);

/* bitmap allocation */
struct mame_bitmap *bitmap_alloc(int width,int height);
struct mame_bitmap *bitmap_alloc_depth(int width,int height,int depth);
void bitmap_free(struct mame_bitmap *bitmap);

and it "APPEARS" to work....

what's the real solution?

The only change I made to the makefile, is commenting CPMAKER=1 line (never could get cpmaker to compile)
Buddabing:

--- Quote from: donnyj on February 08, 2005, 06:22:28 am ---am I the only one compiling from source from buddabing?

I believe there is an error...


I get:

Compiling src/usrintrf.c...
src/usrintrf.c: In function `handle_user_interface':
src/usrintrf.c:4074: warning: implicit declaration of function `save_movie_snapshot'
make: *** [obj/mamep4/usrintrf.o] Error 1

and it aborts back to the prompt....


When I modify usrintrf.o to say:

#include "ui_text.h"
#include "state.h"
#include "common.h"
--- End quote ---
papaschtroumpf:

--- Quote from: donnyj on February 08, 2005, 06:22:28 am ---am I the only one compiling from source from buddabing?

--- End quote ---

Nope!, I am too (Iike to enable the optimizations for my target CPU, plus it's interesting to look at Budda's code)). I was missingas few pieces that I just got in the other thread, so I should be building this latest version later today.
Silver:
I'm compiling mine too, although I spent a while sorting out the compiling tools on Hazes site a couple of releases back - and now its changed again.

Think I will start off again from 0.92....
Navigation
Message Index
Next page
Previous page

Go to full version