1 (edited by matiasmunk 2011-05-03 22:14:18)

Topic: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

Hi guys I have a problem in compiling DDRace..
Just to note, I placed bam folder in C:/ and I have my DDRace source placed inside it..
So it will be "C:\bam\ddrace"

Then I follow that CompilingEverything guide..
It works it all except the last part with ..\bam\src\bam server_release

I type it in and it says:

First try with command "..\bam\src\bam server_release"
the specified path was not found.

Second try with command ".\bam\src\bam server_release"
the specified path was not found.

Third try with command "\bam\src\bam server_release"
'\ bam \ src \ bam' is not recognized as an internal or external command, operable program or batch file.

Fourth try with command "bam\src\bam server_release"
the specified path was not found.

Trust dies but mistrust blossoms. Sophocles
Landil was here, and wrote the above ^^
HOLY FUCK! Can't believe I met Landil tongue

2 (edited by DARK HUNTER 2011-05-02 18:18:20)

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

No.
Place bam folder in C:\
Place DDRace folder in C:\
then in cmd:
1. cd C:\ddrace
2. ..\bam\bam server_release
OR
2. ..\bam\src\bam server_release

depends on version. on older version bam.exe is in bam\src and in the new version bam.exe is in bam folder

".." means "1 folder back"

Once in a century...

3

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

C:\ddrace\bam

And please make sure u read this before asking new questions

4 (edited by matiasmunk 2011-05-02 20:48:21)

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

Slayer *gV* wrote:

C:\ddrace\bam

And please make sure u read this before asking new questions

Thanks alot Slayer <3

Edit: Alot of errors, I'll post them in a second

Edit:

Error wrote:

Error is

src\game/server/entities/character.h(100) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(101) : error C2146: syntax error : missing
';' before identifier 'm_LatestInput'
src\game/server/entities/character.h(101) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(101) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(104) : error C2146: syntax error : missing
';' before identifier 'm_PrevInput'
src\game/server/entities/character.h(104) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(104) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(105) : error C2146: syntax error : missing
';' before identifier 'm_Input'
src\game/server/entities/character.h(105) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(105) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C2146: syntax error : miss
ing ';' before identifier 'm_NetObjHandler'
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\player.h(31) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
c:\instagib\src\game\server\player.h(32) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
src/game/server/gamemodes/tdm.cpp(12) : error C2065: 'GAMEFLAG_TEAMS' : undeclar
ed identifier
src/game/server/gamemodes/tdm.cpp(38) : error C2065: 'CNetObj_GameData' : undecl
ared identifier
src/game/server/gamemodes/tdm.cpp(38) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(38) : error C2065: 'CNetObj_GameData' : undecl
ared identifier
src/game/server/gamemodes/tdm.cpp(38) : error C2059: syntax error : ')'
src/game/server/gamemodes/tdm.cpp(39) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(42) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(42) : error C2227: left of '->m_TeamscoreRed'
must point to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/gamemodes/tdm.cpp(42) : error C2065: 'TEAM_RED' : undeclared ide
ntifier
src/game/server/gamemodes/tdm.cpp(43) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(43) : error C2227: left of '->m_TeamscoreBlue'
must point to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/gamemodes/tdm.cpp(43) : error C2065: 'TEAM_BLUE' : undeclared id
entifier
src/game/server/gamemodes/tdm.cpp(45) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(45) : error C2227: left of '->m_FlagCarrierRed
' must point to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/gamemodes/tdm.cpp(46) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(46) : error C2227: left of '->m_FlagCarrierBlu
e' must point to class/struct/union/generic type
        type is ''unknown-type''
