File in which error comes are , archieve_read_disk_posix.c &
archieve_write_disk_posix.c :--
These files have following include file :---
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif

Now if we see the dependencies :---
/usr/include/fcntl.h --------------------->    contains file ---> # include
<bits/stat.h>
stat.h ----> file is in following location  ----->
/usr/include/arm-linux-gnueabihf/bits/stat.h


====================== Why is it not detectable ====================
/* Values for `*at' functions.  */
#ifdef __USE_ATFILE
# define AT_FDCWD        -100    /* Special value used to indicate
                       the *at functions should use the
                       current working directory. */
# define AT_SYMLINK_NOFOLLOW    0x100    /* Do not follow symbolic links.
*/
# define AT_REMOVEDIR        0x200    /* Remove directory instead of
                       unlinking file.  */
# define AT_SYMLINK_FOLLOW    0x400    /* Follow symbolic links.  */
# define AT_NO_AUTOMOUNT    0x800    /* Suppress terminal automount
                       traversal.  */
# define AT_EACCESS        0x200    /* Test access permitted for
                       effective IDs, not real IDs.  */
#endif

On Wed, May 15, 2013 at 10:30 AM, allan George <gorge.alan...@gmail.com>wrote:

> this constant is defined in following file :---
> http://lxr.free-electrons.com/source/include/uapi/linux/fcntl.h#L44
>
> I am using Raspbian distribution, for RPi.
>
>
> On Wed, May 15, 2013 at 6:31 AM, allan George <gorge.alan...@gmail.com>wrote:
>
>> actually i have run autoreconf -fi & aclocal inside someother package.
>> Could it have changes something ?
>> That is affecting cmake ?
>>
>> //Allan
>>
>>
>> On Wed, May 15, 2013 at 6:17 AM, allan George <gorge.alan...@gmail.com>wrote:
>>
>>> I am working on RPi raspberry pi. Using debian.
>>>
>>> //Allan
>>>
>>> On Tue, May 14, 2013 at 11:11 PM, Rolf Eike Beer <e...@sf-mail.de>wrote:
>>>
>>>> allan George wrote:
>>>> > Please suggest, what dependencies i have missed related to
>>>> compilation of
>>>> > cmake ?
>>>> > I am getting error at make time
>>>>
>>>> This doesn't look like a missing dependency, but a constant that is
>>>> expected
>>>> in some Posix headers that is not defined on your system. So, what is
>>>> your
>>>> system?
>>>>
>>>> Eike
>>>> --
>>>>
>>>> --
>>>>
>>>> Powered by www.kitware.com
>>>>
>>>> Visit other Kitware open-source projects at
>>>> http://www.kitware.com/opensource/opensource.html
>>>>
>>>> Please keep messages on-topic and check the CMake FAQ at:
>>>> http://www.cmake.org/Wiki/CMake_FAQ
>>>>
>>>> Follow this link to subscribe/unsubscribe:
>>>> http://www.cmake.org/mailman/listinfo/cmake
>>>>
>>>
>>>
>>
>
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to