Author Topic: Problem with Code Blocks after installing XCode  (Read 4731 times)

Offline Jonas_U

  • Single posting newcomer
  • *
  • Posts: 2
Problem with Code Blocks after installing XCode
« on: April 14, 2012, 02:17:57 pm »
Hey.
I've started to learn c + +, I am using Code Blocks but tested Xcode. on a Mac.
After installation, I can not kompilmera c code in code blocks. And I do not understand Xcode. Removed Xcode but I still can not use code blocks even though the re-installation ..

excuse my English, hope someone understands
« Last Edit: April 14, 2012, 02:23:04 pm by Jonas_U »

Offline Freem

  • Almost regular
  • **
  • Posts: 218
Re: Problem with Code Blocks after installing XCode
« Reply #1 on: April 14, 2012, 02:25:12 pm »
If C::B works before you install XCode, I guess XCode change your compilation environment.
Verify in C::B that compiler's parameters are fine, like, by example, path to mingw.

Can you give us more details about compilation errors you have?
Because with so little detail, we can not do more than pure guessing.

Offline Jonas_U

  • Single posting newcomer
  • *
  • Posts: 2
Re: Problem with Code Blocks after installing XCode
« Reply #2 on: April 14, 2012, 02:36:27 pm »
Where can I find the settings (MinGW). I do not know how they should be.

It happens absolutely nothing, no warning even

Offline Freem

  • Almost regular
  • **
  • Posts: 218
Re: Problem with Code Blocks after installing XCode
« Reply #3 on: April 14, 2012, 02:47:32 pm »
Well... I do not know which version of C::B you are using, so I will assume that you use nightly builds.
Compiler's settings are obviously in "Settings" -> "Compiler". After that, in "Global compiler settings" you will find a potential page named "Toolchain executables". I guess it contains those parameters.

But I do not know which version of C::B you are using. I do not know, too, if you read this: http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(errors)

In fact, I doubt you are using nightly builds. I also doubt you really searched the solution by yourself when I gave you some hint. And I have a clue for my doubts: you replied a little more than 10 minutes after me.