Ok, here we go again.
This is what I've done:
I uninstalled MinGW and MSYS from my "Program Files" directory
I installed Cygwin (c:\cygwin) (for something else actually, which gave me the idea to try this again)
I re-installed MinGW (c:\X\mingw) but not MSYS (Cygwin should contain all the MSYS functionality, shouldn't it?).
I've set the environmental path variable to include the following
- Code: Select all
c:\X\mingw\bin
C:\cygwin\bin;
C:\cygwin\usr\bin;
C:\cygwin\usr\local\bin;
and in that order.
I have the following files in "C:\cygwin\usr\local\include\darkplaces".
- Code: Select all
dinput.h
dsound.h
ddraw.h
I should have everything that I need to compile from source I think. I've tried several permutations of everything listed in this thread. Can someone please tell me what I'm supposed to do. Above all it would be great if someone could give me confirmed instructions but I'm willing to try informed guesses.
Thanks.