bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Errors compiling commonc++2 1.1.0 on AIX 4.3.2


From: Jason . Majors
Subject: Errors compiling commonc++2 1.1.0 on AIX 4.3.2
Date: Thu, 26 Feb 2004 13:12:29 -0700

I'm trying to compile commonc++2-1.1.0 on AIX 4.3.2 using g++ 2.95.3.
I get this error message:
.../straits.h: In function `static char * 
string_char_traits<char>::copy(char *, const char *, long unsigned int)':
.../straits.h:127: cannot convert `memcpy(s1, s2, n)' from type `void' to 
type `char *'

memcpy, as defined in /usr/include/string.h, is returning a void pointer, 
not void.
Does anybody know what's wrong, or have an idea on how I can get around 
this and get it to compile?

Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]