← Back to team overview

kicad-developers team mailing list archive

Re: Build issue on r5670?

 

Thanks, Orson.  5672 builds and seems to work fine for me on a non-retina system against wxWidgets without the retina patch.  Perhaps worth a mention of that new patch in Documentation/compiling/mac-osx.txt for retina users not building with the script.

Garth


> On May 20, 2015, at 3:46 PM, Maciej Sumiński <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>
>> 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>:
>>> 
>>> 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
>>> 
>>> 
>> 
>> 
>> 
>> _______________________________________________
>> 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
>> 
> 
> _______________________________________________
> 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

Attachment: smime.p7s
Description: S/MIME cryptographic signature


References