Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. cannot include" \inc\wxp\warning.h" and environment variables $(BASEDIR) not found URGENT please help!!!!

cannot include" \inc\wxp\warning.h" and environment variables $(BASEDIR) not found URGENT please help!!!!

Scheduled Pinned Locked Moved C / C++ / MFC
helpworkspacecomdebugging
12 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    manju23reddy
    wrote on last edited by
    #1

    hi i am trying to compile a driver program which is giving build error as follows i really don have a clue why this problem The error i am getting is ------ Skipped Rebuild All: Project: CommTest, Configuration: Debug Win32 ------ Project configuration skipped because it is not selected in this solution configuration ------ Rebuild All started: Project: CommDriver, Configuration: Free Win32 ------ Deleting intermediate files and output files for project 'CommDriver', configuration 'Free|Win32'. Compiling... CommDriver.c CommDriver.c(0) : fatal error C1083: Cannot open include file: '\inc\wxp\warning.h': No such file or directory Project : warning PRJ0018 : The following environment variables were not found: $(CPU) $(BASEDIR) Build log was saved at "file://c:\DriveGUIComm_demo\DriveGUIComm_demo\Demo_project\Driver\Free\BuildLog.htm" CommDriver - 1 error(s), 0 warning(s) ---------------------- Done ---------------------- Rebuild All: 0 succeeded, 1 failed, 1 skipped and i am using Windows DDK 3790.1830 and also tried to look at the post which Mr beans and Mick have given before in codeguru but did not help me . Please if any body can give me a hint mail at shwethavg@aol.com

    T R 2 Replies Last reply
    0
    • M manju23reddy

      hi i am trying to compile a driver program which is giving build error as follows i really don have a clue why this problem The error i am getting is ------ Skipped Rebuild All: Project: CommTest, Configuration: Debug Win32 ------ Project configuration skipped because it is not selected in this solution configuration ------ Rebuild All started: Project: CommDriver, Configuration: Free Win32 ------ Deleting intermediate files and output files for project 'CommDriver', configuration 'Free|Win32'. Compiling... CommDriver.c CommDriver.c(0) : fatal error C1083: Cannot open include file: '\inc\wxp\warning.h': No such file or directory Project : warning PRJ0018 : The following environment variables were not found: $(CPU) $(BASEDIR) Build log was saved at "file://c:\DriveGUIComm_demo\DriveGUIComm_demo\Demo_project\Driver\Free\BuildLog.htm" CommDriver - 1 error(s), 0 warning(s) ---------------------- Done ---------------------- Rebuild All: 0 succeeded, 1 failed, 1 skipped and i am using Windows DDK 3790.1830 and also tried to look at the post which Mr beans and Mick have given before in codeguru but did not help me . Please if any body can give me a hint mail at shwethavg@aol.com

      T Offline
      T Offline
      toxcct
      wrote on last edited by
      #2

      manju23reddy wrote:

      URGENT please help!!!!

      that's not a way to ask. take a ticket and wait your turn.

      manju23reddy wrote:

      error C1083: Cannot open include file: '\inc\wxp\warning.h': No such file or directory

      well, that's pretty clear, no ? do you have to correct file somewhere on your disk ? did you forget to install some SDK by chance ?

      [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

      M 1 Reply Last reply
      0
      • M manju23reddy

        hi i am trying to compile a driver program which is giving build error as follows i really don have a clue why this problem The error i am getting is ------ Skipped Rebuild All: Project: CommTest, Configuration: Debug Win32 ------ Project configuration skipped because it is not selected in this solution configuration ------ Rebuild All started: Project: CommDriver, Configuration: Free Win32 ------ Deleting intermediate files and output files for project 'CommDriver', configuration 'Free|Win32'. Compiling... CommDriver.c CommDriver.c(0) : fatal error C1083: Cannot open include file: '\inc\wxp\warning.h': No such file or directory Project : warning PRJ0018 : The following environment variables were not found: $(CPU) $(BASEDIR) Build log was saved at "file://c:\DriveGUIComm_demo\DriveGUIComm_demo\Demo_project\Driver\Free\BuildLog.htm" CommDriver - 1 error(s), 0 warning(s) ---------------------- Done ---------------------- Rebuild All: 0 succeeded, 1 failed, 1 skipped and i am using Windows DDK 3790.1830 and also tried to look at the post which Mr beans and Mick have given before in codeguru but did not help me . Please if any body can give me a hint mail at shwethavg@aol.com

        R Offline
        R Offline
        Rane
        wrote on last edited by
        #3

        It looks like the error is due to the issue with project settings.Is warning.h file present in your system(in some other path)? Also check whether the latest Driver Development Kit that you have installed has this file? Regards, Rane

        M 1 Reply Last reply
        0
        • T toxcct

          manju23reddy wrote:

          URGENT please help!!!!

          that's not a way to ask. take a ticket and wait your turn.

          manju23reddy wrote:

          error C1083: Cannot open include file: '\inc\wxp\warning.h': No such file or directory

          well, that's pretty clear, no ? do you have to correct file somewhere on your disk ? did you forget to install some SDK by chance ?

          [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

          M Offline
          M Offline
          manju23reddy
          wrote on last edited by
          #4

          sorry for that title well actually everything is properly installed but i think there is some problem with build environment because i had checked in codeguru where for same problem MICk has written solution but it was in 2003 january it was posted . my doubt is i feel there is some problem with version but i am sure it is problem with build enviroment i am not understanding where to include the path and describe the environment variables.

          1 Reply Last reply
          0
          • R Rane

            It looks like the error is due to the issue with project settings.Is warning.h file present in your system(in some other path)? Also check whether the latest Driver Development Kit that you have installed has this file? Regards, Rane

            M Offline
            M Offline
            manju23reddy
            wrote on last edited by
            #5

            Warning.h file is there in the specified directory i am not getting the solution for this i l send you the demo project please give me your mail ID

            T 1 Reply Last reply
            0
            • M manju23reddy

              Warning.h file is there in the specified directory i am not getting the solution for this i l send you the demo project please give me your mail ID

              T Offline
              T Offline
              toxcct
              wrote on last edited by
              #6

              if it doesn't work even though the file is present, it's because the compiler doesn't look it the right place for it. check your compiler settings, especially the external includes...

              manju23reddy wrote:

              give me your mail ID

              to let you know, it's not something we do here. it's a forum, not a chat. people are here to share, and even when your problem is fixed, some might need the solution if they encounter the same.

              [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

              M 1 Reply Last reply
              0
              • T toxcct

                if it doesn't work even though the file is present, it's because the compiler doesn't look it the right place for it. check your compiler settings, especially the external includes...

                manju23reddy wrote:

                give me your mail ID

                to let you know, it's not something we do here. it's a forum, not a chat. people are here to share, and even when your problem is fixed, some might need the solution if they encounter the same.

                [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                M Offline
                M Offline
                manju23reddy
                wrote on last edited by
                #7

                Thanksfor your valuable suggestion but i value time and i have lot of work to be done rather tan chating i amhere because i have problem if you don know please stop advising people and think how to solve problem if u can

                S T 2 Replies Last reply
                0
                • M manju23reddy

                  Thanksfor your valuable suggestion but i value time and i have lot of work to be done rather tan chating i amhere because i have problem if you don know please stop advising people and think how to solve problem if u can

                  S Offline
                  S Offline
                  SandipG
                  wrote on last edited by
                  #8

                  manju23reddy wrote:

                  if you don know please stop advising people and think how to solve problem if u can

                  This is not the way to talk here especially who are trying to help you..:mad:

                  Regards, Sandip.

                  R 1 Reply Last reply
                  0
                  • S SandipG

                    manju23reddy wrote:

                    if you don know please stop advising people and think how to solve problem if u can

                    This is not the way to talk here especially who are trying to help you..:mad:

                    Regards, Sandip.

                    R Offline
                    R Offline
                    Rane
                    wrote on last edited by
                    #9

                    Yes I agree with toxcct's views. I see you are building 2 different projects in diff configuration. If you are building the first project in Debug mode, build the other/dependent project also in Debug mode. Is there a specific reason for building in 2 diff configuration? Regards, Rane

                    1 Reply Last reply
                    0
                    • M manju23reddy

                      Thanksfor your valuable suggestion but i value time and i have lot of work to be done rather tan chating i amhere because i have problem if you don know please stop advising people and think how to solve problem if u can

                      T Offline
                      T Offline
                      toxcct
                      wrote on last edited by
                      #10

                      WTF is wrong with you ? so you think I'm chatting ? you think I have no work ? man, I'm wasting my precious time trying to understand your problem and suggest good solutions (which is hard, with the few informations you provided). and know that on Codeproject, nobody is paid to help !! if you want your work to be done, move to rentacoder.com :zzz: If you're not able to ask a question an listen to the answers, then why even ask it ? you seem not to even know how Visual C++ compiler works, and you think you can talk to me like this ? then do it yourself dude ! :suss:

                      [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                      S 1 Reply Last reply
                      0
                      • T toxcct

                        WTF is wrong with you ? so you think I'm chatting ? you think I have no work ? man, I'm wasting my precious time trying to understand your problem and suggest good solutions (which is hard, with the few informations you provided). and know that on Codeproject, nobody is paid to help !! if you want your work to be done, move to rentacoder.com :zzz: If you're not able to ask a question an listen to the answers, then why even ask it ? you seem not to even know how Visual C++ compiler works, and you think you can talk to me like this ? then do it yourself dude ! :suss:

                        [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                        S Offline
                        S Offline
                        SandipG
                        wrote on last edited by
                        #11

                        toxcct wrote:

                        man, I'm wasting my precious time trying to understand your problem and suggest good solutions (which is hard, with the few informations you provided).

                        toxcct wrote:

                        hen do it yourself dude ! Suspicious

                        OP is girl :)

                        Regards, Sandip.

                        T 1 Reply Last reply
                        0
                        • S SandipG

                          toxcct wrote:

                          man, I'm wasting my precious time trying to understand your problem and suggest good solutions (which is hard, with the few informations you provided).

                          toxcct wrote:

                          hen do it yourself dude ! Suspicious

                          OP is girl :)

                          Regards, Sandip.

                          T Offline
                          T Offline
                          toxcct
                          wrote on last edited by
                          #12

                          SandipG :) wrote:

                          OP is girl

                          I don't care. still stoopid :rolleyes: BTW, my "man" was an expression. it's the same as if you say "guys"... it means "people", not only male ones...

                          [VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups