NetBSD-Users archive

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

Re: Unable to build kde3 with pkgsrc current



You don't say what operating system or what compiler you are using, but
it looks like your C++ compiler rejects some C++ code. This can happen
if your compiler is not GCC, or if it is GCC then it could be later
version of compiler, which has stricter code checking and reject some
code which used to be OK with older versions.

Try using GCC version 4.1.x or similar.


Home | Main Index | Thread Index | Old Index