← Back to team overview

kicad-developers team mailing list archive

Re: [osx] Fixes

 

wafeliron wrote:
Before the real release will be out i would like to finish other parts together with marco to make this also a pre-release for OS X. It still needs further testing.

PCBNew startup:

./src/osx/combobox_osx.cpp(67): assert "!(style & wxCB_READONLY)" failed in Create(): wxCB_READONLY not supported, use wxChoice instead
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.


At pastebin a patch for some wxItemContainer errors and adding CTest/CDash support, and update compiling doc. This also has to be tested on the other platforms that wxItemContainer::GetClientData doesn't brake.


break.
http://pastebin.com/m1d971ebb


Compiled on linux, OK, patch committed.

But please verify that this is correct:

eeschema/hotkeys.cpp

- (int) ID_SCHEMATIC_REDO );
+ (int) wxID_REDO );


Has this been changed on the other places that might depend on the value?


Dick







References