wxwidget linking with codeblocks

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
anandamu16
In need of some credit
In need of some credit
Posts: 4
Joined: Thu Feb 16, 2017 11:43 am

wxwidget linking with codeblocks

Post by anandamu16 »

HI,

I am working on building wxwidget project on codeblocks. I am using wxWidget 2.8.12, Codeblocks 16.01.
I build wxwidget libraries in the configuration SHARED=1, MONOLITHIC=1, UNICODE=1. Also using the same wxwidget, I build the codeblocks sdk code also successfully. So I am sure that wxwidget buildup is fine.

Now, when I try to create a wxwidget project in codeblocks, It gave me error that script error has occurred.
Can anyone help?

Note: while creating wxwidget project
Attachments
wxwidget project configuration set
wxwidget project configuration set
wxwidget project config.PNG (73.74 KiB) Viewed 1558 times
wxwidget project error
wxwidget project error
wxwidget error2.PNG (54.7 KiB) Viewed 1558 times
wxwidget project error
wxwidget project error
New Pagodi
Super wx Problem Solver
Super wx Problem Solver
Posts: 469
Joined: Tue Jun 20, 2006 6:47 pm
Contact:

Re: wxwidget linking with codeblocks

Post by New Pagodi »

I've never seen anything like that and have no idea what could be causing it. You might want to ask about it on the codeblocks forum.
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7477
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxwidget linking with codeblocks

Post by ONEEYEMAN »

Hi,
It is possible that the version 2.8.12 is too outdated and you won't receive any responce.
Try to use 3.1 instead. If you can reproduce the same crash with 3.1 - report it to the C::B developers.

Thank you.
stahta01
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 550
Joined: Fri Nov 03, 2006 2:00 pm

Re: wxwidget linking with codeblocks

Post by stahta01 »

ONEEYEMAN wrote:Hi,
It is possible that the version 2.8.12 is too outdated and you won't receive any responce.
Try to use 3.1 instead. If you can reproduce the same crash with 3.1 - report it to the C::B developers.

Thank you.
That script is too old to do 3.1 without editing it.

To fix the script for 2.8.12 ask on the CB Forum. Likely the OP edited wrong in the past.

Tim S.
anandamu16
In need of some credit
In need of some credit
Posts: 4
Joined: Thu Feb 16, 2017 11:43 am

Re: wxwidget linking with codeblocks

Post by anandamu16 »

Likely the OP edited wrong in the past.
What does it mean? I didn't edit the wxwidget script.
Thanks for replies, I have post it in Codeblocks forum, may be it has some issue with codeblocks.
Post Reply