hey
i'm getting a bunch of issues compiling pd from cvs for windows using mingw32. i've followed the instructions at https://puredata.org/docs/developer/mingw
and am now up to the 'make' stage. just running 'make' gives me errors related to being unable to find sys/socket.h. so i add -DMSW to MORECFLAGS in the makefile, which fixes that, but gives me
s_file.c:33: error: initializer element is not constant
instead. s_file.c line 33 is:
t_symbol *sys_flags = &s_;
.. help?