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: Fft.c: In function `FftDrawString': Fft.c:168: warning: assignment from incompatible pointer type Fft.c:197: warning: passing arg 1 of `XftDrawString8' from incompatible pointer type Fft.c:201: warning: passing arg 1 of `XftDrawDestroy' from incompatible pointer type I don't commit these compilation fixes, because they don't really fix XFT. Regards, Mikhael. -- 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]