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: Help with AdvanceMame  (Read 815 times)

0 Members and 1 Guest are viewing this topic.

GuinnessGuy74

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 36
  • Last login:November 08, 2011, 11:01:43 am
  • I want to build my own arcade controls!
Help with AdvanceMame
« on: October 25, 2005, 12:05:31 am »
I have just installed Linux (gentoo) on my machine. I have installed svgalib and advancemame. When I go to run advcfg it is not on my machine. How am I supposed to set up without it?

AdvanceMame says it only extracts advcfg and advv when neccessary........

How can I get this configured?? Anyone out here know?


Thanks
Jim

GuinnessGuy74

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 36
  • Last login:November 08, 2011, 11:01:43 am
  • I want to build my own arcade controls!
Re: Help with AdvanceMame
« Reply #1 on: October 25, 2005, 12:38:45 am »
I noticed a topic with the same problem.........it is the only other example I can find after 3 hours on the web. It seems nobody is having this problem.....

Anyway, the topic suggested that you go into the AdvanceMame directory and make cfg and make v. I thought that was a simple enough fix....so I type make cfg and it compiles and gives me advcfg. Same with make v --> advv.

They are right there in the directory but when I type advcfg or addv, both come up as command not found! My patience is running out! Anyone with a suggestion, please help!!!!

Thank you...
Jim

elvis

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1154
  • Last login:January 13, 2025, 08:48:40 am
  • penguin poker
    • StickFreaks
Re: Help with AdvanceMame
« Reply #2 on: October 25, 2005, 02:14:36 am »

They are right there in the directory but when I type advcfg or addv, both come up as command not found! My patience is running out! Anyone with a suggestion, please help!!!!

BASH 101:

The default shell in most modern Linux distros is "BASH".  You need a shell to interface with your kernel.

BASH by default only executes commands in your path.  To find out what your path is, type "echo $PATH" at a command prompt (minus the quotes).

If an executable is NOT in your path, you must reference by absolute or relative path.  eg: if I've compiled advcfg in the folder /tmp/advmame then I can execute it by either typing "/tmp/advmame/advcfg" or changing to that folder, and typing "./advcfg".  (That's DOT, FORWARD SLASH, COMMAND).

My patience is running out!

I don't want to be rude, but this is very basic Linux/BASH usage here.  Certainly not rocket science.  If your patience is already running out because you don't understand the software, I suggest you take the time to read the very fine documentation that is made available to you completely free of charge with your diistro.

Again, not being rude.  But if you don't bother to learn the system, then don't be surprised when it doesn't work.  Take the time to learn the system, and the rewards are many.