gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: libs-quartzcore won't build


From: Stjepan Brkić
Subject: Fwd: libs-quartzcore won't build
Date: Sat, 9 Jun 2018 15:48:47 +0200

Fixed by adding by adding CGFloat _contentsScale ivar to Headers/QuartzCore/CALayer.h (#PR3).

sub, 9. lip 2018. u 13:00 Fred Kiefer <address@hidden> napisao je:
I think you are correct here. Could you please fix this yourself? I am still travelling and won’t be able to do it until next week.

Fred

Unterwegs

Am 09.06.2018 um 07:17 schrieb Stjepan Brkić <address@hidden>:

Hello all,

Couple of days ago I started getting errors while running make in libs-quartzcore.

I was open to the possibility that I broke something, so today I wiped all GNUstep related files and folders and cloned and rebuilt everything from scratch. The error message persists.

The eror message:

CALayer.m:102:13: error: synthesized property 'contentsScale' must either be named the same as a compatible instance variable or must explicitly name an instance variable
@synthesize contentsScale=_contentsScale;

It looks to me that commit 794a903ab800ec3df27787903497b59f7a75bcb6:
Author: Ivan Vučica <address@hidden>
Date:   Thu Jun 7 22:26:36 2018 +0000

    Fixes for borderColor and contentsScale from pull request #2.
   
    Clarify definition of borderColor. Fix implementation of
    borderColor. Introduce synthesis of contentsScale.


breaks this, but I'm not entirely sure.

Can anyone confirm this?

Thanks,
Stjepan
_______________________________________________
Gnustep-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/gnustep-dev

reply via email to

[Prev in Thread] Current Thread [Next in Thread]