Author Topic: The 03 december 2006 build is out.  (Read 22793 times)

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 03 december 2006 build is out.
« Reply #15 on: December 04, 2006, 08:43:22 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.
« Last Edit: December 04, 2006, 08:46:57 pm by afb »

Offline reptils

  • Multiple posting newcomer
  • *
  • Posts: 24
    • Winsplit Revolution
Re: The 03 december 2006 build is out.
« Reply #16 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?)
WinSplit Revolution http://reptils.free.fr

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 03 december 2006 build is out.
« Reply #17 on: December 06, 2006, 03:39:59 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...

Offline z.e.k

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 03 december 2006 build is out.
« Reply #18 on: December 06, 2006, 06:03:50 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
Code
system("PAUSE");
at the end of your main.

bnilsson

  • Guest
Re: The 03 december 2006 build is out.
« Reply #19 on: December 07, 2006, 05:28:13 pm »
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.
« Last Edit: December 07, 2006, 05:29:59 pm by bnilsson »

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 03 december 2006 build is out.
« Reply #20 on: December 07, 2006, 05:32:13 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
Code
system("PAUSE");
at the end of your main.

And it gives you execution time ??  :wink: