Page 1 of 1

Build Failed, Code::Blocks

Posted: Fri Feb 24, 2017 9:40 am
by Samaalir
Hello, I was trying to build CC with Code::Blocks, after using CMake as indicated, and I got some problems, any ideas about this kind of errors ?
1.PNG
1.PNG (29.1 KiB) Viewed 14408 times

Re: Build Failed, Code::Blocks

Posted: Fri Feb 24, 2017 2:31 pm
by daniel
This looks like either a bad configuration of Qt path in CMake, or a wrong version of Qt used.

Re: Build Failed, Code::Blocks

Posted: Fri Feb 24, 2017 11:29 pm
by Samaalir
Thanks daniel for your reply, can you tell me what version of qt i should use ?

Re: Build Failed, Code::Blocks

Posted: Sat Feb 25, 2017 1:01 pm
by daniel
You can use any version anterior to 5.6. But you need a version compiled with mingw (64 bits).

Re: Build Failed, Code::Blocks

Posted: Mon Feb 27, 2017 9:58 am
by Samaalir
Thanks daniel ill try with 5.5

Re: Build Failed, Code::Blocks

Posted: Mon Feb 27, 2017 10:59 am
by daniel
Sorry I meant 'posterior' in this case :) (5.6, 5.7 or 5.8)