…And yes, I know what that means, it means the compiler cannot find the file. But when wxWidgets structures its folders and files like this:
I just want to snap my laptop in two. I mean, why? Why, why, why!? Even with a find and replace to do “wx/” -> “” is going to take a long time, wxWidgets is massive. Is there a better way to compile than to do such a thing?
Is there any way to “-I” include the parent path? With such basic names (like “list.h”) they probably include the “wx/” in the include path to be sure they don’t pick up the wrong file by mistake
Ah, I know the problem. I need hxcpp to compile with the flags: RUNTIME_LIBS=static because by default their dynamic and some files are trying to find files it shouldn’t need.
I suppose ultimately, question a) What’s the best way to tell hxcpp to first build wxWidgets, and b) to set the flags so that it builds using command line argument RUNTIME_LIBS=static instead of dynamic?