-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.0.0-rc8
-
Component/s: Build
-
Build
-
ALL
-
Several errors occur while compiling in Solaris 10 -
- Missing strnlen
- Missing ifaddrs.h
src/mongo/db/repl/isself.cpp:60:21: fatal error: ifaddrs.h: No such file or directory
- Missing POSIX_FADV_WILLNEED
src/third_party/wiredtiger/src/block/block_read.c:40:41: error: 'POSIX_FADV_WILLNEED' undeclared (first use in this function) (wt_off_t)offset, (wt_off_t)size, POSIX_FADV_WILLNEED);
- related to
-
SERVER-15151 isSelf should be used in Windows
- Closed