Bug 101275 - HAL API changed as of 0.5.0, kdedmodule will not compile
Summary: HAL API changed as of 0.5.0, kdedmodule will not compile
Status: RESOLVED DUPLICATE of bug 101075
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: media (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kevin Ottens
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-11 01:41 UTC by Robert Dyck
Modified: 2005-03-11 09:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***