Previous Thread
Next Thread
Print Thread
Page 1 of 4 1 2 3 4
#120723 04/06/22 06:16 PM
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
A few days after we released a version for Linux only I can say that QMC2 builds on Windows again!! In the end it's an easy task wink... I only tried the official MAME tools and an additional webview package:

Code
pacman -S mingw-w64-x86_64-qt5-webview 5.15.3-1

After that, I could run

Code
make -j6 QMAKE=qmake

to build release/qmc2-mame.exe. So there's hope for Windows builds for the next version!

Last edited by qmc2; 04/06/22 06:25 PM.

A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
5 members like this: remax, B2K24, Stiletto, Praxis, R. Belmont
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
Ok, now it even builds

Code
make -j6 qmc2 arcade qchdman


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
2 members like this: remax, B2K24
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
I figured that it's also possible to run

Code
make -j6 LIBARCHIVE=1 qmc2 arcade qchdman

in this environment. Cool (although I currently have an issue with that library)!


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
Originally Posted by qmc2
although I currently have an issue with that library

The issue was caused by my files being written with QMC2 4 years ago with the old internal zip... rewriting them with the newer code (which is in 'master') gives the expected results (although, libarchive is picky wink ).


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
A test version is ready and available at https://qmc2.batcom-it.net/download/win32/qmc2-win32-x64-0.243-test.exe. Let me know if it works for you... that is, qmc2-mame and qchdman, qmc2-arcade doesn't work which is a general issue.

Last edited by qmc2; 04/09/22 03:03 PM.

A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
1 member likes this: B2K24
Joined: Apr 2011
Posts: 292
Senior Member
Offline
Senior Member
Joined: Apr 2011
Posts: 292
Originally Posted by qmc2
A test version is ready and available at https://qmc2.batcom-it.net/download/win32/qmc2-win32-x64-0.243-test.exe. Let me know if it works for you... that is, qmc2-mame and qchdman, qmc2-arcade doesn't work which is a general issue.

Thanks for providing this. I'll be able to test in a couple days smile

Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
Before you report it... there is something wrong with the MAME configuration dialogs. See https://github.com/qmc2/qmc2-mame-fe/issues/8


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
1 member likes this: B2K24
Joined: Apr 2011
Posts: 292
Senior Member
Offline
Senior Member
Joined: Apr 2011
Posts: 292
I really appreciate your work. It's the only reason for me to use MAME at my PC otherwise, I just use the internal UI on my CRTs.
I love how easy it is to manipulate the size of window panes and can choose exactly what font to use and how big it's presented to me. The control over presentation is amazing with QMC2 with so many ways to customize different fields.

Everything seems to be working right now with the exception of the Shideravan system and software templates. I'm still exploring and trying to figure that out.

[EDIT] The end result is pretty good on Windows 10. Most everything is working in how I remember it except for some minor details with the templates.
Software lists are working which are amazing. Thank you so much, QMC2 smile

https://imgur.com/NfzJkiI

Last edited by B2K24; 04/12/22 09:33 AM. Reason: Added info
Joined: Apr 2009
Posts: 11
Member
Offline
Member
Joined: Apr 2009
Posts: 11
With test version 243 (Win 10) the icons do not show up. I use icons.zip file, i cleared and rebuilt the cache, no joy. Worked ok with previous version.

From the log:

21:31:25.438: done (pre-caching icons from ZIP archive, elapsed time = 00:06.564)
21:31:25.439: 0 icons loaded

Last edited by Geoman; 04/19/22 06:32 PM.
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
Yeah, the buffer size was 1 byte too long with the newer minizip-ng - so much for "compatibility" wink... this has been fixed already, but I'm not pushing a new version since the major part (issue #8) hasn't been fixed.


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
Issue #8 appears to be fixed wink!


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
Originally Posted by Geoman
With test version 243 (Win 10) the icons do not show up. I use icons.zip file, i cleared and rebuilt the cache, no joy. Worked ok with previous version.
You're right. This still doesn't work - on Windows, it works on Linux. But loading the icons from a directory does also not work... the next bug wink.


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
A fix for this is in 'master'. I'll do new Windows test binaries tomorrow.


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
The real mistake was that the package missed several DLLs that are not absolutely required, but when they are missing certain functions will fail... like loading the icon images. It were the imageformat plugins that were missing wink. Fixed now!

