Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server > Metin2 PServer Guides & Strategies
You last visited: Today at 21:24

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[SAMMELTHREAD] Metin2 Source Compile Tips/Tuts

Discussion on [SAMMELTHREAD] Metin2 Source Compile Tips/Tuts within the Metin2 PServer Guides & Strategies forum part of the Metin2 Private Server category.

Reply
 
Old 04/11/2014, 19:02   #451
 
pis30xd's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 73
Received Thanks: 53
Quote:
Originally Posted by Haaard View Post
My gcc:
gcc version 4.8.2 20130822 (prerelease) (FreeBSD Ports Collection)

I have error with check_server...
How i can repair it?

Thanks

#include <stdlib.h>

Info:

you need to add this in SIM.h
pis30xd is offline  
Old 04/16/2014, 16:02   #452
 
.Captor's Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 223
Received Thanks: 93
Ich habe jetzt den WorldEditor und PackMaker fast komplett kompiliert, nur leider sind noch paar Fehler übrig. Eventuell kann mir ja jemand helfen.

Genutzte Branch: Dev

Fehler des Worldeditors:

Fehler des PackMakers:

Habe bereits gestern versucht die Fehler zu beheben, leider ohne Erfolg.
.Captor is offline  
Old 04/16/2014, 17:42   #453
 
