Andrey, There is a build bug in the testing branch r3108 that prevents PCBNew from building when using wxWidgets 2.9. The culprit was found in file pcbnew/pcbnew_config.cpp. The include <wx-2.8/xml/xml.h> is the problem. For starters you should _never_ use the wxWidgets version in the include path. There is difference in wxXmlNode between wxWidgets 2.8 and 2.9 that generates deprication warnings. This problem has already been solved by using the XNODE class found in xnode.h. Also the committed code had a bunch of coding style policy issues. I have fixed the code in my development branch and will commit it shortly as soon as I validate that it builds correctly on wxWidgets 2.8. Please verify that you macro file reading and writing work correctly after I commit the fix.
Wayne _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

