Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: MAME32 Compile Error htmlhelp.h no such file...  (Read 1803 times)

0 Members and 1 Guest are viewing this topic.

DreamArcades

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 333
  • Last login:April 26, 2022, 05:36:40 pm
    • Dream Arcades, LLC
MAME32 Compile Error htmlhelp.h no such file...
« 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
« Last Edit: August 29, 2005, 02:23:25 am by DreamArcades »

SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Re: MAME32 Compile Error htmlhelp.h no such file...
« Reply #1 on: August 29, 2005, 08:00:07 am »
Have you tried compiling just vanilla Mame32 first?


lokki

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 647
  • Last login:May 05, 2025, 06:18:51 pm
Re: MAME32 Compile Error htmlhelp.h no such file...
« Reply #2 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\




SlyDog

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 27
  • Last login:September 08, 2006, 11:21:16 pm
Re: MAME32 Compile Error htmlhelp.h no such file...
« Reply #3 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