News:

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

Main Menu

The 03 december 2006 build is out.

Started by killerbot, December 03, 2006, 06:38:12 PM

Previous topic - Next topic

afb

#15
Quote from: sethjackson on December 04, 2006, 08:40:50 PM
Oh ok. Do you have to have Cygwin to run autotools on Windows? Or can you run the tools w/o it?

Check out "MSYS": http://mingw.org/msys.shtml. It is compatible with Windows-sans-Cygwin.

Quote from: http://mingw.org/
MSYS: A Minimal SYStem to provide
POSIX/Bourne configure scripts the ability to
execute and create a Makefile used by make.

reptils

General question, When I run my consol program in code blocks, at the end I have my execution time (on MS-DOS), how can I have same result without using code blocks? (a specific command line?)
WinSplit Revolution [url="http://reptils.free.fr"]http://reptils.free.fr[/url]

mandrav

Quote from: reptils on December 06, 2006, 03:07:47 PM
General question, When I run my consol program in code blocks, at the end I have my execution time (on MS-DOS), how can I have same result without using code blocks? (a specific command line?)

Use cb_console_runner.exe to run your program, e.g. cb_console_runner.exe your.exe args_to_your_exe.
Be patient!
This bug will be fixed soon...

z.e.k

Quote from: reptils on December 06, 2006, 03:07:47 PM
General question, When I run my consol program in code blocks, at the end I have my execution time (on MS-DOS), how can I have same result without using code blocks? (a specific command line?)

Add system("PAUSE"); at the end of your main.

bnilsson

#19
This problem still remains:
Quote../sdk_common.h:89:32: error: wx/wxscintilla.h: No such file or directory
I have introduced afb's "quick-hack" but there was no change.
svn update, make clean, new trunk, etc. I tried, without success.

dje

Quote from: z.e.k on December 06, 2006, 06:03:50 PM
Quote from: reptils on December 06, 2006, 03:07:47 PM
General question, When I run my consol program in code blocks, at the end I have my execution time (on MS-DOS), how can I have same result without using code blocks? (a specific command line?)

Add system("PAUSE"); at the end of your main.

And it gives you execution time ??  :wink: