On Thu, 7 Nov 2002 21:08:49 +0000 John Levon <[EMAIL PROTECTED]> wrote:
> On Thu, Nov 07, 2002 at 10:03:55PM +0100, Pierre-Olivier Gaillard wrote: > > > This seems very strange, I simply did : > > cd lyx-guii > > ./autogen.sh > > ./configure --with-frontend=qt2 > > --with-frontend=qt Thanks, then you have a documentation mistake in configure --help : --with-frontend=THIS Use THIS frontend as main GUI: Possible values: xforms, qt2, gnome I just followed what seemed to be available according to the available help. And now that I try --with-frontent=qt, configure says that there is no such frontend. Did I get the wrong branch with this command : cvs co -r BRANCH_GUII -d lyx-guii lyx-devel > > GraphicsImageXPM.C:72: passing `int' to argument 1 of `XFreePixmap(Display *, long >unsigned int)' lacks a cast > > you shouldn't be compiling this at all. And it's xforms not FLTK Indeed, but since FLTK has the same prefixes and I do not know xforms, I really got confused ;-) thanks a lot. P.O. Gaillard