Ticket #35 (closed bug: fixed)

Opened 17 years ago

Last modified 17 years ago

libffado compilation depends on freebob.h but this is not explicit

Reported by: parumi Assigned to:
Priority: minor Milestone: FFADO 2.0
Component: Version:
Keywords: Cc:
The device the bug applies to:

Description

libffado (svn revision 619) compilation complains of missing freebob.h header though the dependency is not checked during the scons configuring phase nor is stated in the README.

installing libfreebob0-dev (debian) package sufficed to get the header. however i guess this dependency needs to be eliminated.

Change History

09/07/07 01:51:09 changed by arnonym

  • status changed from new to closed.
  • resolution set to fixed.

hmm. ffado doesn't need to check for freebob.h because its not needed. I think that dependency of the test on freebob.h was mistaken. Could you test r621 (with freebob0-dev uninstalled) to see if that fixes it? If not, please reopen this report.

09/07/07 02:20:29 changed by parumi

Confirmed, r621 compiles without libfreebob0-dev. (I even checked it from a clean checkout since didn't know how to completely remove the build cache). Thanks!