elite*gold: 0
Join Date: Jan 2011
Posts: 2,903
Received Thanks: 1,262
PHP Code:
root@:/usr/src/novaline/Srcs/Server/game/src # gmake -j20
gmakeWarningFile `Makefile' has modification time 6607 s in the future
compile BattleArena.cpp
compile FSM.cpp
compile MarkConvert.cpp
compile MarkImage.cpp
compile MarkManager.cpp
compile OXEvent.cpp
compile TrafficProfiler.cpp
compile ani.cpp
compile arena.cpp
compile banword.cpp
compile battle.cpp
compile blend_item.cpp
compile block_country.cpp
compile buffer_manager.cpp
compile building.cpp
compile castle.cpp
compile char.cpp
compile char_affect.cpp
compile char_battle.cpp
compile char_change_empire.cpp
compile char_horse.cpp
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from TrafficProfiler.cpp:10:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from block_country.cpp:10:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from MarkImage.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from blend_item.cpp:10:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from MarkManager.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from MarkConvert.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from battle.cpp:4:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from cipher.h:6,
                 from desc.h:7,
                 from arena.cpp:5:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from banword.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
banword.cpp: In member function 'bool CBanwordManager::Initialize(TBanwordTable*, WORD)':
banword.cpp:24: warning: format '%zu' expects type 'size_t', but argument 4 has type 'size_t'
In file included from BattleArena.cpp:6:
char.h:733: error: integer constant is too large for 'long' type
In file included from battle.cpp:5:
char.h:733: error: integer constant is too large for 'long' type
In file included from building.cpp:8:
char.h:733: error: integer constant is too large for 'long' type
In file included from arena.cpp:9:
char.h:733: error: integer constant is too large for 'long' type
In file included from OXEvent.cpp:9:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from BattleArena.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from arena.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from OXEvent.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from OXEvent.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from arena.cpp:5:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from cipher.h:6,
                 from desc.h:7,
                 from building.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from battle.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from battle.cpp:4:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from building.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from OXEvent.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
OXEvent.cpp: In member function 'void COXEventManager::WarpToAudience()':
OXEvent.cpp:375: warning: overflow in implicit constant conversion
OXEvent.cpp:376: warning: overflow in implicit constant conversion
OXEvent.cpp:377: warning: overflow in implicit constant conversion
OXEvent.cpp:378: warning: overflow in implicit constant conversion
OXEvent.cpp:379: warning: overflow in implicit constant conversion
arena.cpp: In function 'long int ready_to_start_event(LPEVENT, long int)':
arena.cpp:327: warning: overflow in implicit constant conversion
arena.cpp:328: warning: overflow in implicit constant conversion
In file included from cipher.h:6,
                 from desc.h:7,
                 from building.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from ani.cpp:11:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from ani.cpp:10:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from char.cpp:6:
char.h:733: error: integer constant is too large for 'long' type
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from char_affect.cpp:5:
char.h:733: error: integer constant is too large for 'long' type
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char_affect.cpp:10:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from castle.cpp:21:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from castle.cpp:12:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_affect.cpp:2:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from char.cpp:25:
shop_manager.h:40:7: warning: no newline at end of file
In file included from char.cpp:62:
PetSystem.h:163:31: warning: no newline at end of file
char.cpp:7234: warning: this decimal constant is unsigned only in ISO C90
char.cpp:7242:2: warning: no newline at end of file
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char_affect.cpp:10:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from cipher.h:6,
                 from desc.h:7,
                 from char_battle.cpp:4:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
gmake: *** [OBJDIR/blend_item.o] Error 1
gmake: *** Waiting for unfinished jobs....
gmake: *** [OBJDIR/banword.o] Error 1
gmake: *** [OBJDIR/block_country.o] Error 1
gmake: In file included from battle.h:4,
                 from char_battle.cpp:10:
char.h:733: error: integer constant is too large for 'long' type
In file included from char_battle.cpp:27:
shop_manager.h:40:7: warning: no newline at end of file
*** [OBJDIR/TrafficProfiler.o] Error 1
gmake: *** [OBJDIR/arena.o] Error 1
gmake: *** [OBJDIR/ani.o] Error 1
gmake: *** [OBJDIR/OXEvent.o] Error 1
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from buffer_manager.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
gmake: *** [OBJDIR/MarkImage.o] Error 1
gmake: *** [OBJDIR/MarkManager.o] Error 1
gmake: *** [OBJDIR/MarkConvert.o] Error 1
gmake: *** [OBJDIR/BattleArena.o] Error 1
gmake: *** [OBJDIR/battle.o] Error 1
gmake: *** [OBJDIR/building.o] Error 1
gmake: *** [OBJDIR/castle.o] Error 1
gmake: *** [OBJDIR/char_affect.o] Error 1
In file included from char_change_empire.cpp:4:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_change_empire.cpp:2:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_battle.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from char_horse.cpp:3:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_horse.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
char.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)':
char.cpp:3079: warning: comparison between signed and unsigned integer expressions
char.cpp: In member function 'void<unnamed>::FuncCheckWarp::operator()(CEntity*)':
char.cpp:6422: warning: overflow in implicit constant conversion
gmake: *** [OBJDIR/buffer_manager.o] Error 1
In file included from cipher.h:6,
                 from desc.h:7,
                 from char_battle.cpp:4:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
gmake: *** [OBJDIR/char.o] Error 1
gmake: *** [OBJDIR/char_change_empire.o] Error 1
gmake: *** [OBJDIR/char_horse.o] Error 1
gmake: *** [OBJDIR/char_battle.o] Error 1
root@:/usr/src/novaline/Srcs/Server/game/src #
root@:/usr/src/novaline/Srcs/Server/game/src # gmake clean
gmake: Warning: File 
`Makefile' has modification time 7044 s in the future
gmake: warning:  Clock skew detected.  Your build may be incomplete.
root@:/usr/src/novaline/Srcs/Server/game/src # gmake -j20
gmake: Warning: File `Makefile' 
has modification time 7042 s in the future
compile BattleArena
.cpp
compile FSM
.cpp
compile MarkConvert
.cpp
In file included from BattleArena
.cpp:6:
char.h:733errorinteger constant is too large for 'long' type
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from BattleArena.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
compile MarkImage
.cpp
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from MarkConvert.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
compile MarkManager
.cpp
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from MarkImage.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
compile OXEvent
.cpp
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from MarkManager.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
gmake
: *** [OBJDIR/MarkConvert.oError 1
gmake
: *** Waiting for unfinished jobs....
gmake: *** [OBJDIR/BattleArena.oError 1
gmake
: *** [OBJDIR/MarkImage.oError 1
In file included from OXEvent
.cpp:9:
char.h:733errorinteger constant is too large for 'long' type
In file included from cipher
.h:6,
                 
from desc.h:7,
                 
from OXEvent.cpp:12:
../../../
Extern/include/cryptopp/cryptlib.h:96errorinteger constant is too large for 'long' type
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from OXEvent.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
gmake
: *** [OBJDIR/MarkManager.oError 1
In file included from cipher
.h:6,
                 
from desc.h:7,
                 
from OXEvent.cpp:12:
../../../
Extern/include/cryptopp/cryptlib.h:96warninglarge integer implicitly truncated to unsigned type
OXEvent
.cppIn member function 'void COXEventManager::WarpToAudience()':
OXEvent.cpp:375warningoverflow in implicit constant conversion
OXEvent
.cpp:376warningoverflow in implicit constant conversion
OXEvent
.cpp:377warningoverflow in implicit constant conversion
OXEvent
.cpp:378warningoverflow in implicit constant conversion
OXEvent
.cpp:379warningoverflow in implicit constant conversion
gmake
: *** [OBJDIR/OXEvent.oError 1
root
@:/usr/src/novaline/Srcs/Server/game/src 
fix this err ?

wie kann ich das fixxen ?
£αšεℜ™ is offline  
Old 04/16/2014, 18:49   #454
 
elite*gold: 0
Join Date: Aug 2013
Posts: 71
Received Thanks: 4
I have the SF but I dont have any quest compiled so how i can compile all quests fast?
Blazosaur is offline  
Thanks
1 User
Old 04/20/2014, 14:52   #455
 
Mijago's Avatar
 
elite*gold: 191
Join Date: May 2009
Posts: 1,214
Received Thanks: 2,597
Quote:
Originally Posted by £αšεℜ™ View Post
PHP Code:
root@:/usr/src/novaline/Srcs/Server/game/src # gmake -j20
gmakeWarningFile `Makefile' has modification time 6607 s in the future
compile BattleArena.cpp
compile FSM.cpp
compile MarkConvert.cpp
compile MarkImage.cpp
compile MarkManager.cpp
compile OXEvent.cpp
compile TrafficProfiler.cpp
compile ani.cpp
compile arena.cpp
compile banword.cpp
compile battle.cpp
compile blend_item.cpp
compile block_country.cpp
compile buffer_manager.cpp
compile building.cpp
compile castle.cpp
compile char.cpp
compile char_affect.cpp
compile char_battle.cpp
compile char_change_empire.cpp
compile char_horse.cpp
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from TrafficProfiler.cpp:10:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from block_country.cpp:10:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from MarkImage.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from blend_item.cpp:10:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from MarkManager.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from MarkConvert.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from battle.cpp:4:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from cipher.h:6,
                 from desc.h:7,
                 from arena.cpp:5:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from banword.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
