Re: [Kicad-developers] Compiling fails on XML class on Apple OS X with wxWidgets 2.9-svn - Part 2

2010-09-07 Thread Dick Hollenbeck
On 09/07/2010 04:41 AM, Martijn Kuipers wrote: Dear list, I just encountered the same problem as Jerry compiling Kicad on OSX with wxWidget SVN (around 2.9.1), see here: https://lists.launchpad.net/kicad-developers/msg05158.html It is exactly the same error, which is not weird as I

Re: [Kicad-developers] Compiling fails on XML class on Apple OS X with wxWidgets 2.9-svn - Part 2

2010-09-07 Thread Martijn Kuipers
On Sep 7, 2010, at 18:13 PM, Martijn Kuipers wrote: On Sep 7, 2010, at 17:48 PM, Martijn Kuipers wrote: On Sep 7, 2010, at 17:13 PM, Dick Hollenbeck wrote: On 09/07/2010 04:41 AM, Martijn Kuipers wrote: Dear list, I just encountered the same problem as Jerry compiling Kicad on OSX

[Kicad-developers] Compiling fails on XML class on Apple OS X with wxWidgets 2.9-svn

2010-08-11 Thread Jerry Jacobs
Dear all, I tried compiling the latest revision of wxWidget and KiCad on my Macbook with Apple OS X and it failed on the XML library that Dick is using now. I recompiled again and the option to enable the XML library is the --enable-expat but still it fails. The weird thing is that there are

Re: [Kicad-developers] Compiling fails on XML class on Apple OS X with wxWidgets 2.9-svn

2010-08-11 Thread Dick Hollenbeck
On 08/11/2010 09:58 AM, Jerry Jacobs wrote: Dear all, I tried compiling the latest revision of wxWidget and KiCad on my Macbook with Apple OS X and it failed on the XML library that Dick is using now. I recompiled again and the option to enable the XML library is the --enable-expat but

Re: [Kicad-developers] Compiling fails on XML class on Apple OS X with wxWidgets 2.9-svn

2010-08-11 Thread Wayne Stambaugh
On 8/11/2010 10:58 AM, Jerry Jacobs wrote: Dear all, I tried compiling the latest revision of wxWidget and KiCad on my Macbook with Apple OS X and it failed on the XML library that Dick is using now. I recompiled again and the option to enable the XML library is the --enable-expat but

Re: [Kicad-developers] Compiling fails on XML class on Apple OS X with wxWidgets 2.9-svn

2010-08-11 Thread Dick Hollenbeck
Note to all developers: the current minimum version of wxWidgets to build the testing branch of Kicad is 2.8.11. Wayne Careful, on Ubuntu Lucid, 2.8.10 seems to work Ok. $ wx-config --version 2.8.10 /usr/lib/libwx_baseu_xml-2.8.so.0 is part of the package libwxbase2.8.0. Had it