Failure on compile



I downloaded the 0.27.1 Garnome dist, unpacked and ran "make install".
 
Prior to this I downloaded all the required packages. 
 
I was able to start the compile, but I fail in file:
cr-sel-eng.c
in function: id_add_sel_matches_node
line139: parse error before 'result' 
 
the line is
 
139:    gboolean result = FALSE ;
140     xmlChar *id = NULL ;
 
I assume it did not understand the type gboolean.  This of course seems to cause other errors like
'id' undeclared ( first use in this function )
which I imagine will be cleaned up once the "parse error before 'result'" error is fixed.
 
any idea what I am missing to cause these errors?
 
Any help is appreciated.
 
Thanks, in advance,
Will


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