← Back to team overview

kicad-developers team mailing list archive

Build issue on r5670?

 

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

Follow ups