Author Topic: problems with code blocks on vista  (Read 4663 times)

Offline tapaditap

  • Single posting newcomer
  • *
  • Posts: 7
problems with code blocks on vista
« on: December 16, 2007, 11:43:56 pm »
code blocks is not working on vista every time i try to build it its telling me no such file or directory.
but i created the program previously on xp can some one help me my project is due on the 17th of 12
and i'm still not finished.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: problems with code blocks on vista
« Reply #1 on: December 16, 2007, 11:58:24 pm »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline tapaditap

  • Single posting newcomer
  • *
  • Posts: 7
Re: problems with code blocks on vista
« Reply #2 on: December 17, 2007, 01:35:47 am »
tryed it, it still wont build the program i'm getting this error when i try to run it Checking for existence: G:\C progrmming\term project\termprogram\salesprogram-term.exe
Executing: C:\Program Files\Code Blocks/cb_console_runner.exe "G:\C progrmming\term project\termprogram\salesprogram-term.exe" (in G:\C progrmming

Offline darthdespotism

  • Almost regular
  • **
  • Posts: 163
    • Coder's Nemesis
Re: problems with code blocks on vista
« Reply #3 on: December 17, 2007, 07:08:07 pm »
In general it is a very bad idea to use file / pathnames with spaces in it maybe causing the problems you experience.

Can you post a more complete error message?

Offline tapaditap

  • Single posting newcomer
  • *
  • Posts: 7
Re: problems with code blocks on vista
« Reply #4 on: December 20, 2007, 10:27:02 pm »
The complete message is Compiling: C:\Users\Orett\Desktop\test\test.c
mingw32-gcc.exe: installation problem, cannot exec `cc1': No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings
 

Offline tapaditap

  • Single posting newcomer
  • *
  • Posts: 7
Re: problems with code blocks on vista
« Reply #5 on: December 20, 2007, 10:32:57 pm »
The vista that i'm running is the home premium edition.

mariocup

  • Guest
Re: problems with code blocks on vista
« Reply #6 on: December 20, 2007, 11:48:22 pm »
Hi,

if possible try to use the gcc version > 4.2 of mingw, because this version works under vista. I tested this under vista and I think this would fix your problem.

Bye

Mario

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: problems with code blocks on vista
« Reply #7 on: December 21, 2007, 10:38:50 am »
The vista that i'm running is the home premium edition.
See here:
http://forums.codeblocks.org/index.php/topic,7392.msg56121.html#msg56121
...and if you continue to search in the forums there is even more info on that topic.

With regards, Morten .
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline tapaditap

  • Single posting newcomer
  • *
  • Posts: 7
Re: problems with code blocks on vista
« Reply #8 on: December 21, 2007, 01:36:09 pm »
where can i go to down load version 4.2 please let me known
« Last Edit: December 22, 2007, 03:13:26 am by tapaditap »