For the first part of your problem, correct the typo that Lurker pointed out. In world\console.cpp, add a # to the front of
Code:
if defined(WIN32) && !defined(__MINGW32__)
For your second problem, the makefile is looking for zlib.dll in the C:\dev-cpp\lib folder, so make sure you have a copy of it over there and you should be alright.
I do have a problem of my own, though, that maybe someone could help with. Apparently I'm not installing or using reimp right. When I try to run World.exe or Boot5Zones, I get this error:
Quote:
The procedure entry point mysql_real_escape_string could not be located in the dynamic link library libmysql.dll.
|
Is there a certain directory I should be in when I run the reimp and dlltools commands? Do I have to add any files anywhere else? I ran both of those commands as listed just from whatever directory I happened to be in. I installed MinGW 3.1.0-1 in the dev-cpp\bin folder (and also have an install sitting in dev-cpp\bin\MinGW and also have all the contents of MinGW\bin sitting in the bin directory). When I run those two commands it pops up a new command prompt without an error, like the command went through. Any help would be greatly appreciated.
Oh, and great package, Tertiary!