Re: [Kicad-developers] OSX Red Blob Bug

2014-11-22 Thread Jean-Paul Louis
Hi Adam, The patch worked fine, and wxWidgets 3.0.2 was built without any trouble on my Macbook Pro with Retina Display and OS X Yosemite. I just finished to build Boost 1.57, so I am going to try to build KiCad with external boost. I wil let you know the result when I have time to run the KiCad

[Kicad-developers] OSX Red Blob Bug

2014-11-16 Thread Bernhard Stegmaier
Hi OSX guys, do you still see the red blob bug” in latest revisions (since yesterday)? I still had it in all the builds I made, the last revision I built was 5263, and it was in there. When I switched to external boost for the avhttp tests (this build has the red blob problem) I noticed that

Re: [Kicad-developers] OSX Red Blob Bug

2014-11-16 Thread Garth Corral
Interesting. When I had replied in the past that I was unable to reproduce this, I had been building with a local patch that set macosx-version-min to 10.7 for everything. When I read this I tried building again without that patch and sure enough, red blob. When I rebuilt with version-min

Re: [Kicad-developers] OSX Red Blob Bug

2014-11-16 Thread Bernhard Stegmaier
Yes, sounds reasonable… I was wrong about 10.8, libc++ seems to be there since 10.7. I found a report of one guy having problems with a binary linked against libstdc++ because some system libs pulled in libc++. He was able to find out the exact class/type which caused the problem. He reported

Re: [Kicad-developers] OSX Red Blob Bug

2014-11-16 Thread Bernhard Stegmaier
Hi, I would change things in a way that the builtin CMAKE_OSX_DEPLOYMENT_TARGET variable of CMake is used everywhere and that it has to be set during configuration. So, everybody can set things as he/she wants… The only thing that everyone has to take care is that all dependencies are built

Re: [Kicad-developers] OSX Red Blob Bug

2014-11-16 Thread Jean-Paul Louis
Hi Bernhard, I plan to upgrade my OS X to Yosemite. Can you confirm that KiCad will build properly under OS X 10.10? Is there anything that I need to be aware of when upgrading the toolchain? Any advice is welcome as I am nowhere near an OS X guru. Regards, Jean-Paul AC9GH On Nov 16, 2014, at

Re: [Kicad-developers] OSX Red Blob Bug

2014-11-16 Thread Bernhard Stegmaier
Me, too. No problems except for the one patch for wxWidgets Adam mentioned. Adam, the patch is still broken in the tree… I tried yesterday and it doesn’t work. Regards, Bernhard On 16.11.2014, at 18:32, Adam Wolf adamww...@gmail.com wrote: I have been building and using Kicad on 10.10 for

Re: [Kicad-developers] OSX Red Blob Bug

2014-11-16 Thread Jean-Paul Louis
Thank you Adam and Bernhard. I will start upgrading to Yosemite, so I might not be checking the list for a while. Regards, Jean-Paul AC9GH On Nov 16, 2014, at 12:32 PM, Adam Wolf adamww...@gmail.com wrote: I have been building and using Kicad on 10.10 for a few weeks now. There's one patch