Author Topic: fatal error: wx/event.h : No such file or directory  (Read 4411 times)

Offline Chaniat

  • Single posting newcomer
  • *
  • Posts: 2
fatal error: wx/event.h : No such file or directory
« on: August 11, 2019, 08:51:22 pm »
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

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
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

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: fatal error: wx/event.h : No such file or directory
« Reply #2 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.
« Last Edit: August 11, 2019, 10:38:48 pm by stahta01 »
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