|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
From the FAQ: For best performance, we recommend to store icons in a ZIP- or 7z-archive (with little to no compression, i.e. zip -0 icons.zip *), and to store all other images folder-based / as regular files! A ZIP with no compression is the fastest. I'll look into the possible bug 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
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
I'll look into the possible bug tomorrow... Works as expected.
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 |
Hello, qmc2 stop compile, have many errors: qmc2_prefix.h:57:17: fatal error: SDL.h: No such file or directory
compilation terminated.
Makefile.qmake.Release:1491: recipe for target 'release/qmc2_prefix.h.gch/c' failed
make.exe[2]: *** [release/qmc2_prefix.h.gch/c] Error 1
make.exe[2]: *** Waiting for unfinished jobs....
qmc2_prefix.h:57:17: fatal error: SDL.h: No such file or directory
compilation terminated.
Makefile.qmake.Release:1496: recipe for target 'release/qmc2_prefix.h.gch/c++' failed
make.exe[2]: *** [release/qmc2_prefix.h.gch/c++] Error 1
make.exe[2]: Leaving directory 'g:/compile_mame/qmc2'
Makefile.qmake:34: recipe for target 'release' failed
make.exe[1]: *** [release] Error 2
make.exe[1]: Leaving directory 'g:/compile_mame/qmc2'
makefile:1051: recipe for target 'qmc2-bin' failed
make.exe: *** [qmc2-bin] Error 2
make.exe: Leaving directory 'g:/compile_mame/qmc2' if add path to sdl.h in my environment, result is: WARNING: (internal):3: Unescaped backslashes are deprecated. WARNING: (internal):3: Unescaped backslashes are deprecated. WARNING: (internal):3: Unescaped backslashes are deprecated. btw - i updated mame build tools to the last, MINGW 5.2.0 and sdl Tnx 
Last edited by oddi; 11/04/15 04:01 AM.
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
btw - i updated mame build tools to the last, MINGW 5.2.0 and sdl Then add SDL=2 on the make command line (assuming the new tools only come with SDL2)... other than that I have no idea and won't support the new build tools until I get to checking them out.
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 |
Tnx Rene but when add parameter SDL=2 result is: qmc2_prefix.h:57:17: fatal error: SDL.h: No such file or directory
compilation terminated.
qmc2_prefix.h:57:17: fatal error: SDL.h: No such file or directory
compilation terminated.
Makefile.qmake.Release:1496: recipe for target 'release/qmc2_prefix.h.gch/c++' failed
make.exe[2]: *** [release/qmc2_prefix.h.gch/c++] Error 1
make.exe[2]: *** Waiting for unfinished jobs....
Makefile.qmake.Release:1491: recipe for target 'release/qmc2_prefix.h.gch/c' failed
make.exe[2]: *** [release/qmc2_prefix.h.gch/c] Error 1
make.exe[2]: Leaving directory 'g:/compile_mame/qmc2'
Makefile.qmake:34: recipe for target 'release' failed
make.exe[1]: *** [release] Error 2
make.exe[1]: Leaving directory 'g:/compile_mame/qmc2'
makefile:1051: recipe for target 'qmc2-bin' failed
make.exe: *** [qmc2-bin] Error 2
make.exe: Leaving directory 'g:/compile_mame/qmc2'
Finish at: 9:23:49,33 my make line: make.exe WIP=1 SDL=2 MINGW=1 -j5 p.s. found sdl.h in \buildtools\vendor\mingw64\x86_64-w64-mingw32\include\SDL2\, add path to my environment, but not luck.
Last edited by oddi; 11/04/15 07:35 AM.
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
Should be "fixed" in SVN r7030. Among other things, SDL=2 is "hard coded" now for MinGW builds (that is, you can no longer overwrite it).
Also, there is no option called "MINGW" since several versions because of a conflict with an environment variable of the same name used by the build tools themselves. It has been renamed to FORCE_MINGW, but you actually shouldn't need to specify that, it's auto-detected.
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 |
Many tnx Rene, now successful compiling r7032, only with parameter WIP=1.  p.s Opsssssss Tiny bug, qmc2 stop starting anymore 
Last edited by oddi; 11/05/15 05:59 PM.
|
|
|
|
Joined: May 2008
Posts: 4,930 Likes: 24
Very Senior Member
|
Very Senior Member
Joined: May 2008
Posts: 4,930 Likes: 24 |
No bug. Works fine here... you need SDL2.dll now in your PATH! Doesn't it tell you this? Or anything else why it wouldn't start?
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 |
hihihi, u right, need sdl2.dll, "old" sdl.dll is removed  Many tnx again
|
|
|
|
Joined: May 2012
Posts: 429 Likes: 1
Senior Member
|
Senior Member
Joined: May 2012
Posts: 429 Likes: 1 |
I stopped compiling my own QMC2 since, if i remember well, you said that using Qt 5.x will lead to several disabled functions due to lack of updated support.
MAME tools are Qt 5.x for a little time (at least as far as i know) and i'm too lazy to setup a build chain only for QMC2.
Do you think it's worth compiling again in that case ? (not that i miss too much compiling my own build as the monthly release and your occasional beta builds are quite satisfying).
Last edited by remax; 11/06/15 04:36 PM.
|
|
|
1 members (1 invisible),
34
guests, and
12
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
Forums9
Topics9,101
Posts119,255
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!
|
|
|
|