Code::Blocks Forums

User forums => Help => Topic started by: Chaniat on August 11, 2019, 08:51:22 pm

Title: fatal error: wx/event.h : No such file or directory
Post by: Chaniat 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
Title: Re: fatal error: wx/event.h : No such file or directory
Post by: stahta01 on August 11, 2019, 10:01:04 pm
http://wiki.codeblocks.org/index.php/FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php/FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Title: Re: fatal error: wx/event.h : No such file or directory
Post by: 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.