Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: nikitouzz on October 10, 2013, 01:30:31 pm

Title: C++ codeblocks on windows8...
Post by: nikitouzz on October 10, 2013, 01:30:31 pm
i'ave download codeblock for my windows 8 but when i try to compile a code i have this message :


-------------- Build: Debug in Demineur (compiler: GNU GCC Compiler)---------------

mingw32-g++.exe -Wall -fexceptions  -g     -c "C:\Users\sacha\Desktop\C++ project\Demineur\main.cpp" -o obj\Debug\main.o
Execution of 'mingw32-g++.exe -Wall -fexceptions  -g     -c "C:\Users\sacha\Desktop\C++ project\Demineur\main.cpp" -o obj\Debug\main.o' in 'C:\Users\sacha\Desktop\C++ project\Demineur' failed.
Nothing to be done (all items are up-to-date).



wha ti need to make to correcte this ? please :)

(edit : i've dl this http://sourceforge.net/projects/​codeblocks/files/Binaries/12.11/W​indows/codeblocks-12.11mingw-setu​p.exe/download )
Title: Re: C++ codeblocks on windows8...
Post by: Vogtinator on October 10, 2013, 02:12:12 pm
Try to run it in the cmdline. You may get the error message that way.
Title: Re: C++ codeblocks on windows8...
Post by: nikitouzz on October 10, 2013, 02:13:11 pm
how i can run in the cmdline ? X)
Title: Re: C++ codeblocks on windows8...
Post by: Vogtinator on October 10, 2013, 02:31:44 pm
I don't know how, (I'm using linux) but I'm sure there's a way to run cmd.exe.
Title: Re: C++ codeblocks on windows8...
Post by: nikitouzz on October 10, 2013, 02:40:49 pm
idk how starte cmd.exe :/
Title: Re: C++ codeblocks on windows8...
Post by: Streetwalrus on October 10, 2013, 02:59:05 pm
Press windows key + r then type in cmd and hit enter. Then type in the command your log says and copy the output here. ;)
Title: Re: C++ codeblocks on windows8...
Post by: Vogtinator on October 10, 2013, 03:08:28 pm
That still works in Win 8?

Edit: You have to be in the directory mingw32-g++.exe is in. Open the explorer, hold shift and right-click on the directory and select "Open command line here". IDK if that still works in 8.
Title: Re: C++ codeblocks on windows8...
Post by: nikitouzz on October 10, 2013, 03:10:31 pm
ok then i have open the cmd but what i need type into cmd ? X)