Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-09 Thread Bruce Foster
> > "Bruce" == Bruce Foster <[EMAIL PROTECTED]> writes: > >Bruce> After applying the patch and rerunning the configuration, the >Bruce> compile still fails in fmt.C: > >Have you run autoconf? > >JMarc At that time, I was working with an incomplete patch and also had not run autoconf. With Al

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-09 Thread Jean-Marc Lasgouttes
> "Bruce" == Bruce Foster <[EMAIL PROTECTED]> writes: Bruce> After applying the patch and rerunning the configuration, the Bruce> compile still fails in fmt.C: Have you run autoconf? JMarc

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-07 Thread Jean-Marc Lasgouttes
> "Bruce" == Bruce Foster <[EMAIL PROTECTED]> writes: Bruce> After applying the patch and rerunning the configuration, the Bruce> compile still fails in fmt.C: Could somebody try to compile on HP-UX from the latest cvs? JMarc

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-06 Thread Bruce Foster
After applying the patch and rerunning the configuration, the compile still fails in fmt.C: /bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../../boost -I/opt/local/include -D_HPUX_SOURCE -fno-rtti -fno-exceptions -c fmt.C g++ -DHAVE_CONFIG_H -I. -I. -I.

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-06 Thread lyx-devel
On Tue, Feb 06, 2001 at 05:21:38PM +0100, Jean-Marc Lasgouttes wrote: > > "lyx-devel" == lyx-devel <[EMAIL PROTECTED]> writes: > > lyx-devel> After building and installing, executing lyx gives: > lyx-devel> /usr/lib/dld.sl: Call to mmap() failed - TEXT > lyx-devel> /opt/TWWfsw/libxforms/lib/

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-06 Thread Jean-Marc Lasgouttes
> "lyx-devel" == lyx-devel <[EMAIL PROTECTED]> writes: lyx-devel> Patch attached to get 1.1.6fix1 compiling under HP-UX lyx-devel> 10.20. This patch does the following: I applied the patch to both branches. lyx-devel> After building and installing, executing lyx gives: lyx-devel> /usr/lib/

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-05 Thread lyx-devel
On Mon, Feb 05, 2001 at 04:45:01PM +0100, Jean-Marc Lasgouttes wrote: > > "lyx-devel" == lyx-devel <[EMAIL PROTECTED]> writes: > > lyx-devel> 1. Checks if function prototypes for snprintf() and > lyx-devel> vsnprintf() exist. If not, the prototypes in > lyx-devel> src/support/snprintf.h ar

Re: HP-UX 10.20 patch for lyx 1.1.6fix1

2001-02-05 Thread Jean-Marc Lasgouttes
> "lyx-devel" == lyx-devel <[EMAIL PROTECTED]> writes: lyx-devel> 1. Checks if function prototypes for snprintf() and lyx-devel> vsnprintf() exist. If not, the prototypes in lyx-devel> src/support/snprintf.h are used. Please, do not modify config.h.in. This file is generated automatically