https://qmc2.batcom-it.net/download/win32/qmc2-win32-x64-0.243-test3.exe

Last edited by qmc2; 04/23/22 07:14 AM.

A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: Apr 2009
Posts: 11
Member
Offline
Member
Joined: Apr 2009
Posts: 11
Icons now load ok! Thanks!

Something else i noticed - if you use a custom color palette instead of the default, the colors you selected are not saved when pressing OK and it reverts to default colors.

Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
I have to check this... thanks for the info!

Err, you mean the colors within the "color dialog"? That is a standard dialog and had "slots" for the colors. I've not seen the dialog since ages wink.

Last edited by qmc2; 04/23/22 11:06 AM.

A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
Oh, I see what you mean...


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
'Master' has a fix for this...


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: May 2012
Posts: 430
Likes: 1
R
Senior Member
Offline
Senior Member
R
Joined: May 2012
Posts: 430
Likes: 1
Thanks...

wow ! i still had the old qmc2.ini laying in the user folder...

Joined: Nov 2011
Posts: 175
O
Senior Member
Offline
Senior Member
O
Joined: Nov 2011
Posts: 175
Hello Rene, welcome back to the club, i'm very happy see u again. smile.

Now problem, i try compile the last qmc2 with your tutorial but not luck.
Test with mame tools ( updated to the last with pacman) plus webview 5.15, used win32env.bat.
show error
Code
make.exe: Entering directory 'C:/msys64/src/qmc2-mame-fe'
The system cannot find the path specified.
"Configuring build of QMC2 0.244"
qmake -makefile -o Makefile.qmake -spec win32-g++ VERSION=0.244 QMC2_MINGW=1 SDL=2 TARGET=qmc2-mame CONFIG+=warn_off CONFIG+=release QMC2_LIBS+=-LC:/msys64/mingw64/lib/ QMC2_INCLUDEPATH+=C:/msys64/mingw64/lib/../include QMC2_INCLUDEPATH+=C:/msys64/mingw64/lib/../include/SDL2            'DEFINES+=QMC2_MAME QMC2_VERSION=0.244 BUILD_OS_NAME=Windows BUILD_OS_RELEASE=10.0.22000 BUILD_MACHINE=x86_64-w64-mingw32 PREFIX=. DATADIR="data" SYSCONFDIR="" QMC2_JOYSTICK=1 QMC2_PHONON=0 QMC2_MULTIMEDIA=1 QMC2_FADER_SPEED=2000 QMC2_BROWSER_EXTRAS_ENABLED QMC2_BROWSER_PLUGINS_ENABLED QMC2_BROWSER_JAVA_ENABLED QMC2_BROWSER_JAVASCRIPT_ENABLED QMC2_YOUTUBE_ENABLED QMC2_NOEFFECTDIALOGS QMC2_LIBARCHIVE_ENABLED QMC2_BUNDLED_MINIZIP QMC2_BUNDLED_ZLIB' qmc2.pro
Project ERROR: Unknown module(s) in QT: xmlpatterns svg webkitwidgets winextras multimedia multimediawidgets
makefile:1074: recipe for target 'Makefile.qmake' failed
make.exe: *** [Makefile.qmake] Error 3
make.exe: Leaving directory 'C:/msys64/src/qmc2-mame-fe'

Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
Hi wink!

These are the Qt 5 packages I have installed:

Code
$ pacman -Ss qt5 | grep 5.15 | grep "installed"
mingw64/mingw-w64-x86_64-qt5 5.15.2-15 [installed]
mingw64/mingw-w64-x86_64-qt5-3d 5.15.3+kde+r18-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-activeqt 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-base 5.15.3+kde+r174-2 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-charts 5.15.3+kde+r174-2 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-connectivity 5.15.3+kde+r6-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-datavis3d 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-declarative 5.15.3+kde+r174-2 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-gamepad 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-graphicaleffects 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-imageformats 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-location 5.15.3+kde+r174-2 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-lottie 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-multimedia 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-networkauth 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-purchasing 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-quick3d 5.15.3+kde+r174-2 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-quickcontrols 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-quickcontrols2 5.15.3+kde+r4-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-quicktimeline 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-remoteobjects 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-script 5.15.3+kde+r174-2 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-scxml 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-sensors 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-serialbus 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-serialport 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-speech 5.15.3+kde+r1-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-svg 5.15.3+kde+r12-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-tools 5.15.3+kde+r1-3 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-translations 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-virtualkeyboard 5.15.3+kde+r3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-webchannel 5.15.3+kde+r3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-webglplugin 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-websockets 5.15.3+kde+r3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-webview 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-winextras 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]
mingw64/mingw-w64-x86_64-qt5-xmlpatterns 5.15.3-1 (mingw-w64-x86_64-qt5) [installed]


A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: Nov 2011
Posts: 175
O
Senior Member
Offline
Senior Member
O
Joined: Nov 2011
Posts: 175
Now install this base pack: mingw-w64-x86_64-qt5

similar error

Code
make.exe: Entering directory 'C:/msys64/src/qmc2-mame-fe'
The system cannot find the path specified.
"Configuring build of QMC2 0.244"
qmake -makefile -o Makefile.qmake -spec win32-g++ VERSION=0.244 QMC2_MINGW=1 SDL=2 TARGET=qmc2-mame CONFIG+=warn_off CONFIG+=release QMC2_LIBS+=-LC:/msys64/mingw64/lib/ QMC2_INCLUDEPATH+=C:/msys64/mingw64/lib/../include QMC2_INCLUDEPATH+=C:/msys64/mingw64/lib/../include/SDL2            'DEFINES+=QMC2_MAME QMC2_VERSION=0.244 BUILD_OS_NAME=Windows BUILD_OS_RELEASE=10.0.22000 BUILD_MACHINE=x86_64-w64-mingw32 PREFIX=. DATADIR="data" SYSCONFDIR="" QMC2_JOYSTICK=1 QMC2_PHONON=0 QMC2_MULTIMEDIA=1 QMC2_FADER_SPEED=2000 QMC2_BROWSER_EXTRAS_ENABLED QMC2_BROWSER_PLUGINS_ENABLED QMC2_BROWSER_JAVA_ENABLED QMC2_BROWSER_JAVASCRIPT_ENABLED QMC2_YOUTUBE_ENABLED QMC2_NOEFFECTDIALOGS QMC2_LIBARCHIVE_ENABLED QMC2_BUNDLED_MINIZIP QMC2_BUNDLED_ZLIB' qmc2.pro
Project ERROR: Unknown module(s) in QT: webkitwidgets
makefile:1074: recipe for target 'Makefile.qmake' failed
make.exe: *** [Makefile.qmake] Error 3
make.exe: Leaving directory 'C:/msys64/src/qmc2-mame-fe'

about unknown webkitwidgets
Code
[MINGW64] C:\msys64\src>pacman -Ss qtwebkit
mingw32/mingw-w64-i686-kdewebkit-qt5 5.85.0-1 (kf5)
    KDE Integration for QtWebKit (mingw-w64-qt5)
mingw32/mingw-w64-i686-qtwebkit 5.212.0alpha4-12
    Webkit module for Qt5 (mingw-w64)
mingw32/mingw-w64-i686-wkhtmltopdf-git 0.13.r1049.51f9658-2
    Convert HTML to PDF using QtWebkit (mingw-w64)
mingw64/mingw-w64-x86_64-kdewebkit-qt5 5.85.0-1 (kf5)
    KDE Integration for QtWebKit (mingw-w64-qt5)