banword.cpp: In member function 'bool CBanwordManager::Initialize(TBanwordTable*, WORD)':
banword.cpp:24: warning: format '%zu' expects type 'size_t', but argument 4 has type 'size_t'
In file included from BattleArena.cpp:6:
char.h:733: error: integer constant is too large for 'long' type
In file included from battle.cpp:5:
char.h:733: error: integer constant is too large for 'long' type
In file included from building.cpp:8:
char.h:733: error: integer constant is too large for 'long' type
In file included from arena.cpp:9:
char.h:733: error: integer constant is too large for 'long' type
In file included from OXEvent.cpp:9:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from BattleArena.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from arena.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from OXEvent.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from OXEvent.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from arena.cpp:5:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from cipher.h:6,
                 from desc.h:7,
                 from building.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from battle.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from battle.cpp:4:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from building.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from OXEvent.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
OXEvent.cpp: In member function 'void COXEventManager::WarpToAudience()':
OXEvent.cpp:375: warning: overflow in implicit constant conversion
OXEvent.cpp:376: warning: overflow in implicit constant conversion
OXEvent.cpp:377: warning: overflow in implicit constant conversion
OXEvent.cpp:378: warning: overflow in implicit constant conversion
OXEvent.cpp:379: warning: overflow in implicit constant conversion
arena.cpp: In function 'long int ready_to_start_event(LPEVENT, long int)':
arena.cpp:327: warning: overflow in implicit constant conversion
arena.cpp:328: warning: overflow in implicit constant conversion
In file included from cipher.h:6,
                 from desc.h:7,
                 from building.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from ani.cpp:11:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from ani.cpp:10:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from char.cpp:6:
char.h:733: error: integer constant is too large for 'long' type
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from char_affect.cpp:5:
char.h:733: error: integer constant is too large for 'long' type
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char_affect.cpp:10:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
In file included from castle.cpp:21:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from castle.cpp:12:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_affect.cpp:2:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from char.cpp:25:
shop_manager.h:40:7: warning: no newline at end of file
In file included from char.cpp:62:
PetSystem.h:163:31: warning: no newline at end of file
char.cpp:7234: warning: this decimal constant is unsigned only in ISO C90
char.cpp:7242:2: warning: no newline at end of file
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char_affect.cpp:10:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from cipher.h:6,
                 from desc.h:7,
                 from desc_client.h:4,
                 from char.cpp:12:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
In file included from cipher.h:6,
                 from desc.h:7,
                 from char_battle.cpp:4:
../../../Extern/include/cryptopp/cryptlib.h:96: error: integer constant is too large for 'long' type
gmake: *** [OBJDIR/blend_item.o] Error 1
gmake: *** Waiting for unfinished jobs....
gmake: *** [OBJDIR/banword.o] Error 1
gmake: *** [OBJDIR/block_country.o] Error 1
gmake: In file included from battle.h:4,
                 from char_battle.cpp:10:
