Author Topic: codeblocks for windows 10 support  (Read 25016 times)

Offline airboat

  • Single posting newcomer
  • *
  • Posts: 5
codeblocks for windows 10 support
« on: November 01, 2015, 07:12:02 pm »
when will codeblocks get support for windows 10?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: codeblocks for windows 10 support
« Reply #1 on: November 01, 2015, 07:31:29 pm »
What do you mean by this?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline airboat

  • Single posting newcomer
  • *
  • Posts: 5
Re: codeblocks for windows 10 support
« Reply #2 on: November 02, 2015, 09:47:45 am »
i tried loading it on windows 10, there's a sign that pops up that says "the compiler didn't load properly", codeblocks doesn't compile. i tried to install it twice, some of the files don't install properly. it doesn't happen with windows 7, but in windows 10 it doesn't install properly.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: codeblocks for windows 10 support
« Reply #3 on: November 02, 2015, 12:57:58 pm »
what installer are you using?
Where do you install your files?
What compiler are you using?
What files don't get installed properly?

Have you tried a nightly (probably the better idea, because they are up do date)?

greetings

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: codeblocks for windows 10 support
« Reply #4 on: November 03, 2015, 12:27:13 am »
one more thing: Have you checked the settings of the compiler in Settings -> Compiler.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline airboat

  • Single posting newcomer
  • *
  • Posts: 5
Re: codeblocks for windows 10 support
« Reply #5 on: November 03, 2015, 01:59:58 pm »
what installer are you using?

- codeblocks-13.12-setup

Where do you install your files?

- the files by default install here:

C:/> Program Files (x86) > CodeBlocks

What compiler are you using?

- GNU GCC

What files don't get installed properly?

- when i open codeblocks a message at the bottom right of the screen comes up with this exact message:

  Environment Error:
  Can't find compiler executable in your configured search path's for GNU GCC Compiler

Have you tried a nightly (probably the better idea, because they are up do date)?

-no

Posted by: oBFusCATed   one more thing: Have you checked the settings of the compiler in Settings -> Compiler.

- at the compiler's part, i don't know what to do at that point

--- BTW i'm a newbie at this, i usually don't get this kind of trouble with windows 7, but in windows 10 this install error happens

greetings

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: codeblocks for windows 10 support
« Reply #6 on: November 03, 2015, 08:35:18 pm »
The easiest thing to do is go to the settings -> compiler -> gcc -> toolchain executables and hit the auto-detect button.
If this doesn't work. Then you'll have to check if the executables that are specified in this dialog are really where C::B is searching for them and they are named the same.
Also you'll have to check if they can run property. This can be tested by opening a terminal, navigating to the folder using cd and running g++ --version (don't forget to use the proper name of the executable).
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline airboat

  • Single posting newcomer
  • *
  • Posts: 5
Re: codeblocks for windows 10 support
« Reply #7 on: November 04, 2015, 06:07:02 pm »
i give up. i looked for other IDE, dev c++ works in windows 10 right out of the box.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: codeblocks for windows 10 support
« Reply #8 on: November 04, 2015, 10:00:05 pm »
i give up. i looked for other IDE, dev c++ works in windows 10 right out of the box.
I just did a test install on my windows 10 vm.
I used the 13.12 setup-file with tdm's gcc 4.8.
And it works out of the box, absolutely no problems.
I did not compile any complex project, but the default console-project works fine, both targets, compileand run and full rebuild of an already build exe.

I did not do anything special, just download and run the installer as normal user.

Offline airboat

  • Single posting newcomer
  • *
  • Posts: 5
Re: codeblocks for windows 10 support
« Reply #9 on: November 05, 2015, 08:54:12 pm »
for some reason it's not loading the gnu gcc compiler like it should on my windows 10 pro OS. anyhow i've spent too much time figuring it out already. i hope someday the codeblocks team will fix this and provide official support for windows 10. i may still use code blocks in the future, i like the pretty looking gui.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: codeblocks for windows 10 support
« Reply #10 on: November 05, 2015, 10:12:07 pm »
for some reason it's not loading the gnu gcc compiler like it should on my windows 10 pro OS. anyhow i've spent too much time figuring it out already. i hope someday the codeblocks team will fix this and provide official support for windows 10. i may still use code blocks in the future, i like the pretty looking gui.

You have to install a Compiler!!! Code::Blocks is NOT a Compiler!
If the CB Installer had MinGW in the name then that installer had a MinGW GCC Compiler packaged with it.

Tim S.


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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: codeblocks for windows 10 support
« Reply #11 on: November 06, 2015, 04:24:37 pm »
Just for the record: C::B works perfectly fine on Windows 10. We've added "support", meaning supporting the visual styles way back. But that would not even be required to use C::B - its just "nice".

You may want to to try a nightly... just in case. However - a compiler is surely a prerequisite you should first solve.
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