mingw64/mingw-w64-x86_64-qtwebkit 5.212.0alpha4-12
    Webkit module for Qt5 (mingw-w64)
mingw64/mingw-w64-x86_64-wkhtmltopdf-git 0.13.r1049.51f9658-2
    Convert HTML to PDF using QtWebkit (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-kdewebkit-qt5 5.85.0-1 (kf5)
    KDE Integration for QtWebKit (mingw-w64-qt5)
ucrt64/mingw-w64-ucrt-x86_64-qtwebkit 5.212.0alpha4-12
    Webkit module for Qt5 (mingw-w64)
ucrt64/mingw-w64-ucrt-x86_64-wkhtmltopdf-git 0.13.r1049.51f9658-2
    Convert HTML to PDF using QtWebkit (mingw-w64)
clang64/mingw-w64-clang-x86_64-kdewebkit-qt5 5.85.0-1 (kf5)
    KDE Integration for QtWebKit (mingw-w64-qt5)
clang64/mingw-w64-clang-x86_64-qtwebkit 5.212.0alpha4-12
    Webkit module for Qt5 (mingw-w64)

Last edited by oddi; 05/02/22 03:37 PM.
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
I dunno what you did, but the"qt5-webview" package I've chosen came with webkit / webkitwidgets. Well, try installing the "mingw-w64-x86_64-qtwebkit" package.

Last edited by qmc2; 05/02/22 04:25 PM.

A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: Nov 2011
Posts: 175
O
Senior Member
Offline
Senior Member
O
Joined: Nov 2011
Posts: 175
No luck, again a lot of errors. Thank you, atm qmc2 compiling it's mystery for me. smile

Ok, now compile with buildtools, but with win32env.bat - no luck.
Whats it's differents between buildtoos.bat and win32env.bat
i compare environments from both files - it's same.
Someone may explain me. Thank you.

Last edited by oddi; 05/02/22 06:49 PM.
Joined: Dec 2007
Posts: 5
W
Member
Offline
Member
W
Joined: Dec 2007
Posts: 5
Originally Posted by oddi
Project ERROR: Unknown module(s) in QT: webkitwidgets

Install:
Code
pacman -S mingw-w64-x86_64-qtwebkit

And try again.

Joined: Nov 2011
Posts: 175
O
Senior Member
Offline
Senior Member
O
Joined: Nov 2011
Posts: 175
Problem it's me, because i used my batch file with environments. Used win32env.bat
Mame compile with my batch without problems , but with QMC2 .....no luck:)

If used Rene's tutorial - QMC2 wiki , all it's fine.
I wanna compile qmc2 with my environment ..but have this erros.:
Code
make.exe: Entering directory 'C:/msys64/src/qmc2-mame-fe'
[b]The system cannot find the path specified.[/b]
"Updating build of QMC2 0.244"
make[1]: Entering directory 'C:/msys64/src/qmc2-mame-fe'
make -f Makefile.qmake.Release
make[2]: Entering directory 'C:/msys64/src/qmc2-mame-fe'
/C/msys64/mingw64/bin/uic.exe ui/qmc2main.ui -o build/ui_qmc2main.h
process_begin: CreateProcess(NULL, sh.yyy -c "/C/msys64/mingw64/bin/uic.exe ui/qmc2main.ui -o build/ui_qmc2main.h", ...) failed.
make (e=2): The system cannot find the file specified.
Makefile.qmake.Release:20887: recipe for target 'build/ui_qmc2main.h' failed
make[2]: *** [build/ui_qmc2main.h] Error 2
make[2]: Leaving directory 'C:/msys64/src/qmc2-mame-fe'
Makefile.qmake:45: recipe for target 'release' failed
make[1]: *** [release] Error 2
make[1]: Leaving directory 'C:/msys64/src/qmc2-mame-fe'
makefile:1053: recipe for target 'qmc2-bin' failed
make.exe: *** [qmc2-bin] Error 2
make.exe: Leaving directory 'C:/msys64/src/qmc2-mame-fe'

