[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 b

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 > b

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 i

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

2010-08-11 Thread Dick Hollenbeck
> Jerry, > > After you ran configure, what did configure report for the expat library "sys" > or "builtin"? On both Linux (Debian testing) and Windows (MinGW/MSYS) I'm > using the system libraries without any issues. I don't know that this makes > any difference but it could. Also, it may be th

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

2010-08-11 Thread Dick Hollenbeck
> wxXmlProperty* GetAttributes() const > { > return GetProperties(); > } > Simplest is to use GetProperties() in xnode.cpp I think that solves the problem. Dick ___ Mailing list: https://launchpad.net/~kicad-developers Post to

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 04:30 PM, Dick Hollenbeck wrote: > >> wxXmlProperty* GetAttributes() const >> { >> return GetProperties(); >> } >> >> > Simplest is to use GetProperties() in xnode.cpp > > I think that solves the problem. > > Dick > Well, maybe you can add what you n

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 5:21 PM, Dick Hollenbeck wrote: > >> Jerry, >> >> After you ran configure, what did configure report for the expat library >> "sys" >> or "builtin"? On both Linux (Debian testing) and Windows (MinGW/MSYS) I'm >> using the system libraries without any issues. I don't know that thi

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 5:30 PM, Dick Hollenbeck wrote: > >> wxXmlProperty* GetAttributes() const >> { >> return GetProperties(); >> } >> > > Simplest is to use GetProperties() in xnode.cpp > > I think that solves the problem. At least until they deprecate GetProperties() for GetAtt

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 07:54 PM, Wayne Stambaugh wrote: > On 8/11/2010 5:30 PM, Dick Hollenbeck wrote: > >> >>> wxXmlProperty* GetAttributes() const >>> { >>> return GetProperties(); >>> } >>> >>> >> Simplest is to use GetProperties() in xnode.cpp >> >> I think that sol