Compile problem

Ask for help regarding any technical issue or report any bug or OS independent issues.


Post Reply
zaka
Newly Registered User
Posts: 2
Joined: 21 Nov 2010, 11:38

Compile problem

Post by zaka »

Hi. i try make server from this tut http://wiki.themanaworld.org/index.php/ ... on_Windows . But when i compile files i don't get map-server.exe. i only have login-server and char-serve


And i have second problem.

Code: Select all

||=== The Mana World, eAthena ===|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|87|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|88|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|89|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|90|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|91|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|92|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|93|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|94|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|95|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|96|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|97|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|98|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|99|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|101|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|102|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|103|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|104|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|105|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|106|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|107|error: 'BOOL' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|108|error: 'BOOL' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|109|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|110|error: 'DWORD' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|111|error: 'BOOL' does not name a type|
c:\program files\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.1\..\..\..\..\include\winver.h|112|error: 'BOOL' does not name a type|
||=== Build finished: 25 errors, 0 warnings ===|
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Compile problem

Post by Jaxad0127 »

Did you install every cygwin dev package?
cody wrote:Looks like you try to compile the offical client, which is outdated. Try to compile Mana 0.5: http://gitorious.org/mana/mana/archive-tarball/0.5

With Mana 0.5 we have a compiler bug. If you get the error 'LPLOGPALETTE' has not been declared, then add to oleidl.h: #include <wingdi.h>.
He is trying to compile the server.
Image
zaka
Newly Registered User
Posts: 2
Joined: 21 Nov 2010, 11:38

Re: Compile problem

Post by zaka »

C:\Documents and Settings\Administrator\Pulpit\mana-1.0.0-beta2\src\gui\serverdialog.cpp||In member function 'void ServerDialog::loadServers()':|
C:\Documents and Settings\Administrator\Pulpit\mana-1.0.0-beta2\src\gui\serverdialog.cpp|532|error: 'PACKAGE_VERSION' was not declared in this scope|
||=== Build finished: 1 errors, 0 warnings ===|


Meaby you help me with this ?:D


OK i reapir this :D thanks very much
Post Reply