bam: 'objs/game/server/gamemodes/tdm.obj' error 2
[13/19] #1 c++ src/game/server/gameworld.cpp
src\game/gamecore.h(193) : error C2146: syntax error : missing ';' before identi
fier 'm_Input'
src\game/gamecore.h(193) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(193) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(202) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(202) : error C2143: syntax error : missing ',' before '*'
src\game/gamecore.h(203) : error C2061: syntax error : identifier 'CNetObj_Chara
cterCore'
c:\instagib\src\game\server\entities/character.h(44) : error C2061: syntax error
: identifier 'CNetObj_PlayerInput'
c:\instagib\src\game\server\entities/character.h(45) : error C2061: syntax error
: identifier 'CNetObj_PlayerInput'
c:\instagib\src\game\server\entities/character.h(82) : error C2065: 'NUM_WEAPONS
' : undeclared identifier
c:\instagib\src\game\server\entities/character.h(100) : error C2146: syntax erro
r : missing ';' before identifier 'm_LatestPrevInput'
c:\instagib\src\game\server\entities/character.h(100) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(100) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(101) : error C2146: syntax erro
r : missing ';' before identifier 'm_LatestInput'
c:\instagib\src\game\server\entities/character.h(101) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(101) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(104) : error C2146: syntax erro
r : missing ';' before identifier 'm_PrevInput'
c:\instagib\src\game\server\entities/character.h(104) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(104) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(105) : error C2146: syntax erro
r : missing ';' before identifier 'm_Input'
c:\instagib\src\game\server\entities/character.h(105) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(105) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\player.h(31) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
c:\instagib\src\game\server\player.h(32) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
c:\instagib\src\game\server\gamecontext.h(45) : error C2146: syntax error : miss
ing ';' before identifier 'm_NetObjHandler'
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
bam: 'objs/game/server/gameworld.obj' error 2
[14/19] #1 c++ src/game/server/player.cpp
src\game/gamecore.h(193) : error C2146: syntax error : missing ';' before identi
fier 'm_Input'
src\game/gamecore.h(193) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(193) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(202) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(202) : error C2143: syntax error : missing ',' before '*'
src\game/gamecore.h(203) : error C2061: syntax error : identifier 'CNetObj_Chara
cterCore'
c:\instagib\src\game\server\entities/character.h(44) : error C2061: syntax error
: identifier 'CNetObj_PlayerInput'
c:\instagib\src\game\server\entities/character.h(45) : error C2061: syntax error
: identifier 'CNetObj_PlayerInput'
c:\instagib\src\game\server\entities/character.h(82) : error C2065: 'NUM_WEAPONS
' : undeclared identifier
c:\instagib\src\game\server\entities/character.h(100) : error C2146: syntax erro
r : missing ';' before identifier 'm_LatestPrevInput'
c:\instagib\src\game\server\entities/character.h(100) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(100) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(101) : error C2146: syntax erro
r : missing ';' before identifier 'm_LatestInput'
c:\instagib\src\game\server\entities/character.h(101) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(101) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(104) : error C2146: syntax erro
r : missing ';' before identifier 'm_PrevInput'
c:\instagib\src\game\server\entities/character.h(104) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(104) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(105) : error C2146: syntax erro
r : missing ';' before identifier 'm_Input'
c:\instagib\src\game\server\entities/character.h(105) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(105) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C2146: syntax error : miss
ing ';' before identifier 'm_NetObjHandler'
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\player.h(31) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
c:\instagib\src\game\server\player.h(32) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
src/game/server/player.cpp(21) : error C2065: 'SPEC_FREEVIEW' : undeclared ident
ifier
src/game/server/player.cpp(84) : error C2065: 'PLAYERFLAG_SCOREBOARD' : undeclar
ed identifier
src/game/server/player.cpp(88) : error C2065: 'TEAM_SPECTATORS' : undeclared ide
ntifier
src/game/server/player.cpp(94) : error C2065: 'TEAM_SPECTATORS' : undeclared ide
ntifier
src/game/server/player.cpp(94) : error C2065: 'SPEC_FREEVIEW' : undeclared ident
ifier
src/game/server/player.cpp(106) : error C2065: 'CNetObj_ClientInfo' : undeclared
identifier
src/game/server/player.cpp(106) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(106) : error C2061: syntax error : identifier 'CNetOb
j_ClientInfo'
src/game/server/player.cpp(107) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(110) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(110) : error C2227: left of '->m_Name0' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(111) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(111) : error C2227: left of '->m_Clan0' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(112) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(112) : error C2227: left of '->m_Country' must point
to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(113) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(113) : error C2227: left of '->m_Skin0' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(114) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(114) : error C2227: left of '->m_UseCustomColor' must
point to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(115) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(115) : error C2227: left of '->m_ColorBody' must poin
t to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(116) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(116) : error C2227: left of '->m_ColorFeet' must poin
t to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(118) : error C2065: 'CNetObj_PlayerInfo' : undeclared
identifier
src/game/server/player.cpp(118) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(118) : error C2061: syntax error : identifier 'CNetOb
j_PlayerInfo'
src/game/server/player.cpp(119) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(122) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(122) : error C2227: left of '->m_Latency' must point
to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(123) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(123) : error C2227: left of '->m_Local' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(124) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(124) : error C2227: left of '->m_ClientID' must point
to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(125) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(125) : error C2227: left of '->m_Score' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(126) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(126) : error C2227: left of '->m_Team' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(129) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(129) : error C2227: left of '->m_Local' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(131) : error C2065: 'TEAM_SPECTATORS' : undeclared id
entifier
src/game/server/player.cpp(133) : error C2065: 'CNetObj_SpectatorInfo' : undecla
red identifier
src/game/server/player.cpp(133) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(133) : error C2061: syntax error : identifier 'CNetOb
j_SpectatorInfo'
src/game/server/player.cpp(134) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(137) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(137) : error C2227: left of '->m_SpectatorID' must po
int to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(138) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(138) : error C2227: left of '->m_X' must point to cla
ss/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(139) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(139) : error C2227: left of '->m_Y' must point to cla
ss/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(145) : fatal error C1903: unable to recover from prev
ious error(s); stopping compilation
bam: 'objs/game/server/player.obj' error 2
[15/19] #1 c src/engine/external/zlib/trees.c
[16/19] #1 c src/engine/external/zlib/uncompr.c
[17/19] #1 c src/engine/external/zlib/zutil.c
[18/19] #1 rc other/icons/teeworlds_srv_cl.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.

