A checklist and step-by-step instructions would be appreciated.
Thanks.
Moderators: Nexuiz Moderators, Moderators
torus wrote:... that said, I assume you just want to build the editor for kicks, and you do know that there are precompiled packages for Win32.
@echo off
pushd C:\path_to\darkplaces_source
mingw32-make cl-release
vid_glx.c:22:19: dlfcn.h: No such file or directorywindres -o darkplaces.o darkplaces.rc
'c:\Program' is not recognized as an internal or external command, operable program or batch file.
c:\Program Files\MinGW\bin\windres.exe: no resources
make[2]: *** [darkplaces.o] Error 1divVerent wrote:Yes, use c:\progra~1\ which serves as an alias to Program Files. But no idea how you can change that. "make" is known to not work with spaces in directory names.
Didn't you get a warning when installing into this folder?

c:\X\mingw\bin
C:\cygwin\bin;
C:\cygwin\usr\bin;
C:\cygwin\usr\local\bin;dinput.h
dsound.h
ddraw.hXeno The Blind wrote:I have the following files in "C:\cygwin\usr\local\include\darkplaces".
KadaverJack wrote:I don't think that's the right path (unless you edited the makefile...)
Put them where your other mingw headers are (and don't create a new directory).
Or install dev c++, put the headers in Dev-Cpp/include, open darkplaces.dev, click "compile" and rename darkplaces.exe to nexuiz.exe afterwards...
divVerent wrote:We simply don't have it.
If mingw on Win32 is any similar to mingw on Linux (and it should be), the included Makefile should work out of the box. We also got reports of people building it on Dev-C++, which is an IDE using mingw.
Can you try posting the errors you get? Also, don't use spaces in folder names
