Author Topic: Can't complie any program with C::B and OpenWarcom 1.6  (Read 5327 times)

Grishin_U_S

  • Guest
Can't complie any program with C::B and OpenWarcom 1.6
« on: July 04, 2007, 09:38:14 am »
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?

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: Can't complie any program with C::B and OpenWarcom 1.6
« Reply #1 on: July 04, 2007, 09:40:01 am »
Hi !

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

Dje

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Can't complie any program with C::B and OpenWarcom 1.6
« Reply #2 on: July 04, 2007, 09:51:50 am »
RC2 is very old. Please switch to a latest Nightly instead.
Be a part of the solution, not a part of the problem.

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Can't complie any program with C::B and OpenWarcom 1.6
« Reply #3 on: July 04, 2007, 10:26:47 am »
complieing with warcom is somehow difficult  :P

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Can't complie any program with C::B and OpenWarcom 1.6
« Reply #4 on: July 04, 2007, 10:41:56 am »
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

  • Guest
Re: Can't complie any program with C::B and OpenWarcom 1.6
« Reply #5 on: July 04, 2007, 11:44:22 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

  • Guest
Re: Can't complie any program with C::B and OpenWarcom 1.6
« Reply #6 on: July 04, 2007, 11:49:34 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

  • Guest
Re: Can't complie any program with C::B and OpenWarcom 1.6
« Reply #7 on: July 04, 2007, 11:50:15 am »
complieing with warcom is somehow difficult  :P
very funny

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Can't complie any program with C::B and OpenWarcom 1.6
« Reply #8 on: July 04, 2007, 11:56:58 am »
Please visit the following forum and download a latest build.
Quote
http://forums.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

  • Guest
Re: Can't complie any program with C::B and OpenWarcom 1.6
« Reply #9 on: July 04, 2007, 12:10:16 pm »
Please visit the following forum and download a latest build.
Quote
http://forums.codeblocks.org/index.php/board,20.0.html
Installation instructions are also available from each nightly announcement. :)
Thanks a lot.