<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Alexander and again thank you for
sharing this work !!<br>
<br>
I have now a kate and a kdevelop properly working (for now at
least) natively on my macbook ! And it is way better than in a
virtualized kubuntu !!!<br>
<br>
Some little diffs with your documentation at
<a class="moz-txt-link-freetext" href="https://github.com/adymo/homebrew-kde">https://github.com/adymo/homebrew-kde</a> though :<br>
<br>
- I assume "cp
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
/org.freedesktop.dbus-session.plist" means "cp
/usr/local/Cellar/d-bus/1.6.12/org.freedesktop.dbus-session.plist"<br>
<br>
- for me, it was not "update-mime-types /usr/local/share/mime" but
"update-mime-database /usr/local/share/mime"<br>
<br>
- I did not find kdevelop at ~/Application/kdevelop.app but at
/usr/local/Cellar/kdevelop/4.5.1/bin/kdevelop.app<br>
<br>
Really nice work !!<br>
<br>
Regards,<br>
Pierre-Henri<br>
<br>
Le 11/10/13 18:32, Alexander Dymo a écrit :<br>
</div>
<blockquote cite="mid:op.w4stkohkrao3ao@mars" type="cite">
<blockquote type="cite">Great news Alexander! It's great that
someone of us finally uses KDevelop on Mac. Is it stable so far?
<br>
</blockquote>
<br>
Yes, it's rock stable for me so far (but I'm using old ruby
language support plugin most of the times).
<br>
<br>
The only problem was that project manager can't dir watch large
projects. AFAIK this is Qt4 limitation that should be fixed in
Qt5. This fixes the watcher:
<br>
--- a/project/abstractfilemanagerplugin.cpp
<br>
+++ b/project/abstractfilemanagerplugin.cpp
<br>
@@ -467,8 +467,9 @@
<br>
this, SLOT(created(QString)));
<br>
connect(d->m_watchers[project],
SIGNAL(deleted(QString)),
<br>
this, SLOT(deleted(QString)));
<br>
-
<br>
+#ifndef Q_OS_MAC
<br>
d->m_watchers[project]->addDir(project->folder().toLocalFile(),
KDirWatch::WatchSubDirs | KDirWatch:: WatchFiles );
<br>
+#endif
<br>
}
<br>
<br>
return projectRoot;
<br>
<br>
<br>
<blockquote type="cite">Esp. could either of you try to parse e.g.
akonadi or any other project using Boost in KDevelop on Mac?
<br>
</blockquote>
<br>
Ok, I'll try that.
<br>
_______________________________________________
<br>
KDevelop mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:KDevelop@kde.org">KDevelop@kde.org</a>
<br>
<a class="moz-txt-link-freetext" href="https://mail.kde.org/mailman/listinfo/kdevelop">https://mail.kde.org/mailman/listinfo/kdevelop</a>
<br>
<br>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Associate Professor - Maître de conférences
<a class="moz-txt-link-freetext" href="http://www-desir.lip6.fr/mbr_pierre-henri_wuillemin.html">http://www-desir.lip6.fr/mbr_pierre-henri_wuillemin.html</a>
gpg : <a class="moz-txt-link-freetext" href="http://www-desir.lip6.fr/~phw/phw.asc">http://www-desir.lip6.fr/~phw/phw.asc</a>
adr : Office 420/26-00 | BC 169 | 4, place Jussieu | 75252 Paris Cedex 05
phone : +33 1 44 27 71 48 | fax : +33 1 44 27 88 89</pre>
</body>
</html>