Dan Nicholson wrote:
> On Mon, Apr 14, 2008 at 4:59 AM, Nicolas FRANCOIS
> <[EMAIL PROTECTED]> wrote:
>> Hi.
>>
>> I encoutered a problem with the dvd+rw-tools package :
<snip>
>> growisofs.c:724: erreur: 'INT_MAX' undeclared (first use in this function)
<snip>
> I would suspect kernel headers changes. Probably before one of the
> kernel headers was pulling in <limits.h>, but now it's not.
Other packages have a similar issue; I've found :
- UDFtools-1.0.0b3
- Xine-Libraries-1.1.7
The way CDSL_{NONE,CURRENT} symbols are defined in the file
/usr/include/linux/cdrom.h
has changed and are now refering to the symbol INT_MAX which is not
defined in this file.
I would be tempted to add the <limits.h> in this cdrom.h header file
instead of patching several packages. In fact, I did in on my last
build, but I don't know if it is a recommendable way to solve this kind
of issue.
Best regards.
--
Nico / 2454572.73510
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page