Re: max rows



Also, don't forget to change line 1285 in gnumeric-canvas.c


#if SHEET_MAX_COLS > 700 /* a guestimate */
#error We need a better solution to the rtl event kludge with
SHEET_MAX_COLS so large
#endif

I just changed the lines in gnumeric.h and had compilation fail on this error.

BTW, has anyone compiled Gnumeric 1.7.x on amd64?

Yours,

Uri David
On 9/13/06, Jean Bréfort <jean brefort normalesup org> wrote:

gnumeric.h is in the src directory.
Lines 8 and 9 of this file are:
#define SHEET_MAX_ROWS          (16*16*16*16)   /* 0, 1, ... */
#define SHEET_MAX_COLS          (4*4*4*4)       /* 0, 1, ... */

Just replace the values with what you need and compile. If you never
compiled it before, you'll need to run configure in the top gnumeric
directory and then make.
Detailed instructions are available in the INSTALL file.

Regards,
Jean




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