Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: DreamArcades on August 28, 2005, 10:18:21 pm

Title: MAME32 Compile Error htmlhelp.h no such file...
Post by: DreamArcades on August 28, 2005, 10:18:21 pm
I'm compiling MAME32 with a custom driver.c
I have followed the instructions exactly as listed at http://www.mameworld.net/compile32/
I'm compiling with mame099s.zip and Mame32v.99_Source.exe

I
Title: Re: MAME32 Compile Error htmlhelp.h no such file...
Post by: SirPeale on August 29, 2005, 08:00:07 am
Have you tried compiling just vanilla Mame32 first?

Title: Re: MAME32 Compile Error htmlhelp.h no such file...
Post by: lokki on August 29, 2005, 12:08:26 pm
you are probably missing the html help files.

If you d/ the source code from mame 32 I think there are some files that you have to manually move to the include directory of gcc

Download the latest Mame32 source.
http://www.classicgaming.com/mame32qa/down.htm
Extract the contents of the file, allowing directories to be created.
Overlay the Mame32 directory structure [and subs] onto the baseline Mame directory. Make sure the ui/ folder goes into the src/ folder.

Part of the compile instruction state.

Move the contents of the Mame32 source \htmlhelp directory to their appropriate MingW directories from the fist step.

    htmlhelp.h to \MinGW\include\

    htmlhelp.lib to \MinGW\lib\



Title: Re: MAME32 Compile Error htmlhelp.h no such file...
Post by: SlyDog on February 07, 2006, 08:24:44 pm
I know this is fairly old but now i am having this same problem with 104 when i look for the files i can't find htmlhelp myself in the mame32 src/ folder any thoughts or tips appreciated