2009/2/14 Guilherme Bedin <gbe...@gobolinux.org>:
> Hi,
>
>  Tips for compiling KDE 4.2.0
>  - Qt 4.4.3 with -no-phonon-backend, -no-phonon options
>
Are phonon backend really built unless you explicitly configure qt to build it?

> - compile phonon
>
>  - After spending hours looking for why cmake fails to configure
> kde-bindings to compile I found out that cmake has genereate a wrong
> the kde-pim-libs config file.
>
>  File KdepimLibsConfig.cmake:
>
> if(NOT KDEPIMLIBS_INSTALL_DIR)
>  set(KDEPIMLIBS_INSTALL_DIR "/usr
> endif(NOT KDEPIMLIBS_INSTALL_DIR)
> to
> if(NOT KDEPIMLIBS_INSTALL_DIR)
>  set(KDEPIMLIBS_INSTALL_DIR "/usr")
> endif(NOT KDEPIMLIBS_INSTALL_DIR)
>
Scripts issue, fixed. Use rc or wait for release.

> - mono include
>  g...@black /Programs/Mono/2.2/include]ln -nfs mono-1.0/* .
>
Does KDE4 have mono bindings? Can't you make KDE4 find the headers in
the subdirectory instead?

> -- fix 
> kdebindings-4.2.0/csharp/plasma/examples/applets/plasmaclock/clockapplet.cs:
> proxy = new QGraphicsProxyWidget(this);
> to
> proxy = new QGraphicsProxyWidget((Qyoto.IQGraphicsItem)this);
>
Is there no patch for this?

-- 
/Jonas
_______________________________________________
gobolinux-devel mailing list
gobolinux-devel@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Reply via email to