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

Re: FreeCiv



Hello,

I did further investigations, why freeciv diesn't work on my
machine at home.  I traced down the source and found the
exact position in the code, where the problem occures.  I
appended a little patch which includes two "printf"-lines
into xmain.c of FreeCiv-1.7.2.  It is exactly the same problem
with 1.8 (it is in the same statement of xmain.c also in 1.8),
which I compiled myself from the potato source package.

Does anybody have an idea what to do or do I have to
subscribe to the freeciv mailing list?

Kind regards

       Andreas.

*** xmain.c	Tue Jul 20 20:58:52 1999
--- xmain.c.ori	Thu Dec  3 11:48:51 1998
***************
*** 595,601 ****
  					    left_column_form, 
  					    NULL);
  
- fprintf(stderr, "%s(%i)\n", __FILE__, __LINE__);
    unit_pix_canvas = XtVaCreateManagedWidget("unitpixcanvas", 
  					   pixcommWidgetClass,
  					   left_column_form, 
--- 595,600 ----
***************
*** 603,609 ****
  					   XtNheight, NORMAL_TILE_HEIGHT,
  					   NULL);
  
- fprintf(stderr, "%s(%i)\n", __FILE__, __LINE__);
    unit_below_canvas[0] = XtVaCreateManagedWidget("unitbelowcanvas0",
  					        pixcommWidgetClass,
  						left_column_form, 
--- 602,607 ----

Reply to: