News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

commandline build without gui notifications

Started by ProPuke, May 09, 2011, 04:28:47 AM

Previous topic - Next topic

ProPuke

I fear I know the answer to this, but I am asking in case things have changed, or someone knows something I don't..

I wish to call codeblocks via the commandline without the gui build window appear (& preferably having the progress stream to the console as it happens instead of appear once it has completed).
Is this possible via the any current builds? (RC, nightly or working custom branches)

Also, when called from the commandline I get a "Workspace 'Workspace' is modified. Do you want to save it?" prompt upon each completion. Is there a known cause/remedy for this?

Thanks guys.

I am building in windows.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

ProPuke

No. That just adds an extra notice after the commandline (batch) build has completed.

None of the commandline parameters listed seem to help.

stahta01

You might want to state your version of Code::Blocks.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Ghorgoth

#4
I'm also really interested in a solution, i'd like to be able to script build without any popup window blocking everything :

For example if a project is missing in the workspace a popup appears and prevent the build process to continue, i have to manually click and thats really anoying because its intended to be scheduled and automatized

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]