You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Vinayakumar B (JIRA)" <ji...@apache.org> on 2014/08/13 13:39:12 UTC

[jira] [Created] (HADOOP-10966) Hadoop Common native compilation broken in windows

Vinayakumar B created HADOOP-10966:
--------------------------------------

             Summary: Hadoop Common native compilation broken in windows
                 Key: HADOOP-10966
                 URL: https://issues.apache.org/jira/browse/HADOOP-10966
             Project: Hadoop Common
          Issue Type: Bug
          Components: native
            Reporter: Vinayakumar B
            Priority: Blocker


After HADOOP-10962 hadoop common native compilation broken in windows

{noformat}
src\org\apache\hadoop\io\nativeio\NativeIO.c(181): error C2065: 'POSIX_FADV_NORMAL' : undeclared identifier 
src\org\apache\hadoop\io\nativeio\NativeIO.c(184): error C2065: 'POSIX_FADV_RANDOM' : undeclared identifier 
src\org\apache\hadoop\io\nativeio\NativeIO.c(187): error C2065: 'POSIX_FADV_SEQUENTIAL' : undeclared identifier 
src\org\apache\hadoop\io\nativeio\NativeIO.c(190): error C2065: 'POSIX_FADV_WILLNEED' : undeclared identifier 
src\org\apache\hadoop\io\nativeio\NativeIO.c(193): error C2065: 'POSIX_FADV_DONTNEED' : undeclared identifier 
src\org\apache\hadoop\io\nativeio\NativeIO.c(196): error C2065: 'POSIX_FADV_NOREUSE' : undeclared identifier 
{noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)