Bug 114288 - 2 * expression must be a modifiable lvalue
Summary: 2 * expression must be a modifiable lvalue
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnumeric
Version: 1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Caolan McNamara
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-01-26 10:42 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-04-30 21:07:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description d.binderman 2004-01-26 10:42:28 UTC
Description of problem:

I just tried to compile package gnumeric-1.2.1-1 from Redhat
Fedora Core 1.

The compiler said

1.

sheet-autofill.c(704): error #137: expression must be a modifiable lvalue
                                        func->array.cols = limit_x;
                                        ^

The source code is

	func->array.cols = limit_x;

but earlier in the code is

                GnmExpr const *func;

so what func is pointing at can't be written to. Suggest code re-work.

2.

sheet-autofill.c(712): error #137: expression must be a modifiable lvalue

Duplicate.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Caolan McNamara 2004-04-30 21:07:52 UTC
Yeah: That's fixed in 1.2.8 as in Fedora Core 2,
(http://cvs.gnome.org/viewcvs/gnumeric/src/sheet-autofill.c?r1=1.108&r2=1.108.2.1)


Note You need to log in before you can comment on or make changes to this bug.