Just wondering if you could add that header file (limits.h) to the two c files.
-Brock -----Original Message----- From: Erwin, Brock A Sent: Wednesday, July 23, 2008 10:04 AM To: 'ceph-devel@lists.sourceforge.net' Subject: RE: Compile errors ebofs/BlockDevice.cc:164: error: âIOV_MAXâ was not declared in this scope ebofs/BlockDevice.cc:710: error: âIOV_MAXâ was not declared in this scope msg/SimpleMessenger.cc:1846: error: âIOV_MAXâ was not declared in this scope On my system (Fedora 9), IOV_MAX seems to be declared in limits.h, so I just added "#include <limits.h>" to these files and it compiled: ebofs/BlockDevice.cc msg/SimpleMessenger.cc -Brock ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ceph-devel mailing list Ceph-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ceph-devel