Re: Pan 0.14.2 Won't Compile
Greg Lee <greg-Hlp6T+piA/[email protected]>
| Newsgroups | gmane.comp.gnome.apps.pan.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 29 Jul 2007 13:33:11 -0500, Michael Satterwhite wrote: > msort.c: In function ‘msort_with_tmp’: msort.c:68: error: invalid lvalue > in increment msort.c:69: error: invalid lvalue in increment msort.c:74: > error: invalid lvalue in increment msort.c:75: error: invalid lvalue in > increment > > Looking at the source to msort.c, this appears to be occurring in the > use of an incremented pointer to a pointer. I suspect this is due to some change in gcc 4.1.2, since I've seen the compiler complaint several times recently. You could just recode the increment as a separate statement. But better to get a more recent version of Pan (which no longer has an msort.c, since it's written in c++). -- Greg