Gunz 1.5 (Gunz.exe Building)

Results 1 to 9 of 9
  1. #1
    Member idohadar is offline
    MemberRank
    Jun 2010 Join Date
    52Posts

    information 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 ..


  2. #2
    Gunz General Develop Gun[Lengend] is offline
    MemberRank
    Jan 2010 Join Date
    Gunz Viet NamLocation
    312Posts

    Re: Gunz 1.5 (Gunz.exe Building)

    Follow the emisand tutorial, i'm sure that you ONLY PRESS BUILT in gunz solution

  3. #3
    Apprentice Ganster is offline
    MemberRank
    Mar 2012 Join Date
    17Posts

    Re: Gunz 1.5 (Gunz.exe Building)

    rebulid solution

  4. #4
    Member idohadar is offline
    MemberRank
    Jun 2010 Join Date
    52Posts

    Re: Gunz 1.5 (Gunz.exe Building)

    Quote Originally Posted by Gun[Lengend] View Post
    Follow the emisand tutorial, i'm sure that you ONLY PRESS BUILT in gunz solution
    i had follow :P ..

    Quote Originally Posted by Ganster View Post
    rebulid solution
    Still 2 failed, with the same errors ..

  5. #5
    Gunz General Develop Gun[Lengend] is offline
    MemberRank
    Jan 2010 Join Date
    Gunz Viet NamLocation
    312Posts

    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

  6. #6
    Member idohadar is offline
    MemberRank
    Jun 2010 Join Date
    52Posts

    Re: Gunz 1.5 (Gunz.exe Building)

    Same erros O.o
    BTW: I'm using in Visual Studio ..

    ERRORS:
    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):
    struct HREF
    {
    MRefCell* pRefCell;
    MRefCell::iterator RefIterator;
    };
    MMatchGlobal.h(63):
    enum MMatchServerMode
    {
    MSM_NORMAL = 0, // ְֿ¹
    MSM_CLAN = 1, // ֵ¬·£ְ ְ¿כ ¼­¹צ
    MSM_LADDER = 2, // ·¡´ץ ְ¿כ ¼­¹צ
    MSM_EVENT = 3, // ְּ÷¥ֶ® ¼­¹צ
    MSM_TEST = 4, // ֵ׳½÷ֶ® ¼­¹צ
    MSM_MAX,

    MSM_ALL = 100, // event¿¡¸¸ »ח¿כµָ´.
    };

  7. #7
    Retired. Don't PM. SecretsOThePast is offline
    DeveloperRank
    Jan 2009 Join Date
    643Posts

    Re: Gunz 1.5 (Gunz.exe Building)

    Quote Originally Posted by idohadar View Post
    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.

  8. #8
    Member idohadar is offline
    MemberRank
    Jun 2010 Join Date
    52Posts

    Re: Gunz 1.5 (Gunz.exe Building)

    Quote Originally Posted by SecretsOThePast View Post
    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 ..

  9. #9
    Member idohadar is offline
    MemberRank
    Jun 2010 Join Date
    52Posts

    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 :)



Advertisement