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. Build Question.. Quickie...

Build Question.. Quickie...

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelpworkspace
7 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.
  • R Offline
    R Offline
    Ryan B
    wrote on last edited by
    #1

    For some reason, everytime i go to "Start Without Debugging", it tells me that my project configurations are out of date. Even after a complete rebuild? Has anyone else ever had this issue? Even after it rebuilds and runs, it tells me that the configuration is out of date, without a single source change? What gives? Ryan Baillargeon

    M A 2 Replies Last reply
    0
    • R Ryan B

      For some reason, everytime i go to "Start Without Debugging", it tells me that my project configurations are out of date. Even after a complete rebuild? Has anyone else ever had this issue? Even after it rebuilds and runs, it tells me that the configuration is out of date, without a single source change? What gives? Ryan Baillargeon

      M Offline
      M Offline
      Magius96
      wrote on last edited by
      #2

      I have had that happen to me before, although probably not to the extent that you might have. One thing I did notice was that for some reason, if I had certain project files open, it would always say the files were out of date. Perhaps you could try closing all visible files(not the project itself), and try again. If that's not it, then I really don't know what is. <NOTE:This message in no means reflects the actuall thoughts, concerns, or opinions of the author, the president, or the rat living in your walls. Please do not take it seriously, jokingly, lovingly, or at all.> "Don't tell me I'm smart, I might actually believe you!" "I once knew a guy who said he was a coder...The FBI arrested him two days later."

      R 1 Reply Last reply
      0
      • R Ryan B

        For some reason, everytime i go to "Start Without Debugging", it tells me that my project configurations are out of date. Even after a complete rebuild? Has anyone else ever had this issue? Even after it rebuilds and runs, it tells me that the configuration is out of date, without a single source change? What gives? Ryan Baillargeon

        A Offline
        A Offline
        Alvaro Mendez
        wrote on last edited by
        #3

        The only thing that comes to mind is that the dates of your source files are set ahead of your computer's current time. So when they're compiled, the object files are getting a date older than the source files and it gives the illusion of being out-of-date. This might actually not be your fault. Perhaps someone else in your team checked the files in with a future date (by mistake) and now they have that same date on your own computer. Regards, Alvaro


        Well done is better than well said. -- Benjamin Franklin (I actually prefer medium-well.)

        R T 2 Replies Last reply
        0
        • M Magius96

          I have had that happen to me before, although probably not to the extent that you might have. One thing I did notice was that for some reason, if I had certain project files open, it would always say the files were out of date. Perhaps you could try closing all visible files(not the project itself), and try again. If that's not it, then I really don't know what is. <NOTE:This message in no means reflects the actuall thoughts, concerns, or opinions of the author, the president, or the rat living in your walls. Please do not take it seriously, jokingly, lovingly, or at all.> "Don't tell me I'm smart, I might actually believe you!" "I once knew a guy who said he was a coder...The FBI arrested him two days later."

          R Offline
          R Offline
          Ryan B
          wrote on last edited by
          #4

          Damn, that didnt work... - could it be that theres a file in the build configuration that is changing post build? therefore necessitating a new build every time? Ryan Baillargeon

          1 Reply Last reply
          0
          • A Alvaro Mendez

            The only thing that comes to mind is that the dates of your source files are set ahead of your computer's current time. So when they're compiled, the object files are getting a date older than the source files and it gives the illusion of being out-of-date. This might actually not be your fault. Perhaps someone else in your team checked the files in with a future date (by mistake) and now they have that same date on your own computer. Regards, Alvaro


            Well done is better than well said. -- Benjamin Franklin (I actually prefer medium-well.)

            R Offline
            R Offline
            Ryan B
            wrote on last edited by
            #5

            THANK YOU! that was annoying. My Fault, I did it. Last Friday I was checking the calendar and for about 5 minutes my computers time was set to 24th of december. I guess I saved a couple files during that time. BAH HAHA.. ;p The funny thing is the problem would have fixed itself by next week, but i would have been annoyed as hell until then. THANK YOU AGAIN. Im always sweating the simple stuff. Ryan Baillargeon

            M 1 Reply Last reply
            0
            • R Ryan B

              THANK YOU! that was annoying. My Fault, I did it. Last Friday I was checking the calendar and for about 5 minutes my computers time was set to 24th of december. I guess I saved a couple files during that time. BAH HAHA.. ;p The funny thing is the problem would have fixed itself by next week, but i would have been annoyed as hell until then. THANK YOU AGAIN. Im always sweating the simple stuff. Ryan Baillargeon

              M Offline
              M Offline
              Magius96
              wrote on last edited by
              #6

              Bah! Now why didn't I think of that? *Runs off screaming, bashing his head into the walls - Bystanders report hearing the words, "I'm so stupid", repeated over and over.* <NOTE:This message in no means reflects the actuall thoughts, concerns, or opinions of the author, the president, or the rat living in your walls. Please do not take it seriously, jokingly, lovingly, or at all.> "Don't tell me I'm smart, I might actually believe you!" "I once knew a guy who said he was a coder...The FBI arrested him two days later."

              1 Reply Last reply
              0
              • A Alvaro Mendez

                The only thing that comes to mind is that the dates of your source files are set ahead of your computer's current time. So when they're compiled, the object files are getting a date older than the source files and it gives the illusion of being out-of-date. This might actually not be your fault. Perhaps someone else in your team checked the files in with a future date (by mistake) and now they have that same date on your own computer. Regards, Alvaro


                Well done is better than well said. -- Benjamin Franklin (I actually prefer medium-well.)

                T Offline
                T Offline
                Todd Smith
                wrote on last edited by
                #7

                Ahhh. I always forget about that when tinkering with the system clock. It's pretty annoying to have to recompile all the time because one file is out of date somehow. Todd Smith

                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