Re: GUII branch : compile error

2002-11-07 Thread John Levon
On Thu, Nov 07, 2002 at 10:19:49PM +0100, Pierre-Olivier Gaillard wrote: > Did I get the wrong branch with this command : > > cvs co -r BRANCH_GUII -d lyx-guii lyx-devel Oh. Yes. the GUII stuff is integrated into the main trunk CVS months ago. Try again with a normal checkout ;) regards john --

Re: GUII branch : compile error

2002-11-07 Thread Pierre-Olivier Gaillard
On Thu, 7 Nov 2002 21:08:49 + 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, th

Re: GUII branch : compile error

2002-11-07 Thread John Levon
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 > make -j 5 # to use my 2 Celeron chips. I really doubt this is safe. > GraphicsImageXPM.C:72: p

GUII branch : compile error

2002-11-07 Thread Pierre-Olivier Gaillard
Hello, I just checked out the GUII branch to have a look at the Qt2 interface but the build fails in src/graphics/GraphicsImageXPM.C because of undefined references to FLTK (?!!!??!!) variables such as fl_screen or fl_state. This seems very strange, I simply did : cd lyx-guii ./autogen.sh ./con