namco
Member
I've got a new laptop with vista basic and I tried setting up the IDE-Less environment, but vista gave an error, when running make in cmd, similar to:
CODE
AllocationBase 0x0, BaseAddress 0x71590000, RegionSize 0x30000, State 0x10000
C:\MinGW\1.0\bin\make.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
I've found a solution to this, if you download this link:
msys.dll rebased
and replace the msys-1.0.dll in msys/1.0/bin/ with the one extracted from the above link, that should solve the problem.
CODE
AllocationBase 0x0, BaseAddress 0x71590000, RegionSize 0x30000, State 0x10000
C:\MinGW\1.0\bin\make.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
I've found a solution to this, if you download this link:
msys.dll rebased
and replace the msys-1.0.dll in msys/1.0/bin/ with the one extracted from the above link, that should solve the problem.