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. Visual Studio
  4. verbose build

verbose build

Scheduled Pinned Locked Moved Visual Studio
csharpvisual-studioquestion
7 Posts 3 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
    rentzk
    wrote on last edited by
    #1

    Is there some sort of option in visual studio to produce a verbose build like the UNIX make command? I have a project with some sort of dependency loop, and it would be useful to know why it wants to build certain files. I know our include dependencies are messed up, and I need to track them down.

    E S 2 Replies Last reply
    0
    • R rentzk

      Is there some sort of option in visual studio to produce a verbose build like the UNIX make command? I have a project with some sort of dependency loop, and it would be useful to know why it wants to build certain files. I know our include dependencies are messed up, and I need to track them down.

      E Offline
      E Offline
      Ed Poore
      wrote on last edited by
      #2

      Check the properties pages of the project, under something like Build Options.


      As of how to accomplish this, have you ever tried Google?
      Failing that try :badger::badger::badger:

      R 1 Reply Last reply
      0
      • E Ed Poore

        Check the properties pages of the project, under something like Build Options.


        As of how to accomplish this, have you ever tried Google?
        Failing that try :badger::badger::badger:

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

        Under C/C++ - Advanced, there is a show includes option that is close to what I'm interested in. It shows a list of all of the files included by a particular source file. What I'm interested in is the ability to know which header file of that list is responsible for a particular source file being rebuilt. It's been years since I ran makefiles under UNIX, but I remember having this ability.

        E 1 Reply Last reply
        0
        • R rentzk

          Under C/C++ - Advanced, there is a show includes option that is close to what I'm interested in. It shows a list of all of the files included by a particular source file. What I'm interested in is the ability to know which header file of that list is responsible for a particular source file being rebuilt. It's been years since I ran makefiles under UNIX, but I remember having this ability.

          E Offline
          E Offline
          Ed Poore
          wrote on last edited by
          #4

          Hmm, I've actually had a look for a verbose setting but can't find it now. Where the hell did I see it from? :sigh:  Probably a Linux compiler :doh:

          As of how to accomplish that have you ever tried Google? Failing that try :badger::badger::badger:.

          R S 2 Replies Last reply
          0
          • E Ed Poore

            Hmm, I've actually had a look for a verbose setting but can't find it now. Where the hell did I see it from? :sigh:  Probably a Linux compiler :doh:

            As of how to accomplish that have you ever tried Google? Failing that try :badger::badger::badger:.

            R Offline
            R Offline
            rentzk
            wrote on last edited by
            #5

            The "show includes" option will give a list of all of the files being included in a source file, but no indication as to which one is causing the rebuild. It doesn't take very many nested includes to make this a non-trivial task.

            1 Reply Last reply
            0
            • R rentzk

              Is there some sort of option in visual studio to produce a verbose build like the UNIX make command? I have a project with some sort of dependency loop, and it would be useful to know why it wants to build certain files. I know our include dependencies are messed up, and I need to track them down.

              S Offline
              S Offline
              S Douglas
              wrote on last edited by
              #6

              rentzk wrote:

              I know our include dependencies are messed up, and I need to track them down.

              Have you tried turning on the verbose switch in the complier? /VERBOSE (Print Progress Messages)[^]


              I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

              1 Reply Last reply
              0
              • E Ed Poore

                Hmm, I've actually had a look for a verbose setting but can't find it now. Where the hell did I see it from? :sigh:  Probably a Linux compiler :doh:

                As of how to accomplish that have you ever tried Google? Failing that try :badger::badger::badger:.

                S Offline
                S Offline
                S Douglas
                wrote on last edited by
                #7

                Ed.Poore wrote:

                Where the hell did I see it from?

                Visual C++ Linker Options /VERBOSE (Print Progress Messages)[^]


                I'd love to help, but unfortunatley I have prior commitments monitoring the length of my grass. :Andrew Bleakley:

                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