Le mercredi 18 octobre 2006 à 13:44 +0200, Uri David Akavia a écrit : > 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?
Yes, I have been using HEAD on an amd64 for about two years and it works fine even if there are some compilation warnings about using pointers in hash tables. Regards, Jean > Yours, > > Uri David > On 9/13/06, Jean Bréfort <[EMAIL PROTECTED]> 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 > > > _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
