Gunz 1.5 (Gunz.exe Building)
========== Build: 0 succeeded, 2 failed, 8 up-to-date, 0 skipped ==========
Just two more :D
I have the error here:
Code:
struct HREF
{
MRefCell* pRefCell;
MRefCell::iterator RefIterator;
};
(MGridMap.h)
FULL ERROR LOG:
Code:
1>------ Build started: Project: CSCommon, Configuration: _Encrypt_KOR_Release_publish Win32 ------
1>Build started 05/04/2012 19:39:13.
1>InitializeBuildStatus:
1> Touching "_Encrypt_KOR_Release_publish\CSCommon.unsuccessfulbuild".
1>ClCompile:
1> stdafx.cpp
1>F:\Gunz\Stable\CSCommon\Include\stdafx.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
1> _WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)
1>F:\Gunz\Stable\CSCommon\MFeatureDefine.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
1>f:\gunz\stable\cscommon\include\MLocaleDefine.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
1>F:\Gunz\Stable\CML\Include\MDebug.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
1>f:\gunz\stable\cscommon\include\MMatchDebug.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
1>F:\Gunz\Stable\CML\Include\MXml.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
1>f:\gunz\stable\cscommon\include\MUID.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
1>f:\gunz\stable\cscommon\include\MMatchGlobal.h(63): error C2365: 'MSM_NORMAL' : redefinition; previous definition was 'enumerator'
1> d:\program files\microsoft sdks\windows\v7.0a\include\VSStyle.h(821) : see declaration of 'MSM_NORMAL'
1>f:\gunz\stable\cscommon\include\MGridMap.h(32): warning C4346: 'MGridMap<_T>::MRefCell::iterator' : dependent name is not a type
1> prefix with 'typename' to indicate a type
1> f:\gunz\stable\cscommon\include\MGridMap.h(30) : see reference to class template instantiation 'MGridMap<_T>::HREF' being compiled
1> f:\gunz\stable\cscommon\include\MGridMap.h(214) : see reference to class template instantiation 'MGridMap<_T>' being compiled
1>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C2146: syntax error : missing ';' before identifier 'RefIterator'
1>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:42.25
2>------ Build started: Project: Gunz, Configuration: Release Win32 ------
2>Build started 05/04/2012 19:40:02.
2>InitializeBuildStatus:
2> Touching "Release\Gunz.unsuccessfulbuild".
2>ClCompile:
2> stdafx.cpp
2>stdafx.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
2>f:\gunz\stable\gunz\stdafx.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
2> _WIN32_WINNT not defined. Defaulting to _WIN32_WINNT_MAXVER (see WinSDKVer.h)
2>f:\gunz\stable\gunz\../CSCommon/MFeatureDefine.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
2>F:\Gunz\Stable\CML\Include\MXml.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
2>F:\Gunz\Stable\CML\Include\MUtil.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
2>F:\Gunz\Stable\CML\Include\MDebug.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
2>F:\Gunz\Stable\CSCommon\Include\MUID.h : warning C4819: The file contains a character that cannot be represented in the current code page (1255). Save the file in Unicode format to prevent data loss
2>f:\gunz\stable\cscommon\include\MGridMap.h(32): warning C4346: 'MGridMap<_T>::MRefCell::iterator' : dependent name is not a type
2> prefix with 'typename' to indicate a type
2> f:\gunz\stable\cscommon\include\MGridMap.h(30) : see reference to class template instantiation 'MGridMap<_T>::HREF' being compiled
2> f:\gunz\stable\cscommon\include\MGridMap.h(214) : see reference to class template instantiation 'MGridMap<_T>' being compiled
2>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C2146: syntax error : missing ';' before identifier 'RefIterator'
2>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
2>f:\gunz\stable\cscommon\include\MMatchGlobal.h(63): error C2365: 'MSM_NORMAL' : redefinition; previous definition was 'enumerator'
2> d:\program files\microsoft sdks\windows\v7.0a\include\VSStyle.h(821) : see declaration of 'MSM_NORMAL'
2>
2>Build FAILED.
2>
2>Time Elapsed 00:00:39.32
========== Build: 0 succeeded, 2 failed, 8 up-to-date, 0 skipped ==========
I need help with the buildlng, Hope u can help me ..
Re: Gunz 1.5 (Gunz.exe Building)
Follow the emisand tutorial, i'm sure that you ONLY PRESS BUILT in gunz solution
Re: Gunz 1.5 (Gunz.exe Building)
Re: Gunz 1.5 (Gunz.exe Building)
Quote:
Originally Posted by
Gun[Lengend]
Follow the emisand tutorial, i'm sure that you ONLY PRESS BUILT in gunz solution
i had follow :P ..
Quote:
Originally Posted by
Ganster
rebulid solution
Still 2 failed, with the same errors ..
Re: Gunz 1.5 (Gunz.exe Building)
You not build CSCommon ?
Build it in Encrypt,Debug and Release
You not build CSCommon ?
Build it in Encrypt,Debug and Release
Re: Gunz 1.5 (Gunz.exe Building)
Same erros O.o
BTW: I'm using in Visual Studio ..
ERRORS:
Quote:
3>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C2146: syntax error : missing ';' before identifier 'RefIterator'
3>f:\gunz\stable\cscommon\include\MGridMap.h(32): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
3>f:\gunz\stable\cscommon\include\MMatchGlobal.h(63): error C2365: 'MSM_NORMAL' : redefinition; previous definition was 'enumerator'
3> d:\program files\microsoft sdks\windows\v7.0a\include\VSStyle.h(821) : see declaration of 'MSM_NORMAL'
3>
3>Build FAILED.
3>
3>Time Elapsed 00:00:14.87
========== Build: 1 succeeded, 2 failed, 7 up-to-date, 0 skipped ==========
MGridMap.h(32):
Quote:
struct HREF
{
MRefCell* pRefCell;
MRefCell::iterator RefIterator;
};
MMatchGlobal.h(63):
Quote:
enum MMatchServerMode
{
MSM_NORMAL = 0, // ְֿ¹
MSM_CLAN = 1, // ֵ¬·£ְ ְ¿כ ¼¹צ
MSM_LADDER = 2, // ·¡´ץ ְ¿כ ¼¹צ
MSM_EVENT = 3, // ְּ÷¥ֶ® ¼¹צ
MSM_TEST = 4, // ֵ׳½÷ֶ® ¼¹צ
MSM_MAX,
MSM_ALL = 100, // event¿¡¸¸ »ח¿כµָ´.
};
Re: Gunz 1.5 (Gunz.exe Building)
Quote:
Originally Posted by
idohadar
Same erros O.o
BTW: I'm using in Visual Studio ..
ERRORS:
MGridMap.h(32):
MMatchGlobal.h(63):
Which version of VS are you building with? 2003 should not have these errors.
Re: Gunz 1.5 (Gunz.exe Building)
Quote:
Originally Posted by
SecretsOThePast
Which version of VS are you building with? 2003 should not have these errors.
Can i have visual studio 2003 for free ?
cuz I'm using 2010 ..
Re: Gunz 1.5 (Gunz.exe Building)
I have to put the visual stdio on disc .. ?
Cuz I founded three installers at the RAR (3GB)
I installed two of them, and its not Visual Stdio 2003, the last one he asking about Dick ..
I don't know what to do :)