24 Jun
2012
24 Jun
'12
15:32
Ilya Chernykh wrote:
In file included from exception.h:14:0, from thread.h:19, from thread.cpp:11: argstring.h:39:13: error: expected ';' at end of member declaration argstring.h:39:22: error: 'ArgString& ArgString::arg' conflicts with a previous declaration argstring.h:38:13: note: previous declaration 'ArgString::arg' argstring.h:39:22: warning: ISO C++ forbids declaration of 'off_t' with no type [-fpermissive]
How about adding an #include <sys/types.h> At least I'd assume that the "off_t" you want is the one in that POSIX header file, cf. "man types.h". Tobias -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org