Re: error compiling gnumeric 1.3.1



On Thu, Aug 26, 2004 at 05:01:24PM +0200, Parrenin Fr?d?ric wrote:
Hi all,

I am trying to compile gnumeric 1.3.1 but get the following error.
Can somebody help me?

wbcg-actions.c:988: error: conflicting types for
'wbcg_set_selection_valign'
workbook-control-gui-priv.h:114: error: previous declaration of
'wbcg_set_selection_valign' was here
wbcg-actions.c:988: error: conflicting types for
'wbcg_set_selection_valign'
workbook-control-gui-priv.h:114: error: previous declaration of
'wbcg_set_selection_valign' was here

A minor typo in 1.3.1 it was fixed in cvs.  I'll do a 1.3.2 release
this weekend.  Patch is trivial.  Just make sure those two
declarations match.

void     wbcg_set_selection_halign    (WorkbookControlGUI *wbcg, StyleHAlignFlags halign);
void     wbcg_set_selection_valign    (WorkbookControlGUI *wbcg, StyleVAlignFlags valign);



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