News:

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

Main Menu

Can't complie any program with C::B and OpenWarcom 1.6

Started by Grishin_U_S, July 04, 2007, 09:38:14 AM

Previous topic - Next topic

Grishin_U_S

Hello!
I've got C::B rc2 and OpenWatcom 1.6 under WinXP sp2. I downloaded C::B, instelled it and set as default OpenWatcom compliler. Then I created a new project ("win32 hello word") and got this message :
---------------------------------------------------
Project   : Win32 Application
Compiler  : GNU GCC Compiler (called directly)
Directory : C:\WATCOM\binnt\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.cpp
Execution of 'mingw32-g++.exe       -c main.cpp -o .objs\main.o' in 'C:\WATCOM\binnt' failed.
===============================
Why does C::B try to found the mingw32-g++.exe  compiler?

dje

Hi !

Did you update your path environment variable so that mingw32-g++.exe is found ?

Dje

Biplab

RC2 is very old. Please switch to a latest Nightly instead.
Be a part of the solution, not a part of the problem.

tiwag


Biplab

Still there are couple of issues on which needs to be resolved. But for most of apps you can use OpenWatcom with latest C::B nightlies. :)
Be a part of the solution, not a part of the problem.

Grishin_U_S

Quote from: dje on July 04, 2007, 09:40:01 AM
Hi !

Did you update your path environment variable so that mingw32-g++.exe is found ?

Dje

No, I didn't! I haven't the mingw32-g++.exe compiler.

Grishin_U_S

Quote from: Biplab on July 04, 2007, 09:51:50 AM
RC2 is very old. Please switch to a latest Nightly instead.

OK. Do you have the link (or the distributive) to the latest C::B under winXp? Could you send me that by e-mail? scau@bk.ru

ICQ 273635555

Grishin_U_S


Biplab

Please visit the following forum and download a latest build.
Quotehttp://forums.next.codeblocks.org/index.php/board,20.0.html
Installation instructions are also available from each nightly announcement. :)
Be a part of the solution, not a part of the problem.

Grishin_U_S

Quote from: Biplab on July 04, 2007, 11:56:58 AM
Please visit the following forum and download a latest build.
Quotehttp://forums.next.codeblocks.org/index.php/board,20.0.html
Installation instructions are also available from each nightly announcement. :)
Thanks a lot.