Author Topic: include.h  (Read 5416 times)

a.mlw.walker

  • Guest
include.h
« on: January 16, 2008, 12:23:14 pm »
I know some people have asked abour this before but i didnt quite find the answer. I saw that they were sent to a wiki page but if that is my problem please could someone helo decipher it.

I have installed studio version of codeblocks and the compile says that iostream 'no such file or directory'.

I am using vista, but manages after hours to get codeblocks to compile c just not c++.

I looked over the wiki article of installing the mingw compiler, but couldnt quite understand it, because the installer for codeblocks installed my mingw for me. Is there a few file to move.

I have
C:/Program files/Codeblocks/Mingw32

Is this correct?

Thanks
Alex

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: include.h
« Reply #1 on: January 16, 2008, 12:46:40 pm »
you need to install mingw to a directory without spaces, like C:\MingW

then if you already read this http://wiki.codeblocks.org/index.php?title=Installing_MinGW_with_Vista you should reread and try

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: include.h
« Reply #2 on: January 16, 2008, 02:30:39 pm »
Hi !

I looked over the wiki article of installing the mingw compiler, but couldnt quite understand it, because the installer for codeblocks installed my mingw for me. Is there a few file to move.
Latest installer was for Code::Blocks RC2 packed with mingw.
This is far too old ! You should update C::B to the latest nightly build.

Dje