Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] glibc question also....

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: David Brown <dmlb2000 AT gmail.com>
  • Cc: sm-discuss <sm-discuss AT lists.ibiblio.org>
  • Subject: [SM-Discuss] glibc question also....
  • Date: Tue, 23 Oct 2007 16:54:46 -0500

I am having a problem compiling two spells: libcdio and dvd+rw-tools on my two machine that I have updated glibc on.

growisofs is having a failure of INT_MAX not defined in function setup_fds at line 724.

.It has the the below include.

#include <linux/cdrom.h>

This is the line where the error occurs.

if (ioctl (ioctl_fd,CDROM_MEDIA_CHANGED,CDSL_CURRENT) < 0)

And this is the defines in cdrom.h.

cdrom.h:#define CDSL_CURRENT            INT_MAX

Is there something in the glibc spell that in not being setup that is causing this?

Thanks
CuZnDragon


Attachment: signature.asc
Description: This is a digitally signed message part




Archive powered by MHonArc 2.6.24.

Top of Page