View Single Post
  #13  
Old 01-12-2004, 02:26 PM
Shadow-Wolf
Dragon
 
Join Date: Oct 2003
Posts: 511
Default

ok, i got eqmemshare.dll compiled nothing bad so far but when i try to compile world.exe i get these errors:

console.cpp C:\eqemu\5.3dr2dev\world\console.cpp
In member function `void Console::ProcessCommand(const char*)':
682 C:\eqemu\5.3dr2dev\world\console.cpp
parse error before `(' token
686 C:\eqemu\5.3dr2dev\world\console.cpp
`Ver_name' undeclared (first use this function)

(Each undeclared identifier is reported only once for each
687 C:\eqemu\5.3dr2dev\world\console.cpp
`Ver_build' undeclared (first use this function)
687 C:\eqemu\5.3dr2dev\world\console.cpp
`ultoa' undeclared (first use this function)
688 C:\eqemu\5.3dr2dev\world\console.cpp
`Ver_min' undeclared (first use this function)
689 C:\eqemu\5.3dr2dev\world\console.cpp
`Ver_maj' undeclared (first use this function)
690 C:\eqemu\5.3dr2dev\world\console.cpp
`Ver_pid' undeclared (first use this function)
34 C:\eqemu\5.3dr2dev\world\console.cpp:691
#elif without #if
694 C:\eqemu\5.3dr2dev\world\console.cpp
`GetOS' undeclared (first use this function)
34 C:\eqemu\5.3dr2dev\world\console.cpp:695
#else without #if
34 C:\eqemu\5.3dr2dev\world\console.cpp:697
#endif without #if
749 C:\eqemu\5.3dr2dev\world\console.cpp
jump to case label
385 C:\eqemu\5.3dr2dev\world\console.cpp
crosses initialization of `Seperator sep'
C:\eqemu\5.3dr2dev\world\Makefile.win
[Build Error] [console.o] Error 1

zone.exe compiled fine except this error
\Dev-Cpp\Bin\..\lib\gcc-lib\mingw32\3.2\..\..\..\..\mingw32\bin\ld.exe C:\eqemu\5.3dr2dev\zone\C
cannot find -lzlib
Reply With Quote