Author Topic: Error message at the end of the wizard using wxWidget  (Read 3392 times)

Offline Rinaldo

  • Single posting newcomer
  • *
  • Posts: 6
Error message at the end of the wizard using wxWidget
« on: April 23, 2017, 04:34:56 pm »
Hi,

I get an error message at the end of the wizard when i have chosen wxWidget 3.1.0 (or 3.0.2)

It says that it won't compile or debug the program. I do have make the makefile.gcc and using the gcc compiler on windows 10 creators update.

What is wrong, can you help me out.

Regards Rinaldo

Online stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Error message at the end of the wizard using wxWidget
« Reply #1 on: April 23, 2017, 04:48:11 pm »
Ignore the message or build an wxWidgets debug build.

I think you need to click yes to continue.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Error message at the end of the wizard using wxWidget
« Reply #2 on: April 23, 2017, 04:49:24 pm »
It says that it won't compile or debug the program.
Sorry but it doesn't say this! Please re-read the message carefully!

To solve your this particular problem you need to build a debug version of wxwidgets.
Generally this is not required to make a debug version of your executable, but this is how the wizard has been set up.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Rinaldo

  • Single posting newcomer
  • *
  • Posts: 6
Re: Error message at the end of the wizard using wxWidget
« Reply #3 on: April 23, 2017, 05:51:51 pm »
Hi,
I did ignore the message and compile it but the linker give an error ld.exe||cannot find -lwxmsw30u| while i am using 3.1.0 of wxWidgets and set it in the linker options.

I try further.

Thanks for the reply's if someone knows how to correct this.

Online stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Error message at the end of the wizard using wxWidget
« Reply #4 on: April 23, 2017, 07:22:52 pm »
Then choose 3.1 instead of 3.0 in the wizard.


Edit: What command did you use to build wxWidgets 3.1.0 release build?
« Last Edit: April 23, 2017, 07:26:31 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Rinaldo

  • Single posting newcomer
  • *
  • Posts: 6
Re: Error message at the end of the wizard using wxWidget
« Reply #5 on: April 23, 2017, 07:33:55 pm »
I can't choose for 3.1 in the wizard, only 3.0 and 2.X

I downloaded 3.1 and compiled in build\msw the makefile.gcc with mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 UNICODE=1 CXXFLAGS=-fno-keep-inline-dllexport