News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

fatal error: wx/event.h : No such file or directory

Started by Chaniat, August 11, 2019, 08:51:22 PM

Previous topic - Next topic

Chaniat

I try to setup Codeblocks-Python plugins.

I am using Code::Blocks 17.12 under Windows 10.

When I am trying to compile cbil project, I gt the followed error:
   fatal error: wx/event.h : No such file or directory

Please could you help me

Thanks 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

#2
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]