Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!mephisto!tut.cis.ohio-state.edu!cica!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!swrinde!ucsd!ucbvax!pasteur!canuck.Berkeley.EDU!luciano From: luciano@canuck.Berkeley.EDU (Luciano Lavagno) Newsgroups: comp.unix.ultrix Subject: Re: xfig2.8 under Ultrix 3.1D Message-ID: <27555@pasteur.Berkeley.EDU> Date: 6 Sep 90 23:14:39 GMT References: <194@srchtec.UUCP> Sender: news@pasteur.Berkeley.EDU Reply-To: luciano@canuck.Berkeley.EDU (Luciano Lavagno) Distribution: usa Organization: UC Berkeley IC CAD Group Lines: 28 I found the same problem and solved it (I believe). It is due to an incorrect definition of cirrad_ic, cirdia_ic, ... in change.c at line 82. They are declared as PIXRECT, while they should be declared as XImage. The patch that I applied is: ------------------------------------------------------------------------------ *** old_xfig/change.c Thu Sep 6 16:10:54 1990 --- xfig/change.c Thu Sep 6 16:11:05 1990 *************** *** 82,88 **** extern F_compound objects; #define NUM_IMAGES 15 ! extern PIXRECT cirrad_ic, cirdia_ic, ellrad_ic, elldia_ ic, c_spl_ic, spl_ic, c_intspl_ic, intspl_ic, line_ic, polygon_ic, box_ic, arc_box_ic, arc_ic, text_ic, blank_ic; --- 82,88 ---- extern F_compound objects; #define NUM_IMAGES 15 ! extern XImage cirrad_ic, cirdia_ic, ellrad_ic, elldia_ic, c_spl_ic, spl_ic, c_intspl_ic, intspl_ic, line_ic, polygon_ic, box_ic, arc_box_ic, arc_ic, text_ic, blank_ic; ------------------------------------------------------------------------------- Luciano Lavagno