bam: error: a build step failed

c:\instagib>

Trust dies but mistrust blossoms. Sophocles
Landil was here, and wrote the above ^^
HOLY FUCK! Can't believe I met Landil tongue

5

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

You sure you deleted the config.lua file from the previous compiler? If it was compiled on other OS that might be the problem.

6

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

Hip-Hop_BLOND wrote:

You sure you deleted the config.lua file from the previous compiler? If it was compiled on other OS that might be the problem.

New error here it is



src\game/server/entities/character.h(100) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(101) : error C2146: syntax error : missing
';' before identifier 'm_LatestInput'
src\game/server/entities/character.h(101) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(101) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(104) : error C2146: syntax error : missing
';' before identifier 'm_PrevInput'
src\game/server/entities/character.h(104) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(104) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(105) : error C2146: syntax error : missing
';' before identifier 'm_Input'
src\game/server/entities/character.h(105) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
src\game/server/entities/character.h(105) : error C4430: missing type specifier
- int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C2146: syntax error : miss
ing ';' before identifier 'm_NetObjHandler'
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\player.h(31) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
c:\instagib\src\game\server\player.h(32) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
src/game/server/gamemodes/tdm.cpp(12) : error C2065: 'GAMEFLAG_TEAMS' : undeclar
ed identifier
src/game/server/gamemodes/tdm.cpp(38) : error C2065: 'CNetObj_GameData' : undecl
ared identifier
src/game/server/gamemodes/tdm.cpp(38) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(38) : error C2065: 'CNetObj_GameData' : undecl
ared identifier
src/game/server/gamemodes/tdm.cpp(38) : error C2059: syntax error : ')'
src/game/server/gamemodes/tdm.cpp(39) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(42) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(42) : error C2227: left of '->m_TeamscoreRed'
must point to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/gamemodes/tdm.cpp(42) : error C2065: 'TEAM_RED' : undeclared ide
ntifier
src/game/server/gamemodes/tdm.cpp(43) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(43) : error C2227: left of '->m_TeamscoreBlue'
must point to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/gamemodes/tdm.cpp(43) : error C2065: 'TEAM_BLUE' : undeclared id
entifier
src/game/server/gamemodes/tdm.cpp(45) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(45) : error C2227: left of '->m_FlagCarrierRed
' must point to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/gamemodes/tdm.cpp(46) : error C2065: 'pGameDataObj' : undeclared
identifier
src/game/server/gamemodes/tdm.cpp(46) : error C2227: left of '->m_FlagCarrierBlu
e' must point to class/struct/union/generic type
        type is ''unknown-type''
bam: 'objs/game/server/gamemodes/tdm.obj' error 2
[13/19] #1 c++ src/game/server/gameworld.cpp
src\game/gamecore.h(193) : error C2146: syntax error : missing ';' before identi
fier 'm_Input'
src\game/gamecore.h(193) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(193) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(202) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(202) : error C2143: syntax error : missing ',' before '*'
src\game/gamecore.h(203) : error C2061: syntax error : identifier 'CNetObj_Chara
cterCore'
c:\instagib\src\game\server\entities/character.h(44) : error C2061: syntax error
: identifier 'CNetObj_PlayerInput'
c:\instagib\src\game\server\entities/character.h(45) : error C2061: syntax error
: identifier 'CNetObj_PlayerInput'
c:\instagib\src\game\server\entities/character.h(82) : error C2065: 'NUM_WEAPONS
' : undeclared identifier
c:\instagib\src\game\server\entities/character.h(100) : error C2146: syntax erro
r : missing ';' before identifier 'm_LatestPrevInput'
c:\instagib\src\game\server\entities/character.h(100) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(100) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(101) : error C2146: syntax erro
r : missing ';' before identifier 'm_LatestInput'
c:\instagib\src\game\server\entities/character.h(101) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(101) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(104) : error C2146: syntax erro
r : missing ';' before identifier 'm_PrevInput'
c:\instagib\src\game\server\entities/character.h(104) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(104) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(105) : error C2146: syntax erro
r : missing ';' before identifier 'm_Input'
c:\instagib\src\game\server\entities/character.h(105) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(105) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\player.h(31) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
c:\instagib\src\game\server\player.h(32) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
c:\instagib\src\game\server\gamecontext.h(45) : error C2146: syntax error : miss
ing ';' before identifier 'm_NetObjHandler'
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
bam: 'objs/game/server/gameworld.obj' error 2
[14/19] #1 c++ src/game/server/player.cpp
src\game/gamecore.h(193) : error C2146: syntax error : missing ';' before identi
fier 'm_Input'
src\game/gamecore.h(193) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(193) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(202) : error C4430: missing type specifier - int assumed. No
te: C++ does not support default-int
src\game/gamecore.h(202) : error C2143: syntax error : missing ',' before '*'
src\game/gamecore.h(203) : error C2061: syntax error : identifier 'CNetObj_Chara
cterCore'
c:\instagib\src\game\server\entities/character.h(44) : error C2061: syntax error
: identifier 'CNetObj_PlayerInput'
c:\instagib\src\game\server\entities/character.h(45) : error C2061: syntax error
: identifier 'CNetObj_PlayerInput'
c:\instagib\src\game\server\entities/character.h(82) : error C2065: 'NUM_WEAPONS
' : undeclared identifier
c:\instagib\src\game\server\entities/character.h(100) : error C2146: syntax erro
r : missing ';' before identifier 'm_LatestPrevInput'
c:\instagib\src\game\server\entities/character.h(100) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(100) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(101) : error C2146: syntax erro
r : missing ';' before identifier 'm_LatestInput'
c:\instagib\src\game\server\entities/character.h(101) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(101) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(104) : error C2146: syntax erro
r : missing ';' before identifier 'm_PrevInput'
c:\instagib\src\game\server\entities/character.h(104) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(104) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(105) : error C2146: syntax erro
r : missing ';' before identifier 'm_Input'
c:\instagib\src\game\server\entities/character.h(105) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\entities/character.h(105) : error C4430: missing typ
e specifier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C2146: syntax error : miss
ing ';' before identifier 'm_NetObjHandler'
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\gamecontext.h(45) : error C4430: missing type specif
ier - int assumed. Note: C++ does not support default-int
c:\instagib\src\game\server\player.h(31) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
c:\instagib\src\game\server\player.h(32) : error C2061: syntax error : identifie
r 'CNetObj_PlayerInput'
src/game/server/player.cpp(21) : error C2065: 'SPEC_FREEVIEW' : undeclared ident
ifier
src/game/server/player.cpp(84) : error C2065: 'PLAYERFLAG_SCOREBOARD' : undeclar
ed identifier
src/game/server/player.cpp(88) : error C2065: 'TEAM_SPECTATORS' : undeclared ide
ntifier
src/game/server/player.cpp(94) : error C2065: 'TEAM_SPECTATORS' : undeclared ide
ntifier
src/game/server/player.cpp(94) : error C2065: 'SPEC_FREEVIEW' : undeclared ident
ifier
src/game/server/player.cpp(106) : error C2065: 'CNetObj_ClientInfo' : undeclared
identifier
src/game/server/player.cpp(106) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(106) : error C2061: syntax error : identifier 'CNetOb
j_ClientInfo'
src/game/server/player.cpp(107) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(110) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(110) : error C2227: left of '->m_Name0' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(111) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(111) : error C2227: left of '->m_Clan0' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(112) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(112) : error C2227: left of '->m_Country' must point
to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(113) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(113) : error C2227: left of '->m_Skin0' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(114) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(114) : error C2227: left of '->m_UseCustomColor' must
point to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(115) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(115) : error C2227: left of '->m_ColorBody' must poin
t to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(116) : error C2065: 'pClientInfo' : undeclared identi
fier
src/game/server/player.cpp(116) : error C2227: left of '->m_ColorFeet' must poin
t to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(118) : error C2065: 'CNetObj_PlayerInfo' : undeclared
identifier
src/game/server/player.cpp(118) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(118) : error C2061: syntax error : identifier 'CNetOb
j_PlayerInfo'
src/game/server/player.cpp(119) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(122) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(122) : error C2227: left of '->m_Latency' must point
to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(123) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(123) : error C2227: left of '->m_Local' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(124) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(124) : error C2227: left of '->m_ClientID' must point
to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(125) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(125) : error C2227: left of '->m_Score' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(126) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(126) : error C2227: left of '->m_Team' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(129) : error C2065: 'pPlayerInfo' : undeclared identi
fier
src/game/server/player.cpp(129) : error C2227: left of '->m_Local' must point to
class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(131) : error C2065: 'TEAM_SPECTATORS' : undeclared id
entifier
src/game/server/player.cpp(133) : error C2065: 'CNetObj_SpectatorInfo' : undecla
red identifier
src/game/server/player.cpp(133) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(133) : error C2061: syntax error : identifier 'CNetOb
j_SpectatorInfo'
src/game/server/player.cpp(134) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(137) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(137) : error C2227: left of '->m_SpectatorID' must po
int to class/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(138) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(138) : error C2227: left of '->m_X' must point to cla
ss/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(139) : error C2065: 'pSpectatorInfo' : undeclared ide
ntifier
src/game/server/player.cpp(139) : error C2227: left of '->m_Y' must point to cla
ss/struct/union/generic type
        type is ''unknown-type''
