Bug 101275

Summary: HAL API changed as of 0.5.0, kdedmodule will not compile
Product: [Frameworks and Libraries] kio Reporter: Robert Dyck <robert.dyck>
Component: mediaAssignee: Kevin Ottens <ervin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Robert Dyck 2005-03-11 01:41:41 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Compiled From Sources
OS:                Linux

As of hal-0.5.0 the API has changed. Specifically in libhal all the function names start with libhal_*. Prior to the change the functions names start with hal_*. As a result kioslave/media/kdedmodule will not compile. The error is "undeclared first use"
Comment 1 Thiago Macieira 2005-03-11 03:25:18 UTC
For the time being, and for KDE 3.4.0, add this requirement:
  HAL < 0.5.0
Comment 2 Kevin Ottens 2005-03-11 09:36:38 UTC

*** This bug has been marked as a duplicate of 101075 ***