2.2.8 source build hangs

Jonathan Kamens jik at kamens.brookline.ma.us
Mon Dec 22 14:59:57 EST 2008


I have to confess that this is probably my fault :-(.

If the bug is what I think it is, then it will be fixed in 2.2.9 -- I've 
already submitted a fix to my previous fix which caused the breakage.

In the meantime, undo this change I made to 
src/register/register-gnome/gnucash-sheet.c (that is, remove the lines 
that start with "+" below and replace them with the line that starts 
with "-"):

--- src/register/register-gnome/gnucash-sheet.c~        2008-01-07 20:05:28.000000000 -0500
+++ src/register/register-gnome/gnucash-sheet.c 2008-12-04 16:01:47.000000000
-0500
@@ -2367,7 +2367,8 @@
         sheet->width = 0;
         sheet->height = 0;

-        sheet->cursor_styles = g_hash_table_new (g_str_hash, g_str_equal);
+        sheet->cursor_styles = g_hash_table_new_full (g_str_hash, g_str_equal,
+                                                     g_free, NULL);

         sheet->blocks = g_table_new (sizeof (SheetBlock),
                                      gnucash_sheet_block_construct,


Good luck,

  jik



More information about the gnucash-user mailing list