Open jpnielsen opened 1 year ago
I got it building on windows 11, after changing the makefile a bit
diff Makefile Makefile.new
55c55
< cd dep/liblo && ./autogen.sh --prefix="$(DEP_PATH)" --enable-static=yes --enable-shared=no --disable-tests --disable-network-tests --disable-tools --disable-examples
---
> cd dep/liblo && ./autogen.sh CFLAGS="-Wno-error=unused-variable" --prefix="$(DEP_PATH)" --enable-static=yes --enable-shared=no --disable-tests --disable-network-tests --disable-tools --disable-examples
65c65
< LDFLAGS +=
---
> LDFLAGS += -liphlpapi -lws2_32
I also git rid of some warnings by specifically including winsock2.h before windows.h :
diff Lune.hpp Lune.hpp.new
11a12
> #include <winsock2.h>
On windows 11, fresh git pull of RackFree - and fresh update of msys2-mingw64
I have gotten a bit further, by editing dep/liblo/src/server.c
then i can manually 'make' in dep/liblo but I'm not sure I'm doing it right, because when i
cd ModScript 'make'
it gives a bunch of errors.
... but i basically don't know what I'm doing.
Please make Modscript build again, I really wanted to try making a control module for my Korg Minilogue XD.