[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-edu
Subject:    Re: LabPlot builds and runs with kf5
From:       Alexander Semke <Alexander.Semke () web ! de>
Date:       2015-03-01 21:16:02
Message-ID: 14141907.rKHnfJxj63 () linux-7xsw ! site
[Download RAW message or body]

> Once I get labplot to build on OSX/CI I will commit these changes to KDE's
> build metadata repo.
Thank you!

> Don't know whether this is the preferred way to achieve what I intend to
> get.
I'm not sure neither. I'll a look at this.

> Anyway, doing this I got much further, but then ran into this:
> [...]
> Is this due to the use of clang on my end?
Yes. Can you please apply the attached fix and try again? I don't have clang 
right here now...


-- 
Alexander
["clang_fix.diff" (clang_fix.diff)]

diff --git a/src/backend/core/AbstractAspect.h b/src/backend/core/AbstractAspect.h
index f387952..50db420 100644
--- a/src/backend/core/AbstractAspect.h
+++ b/src/backend/core/AbstractAspect.h
@@ -103,7 +103,7 @@ class AbstractAspect : public QObject {
 					if (i) {
 						result << i;
 						if (flags & Recursive)
-							result << i->children<T>(flags);
+							result << i->template children<T>(flags);
 					}
 				}
 			}

[Attachment #4 (text/plain)]

_______________________________________________
kde-edu mailing list
kde-edu@mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic