Review Request 115541: Build fix for Mac OS X
Harald Fernengel
harry at kdevelop.org
Sat Feb 8 19:55:32 UTC 2014
> On Feb. 8, 2014, 10:07 a.m., David Faure wrote:
> > Urgh, we were hoping this wouldn't be an issue.
> >
> > This commit would break #include <attica/event.h>, so it cannot go in.
> >
> > All "namespaced" frameworks do it this way already btw, see kparts for instance:
> >
> > -- Up-to-date: /d/kde/inst/kde_frameworks/include/KF5/KParts/KParts/ReadWritePart
> > -- Up-to-date: /d/kde/inst/kde_frameworks/include/KF5/KParts/kparts/readwritepart.h
> >
> > Since there is no filename clash, what is the issue if these end up in the same folder on Mac OSX?
Here's the layout after "make install" on OS X:
include/KF5/KParts/textextension.h contains:
#include "/tmp/kf5-kparts-ty2Y/src/textextension.h"
^^^ this is broken, points to the temporary build dir...? What should this include?
Then, we have include/KF5/KParts/KParts/ which contains both lower case and upper case headers.
include/KF5/KParts/KParts/textextension.h is the actual header
include/KF5/KParts/KParts/TextExtension contains:
#include "kparts/textextension.h"
- Harald
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/115541/#review49240
-----------------------------------------------------------
On Feb. 7, 2014, 7:37 p.m., Harald Fernengel wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/115541/
> -----------------------------------------------------------
>
> (Updated Feb. 7, 2014, 7:37 p.m.)
>
>
> Review request for KDE Frameworks.
>
>
> Repository: attica
>
>
> Description
> -------
>
> Case-insensitive filesystems don't like the Attica vs. attica pathes, when installing, the headers would all be messed up. Instead, install everything to include/KF5/Attica to be in line with the other frameworks.
>
> Note - this might not be the best solution, but we need one in order to deploy on Mac OS X :)
>
>
> Diffs
> -----
>
> src/CMakeLists.txt 676c8a8e78420371bba19414b3f090180a49758d
>
> Diff: https://git.reviewboard.kde.org/r/115541/diff/
>
>
> Testing
> -------
>
> Only on Mac OS X
>
>
> Thanks,
>
> Harald Fernengel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20140208/834348f6/attachment.html>
More information about the Kde-frameworks-devel
mailing list