KDevelop on Mac OS

Pierre-Henri Wuillemin pierre-henri.wuillemin at lip6.fr
Sat Oct 12 20:59:04 BST 2013


Hi Alexander and again thank you for sharing this work !!

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 !!!

Some little diffs with your documentation at 
https://github.com/adymo/homebrew-kde though :

- I assume "cp /org.freedesktop.dbus-session.plist" means "cp 
/usr/local/Cellar/d-bus/1.6.12/org.freedesktop.dbus-session.plist"

- for me, it was not "update-mime-types /usr/local/share/mime" but 
"update-mime-database /usr/local/share/mime"

- I did not find kdevelop at ~/Application/kdevelop.app but at 
/usr/local/Cellar/kdevelop/4.5.1/bin/kdevelop.app

Really nice work !!

Regards,
Pierre-Henri

Le 11/10/13 18:32, Alexander Dymo a écrit :
>> Great news Alexander! It's great that someone of us finally uses 
>> KDevelop on Mac. Is it stable so far?
>
> Yes, it's rock stable for me so far (but I'm using old ruby language 
> support plugin most of the times).
>
> 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:
> --- a/project/abstractfilemanagerplugin.cpp
> +++ b/project/abstractfilemanagerplugin.cpp
> @@ -467,8 +467,9 @@
>                  this, SLOT(created(QString)));
>          connect(d->m_watchers[project], SIGNAL(deleted(QString)),
>                  this, SLOT(deleted(QString)));
> -
> +#ifndef Q_OS_MAC
> d->m_watchers[project]->addDir(project->folder().toLocalFile(), 
> KDirWatch::WatchSubDirs | KDirWatch:: WatchFiles );
> +#endif
>      }
>
>      return projectRoot;
>
>
>> Esp. could either of you try to parse e.g. akonadi or any other 
>> project using  Boost in KDevelop on Mac?
>
> Ok, I'll try that.
> _______________________________________________
> KDevelop mailing list
> KDevelop at kde.org
> https://mail.kde.org/mailman/listinfo/kdevelop
>


-- 
Associate Professor - Maître de conférences
http://www-desir.lip6.fr/mbr_pierre-henri_wuillemin.html
gpg   : http://www-desir.lip6.fr/~phw/phw.asc
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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20131012/610252bb/attachment.html>


More information about the KDevelop mailing list