Re: bugs in CVS build of 1.4.0

2005-09-16 Thread Jean-Marc Lasgouttes
> "Mike" == Mike Meyer <[EMAIL PROTECTED]> writes:

Mike> Details on my environment:

A small offtopic remark:

Mike> --with-pspell 

This does nothing, since pspell is autodiscovered. Only
--without-pspell matters.

Mike> --with-extra-libs=/usr/opt/lib --with-extra-inc=/usr/opt/include

You can use --with-extra-prefix=/usr/opt and get the same effect.

Mike> --with-pspell-lib=/usr/opt/lib
Mike> --with-pspell-include=/usr/opt/lib/include

These options do not exist anymore.

I just mention these things to be sure that the configure script works
as I think it works.

JMarc



bugs in CVS build of 1.4.0

2005-09-15 Thread Mike Meyer
I couldn't find references to either of these in bugzilla, and I'm not
sure one of them is a bug, so I'll post here.

After making the appropriate gyrations with the environment of the
configure command (see the thread "Errors building 1.4.0"), I got the
CVS version to build. The configure script still has a bug in that it
doesn't set LDFLAGS appropriately on my system even when it finds the
qt library.

First thing that happened when I tried to load a LyX document is that
1.4.0 complains that it can't find lyx2lyx. It's in the
distribution. Shouldn't it have been installed?

Second thing that I noticed was that clicking off the scroller in the
horizontal scroll bar scrolls by one paragraph, not a page. This is
*very* disconcerting! I think it's a bug, but it seems possible
someone thought it was a good idea...

Details on my environment:

Configure command:
bhuda% CPPFLAGS=-D_THREAD_SAFE LIBS=-pthread ./configure --with-frontend=qt 
--with-qt-dir=/usr/X11R6 --with-pspell --with-extra-libs=/usr/opt/lib 
--with-extra-inc=/usr/opt/include --with-pspell-lib=/usr/opt/lib 
--with-pspell-include=/usr/opt/lib/include

buhda% uname -a
FreeBSD bhuda.mired.org 5.4-STABLE FreeBSD 5.4-STABLE #9: Thu Aug 11 15:56:04 
EDT 2005 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/BHUDA  i386

bhuda% gcc --version  
~/external-src/lyx-devel
gcc (GCC) 3.4.2 [FreeBSD] 20040728
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

The only information I could find about qt is that it's version
3.3.4. It's installed from the FreeBSD ports system.

  http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.