News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

problems with code blocks on vista

Started by tapaditap, December 16, 2007, 11:43:56 PM

Previous topic - Next topic

tapaditap

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.

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

tapaditap

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

darthdespotism

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?

tapaditap

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


tapaditap

The vista that i'm running is the home premium edition.

mariocup

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

MortenMacFly

Quote from: tapaditap on December 20, 2007, 10:32:57 PM
The vista that i'm running is the home premium edition.
See here:
http://forums.next.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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

tapaditap

#8
where can i go to down load version 4.2 please let me known