CD drives: DragonFly versus FBSD

walt wa1ter at myrealbox.com
Fri Feb 17 07:04:03 PST 2006


First, some background for my question:  I found the reason that
kdemultimedia3 won't compile on DragonFly, but I don't know enough
about CD drives to fix the problem.

kdemultimedia fails because of this ifdef in cdda_interface.h,
which is from the cdparanoia package:

#if !defined(__FreeBSD__) && !defined(__DragonFly__)
  char *cdda_device_name;
  char *ioctl_device_name;

The kde 'configure' script fails because cdda_device_name is
undefined.  So, either the cdparanoia package is wrong or
the kde configure script is wrong, and the answer depends
on whether DragonFly and FBSD handle CD drives the same
way.

Anyone know whether DragonFly really belongs in that ifdef
statement?






More information about the Users mailing list