char.h:733: error: integer constant is too large for 'long' type
In file included from char_battle.cpp:27:
shop_manager.h:40:7: warning: no newline at end of file
*** [OBJDIR/TrafficProfiler.o] Error 1
gmake: *** [OBJDIR/arena.o] Error 1
gmake: *** [OBJDIR/ani.o] Error 1
gmake: *** [OBJDIR/OXEvent.o] Error 1
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from buffer_manager.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
gmake: *** [OBJDIR/MarkImage.o] Error 1
gmake: *** [OBJDIR/MarkManager.o] Error 1
gmake: *** [OBJDIR/MarkConvert.o] Error 1
gmake: *** [OBJDIR/BattleArena.o] Error 1
gmake: *** [OBJDIR/battle.o] Error 1
gmake: *** [OBJDIR/building.o] Error 1
gmake: *** [OBJDIR/castle.o] Error 1
gmake: *** [OBJDIR/char_affect.o] Error 1
In file included from char_change_empire.cpp:4:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_change_empire.cpp:2:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_battle.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
In file included from char_horse.cpp:3:
char.h:733: error: integer constant is too large for 'long' type
In file included from debug_allocator.h:5,
                 from stdafx.h:7,
                 from char_horse.cpp:1:
/usr/include/c++/4.2/new:95: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106: error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter
char.cpp: In member function 'void CHARACTER::PointChange(BYTE, int, bool, bool)':
char.cpp:3079: warning: comparison between signed and unsigned integer expressions
char.cpp: In member function 'void<unnamed>::FuncCheckWarp::operator()(CEntity*)':
char.cpp:6422: warning: overflow in implicit constant conversion
gmake: *** [OBJDIR/buffer_manager.o] Error 1
In file included from cipher.h:6,
                 from desc.h:7,
                 from char_battle.cpp:4:
../../../Extern/include/cryptopp/cryptlib.h:96: warning: large integer implicitly truncated to unsigned type
gmake: *** [OBJDIR/char.o] Error 1
gmake: *** [OBJDIR/char_change_empire.o] Error 1
gmake: *** [OBJDIR/char_horse.o] Error 1
gmake: *** [OBJDIR/char_battle.o] Error 1
root@:/usr/src/novaline/Srcs/Server/game/src #
root@:/usr/src/novaline/Srcs/Server/game/src # gmake clean
gmake: Warning: File 
`Makefile' has modification time 7044 s in the future
gmake: warning:  Clock skew detected.  Your build may be incomplete.
root@:/usr/src/novaline/Srcs/Server/game/src # gmake -j20
gmake: Warning: File `Makefile' 
has modification time 7042 s in the future
compile BattleArena
.cpp
compile FSM
.cpp
compile MarkConvert
.cpp
In file included from BattleArena
.cpp:6:
char.h:733errorinteger constant is too large for 'long' type
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from BattleArena.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
compile MarkImage
.cpp
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from MarkConvert.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
compile MarkManager
.cpp
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from MarkImage.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
compile OXEvent
.cpp
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from MarkManager.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
gmake
: *** [OBJDIR/MarkConvert.oError 1
gmake
: *** Waiting for unfinished jobs....
gmake: *** [OBJDIR/BattleArena.oError 1
gmake
: *** [OBJDIR/MarkImage.oError 1
In file included from OXEvent
.cpp:9:
char.h:733errorinteger constant is too large for 'long' type
In file included from cipher
.h:6,
                 
from desc.h:7,
                 
from OXEvent.cpp:12:
../../../
Extern/include/cryptopp/cryptlib.h:96errorinteger constant is too large for 'long' type
In file included from debug_allocator
.h:5,
                 
from stdafx.h:7,
                 
from OXEvent.cpp:1:
/
usr/include/c++/4.2/new:95error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:96error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:99error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:100error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:105error'operator new' takes type 'size_t' ('unsigned int') as first parameter
/usr/include/c++/4.2/new:106error'operator new' takes type 'size_t' ('unsigned int') as first parameter
gmake
: *** [OBJDIR/MarkManager.oError 1
In file included from cipher
.h:6,
                 
from desc.h:7,
                 
from OXEvent.cpp:12:
../../../
Extern/include/cryptopp/cryptlib.h:96warninglarge integer implicitly truncated to unsigned type
OXEvent
.cppIn member function 'void COXEventManager::WarpToAudience()':
OXEvent.cpp:375warningoverflow in implicit constant conversion
OXEvent
.cpp:376warningoverflow in implicit constant conversion
OXEvent
.cpp:377warningoverflow in implicit constant conversion
OXEvent
.cpp:378warningoverflow in implicit constant conversion
OXEvent
.cpp:379warningoverflow in implicit constant conversion
gmake
: *** [OBJDIR/OXEvent.oError 1
root
@:/usr/src/novaline/Srcs/Server/game/src 
fix this err ?

wie kann ich das fixxen ?
Add or remove the -m32 CFlag
Mijago is offline  
Old 04/23/2014, 03:45   #456
 
elite*gold: 0
Join Date: Oct 2012
Posts: 73
Received Thanks: 30
Quote:
Add or remove the -m32 CFlag
Very thanks :-))))))



