News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Error while setup Codeblocks-Python

Started by Chaniat, September 10, 2019, 11:11:02 AM

Previous topic - Next topic

Chaniat

I am using Codeblocks 17.12 under Windows 10 64 bits

When I try to setup Codeblocks-Python, I have the followed error
error "This file should only be included when using Microsoft Visual C++"inside the file setup.h (line 11-12)
#ifndef _MSC_VER
    #error "This file should only be included when using Microsoft Visual C++"
#endif

Please could you help me

Thank in advance

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]

stahta01

Quote from: stahta01 on August 11, 2019, 10:01:56 PM
Did you self build Code::Blocks, already?

Edit: What build command did you use to build wxWidgets?
Edit2: You need to either self-build wxWidgets and Code::Blocks or
  You need to use the same compiler as used by the CB Team to build C::B and wxWidgets;
  with the source download of wxMSW-2.8.12.7z from the C::B sourceforge website.

Tim S.
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]