Hello,

I have tried to compile commoncpp2 version 1.8.1, but apparently some
definitions are missing from sys/stat.h:

--- commoncpp2-1.8.1/src/applog.cpp     2010-11-01 00:11:55.000000000 +0100
+++ commoncpp2-1.8.1-sys-stat/src/applog.cpp    2011-04-05
18:04:47.331243726 +0200
@@ -45,6 +45,7 @@
 #include <cstdlib>
 #include <stdarg.h>
 #include <errno.h>
+#include <sys/stat.h>
 
 // TODO sc: test if has to move up now that it is into commoncpp
 // NOTE: the order of inclusion is important do not move following
include line


_______________________________________________
Bug-commoncpp mailing list
Bug-commoncpp@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-commoncpp

Reply via email to