← Back to team overview

kicad-developers team mailing list archive

Re: Build issue on r5670?

 

I also have a non-retina Mac.

Bob G

On 05/20/2015 06:19 PM, Adam Wolf wrote:

Thanks.  I think Andy said he had a non-retina Mac. I can also hook up
to an external non-retina display.

Adam Wolf

On May 20, 2015 5:47 PM, "Maciej Sumiński" <maciej.suminski@xxxxxxx
<mailto:maciej.suminski@xxxxxxx>> wrote:

    Hi,

    There were already 2 people today who had the same problem. I have
    just
    changed the patch, so the modified wx headers contain a #define to
    indicate that you are building using patched version. I apologize for
    disturbances.

    I only had a Mac with Retina screen at hand, so I could not test other
    displays. I would be grateful for an information if it does not break
    anything on such hardware.

    Regards,
    Orson

    On 05/20/2015 10:15 PM, Adam Wolf wrote:
    > Thanks.
    >
    > Adam Wolf
    >
    > On Wed, May 20, 2015 at 1:07 PM, Johannes Maibaum
    <jmaibaum@xxxxxxxxx <mailto:jmaibaum@xxxxxxxxx>>
    > wrote:
    >
    >> 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
    <mailto: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
    <https://launchpad.net/%7Ekicad-developers>
    >> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
    <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
    >> Unsubscribe : https://launchpad.net/~kicad-developers
    <https://launchpad.net/%7Ekicad-developers>
    >> More help   : https://help.launchpad.net/ListHelp
    >>
    >>
    >
    >
    >
    > _______________________________________________
    > Mailing list: https://launchpad.net/~kicad-developers
    <https://launchpad.net/%7Ekicad-developers>
    > Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
    <mailto:kicad-developers@xxxxxxxxxxxxxxxxxxx>
    > Unsubscribe : https://launchpad.net/~kicad-developers
    <https://launchpad.net/%7Ekicad-developers>
    > More help   : https://help.launchpad.net/ListHelp
    >



_______________________________________________
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