Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 20:22:53 +0300
From:      Andrey <an@centre.ru>
To:        freebsd-gnome@FreeBSD.org
Subject:   Error compiling port gnome-vfs-2
Message-ID:  <200301222022.53447.an@centre.ru>

next in thread | raw e-mail | index | archive | help
Hi,

If installed port libcdda_paranoia not compiling cdda-method.c


cdda_interface.h:
....
typedef struct cdrom_drive{

  int opened; /* This struct may just represent a candidate for opening */

#ifdef Linux
  char *cdda_device_name;
  char *ioctl_device_name;

  int cdda_fd;

  int drive_type;
#elif defined(__FreeBSD__)
  struct cam_device *dev;
  union ccb *ccb;
#endif


For FreeBSD "cdda_device_name" not member struct "cdrom_drive"

OS FreeBSD 4.7
	regards Andrey Shirchenko

PS. Nautilus2 core dumped is exist libcdda_paranoia



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-gnome" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301222022.53447.an>