On Sun, Mar 10, 2002 at 12:05:26PM +0000, Mikhael Goikhman wrote: > On 10 Mar 2002 09:34:25 +0100, Dominik Vogt wrote: > > > > On Sun, Mar 10, 2002 at 12:13:46AM +0000, Mikhael Goikhman wrote: > > > It is hard to see what you already did about first titles, because the > > > current cvs can't be compiled. > > > > > > Flocale.c: In function `FlocaleUnloadFont': > > > Flocale.c:506: structure has no member named `fftfont' > > > > I do not understand this. Clean sources checked out from CVS into > > a new directory compile well for me (without enabling fribidi and > > xft which I don't have on that machine). Did you perhaps make a > > check out in the short period of time between my first commit and > > the second? As always, I forgot to cvs add some files in the > > first one. > > Ok, if you don't HAVE_XFT, this explains why it compiles well for you. > > - FftFontClose(dpy, flf->fftfont); > + FftFontClose(dpy, flf->fftf.fftfont); > > Also in event.c, menuitem.c and several modules in order to compile I > temporarily did: > > -#ifdef HAVE_XFT > +#if 0 && HAVE_XFT > > There are still warnings: > ...
Fixed (at least for XFree-4.2.0). Olivier -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]