|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Then please ask Micko to change it, or wait for official builds.
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
oddi, according to your pasted log your actual problem is the MKSPEC again: Could not find mkspecs for your QMAKESPEC(win32-g++) after trying:
G:/compile_mame/Msys64/mingw64/share/qt4\mkspecs Is this the right place for it?
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
I'm currently trying the new tools myself... I'll let you know my results.
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
I'm currently trying the new tools myself... I'll let you know my results. Works fine for me  .
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
I've updated the MinGW build instructions to reflect the new tools (it's actually much simpler than before now).
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: Nov 2011
Posts: 175
Senior Member
|
Senior Member
Joined: Nov 2011
Posts: 175 |
Rene all is perfect, many tnx for this little hint: pacman -S mingw-w64-x86_64-SDL2
Congratulations mate !
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
I'm glad to hear that  !
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2012
Posts: 429 Likes: 1
Senior Member
|
Senior Member
Joined: May 2012
Posts: 429 Likes: 1 |
It works fine but my build needs "libwinpthread-1.dll" which is not listed in the wiki.
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Right. I'll add it to the wiki! Thanks for the info. BTW, the new tools also provide "ldd" on Windows. You can use it to query the required DLLs: rene@vbox-win7 MINGW64 /c/Projekte/qmc2-mingw
$ ldd release/qmc2-mame.exe
ntdll.dll => /c/Windows/SYSTEM32/ntdll.dll (0x77050000)
kernel32.dll => /c/Windows/system32/kernel32.dll (0x76f30000)
KERNELBASE.dll => /c/Windows/system32/KERNELBASE.dll (0x7fefce10000)
msvcrt.dll => /c/Windows/system32/msvcrt.dll (0x7fefd3d0000)
ole32.dll => /c/Windows/system32/ole32.dll (0x7fefda10000)
GDI32.dll => /c/Windows/system32/GDI32.dll (0x7fefd230000)
USER32.dll => /c/Windows/system32/USER32.dll (0x76e30000)
LPK.dll => /c/Windows/system32/LPK.dll (0x7feff280000)
USP10.dll => /c/Windows/system32/USP10.dll (0x7fefddb0000)
RPCRT4.dll => /c/Windows/system32/RPCRT4.dll (0x7fefd2a0000)
PSAPI.DLL => /c/Windows/system32/PSAPI.DLL (0x77210000)
SHELL32.dll => /c/Windows/system32/SHELL32.dll (0x7fefe4f0000)
SHLWAPI.dll => /c/Windows/system32/SHLWAPI.dll (0x7feff290000)
libgcc_s_seh-1.dll => /mingw64/bin/libgcc_s_seh-1.dll (0x61440000)
libwinpthread-1.dll => /mingw64/bin/libwinpthread-1.dll (0x64940000)
libstdc++-6.dll => /mingw64/bin/libstdc++-6.dll (0x6fc40000)
phonon4.dll => /mingw64/bin/phonon4.dll (0x659c0000)
QtCore4.dll => /mingw64/bin/QtCore4.dll (0x6e0c0000)
zlib1.dll => /mingw64/bin/zlib1.dll (0x62e80000)
ADVAPI32.dll => /c/Windows/system32/ADVAPI32.dll (0x7fefe140000)
sechost.dll => /c/Windows/SYSTEM32/sechost.dll (0x7fefd470000)
WS2_32.dll => /c/Windows/system32/WS2_32.dll (0x7feff310000)
NSI.dll => /c/Windows/system32/NSI.dll (0x7fefd8c0000)
QtDBus4.dll => /mingw64/bin/QtDBus4.dll (0x6c900000)
QtXml4.dll => /mingw64/bin/QtXml4.dll (0x6fac0000)
QtGui4.dll => /mingw64/bin/QtGui4.dll (0x67700000)
libpng16-16.dll => /mingw64/bin/libpng16-16.dll (0x68b40000)
comdlg32.dll => /c/Windows/system32/comdlg32.dll (0x7fefd780000)
COMCTL32.dll => /c/Windows/WinSxS/amd64_microsoft.windows.common-[...]/COMCTL32.dll (0x7fef2820000)
IMM32.dll => /c/Windows/system32/IMM32.dll (0x7fefe110000)
MSCTF.dll => /c/Windows/system32/MSCTF.dll (0x7fefd490000)
OLEAUT32.dll => /c/Windows/system32/OLEAUT32.dll (0x7fefd930000)
WINMM.dll => /c/Windows/system32/WINMM.dll (0x7feface0000)
WINSPOOL.DRV => /c/Windows/system32/WINSPOOL.DRV (0x7fef7f40000)
QtNetwork4.dll => /mingw64/bin/QtNetwork4.dll (0x65c80000)
QtSql4.dll => /mingw64/bin/QtSql4.dll (0x61f80000)
QtTest4.dll => /mingw64/bin/QtTest4.dll (0x63600000)
QtWebKit4.dll => /mingw64/bin/QtWebKit4.dll (0x1110000)
VERSION.dll => /c/Windows/system32/VERSION.dll (0x7fefc060000)
libsqlite3-0.dll => /mingw64/bin/libsqlite3-0.dll (0x66380000)
QtXmlPatterns4.dll => /mingw64/bin/QtXmlPatterns4.dll (0x68180000)
SDL2.dll => /c/Projekte/qmc2-mingw/SDL2.dll (0x6c740000)
A mind is like a parachute. It doesn't work unless it's open. [Frank Zappa]
|
|
|
|
Joined: May 2012
Posts: 429 Likes: 1
Senior Member
|
Senior Member
Joined: May 2012
Posts: 429 Likes: 1 |
Minor problem but svnversion works correctly when launched inside the qmc2 folder :
remax@remax-PC MINGW64 ~/qmc2
$ svnversion
7259M
but the svn number is not added to the build...
|
|
|
2 members (Dullaron, 1 invisible),
29
guests, and
9
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
Forums9
Topics9,103
Posts119,275
Members5,019
|
Most Online890 Jan 17th, 2020
|
|
These forums are sponsored by Superior Solitaire, an ad-free card game collection for macOS and iOS. Download it today!
|
|
|
|
|