|
From: | Stefano Canepa |
Subject: | Re: Bug found in src/applog.cc in commoncpp2-1.8.1 |
Date: | Tue, 18 Jul 2017 17:22:19 +0100 |
I compiled with standard autoconf/automake procedure. I ran:$ ./configure --prefix=/usr/local$ make$ make installThe build failed during make. It said that each permission bit could not be found and recommended prefixing each one with '__'. I checked the file and noticed that the file <sys/stat.h> was not included.I added the line, and the problem went away.On Tue, Jul 18, 2017 at 10:54 AM Stefano Canepa <address@hidden> wrote:Charlie,how did you install commoncpp2?On 18 July 2017 at 03:23, Charlie Sale <address@hidden> wrote:During compilation, all permission bits were not defined in scope.Add `#include <sys/stat.h>` to the file to fix the bug. I did so and it fixed theĀproblem. Thanks--~Charlie Sale
_______________________________________________
Bug-commoncpp mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-commoncpp
--~Charlie Sale
[Prev in Thread] | Current Thread | [Next in Thread] |