Difference between revisions of "Setting the WX VER variable"
From Code::Blocks
CrayzeeIvan (talk | contribs) |
m |
||
Line 1: | Line 1: | ||
− | If, while | + | If, while compiling Code::Blocks, you get the error: "Couldn't find library -lwxmsw$(WX_VER)" or some such, do this: |
*Open the build options | *Open the build options | ||
*Open the "Custom variables" tab | *Open the "Custom variables" tab |
Revision as of 19:06, 25 September 2005
If, while compiling Code::Blocks, you get the error: "Couldn't find library -lwxmsw$(WX_VER)" or some such, do this:
- Open the build options
- Open the "Custom variables" tab
- "Add" a new variable, with the name of (you guessed it) WX_VER
- Set its value to the appropriate thing, i.e. "242" (without the quotes)
After this, the error should be gone for good :)