← Back to team overview

kicad-developers team mailing list archive

Re: Wxpython configuration options

 

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 <marco.serantoni@xxxxxxxxx
> wrote:

> 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 a ticked adding config.log ?
> We have to investigate if is an homebrew issue or wx-widgets issue.
> This happens also without wxPython support, building wx-widgets.
>
> --
> Marco
>
>
> On Wed, Feb 26, 2014 at 5:09 PM, Adam Wolf <adamwolf@xxxxxxxxxxxxxxxxxxxx>wrote:
>
>> 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 Serantoni" <marco.serantoni@xxxxxxxxx>
>> wrote:
>>
>>> 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 <
>>> adamwolf@xxxxxxxxxxxxxxxxxxxx> wrote:
>>>
>>>> Hi folks,
>>>>
>>>> Working on incorporating Marco's latest changes into the
>>>> KicadOSXBuilder script so we have a working script for Mac like we do for
>>>> Linux, and I'm running into an issue that I don't quite have the cmake
>>>> skills for.
>>>>
>>>> Basically, right now, I'm doing
>>>> cmake -DKICAD_BUILD_DYNAMIC=ON .
>>>> make swig
>>>> cmake -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_WXPYTHON=ON .
>>>> make
>>>>
>>>> When doing the last make, it pulls in wxpython, which pulls in
>>>> wxwidgets.  I am trying to pass another configuration option to wxwidgets
>>>> (when pulled in by wxpython).  I figure it should be somewhere in
>>>> download_wxpython.py, but I can't see how to do it.
>>>>
>>>> Do I need to patch wxpython?
>>>>
>>>> Thanks folks!
>>>>
>>>> Adam Wolf
>>>> Wayne and Layne, LLC
>>>>
>>>> _______________________________________________
>>>> Mailing list: https://launchpad.net/~kicad-developers
>>>> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
>>>> Unsubscribe : https://launchpad.net/~kicad-developers
>>>> More help   : https://help.launchpad.net/ListHelp
>>>>
>>>>
>>>
>

References