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: Compiling MAME: qt5 linking error  (Read 1680 times)

0 Members and 1 Guest are viewing this topic.

keilmillerjr

  • Trade Count: (+5)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1847
  • Last login:October 06, 2023, 10:20:39 pm
  • Web Developer.
Compiling MAME: qt5 linking error
« on: November 20, 2019, 04:35:56 pm »
Perhaps its lack of sleep, but I am having an issue compiling mame on a fresh virtual install. I did install qt5. Same process I have used to compile a dozen different versions I patched. Any ideas? Was excited to get some testing done.

Substring

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 818
  • Last login:Yesterday at 12:52:06 pm
  • Forking GroovyArcade
    • forum.arcadecontrols.com/index.php/topic,160023.0.html
    • GroovyArcade active fork
Re: Compiling MAME: qt5 linking error
« Reply #1 on: November 20, 2019, 05:03:37 pm »
the missing .so are in /usr/lib

Have you installed dependencies as explained in https://docs.mamedev.org/initialsetup/compilingmame.html#arch-linux ?

The arch linux package goes even further : https://www.archlinux.org/packages/community/x86_64/mame/ (the make dependencies may not be installed by default)

Have you installed arch's base-devel package ? maybe you're missing pkg-config ?

keilmillerjr

  • Trade Count: (+5)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1847
  • Last login:October 06, 2023, 10:20:39 pm
  • Web Developer.
Re: Compiling MAME: qt5 linking error
« Reply #2 on: November 20, 2019, 05:14:14 pm »
Yes, I did install required dependancies. I even described the whole process I have used multiple times on the arcademvs wiki. Similar process I use for arch and mac. I tried reinstalling qt5 package. Perhaps I will try reinstalling the rest again in the morning. Work, 1hr sleep, back to work 16hrs.

Doozer

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:June 12, 2023, 09:19:49 am
  • Z80 ERROR
Re: Compiling MAME: qt5 linking error
« Reply #3 on: November 21, 2019, 08:08:47 am »
Yes, I did install required dependancies. I even described the whole process I have used multiple times on the arcademvs wiki. Similar process I use for arch and mac. I tried reinstalling qt5 package. Perhaps I will try reinstalling the rest again in the morning. Work, 1hr sleep, back to work 16hrs.

Unless you are using the debug interface, the QT5 part can be disabled by using USE_QTDEBUG=0 parameter. No need to install QT5 lbs in that case.