build - Unsuccessful building wxWidgets sample ( widgets sample ), in CodeBlocks -
I am using CodeBlocks 13.12 on a Win 7x64 machine. My intention was to learn something about the creation of the wxWidgets project in CodeBlocks, so I created a new wxWidgets project, where the location of wxWidgets was indicated for "C: \ wxWidgets-3.0.1". Then I added all the source files from the sample in the project and was trying to create a project in the IDE, I get these errors:
=== Build: Debug in widgets editor (compiler: GNU GCC compiler) === | Ld.exe || Can not get- lwxmswd_core | Ld.exe || Can not get- lwxbased | | Ld.exe || Can not get- lwxpngd | Ld.exe || Can not get- lwxzlibd | || === Build fail: 4 error (), 0 warnings (0 minutes (s), 1 second (second)) === | How can I improve so that these errors are missing and the project is created? As an additional information, I downloaded and followed it, a YouTube tutorial for compiling sources with CMD and Amingav 32-Mac, I do not think this is a big difference Making is only produced because And files in the "C: \ wxWidgets-3.0.1 \ build \ msw \ gcc_mswud" folder. Well, if someone cares about this process and uses it, then I appreciate it as a whole beginning.
Edit 1: A snapshot of this linker settings which I believe is relevant to the answer:
It looks like you did not set the Libs DIR for the linker. Menu should have something like "project" -> Create Options - & gt; Linker Settings . Compile sources make another big difference, see "C: \ wxWidgets-3.0.1 \ libs"
Comments
Post a Comment