i can not found where qmc2 angry - The system cannot find the path specified.

btw - this pack pacman -S mingw-w64-x86_64-qtwebkit is installed smile
That is my saga smile

Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
@oddi: Have you installed "uic.exe" (the "Qt Tools")? It somehow cannot find it. It should be in "C:\msys64\mingw64\bin\uic.exe" according to your log.

Anyway, Qt WebKit is now (when you compile from source) no longer supported! It's Qt WebEngine instead, so we finally got rid of this old (but good) beast... it works, but there's still a lot to do, so I won't release a new version this time.

Last edited by qmc2; 06/01/22 08:24 AM.

A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Joined: Nov 2011
Posts: 175
O
Senior Member
Offline
Senior Member
O
Joined: Nov 2011
Posts: 175
Hello Rene, please your help for compile QMC2 under win10/11.
This is mystery for me smile

I used qmc2 wiki and step by step tutorial compile with "buildtools.bat" environment , btw - test too and with "win32env.bat" ......
same errors"
Tested witth the last mamedev tools ( with or without updates ) plus QT5 packages - no luck again.


Code
$ make -j3 LIBARCHIVE=1
Configuring build of QMC2 0.244
qmake -makefile -o Makefile.qmake -spec win32-g++ VERSION=0.244 QMC2_MINGW=1 SDL=2 TARGET=qmc2-mame CONFIG+=warn_off CONFIG+=release QMC2_LIBS+=-LC:/msys64/mingw64/lib/ QMC2_INCLUDEPATH+=C:/msys64/mingw64/lib/../include QMC2_INCLUDEPATH+=C:/msys64/mingw64/lib/../include/SDL2            'DEFINES+=QMC2_MAME QMC2_VERSION=0.244 BUILD_OS_NAME=Windows BUILD_OS_RELEASE=10.0.22000 BUILD_MACHINE=x86_64-w64-mingw32 PREFIX=. DATADIR="data" SYSCONFDIR="" QMC2_JOYSTICK=1 QMC2_PHONON=0 QMC2_MULTIMEDIA=1 QMC2_FADER_SPEED=2000 QMC2_GIT_REV=v0.243-10-gc5d915bc9 QMC2_BROWSER_EXTRAS_ENABLED QMC2_BROWSER_PLUGINS_ENABLED QMC2_BROWSER_JAVA_ENABLED QMC2_BROWSER_JAVASCRIPT_ENABLED QMC2_YOUTUBE_ENABLED QMC2_NOEFFECTDIALOGS QMC2_LIBARCHIVE_ENABLED QMC2_BUNDLED_MINIZIP QMC2_BUNDLED_ZLIB' qmc2.pro
Project ERROR: Unknown module(s) in QT: webenginewidgets
make: *** [Makefile:1076: Makefile.qmake] Error 3

If understand right under Linux not have problem with compile, under Windows - no.luck.

Many tnx and wait for your for advices.

Last edited by oddi; 06/08/22 06:58 AM.
Joined: May 2008
Posts: 4,930
Likes: 24
Q
qmc2 Offline OP
Very Senior Member
OP Offline
Very Senior Member
Q
Joined: May 2008
Posts: 4,930
Likes: 24
Well, right now I'm also not able to compile on Windows myself, because there does not seem to be a "webenginewidgets" package - that's really cool wink... I installed the official Qt packages already, will try to use them.

Last edited by qmc2; 06/10/22 02:02 PM.

A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
Page 1 of 4 1 2 3 4

Moderated by  qmc2 

Link Copied to Clipboard
Who's Online Now
2 members (Cpt. Pugwash, 1 invisible), 91 guests, and 2 robots.
Key: Admin, Global Mod, Mod
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Forum Statistics
Forums9
Topics9,239
Posts120,954
Members5,061
Most Online1,283
Dec 21st, 2022
Our Sponsor
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!

Superior Solitaire
Forum hosted by www.retrogamesformac.com