DragonFly BSD
DragonFly users List (threaded) for 2006-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

CD drives: DragonFly versus FBSD


From: walt <wa1ter@xxxxxxxxxxxxx>
Date: Fri, 17 Feb 2006 07:04:03 -0800

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?




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]