src/game/server/player.cpp(145) : fatal error C1903: unable to recover from prev
ious error(s); stopping compilation
bam: 'objs/game/server/player.obj' error 2
[15/19] #1 c src/engine/external/zlib/trees.c
[16/19] #1 c src/engine/external/zlib/uncompr.c
[17/19] #1 c src/engine/external/zlib/zutil.c
[18/19] #1 rc other/icons/teeworlds_srv_cl.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
Copyright (C) Microsoft Corporation.  All rights reserved.

bam: error: a build step failed

c:\instagib>

Trust dies but mistrust blossoms. Sophocles
Landil was here, and wrote the above ^^
HOLY FUCK! Can't believe I met Landil tongue

7

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

we do not support mods try to contact the creator of the mod or a website that does

-SALAD

8

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

DALAS wrote:

we do not support mods try to contact the creator of the mod or a website that does

This doesn't look mod-related, more a problem of non-installed python or something like that.

Not Luck, Just Magic.

9

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

Dune wrote:
DALAS wrote:

we do not support mods try to contact the creator of the mod or a website that does

This doesn't look mod-related, more a problem of non-installed python or something like that.

I did install python lol?

Trust dies but mistrust blossoms. Sophocles
Landil was here, and wrote the above ^^
HOLY FUCK! Can't believe I met Landil tongue

