Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
wxWidget with codeblocks problem
gtafan:
Could be problem with static? When I compiled with static=1 there were more .a files there.
Is there any simpler posibility to make WxWidget worck with CodeBlocks? I mean without that anoing comandline stuff. Haev read somewhere about Codeblocks version with everithing istaled, including WxWidgets.
stahta01:
--- Quote from: gtafan on March 27, 2017, 06:14:03 pm ---Could be problem with static? When I compiled with static=1 there were more .a files there.
Is there any simpler posibility to make WxWidget worck with CodeBlocks? I mean without that anoing comandline stuff. Haev read somewhere about Codeblocks version with everithing istaled, including WxWidgets.
--- End quote ---
Warning: wxWidgets is a C++ Library therefore any Binary will only work with the same C++ Compiler as the binary used when built.
So, you need to decide what C++ Compiler you are going use. Then, find a Binary built for the exact C++ Compiler.
Or, find a pre-built Binary that has a location you can download the C++ Compiler to match.
NOTE: The CB Wizard may or may not work with the pre-built Binary you find.
NOTE: Since, you failed to find the correct sub-forum to post your question; I would guess that creating a CB Project without a
CB Wizard is beyond your current skill level.
I will try to think of a possible solution for newbies like you.
Tim S.
Miguel Gimenez:
The "annoying command line stuff" must be executed only once.
Check when the building process failed and then ask in the wxwidgets forum, not here.
gtafan:
--- Quote from: mgimenez on March 27, 2017, 07:03:59 pm ---The "annoying command line stuff" must be executed only once.
Check when the building process failed and then ask in the wxwidgets forum, not here.
--- End quote ---
Just dont`t understand why can´t codeblocks build WxWigets itself, would make ewerithing easier.
stahta01:
--- Quote from: gtafan on March 30, 2017, 02:05:18 pm ---
--- Quote from: mgimenez on March 27, 2017, 07:03:59 pm ---The "annoying command line stuff" must be executed only once.
Check when the building process failed and then ask in the wxwidgets forum, not here.
--- End quote ---
Just dont`t understand why can´t codeblocks build WxWigets itself, would make ewerithing easier.
--- End quote ---
Warning: wxWidgets is a C++ Library therefore any Binary will only work with the same C++ Compiler as the binary used when built.
Please read what I posted! Then, understand the Code::Blocks is a IDE that works with many different compilers.
Tim S.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version