User forums > Help

C::B, DM and wxwidgets setup

<< < (2/2)

oBFusCATed:
Something is broken and it must be debugged to understand what it is broken and then be fixed.

The wizard is a simple squirrel script and you can look at it by right clicking on the wizard->edit script.

See here for details on the scripting C::B: http://wiki.codeblocks.org/index.php?title=Scripting_Code::Blocks

You can try to modify the script by adding calls to Log(wxT("...some text...")); to find where does it break.

p.s. you can always try a nightly build, to see if this problem has been fixed (probably not),
      but then you'll be modifying the latest version, so providing patches will be easier.

oplis:
OK, now the wizard is working properly. Thank you for advice.

The problem was following:
I am using Digital Mars compiler.
BUT when I checked script for wxWizard as you said, there is part where are set some parameters according to the used compiler (preffix and suffix of lib files). There was something like

if(gcc)
{......}
else if(msvc)
{....}

but there was not configuration for digital mars or only else as default.  So the wizar could not find correct lib files. So I added part "else" and in this part I used parameter for lib files for digital mars

Now it works OK.

Thanks a lot again  :D

oBFusCATed:
Patch?

See here for details: http://wiki.codeblocks.org/index.php?title=Creating_a_patch_to_submit_to_BerliOS_%28Patch_Tracker%29

Navigation

[0] Message Index

[*] Previous page

Go to full version