News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Bug in the wxWidgets wizard.

Started by Max, September 19, 2006, 09:06:22 AM

Previous topic - Next topic

Max

Hi,

I found a bug (IMHO) in the wxWidgets wizard wizard.script

The lines

}

        if (IsDLL)
            lib = lib + _T("dll");

        lib = lib + Configuration;



should be something like

}

        if (IsDLL)
         {
            lib = lib + _T("dll");
         } else
         {
            lib = lib + _T("lib");
         }

        lib = lib + Configuration;


or the script will fail finding the library using the static one.



Bye

Max



mandrav

Yes, up to now I only built the DLL unicode wx configuration so I couldn't test the other configurations and update the script. But in order to fix another bug, I am now building all possible wx configurations so I 'll fix this script in time too...
Be patient!
This bug will be fixed soon...

rjmyst3

[url="http://wxformbuilder.org"]http://wxformbuilder.org[/url]

sethjackson

Quote from: rjmyst3 on September 19, 2006, 01:28:26 PM
It seems sethjackson has already submitted a patch for this - I saw it on another thread.
http://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1465&group_id=5358

Yeah I posted this awhile back. Has no-one tried it???? :(
It works for me......