dvd+rw-tools-7.1 fails build on linux 2.6.32

Bug #600869 reported by Stuart R Balfour
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dvd+rw-tools (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: dvd+rw-tools

Unpacking the source and typing "make" in the source directory yields:

g++ -g -O2 -fno-exceptions -D_REENTRANT -c -o growisofs_mmc.o growisofs_mmc.cpp
In file included from growisofs_mmc.cpp:17:
transport.hxx: In member function ‘int Scsi_Command::is_reload_needed(int)’:
transport.hxx:366: error: ‘INT_MAX’ was not declared in this scope

I believe the linux header files were shuffled up about 2.6.18, and transport.hxx needs a
#include <limits.h>
for post-2.6.18 builds. It doesn't hurt to have it for pre-2.6.18 builds.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.