when compiling world.dev i have the following errors
console.cpp C:\eqemu\5.3dr3dev\world\console.cpp
In member function `void Console::ProcessCommand(const char*)':
684 C:\eqemu\5.3dr3dev\world\console.cpp
`GetOS' undeclared (first use this function)
(Each undeclared identifier is reported only once for each
687 C:\eqemu\5.3dr3dev\world\console.cpp
`Ver_name' undeclared (first use this function)
688 C:\eqemu\5.3dr3dev\world\console.cpp
`Ver_build' undeclared (first use this function)
688 C:\eqemu\5.3dr3dev\world\console.cpp
`ultoa' undeclared (first use this function)
689 C:\eqemu\5.3dr3dev\world\console.cpp
`Ver_min' undeclared (first use this function)
690 C:\eqemu\5.3dr3dev\world\console.cpp
`Ver_maj' undeclared (first use this function)
691 C:\eqemu\5.3dr3dev\world\console.cpp
`Ver_pid' undeclared (first use this function)
C:\eqemu\5.3dr3dev\world\Makefile.win
[Build Error] [console.o] Error 1
someone else had a problem similar to this and dingo01 said to ..
Quote:
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 did that and used the precompiled zlib.dll and it does not fix my problem.