kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #18329
Re: Build issue on r5670?
Hi Adam,
have you rebuilt wxWidgets with the retina display patch Orson commited in r5666? The missing symbols are introduced there.
Best,
Johannes
> Am 20.05.2015 um 21:51 schrieb Adam Wolf <adamwolf@xxxxxxxxxxxxxxxxxxxx>:
>
> Is anyone else having build issues on r5670 like:
>
> /Users/jenkins/remoteroot/workspace/KiCadBuildMac/kicad/common/gal/opengl/opengl_gal.cpp:74:5: error: use of undeclared identifier 'SetViewWantsBestResolution'
> SetViewWantsBestResolution( true );
> ^
> /Users/jenkins/remoteroot/workspace/KiCadBuildMac/kicad/common/gal/opengl/opengl_gal.cpp:130:31: error: use of undeclared identifier 'GetBackingScaleFactor'; did you mean 'GetContentScaleFactor'?
> const float scaleFactor = GetBackingScaleFactor();
> ^~~~~~~~~~~~~~~~~~~~~
> GetContentScaleFactor
> /Users/jenkins/remoteroot/workspace/KiCadBuildMac/wx/wx-build/../wx-bin/include/wx-3.0/wx/osx/window.h:294:25: note: 'GetContentScaleFactor' declared here
> double GetContentScaleFactor() const ;
> ^
> /Users/jenkins/remoteroot/workspace/KiCadBuildMac/kicad/common/gal/opengl/opengl_gal.cpp:542:31: error: use of undeclared identifier 'GetBackingScaleFactor'; did you mean 'GetContentScaleFactor'?
> const float scaleFactor = GetBackingScaleFactor();
> ^~~~~~~~~~~~~~~~~~~~~
> GetContentScaleFactor
> /Users/jenkins/remoteroot/workspace/KiCadBuildMac/wx/wx-build/../wx-bin/include/wx-3.0/wx/osx/window.h:294:25: note: 'GetContentScaleFactor' declared here
> double GetContentScaleFactor() const ;
> ^
> 3 errors generated.
> make[2]: *** [common/CMakeFiles/gal.dir/gal/opengl/opengl_gal.cpp.o] Error 1
> _______________________________________________
> 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
Follow ups
References