Can't compile SRB2 2.0

Status
Not open for further replies.

Morph

Member
I am using Bloodshed Dev-C++ 4.9.9.2
"/src/win32/srb2win.dev" is the project path.
Even if I make no changes at all and I compile the default source code I get this error message during very last steps of the compilation:

CreateProcess((null), nasm.exe -o ../../objs/Mingw/Win32/tmap.o -f win32 ../tmap.nas, ...) failed.

Das System kann die angegebene Datei nicht finden.
(That's actually german for: System can't find the mentioned file)

E:\Spiele2\srb2src\src\win32\Makefile.win [Build Error] [../../objs/Mingw/Win32/tmap.o] Error 2

Any ideas what's wrong? It always worked with SRB2 0.94. O__o
 
NASMW.EXE/NASM.EXE

1.09.4's Makefile/MSVC/Dev-Cpp project files used nasmw.exe, but NASM Win32 EXE have been renamed to nasm.exe upstream, look in X:\Dev-Cpp\bin and rename/copy nasmw.exe to nasm.exe
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top