[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pan-users] Re: make errors
From: |
walt |
Subject: |
[Pan-users] Re: make errors |
Date: |
Thu, 19 Jun 2008 00:27:49 +0000 (UTC) |
On Wed, 18 Jun 2008 12:50:41 +0530, arnuld wrote:
> I am running UBUNTU Gutsy Gibbon 32 bit on my AMD64 Athlon. I get these
> errors when I try to make pan 0.14.2 stable. Any idea what is going
> wrong ?
>
> I have pan available in repos but that version is too old for me to work
> with.
Hm. I'm not sure what you mean by that. What repos?
> msort.c:68: error: invalid lvalue in increment
This is quoted from http://gcc.gnu.org/gcc-3.4/changes.html :
# The cast-as-lvalue extension has been removed for C++ and deprecated
for C and Objective-C. In particular, code like this:
char *p;
((int *) p)++;
is no longer accepted for C++ and will not be accepted for C and
Objective-C in a future version.
Unfortunately I don't know the proper fix, but I'm hoping I'll get an
answer to that question tomorrow in the gcc-help mailing list.