Re: [Kicad-developers] Wxpython configuration options

2014-02-26 Thread Adam Wolf
Done. Let me know if there's anything I can do to help out. I attached the config.log for tiff inside of wxpython. Adam Wolf Wayne and Layne, LLC On Wed, Feb 26, 2014 at 11:04 AM, Marco Serantoni wrote: > Is an known issue, i've fighted with it on IRC with an user, seems that > configure det

Re: [Kicad-developers] Wxpython configuration options

2014-02-26 Thread Marco Serantoni
Is an known issue, i've fighted with it on IRC with an user, seems that configure detects lzma.h from homebrew but is unable to use it. Doesn't happens with a clean machine. Seems that it founds in the path the executable but is unable to "find" the libraries or something like that. Could you open

Re: [Kicad-developers] Wxpython configuration options

2014-02-26 Thread Adam Wolf
Right now, I'm having an issue with libtiff and lzma.h. Wxwidgets's configure says it finds everything it needs, but when it goes to build, it can't find my lzma.h. This is on a 10.9 machine, relatively vanilla, with homebrew. Adam Wolf Wayne and Layne LLC On Feb 26, 2014 9:13 AM, "Marco Seranto

Re: [Kicad-developers] Wxpython configuration options

2014-02-26 Thread Marco Serantoni
Adam, Perfect, your build is done correctly. wxwidgets is build directly by wxpython the wxOverlay patch is already included. Which is your need and why you wish to change the configuration ? -- Marco -- Marco On Wed, Feb 26, 2014 at 5:03 AM, Adam Wolf wrote: > Hi folks, > > Working on inco