qmc2 / qmc2-mame-fe

QMC2 - M.A.M.E. Catalog / Launcher II
40 stars 3 forks source link

0.243 doesn't build with system minizip #16

Closed antonio-rojas closed 2 years ago

antonio-rojas commented 2 years ago

Building with SYSTEM_MINIZIP=1 fails with multiple errors

In file included from src/preview.h:4,
                 from src/preview.cpp:2:
src/imagewidget.h:13:10: fatal error: mz_compat.h: No such file or directory
   13 | #include "mz_compat.h"
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/controller.h:4,
                 from src/controller.cpp:2:
src/imagewidget.h:13:10: fatal error: mz_compat.h: No such file or directory
   13 | #include "mz_compat.h"
      |          ^~~~~~~~~~~~~
compilation terminated.
In file included from src/marquee.h:4,
                 from src/marquee.cpp:2:
src/imagewidget.h:13:10: fatal error: mz_compat.h: No such file or directory
   13 | #include "mz_compat.h"
      |          ^~~~~~~~~~~~~
compilation terminated.
[...]

0.242 builds fine.

antonio-rojas commented 2 years ago

OK, I see this requires the minizip-ng fork now.

qmc2 commented 2 years ago

That's correct!