10

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

matiasmunk wrote:

I did install python lol?

mb you haven't installed it in the default location :?

11 (edited by matiasmunk 2011-05-03 21:57:00)

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

Hip-Hop_BLOND wrote:
matiasmunk wrote:

I did install python lol?

mb you haven't installed it in the default location :?

Yes I did.. I did open installer, then hit NEXT NEXT NEXT NEXT without changing any location

Edit: Just to let u know when I'm trying to compile it.. A notepad pops up called python, when i exit that notepad then all the errors are coming..

Edit 2: Messed a bit around and made a compile out of bat. Fixed alot of the errors. Now I only got 2 errors here it is


[ 1/33] #1 network_header > src/game/generated/protocol.h
Den angivne sti blev ikke fundet.
bam: 'src/game/generated/protocol.h' error 1
bam: 'src/game/generated/protocol.h' removed because job updated it even it fail
ed.
[ 2/33] #1 server_content_header > src/game/generated/server_data.h
Den angivne sti blev ikke fundet.
bam: 'src/game/generated/server_data.h' error 1
bam: 'src/game/generated/server_data.h' removed because job updated it even it f
ailed.
bam: error: a build step failed
now please start the client or server as you need
Tryk på en vilkårlig tast for at fortsætte . . .

Any solutions?

Trust dies but mistrust blossoms. Sophocles
Landil was here, and wrote the above ^^
HOLY FUCK! Can't believe I met Landil tongue

12

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

Remove the objs/ folder, and try compiling again.

Not Luck, Just Magic.

13

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

Dune wrote:

Remove the objs/ folder, and try compiling again.

Same thing

Trust dies but mistrust blossoms. Sophocles
Landil was here, and wrote the above ^^
HOLY FUCK! Can't believe I met Landil tongue

14 (edited by r2d2 <3 2012-01-05 14:51:30)

Re: [Help] Compiling problem (NEW) ONLY 2 ERRORS LEFT

i have too this error...

C:\new>..\bam\bam release
[ 1/65] #1 network_header > src/game/generated/protocol.h
bam: 'src/game/generated/protocol.h' error -1
bam: 'src/game/generated/protocol.h' removed because job updated it even it fail
ed.
[ 2/65] #1 server_content_header > src/game/generated/server_data.h
bam: 'src/game/generated/server_data.h' error -1
bam: 'src/game/generated/server_data.h' removed because job updated it even it f
ailed.
[ 3/65] #1 client_content_header > src/game/generated/client_data.h
bam: 'src/game/generated/client_data.h' error -1
bam: 'src/game/generated/client_data.h' removed because job updated it even it f
ailed.
bam: error: a build step failed

When i added and exit that notepad then all the errors are coming


Oh. fixed!:

function Script(name)
    if family == "windows" then
--        return str_replace(name, "/", "\\")    <--- this was the old line
        return "C:\\Python26\\python.exe " .. str_replace(name, "/", "\\")
    end
    return "python " .. name
end