compile glitches in gtkextra cvs

Michael Noble <[email protected]>
Newsgroups gmane.comp.scigraphica.gtkextra
Message-ID <[email protected]>
Hello Adrian,

I downloaded gtkextra-2 from CVS earlier today, and noticed two simple
compilation errors.  Both can worked around fairly easily, but I figured
you'd like to know to keep the CVS clean and compilable.

  1) gtkplotcanvas.c: In function
	`gtk_plot_canvas_class_init':
	gtkplotcanvas.c:227: structure has no member named `add_item'

     Looks like when the add_item signal was added the gtkplotcanvas.h
     header file should've been checked in, too.

  2) gtkplotsurface.c:
  
 	The multi-line conditional 
	
	   if(points[i].x < plot->bottom->ticks.min 
		|| points[i].x > plot->bottom->ticks.max 
		|| points[i].y < plot->left->ticks.min
		|| points[i].y > plot->left->ticks.max ||

	at line 669 "ends" without a terminating right-parens,
	and has a dangling OR operator (or is missing a clause).

Regards,
-- Mike


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.