I wanted to set up wxWidgets with CodeBlocks do did everything like in this tutorial: https://www.youtube.com/watch?v=QuPiZ86EFhQ But when I'm trying to run program, I got an error: "cannot find -lwxmsw29u" I don't know what to do with this, so I'm asking for help.
Asked
Active
Viewed 317 times
0
-
1maybe your codeblocks compiler/ide is broken – Irrational Person Jan 11 '15 at 12:02
-
or maybe *Install wxWidgets to a directory without whitespace in the path name! Otherwise this will cause trouble* – Irrational Person Jan 11 '15 at 12:03
-
When I run other programs (without wxWidgets) CB works fine. My wx path is: C:\wxWidgets-3.0.2\ – Pawel Jan 11 '15 at 12:07
-
2See the problem might be that the tutorial was for " wxWidgets(2.9.4)" but you got wxWidgets-3.0.2 – Irrational Person Jan 11 '15 at 12:10
-
Possible duplicate of: [Problems importing libraries to my c++ project, how to fix this?](http://stackoverflow.com/questions/24715864/problems-importing-libraries-to-my-c-project-how-to-fix-this) – πάντα ῥεῖ Jan 11 '15 at 12:14
-
Comment from @Bot should be the answer: obviously you need to use the correct (i.e. `wxmsw30u`) library name. – VZ. Jan 11 '15 at 12:35