Author Topic: View the commands that build the project  (Read 5036 times)

Offline TSalm

  • Multiple posting newcomer
  • *
  • Posts: 16
    • florent gabriel
View the commands that build the project
« on: September 25, 2006, 11:57:29 am »
Hi,

Is there a way to view the command (like "gcc main.cpp -o main"...) that use C::B when I launch the "build" ?

best regards,
Tsalm.
OS: Linux Slackware
Compiler: gcc 3.4.6
wxW: 2.6.4

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: View the commands that build the project
« Reply #1 on: September 25, 2006, 12:02:52 pm »
Settings -> Compilers ande debuggers -> other -> Compiler logging
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Offline TSalm

  • Multiple posting newcomer
  • *
  • Posts: 16
    • florent gabriel
Re: View the commands that build the project
« Reply #2 on: September 25, 2006, 01:55:16 pm »
 :D thanks

Isn't it a best way to active it by default ? (just a suggestion)
OS: Linux Slackware
Compiler: gcc 3.4.6
wxW: 2.6.4

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2775
Re: View the commands that build the project
« Reply #3 on: September 25, 2006, 02:54:45 pm »
:D thanks

Isn't it a best way to active it by default ? (just a suggestion)

I agree. Make it the default.

This question has come up so many times it "otta" be a clue.

One dev even uses it as a signature.

As a development environment, and for the sake of noobies, and for the sake of forum space, I vote to turn it on by default.


Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: View the commands that build the project
« Reply #4 on: September 25, 2006, 04:47:36 pm »
I don't like it as default, I don't want to know what the commandline output is...
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

takeshimiya

  • Guest
Re: View the commands that build the project
« Reply #5 on: September 25, 2006, 08:58:33 pm »
It's fine as is now, but it should be more accesible, doing a right-click on the pane and showing a menu.
Usually when I'm fiddling with different compilers I turn it on, otherwise I turn it off.

Offline TSalm

  • Multiple posting newcomer
  • *
  • Posts: 16
    • florent gabriel
Re: View the commands that build the project
« Reply #6 on: September 26, 2006, 09:32:49 am »
Quote
It's fine as is now, but it should be more accesible, doing a right-click on the pane and showing a menu.

Personnaly, it's the first way where I searcg to set this option so I think that it's a good idea !
OS: Linux Slackware
Compiler: gcc 3.4.6
wxW: 2.6.4