Bug 102754 - cdda_paranoia.h does not include requred dependency
Summary: cdda_paranoia.h does not include requred dependency
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: cdparanoia
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-08-20 17:43 UTC by jmccann
Modified: 2015-01-14 23:19 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-09-05 20:50:17 UTC
Embargoed:


Attachments (Terms of Use)

Description jmccann 2003-08-20 17:43:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030701

Description of problem:
/usr/include/cdda/cdda_paranoia.h references a cdrom_drive type that is defined
in /usr/include/cdda/cdda_interface.h.

/usr/include/cdda/cdda_paranoia.h should #include this dependency.

Not having it causes gnome-vfs support to not build using jhbuild.

There is no harm in including it because if it was already read it will be skipped.

Version-Release number of selected component (if applicable):
cdparanoia-alpha9.8-18

How reproducible:
Always

Steps to Reproduce:
1. Build something that #include <cdda/cdda_paranoia.h>


Actual Results:  Fails.

Expected Results:  Doesn't fail.

Additional info:

This should probaly go upstream but I couldn't immediately figure out where.

Comment 1 Peter Jones 2003-09-05 20:50:17 UTC
Unfortunately, I can't really change this.  I agree that cdda_paranoia.h should
include cdda_interface.h, but currently different distros put the headers at
different places WRT the standard include paths.  So if I change it, I can't
merge it upstream.


Note You need to log in before you can comment on or make changes to this bug.