pspp-dev
[Top][All Lists]
Advanced

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

build break


From: Jason Stover
Subject: build break
Date: Thu, 25 May 2006 18:42:04 -0400
User-agent: Mutt/1.5.10i

On an GNU/Linux, x86, gcc 4.1.0, recent cvs update and a clean build:

lib/gtksheet/gtksheet.c: In function 'gtk_sheet_button_new':
lib/gtksheet/gtksheet.c:7916: warning: implicit declaration of function 
'g_slice_new'
lib/gtksheet/gtksheet.c:7916: error: expected expression before 'GtkSheetButton'
lib/gtksheet/gtksheet.c:7916: warning: initialization makes pointer from 
integer without a cast

This is line 7916 of gtksheet.c:

  GtkSheetButton *button = g_slice_new(GtkSheetButton);

?

-Jason





reply via email to

[Prev in Thread] Current Thread [Next in Thread]