User forums > Nightly builds
The 03 december 2006 build is out.
afb:
--- 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?
--- End quote ---
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.
--- End quote ---
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?)
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?)
--- End quote ---
Use cb_console_runner.exe to run your program, e.g. cb_console_runner.exe your.exe args_to_your_exe.
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?)
--- End quote ---
Add
--- Code: ---system("PAUSE");
--- End code ---
at the end of your main.
bnilsson:
This problem still remains:
--- Quote ---../sdk_common.h:89:32: error: wx/wxscintilla.h: No such file or directory
--- End quote ---
I have introduced afb's "quick-hack" but there was no change.
svn update, make clean, new trunk, etc. I tried, without success.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version