metacollin / homebrew-kicad

Homebrew tap for KiCad, the electronic design automation suite.
MIT License
19 stars 5 forks source link

Looks like new patch to WX. #7

Closed shaneburrell closed 9 years ago

shaneburrell commented 9 years ago

Builds current fail. [ 35%] Building CXX object common/CMakeFiles/gal.dir/gal/opengl/vertex_item.cpp.o /tmp/kicad20150520-18580-15rtsd8/common/gal/opengl/opengl_gal.cpp:74:5: error: use of undeclared identifier 'SetViewWantsBestResolution' SetViewWantsBestResolution( true ); ^

Seems to be related to new patch in KICAD BZR #5666

metacollin commented 9 years ago

Oh jeez, I've been experimenting with migrating KiCad to wx Phoenix, and I received this exact error and thought it was a problem related to Phoenix. So thanks a ton for the heads up, I'll have the formula updated to apply the new patch tonight Thanks!

On May 20, 2015, at 1:34 PM, Shane Burrell notifications@github.com wrote:

Builds current fail. [ 35%] Building CXX object common/CMakeFiles/gal.dir/gal/opengl/vertex_item.cpp.o /tmp/kicad20150520-18580-15rtsd8/common/gal/opengl/opengl_gal.cpp:74:5: error: use of undeclared identifier 'SetViewWantsBestResolution' SetViewWantsBestResolution( true ); ^

Seems to be related to new patch in KICAD BZR #5666

— Reply to this email directly or view it on GitHub.

metacollin commented 9 years ago

Fixed,