On Mon, Nov 19, 2012 at 6:51 AM, Serghei Amelian <[email protected]> wrote: > On Monday 19 November 2012 14:42:27 Fat-Zer wrote: > [...] > >> > Whatever you are trying to do, installing HAL is not going to help you >> > do it; on the contrary. >> >> I know it's obsolete/outdated/deprecated etc, but I still use kde3 so >> I need id for ordinary mount support... >> I believe that I can overcame most of compilation-time problems >> related with new kernel/library API, I understand that with that I'm >> on my own... but autotools messages are still completely unclear for >> me and I can't handle them my self, so I'm asking for a little support >> with it. > > You can borrow my udisks2 backend. > https://github.com/serghei/kde3-kdebase/tree/master/kioslave/media/mediamanager > > Check how OpenSUSE people integrates it into OpenSUSE's KDE3.
I would try Serghei's suggestion; automake complains about AC_LANG_SOURCE and several GTK_DOC macros, probably because the interfaces for them (or the macros themselves) have changed. To fix it, maybe you could try to install an old version of automake and gtk-doc, but I don't think you can do that without downgrading many other parts of your system. Serghei's suggestion sounds just like what you need; you don't actually want HAL, just the capabilities it provides, and udisks does that. Regards. -- Canek Peláez Valdés Posgrado en Ciencia e Ingeniería de la Computación Universidad Nacional Autónoma de México
