this error appear when I try to compile (client_release) your mod. How can I solve it?
[ 64/120] [1] c++ src/engine/shared/filecollection.cpp
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\random(1604) : er
ror C2064: il termine non restituisce una funzione che accetta 0 argomenti
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\random(15
56): vedere il riferimento all'istanza del modello di funzione 'void std::tr1::m
ersenne_twister<_Ty,_Wx,_Nx,_Mx,_Rx,_Px,_Ux,_Sx,_Bx,_Tx,_Cx,_Lx>::seed<_Gen>(_Ge
n &,bool)' in corso di compilazione
with
[
_Ty=unsigned long,
_Wx=32,
_Nx=624,
_Mx=397,
_Rx=31,
_Px=-1727483681,
_Ux=11,
_Sx=7,
_Bx=-1658038656,
_Tx=15,
_Cx=-272236544,
_Lx=18,
_Gen=uint32_t
]
src/engine/shared/noise.cpp(10): vedere il riferimento all'istanza del m
odello di funzione 'std::tr1::mersenne_twister<_Ty,_Wx,_Nx,_Mx,_Rx,_Px,_Ux,_Sx,_
Bx,_Tx,_Cx,_Lx>::mersenne_twister<uint32_t>(_Gen &)' in corso di compilazione
with
[
_Ty=unsigned long,
_Wx=32,
_Nx=624,
_Mx=397,
_Rx=31,
_Px=-1727483681,
_Ux=11,
_Sx=7,
_Bx=-1658038656,
_Tx=15,
_Cx=-272236544,
_Lx=18,
_Gen=uint32_t
]
bam: 'c++ src/engine/shared/noise.cpp' error 2
many errors when I try to build the server
D:\Programmi\diffutils-2.8.7\bin\minetee>C:\Windows\system32\cmd.exe /k ""C:\Pro
gram Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"" x86
Setting environment for using Microsoft Visual Studio 2010 x86 tools.
D:\Programmi\diffutils-2.8.7\bin\minetee>..\b5\bam server_release
[ 1/30] [1] server_content_header > src/game/generated/server_data.h
[ 2/30] [2] rc other/icons/teeworlds_srv_cl.rc
[ 3/30] [4] c++ src/engine/server/register.cpp
[ 4/30] [3] c++ src/engine/shared/noise.cpp
Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
Copyright (C) Microsoft Corporation. All rights reserved.
[ 5/30] [1] server_content_source > src/game/generated/server_data.cpp
[ 6/30] [4] c++ src/game/server/player.cpp
[ 7/30] [2] c++ src/game/server/mapgen.cpp
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\random(1604) : er
ror C2064: il termine non restituisce una funzione che accetta 0 argomenti
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\INCLUDE\random(15
56): vedere il riferimento all'istanza del modello di funzione 'void std::tr1::m
ersenne_twister<_Ty,_Wx,_Nx,_Mx,_Rx,_Px,_Ux,_Sx,_Bx,_Tx,_Cx,_Lx>::seed<_Gen>(_Ge
n &,bool)' in corso di compilazione
with
[
_Ty=unsigned long,
_Wx=32,
_Nx=624,
_Mx=397,
_Rx=31,
_Px=-1727483681,
_Ux=11,
_Sx=7,
_Bx=-1658038656,
_Tx=15,
_Cx=-272236544,
_Lx=18,
_Gen=uint32_t
]
src/engine/shared/noise.cpp(10): vedere il riferimento all'istanza del m
odello di funzione 'std::tr1::mersenne_twister<_Ty,_Wx,_Nx,_Mx,_Rx,_Px,_Ux,_Sx,_
Bx,_Tx,_Cx,_Lx>::mersenne_twister<uint32_t>(_Gen &)' in corso di compilazione
with
[
_Ty=unsigned long,
_Wx=32,
_Nx=624,
_Mx=397,
_Rx=31,
_Px=-1727483681,
_Ux=11,
_Sx=7,
_Bx=-1658038656,
_Tx=15,
_Cx=-272236544,
_Lx=18,
_Gen=uint32_t
]
bam: 'c++ src/engine/shared/noise.cpp' error 2
[ 8/30] [3] c++ src/game/server/gameworld.cpp
[ 9/30] [5] c++ src/game/server/gamemodes/tdm.cpp
[10/30] [7] c++ src/game/server/gamemodes/mod.cpp
[11/30] [6] c++ src/game/server/gamemodes/minetee.cpp
[12/30] [8] c++ src/game/server/gamemodes/dm.cpp
[13/30] [1] c++ src/game/generated/server_data.cpp
[14/30] [1] c++ src/game/server/gamemodes/ctf.cpp
src/game/server/player.cpp(335) : warning C4291: 'void *CMonster::operator new(s
ize_t,int)': operatore delete corrispondente non trovato. Se l'inizializzazione
comporta un'eccezione, la memoria non verrà liberata.
src\game/server/entities/bots/monster.h(16): vedere la dichiarazione di
'CMonster::operator new'
src/game/server/player.cpp(337) : warning C4291: 'void *CAnimal::operator new(si
ze_t,int)': operatore delete corrispondente non trovato. Se l'inizializzazione c
omporta un'eccezione, la memoria non verrà liberata.
src\game/server/entities/bots/animal.h(17): vedere la dichiarazione di '
CAnimal::operator new'
src/game/server/player.cpp(347) : warning C4291: 'void *CCharacter::operator new
(size_t,int)': operatore delete corrispondente non trovato. Se l'inizializzazion
e comporta un'eccezione, la memoria non verrà liberata.
d:\programmi\diffutils-2.8.7\bin\minetee\src\game\server\entities/charac
ter.h(26): vedere la dichiarazione di 'CCharacter::operator new'
[15/30] [4] c++ src/game/server/gamecontroller.cpp
[16/30] [7] c++ src/game/server/gamecontext.cpp
src/game/server/mapgen.cpp(424) : error C2552: 'TileMapPos': non aggregati non p
ossono essere inizializzati con un elenco di inizializzatori
'vector2_base<T>': i tipi con costruttori definiti dall'utente non sono
aggregati
with
[
T=int
]
bam: 'c++ src/game/server/mapgen.cpp' error 2
[17/30] [2] c++ src/game/server/eventhandler.cpp
[18/30] [8] c++ src/game/server/entity.cpp
[19/30] [5] c++ src/game/server/entities/projectile.cpp
[20/30] [3] c++ src/game/server/entities/pickup.cpp
[21/30] [1] c++ src/game/server/entities/laser.cpp
[22/30] [2] c++ src/game/server/entities/flag.cpp
[23/30] [8] c++ src/game/server/entities/character.cpp
[24/30] [4] c++ src/game/server/entities/bots/pet.cpp
[25/30] [5] c++ src/game/server/entities/bots/monster.cpp
[26/30] [3] c++ src/game/server/entities/bots/bossdune.cpp
[27/30] [6] c++ src/game/server/entities/bots/animal.cpp
[28/30] [1] c++ src/engine/server/server.cpp
src/game/server/gamecontext.cpp(618) : warning C4291: 'void *CPlayer::operator n
ew(size_t,int)': operatore delete corrispondente non trovato. Se l'inizializzazi
one comporta un'eccezione, la memoria non verrà liberata.
d:\programmi\diffutils-2.8.7\bin\minetee\src\game\server\player.h(15): v
edere la dichiarazione di 'CPlayer::operator new'
src/game/server/gamecontext.cpp(1839) : warning C4291: 'void *CPlayer::operator
new(size_t,int)': operatore delete corrispondente non trovato. Se l'inizializzaz
ione comporta un'eccezione, la memoria non verrà liberata.
d:\programmi\diffutils-2.8.7\bin\minetee\src\game\server\player.h(15): v
edere la dichiarazione di 'CPlayer::operator new'
src/game/server/gamecontext.cpp(1857) : warning C4291: 'void *CPet::operator new
(size_t,int)': operatore delete corrispondente non trovato. Se l'inizializzazion
e comporta un'eccezione, la memoria non verrà liberata.
d:\programmi\diffutils-2.8.7\bin\minetee\src\game\server\entities/bots/p
et.h(17): vedere la dichiarazione di 'CPet::operator new'
src/game/server/gamecontext.cpp(1881) : warning C4291: 'void *CBossDune::operato
r new(size_t,int)': operatore delete corrispondente non trovato. Se l'inizializz
azione comporta un'eccezione, la memoria non verrà liberata.
d:\programmi\diffutils-2.8.7\bin\minetee\src\game\server\entities/bots/b
ossdune.h(16): vedere la dichiarazione di 'CBossDune::operator new'
[29/30] [7] c++ src/engine/server/accountsystem.cpp
src/game/server/entities/bots/bossdune.cpp(78) : error C2552: 'ExpPos': non aggr
egati non possono essere inizializzati con un elenco di inizializzatori
'vector2_base<T>': i tipi con costruttori definiti dall'utente non sono
aggregati
with
[
T=float
]
bam: 'c++ src/game/server/entities/bots/bossdune.cpp' error 2
src/engine/server/accountsystem.cpp(88) : error C2065: 'int32_t': identificatore
non dichiarato
src/engine/server/accountsystem.cpp(88) : error C2146: errore di sintassi: ';' m
ancante prima dell'identificatore 'DataSize'
src/engine/server/accountsystem.cpp(88) : error C2065: 'DataSize': identificator
e non dichiarato
src/engine/server/accountsystem.cpp(89) : error C2065: 'DataSize': identificator
e non dichiarato
src/engine/server/accountsystem.cpp(89) : error C2065: 'int32_t': identificatore
non dichiarato
src/engine/server/accountsystem.cpp(89) : error C2070: ''unknown-type'': operand
o di sizeof non valido
src/engine/server/accountsystem.cpp(108) : error C2065: 'int32_t': identificator
e non dichiarato
src/engine/server/accountsystem.cpp(108) : error C2146: errore di sintassi: ';'
mancante prima dell'identificatore 'Count'
src/engine/server/accountsystem.cpp(108) : error C2065: 'Count': identificatore
non dichiarato
src/engine/server/accountsystem.cpp(110) : error C2065: 'Count': identificatore
non dichiarato
src/engine/server/accountsystem.cpp(110) : error C2065: 'int32_t': identificator
e non dichiarato
src/engine/server/accountsystem.cpp(110) : error C2070: ''unknown-type'': operan
do di sizeof non valido
src/engine/server/accountsystem.cpp(111) : error C2065: 'Count': identificatore
non dichiarato
bam: 'c++ src/engine/server/accountsystem.cpp' error 2
bam: error: a build step failed
D:\Programmi\diffutils-2.8.7\bin\minetee>
the download link of the windows version is offline!