So, i've tried to compile it with mingw, but keep getting stuck here:
../../shared/shared.h:152: parse error before "int32"
you are getting the linux build. you might want to post on the mingw sourceforge tracker to have 'uname -a' report something besides MINGW32_NT-5.1, in the meantime you can remove the "ifeq ($(OS_NAME),MinGW)" thing from Makefile.common or change it to match uname -a...
good to know... still using vc, but it is probably time to test for mingw as well...
miXed/ all builds great, well, had to change this:
LFLAGS = -shared $(PD_DIR)/../bin/pd.dll -Wl,--enable-runtime-pseudo-reloc
otherwise linking fails with gcc 3.4.2...
carmen (who's thinking about reimplementing the rest of iemgui objects in ToXY...)