GunZ Source Code Compiling Error

Results 1 to 12 of 12
  1. #1
    Apprentice LGGunZ is offline
    MemberRank
    Sep 2011 Join Date
    8Posts

    GunZ Source Code Compiling Error

    Hello, can somebody help me with this error:

    Code:
    GunZ\Stable\CSCommon\Include\stdafx.h(46): fatal error C1083: Cannot open include file: '../CSCommon/MFeatureDefine1.h': No such file or directory
    I already set up this: #include "../CSCommon/MFeatureDefine1.h"
    The original file name is MFeatureDefine but I tried to rename it to fix the error but yet I can't compile this piece of shit.


  2. #2
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: GunZ Source Code Compiling Error

    Quote Originally Posted by LGGunZ View Post
    Hello, can somebody help me with this error:

    Code:
    GunZ\Stable\CSCommon\Include\stdafx.h(46): fatal error C1083: Cannot open include file: '../CSCommon/MFeatureDefine1.h': No such file or directory
    I already set up this: #include "../CSCommon/MFeatureDefine1.h"
    The original file name is MFeatureDefine but I tried to rename it to fix the error but yet I can't compile this piece of shit.
    Have you cleaned the source, then closed MSVC++ then reopened MSV?

    I take it you did this from adding CTF?

  3. #3
    Apprentice LGGunZ is offline
    MemberRank
    Sep 2011 Join Date
    8Posts

    Re: GunZ Source Code Compiling Error

    Quote Originally Posted by ForeanXz View Post
    Have you cleaned the source, then closed MSVC++ then reopened MSV?

    I take it you did this from adding CTF?
    No, I didn't add CTF.
    I cleaned and reopened, still cannot open include file.

  4. #4
    Apprentice LGGunZ is offline
    MemberRank
    Sep 2011 Join Date
    8Posts

    Re: GunZ Source Code Compiling Error

    Anybody?

  5. #5
    Member iOverRun is offline
    MemberRank
    Apr 2011 Join Date
    Near by !!Location
    98Posts

    Re: GunZ Source Code Compiling Error

    just work on a original source with vs2003 and you wont get this

  6. #6
    Apprentice LGGunZ is offline
    MemberRank
    Sep 2011 Join Date
    8Posts

    Re: GunZ Source Code Compiling Error

    Quote Originally Posted by iOverRun View Post
    just work on a original source with vs2003 and you wont get this
    What makes you think this is not a original source?

  7. #7
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: GunZ Source Code Compiling Error

    Quote Originally Posted by LGGunZ View Post
    What makes you think this is not a original source?
    Nothing, but the only thing that comes up during the day (this is a triple mindfuck joke, think carefully) is the need to post "just work on a original source with vs2003 and you wont get this"

  8. #8
    Ecchi addicted adz28 is offline
    MemberRank
    Nov 2008 Join Date
    IkebukuroLocation
    524Posts

    Re: GunZ Source Code Compiling Error

    #include <your/path/to/MFeatureDefine.h>
    F.e: #include <C:\Users\asdfasd\Desktop\Stable\CSCommon\MFeatureDefine.h>

  9. #9
    Member iOverRun is offline
    MemberRank
    Apr 2011 Join Date
    Near by !!Location
    98Posts

    Re: GunZ Source Code Compiling Error

    Quote Originally Posted by Wizkidje View Post
    Nothing, but the only thing that comes up during the day (this is a triple mindfuck joke, think carefully) is the need to post "just work on a original source with vs2003 and you wont get this"
    incase you don't know , some people release their sources which includes directories of their pc so when a a guy like him Built it , he gets that error ... While working on Dawson source [ original ] from the start will never show this .. at least this is clear to me

  10. #10
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: GunZ Source Code Compiling Error

    Quote Originally Posted by iOverRun View Post
    incase you don't know , some people release their sources which includes directories of their pc so when a a guy like him Built it , he gets that error ... While working on Dawson source [ original ] from the start will never show this .. at least this is clear to me
    In case you don't know, the error he posted included a path to the header file that failed to include, which was a relative path. And in case you also didn't know, persons that include header files using an absolute path don't deserve to live on this planet.

  11. #11
    Member iOverRun is offline
    MemberRank
    Apr 2011 Join Date
    Near by !!Location
    98Posts

    Re: GunZ Source Code Compiling Error

    Quote Originally Posted by Wizkidje View Post
    In case you don't know, the error he posted included a path to the header file that failed to include, which was a relative path. And in case you also didn't know, persons that include header files using an absolute path don't deserve to live on this planet.
    totally agree , and he failed to include maybe Because of the old path someone used .. saw that on a someone source here

  12. #12
    Praise the Sun! Solaire is offline
    MemberRank
    Dec 2007 Join Date
    Undead BurgLocation
    2,862Posts

    Re: GunZ Source Code Compiling Error

    Quote Originally Posted by iOverRun View Post
    totally agree , and he failed to include maybe Because of the old path someone used .. saw that on a someone source here
    I suggest you read what I said.



Advertisement