# HG changeset patch # User Matti Hamalainen # Date 1701185945 -7200 # Node ID def52341ee5f9573a78a7ad6cffea1560ee95249 # Parent f1b6d809e3036fb3b2464f865c6352e9e5cf7b44 Apparently the TREMOR_CFLAGS had been incorrect all along (for my system, which is the one that matters.) The problem had been masked by LIBPNG_CFLAGS having the correct -I option. Fixed. diff -r f1b6d809e303 -r def52341ee5f Makefile.cross-mingw --- a/Makefile.cross-mingw Tue Nov 28 17:42:37 2023 +0200 +++ b/Makefile.cross-mingw Tue Nov 28 17:39:05 2023 +0200 @@ -54,7 +54,7 @@ SDL_TTF_CFLAGS ?= SDL_TTF_LDFLAGS ?= -lSDL2_ttf -TREMOR_CFLAGS ?= -I$(MINGW_LOCAL_PATH)/include/tremor +TREMOR_CFLAGS ?= -I$(MINGW_LOCAL_PATH)/include TREMOR_LDFLAGS ?= $(MINGW_LOCAL_PATH)/lib/libvorbisidec.a $(MINGW_LOCAL_PATH)/lib/libogg.a LIBPNG_CFLAGS ?= -I$(MINGW_LOCAL_PATH)/include