Hi,

 Tips for compiling KDE 4.2.0
 - Qt 4.4.3 with -no-phonon-backend, -no-phonon options

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

- mono include
 g...@black /Programs/Mono/2.2/include]ln -nfs mono-1.0/* .

-- fix 
kdebindings-4.2.0/csharp/plasma/examples/applets/plasmaclock/clockapplet.cs:
proxy = new QGraphicsProxyWidget(this);
to
proxy = new QGraphicsProxyWidget((Qyoto.IQGraphicsItem)this);


- cmake issue again
- KDE4Workspace-4.2.0/KDE4WorkspaceConfig.cmake

if(NOT KDE4WORKSPACE_INSTALL_DIR)
  set(KDE4WORKSPACE_INSTALL_DIR "/usr
endif(NOT KDE4WORKSPACE_INSTALL_DIR)
to
if(NOT KDE4WORKSPACE_INSTALL_DIR)
  set(KDE4WORKSPACE_INSTALL_DIR "/usr")
endif(NOT KDE4WORKSPACE_INSTALL_DIR)

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

Reply via email to