?? :-))))))))))
eTony is offline  
Old 04/25/2014, 00:58   #457
 
.Desiqn's Avatar
 
elite*gold: 1
Join Date: Feb 2012
Posts: 257
Received Thanks: 152
Dankeschön hilft uns weiter
.Desiqn is offline  
Old 04/25/2014, 07:25   #458
 
elite*gold: 0
Join Date: Dec 2010
Posts: 37
Received Thanks: 3
i have some errors..
thawny is offline  
Old 04/25/2014, 08:32   #459
 
elite*gold: 0
Join Date: Oct 2012
Posts: 73
Received Thanks: 30
Quote:
Originally Posted by thawny View Post
i have some errors..
shop_manager.h, PetSystem.h, char.cpp >> make a new line at the end
char.cpp > line 2993, 2995, 2997, use another type?
eTony is offline  
Old 04/25/2014, 10:30   #460
 
elite*gold: 0
Join Date: Dec 2010
Posts: 37
Received Thanks: 3
Quote:
Originally Posted by eTony View Post
shop_manager.h, PetSystem.h, char.cpp >> make a new line at the end
char.cpp > line 2993, 2995, 2997, use another type?
doesn't work..
thawny is offline  
Old 04/28/2014, 17:25   #461
 
Fenikss's Avatar
 
elite*gold: 0
Join Date: Apr 2014
Posts: 20
Received Thanks: 1
hi i need help
cd /home/novaline/Srcs/Server
next
gmake
/home/novaline/Srcs/Server/game/
sh build.sh
/home/novaline/Srcs/Server/game/src
and 2x error
Fenikss is offline  
Old 04/28/2014, 22:16   #462
 
elite*gold: 0
Join Date: Oct 2012
Posts: 73
Received Thanks: 30
/usr/bin/ld: skipping incompatible ../../libmysql/5.x-5.1.35/libmysqlclient.a when searching for -lmysqlclient
/usr/bin/ld: cannot find -lmysqlclient


Who help me please?
eTony is offline  
Old 05/10/2014, 23:17   #463
 
elite*gold: 0
Join Date: Apr 2012
Posts: 57
Received Thanks: 2
does anybody know if Invoice Serverfiles 34083 are compilable?
i checked the src folder and its empty...
asteris77 is offline  
Old 06/02/2014, 23:13   #464
 
elite*gold: 0
Join Date: Jul 2010
Posts: 35
Received Thanks: 2
Quote:
Originally Posted by asteris77 View Post
does anybody know if Invoice Serverfiles 34083 are compilable?
i checked the src folder and its empty...
UP!
ady sun is offline  
Old 06/03/2014, 14:47   #465
 
Gl0bal's Avatar
 
elite*gold: 8
Join Date: Oct 2010
Posts: 564
Received Thanks: 906
Quote:
Originally Posted by asteris77 View Post
does anybody know if Invoice Serverfiles 34083 are compilable?
i checked the src folder and its empty...
What???

Do You know what "compiling" is.

It is absolutly Clear that you can't compile them.

Sry for Bad english i am writing this from my mobile phone


Regards
Gl0bal is offline  
Reply


Similar Threads Similar Threads
Reverse Crypt Systems [Tips/Hints/Tuts needed]]
03/01/2012 - CO2 Private Server - 8 Replies
Hello PVPers, So the Title says it all, Since i came here and i am trying to learn how to be a good Coder and Co2 P.Server Specially , i guess i dd well so far but i'v noticed that all my prev experience ddnt came near Encrypting/Decrypting systems , i also aware of that most of good coders around here are very busy coding stuff and so ,i was away for sometime and about 2 months ago i came back from AD (work trip) and a friend asked for an up to date P.Server , actually i miss that fun so...



All times are GMT +1. The time now is 21:25.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.