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

Reply via email to