--- Processing "/home/fri/programmieren/cte5/cteSites.cpp" ---
- Token "wxString" would require entry "wx/string.h" (already included).
- Token "wxArrayString" would require entry "wx/arrstr.h" (already included).
- Token "wxString" would require entry "wx/string.h" (already included).
- Token "wxFileName" would require entry "wx/filename.h" (already included).
Hello everybody,
I'm working with code::blocks on a SuSE 11.0 x86_64 doing a wxWidgets project. The lib used is wxGTK 2.8 unicode which comes standard with the distribution.
Having discovered the header fixup plugin I let it do a simulation on my proyect. It gave the following result (I put only a part of it):
- Token "wxXmlDocument" requires entry "wx/xrc/xml.h".
List of included files not required for known bindings:
- "algorithm"
- "cteCapital.h"
- "cteError.h"
- "cteLocation.h"
- "cteSettings.h"
- "cteSite.h"
- "cteSites.h"
- "map"
- "wx/xml/xml.h"
- "/home/fri/programmieren/cte5/cteSites.cpp" *would have been* updated (simulation only).
Then I ran it without simulation option, it worked fine, break nothing, but the compiler errored that there is no file "wx/xrc/xml.h" . I looked it up on the system and indeed, this file does not exist under that location,but rather it lies under "wx/xml/xml.h".
Regards
Nausea