Re: Release of LyX 1.1.2

1999-01-02 Thread Jesús María Frías Celayeta

Dear Lyx users:

I found problems installing the 1.1.2 development version of lyx. 
I use Red Hat 5.0 Linux, xforms 0.86 and gcc version 2.7.2.3. After a
sucessfull configuration I get the following error (very early) when
making the program:

[iosu@bat]$ make
Making all in intl
make[1]: Entering directory `/software/temp/lyx-1.1.2/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/software/temp/lyx-1.1.2/intl'
Making all in po
make[1]: Entering directory `/software/temp/lyx-1.1.2/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/software/temp/lyx-1.1.2/po'
Making all in src
make[1]: Entering directory `/software/temp/lyx-1.1.2/src'
make  all-recursive
make[2]: Entering directory `/software/temp/lyx-1.1.2/src'
Making all in mathed
make[3]: Entering directory `/software/temp/lyx-1.1.2/src/mathed'
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
-I/usr/X11R6/include  -O2 -c formula.C
In file included from ../../src/support/lyxstring.h:32,
 from ../../src/LString.h:20,
 from ../../src/lyxfont.h:19,
 from ../../src/insets/lyxinset.h:19,
 from formula.h:25,
 from formula.C:25:
../../src/support/LOstream.h:23: iostream: No such file or directory
In file included from ../../src/support/lyxstring.h:33,
 from ../../src/LString.h:20,
 from ../../src/lyxfont.h:19,
 from ../../src/insets/lyxinset.h:19,
 from formula.h:25,
 from formula.C:25:
../../src/support/LIstream.h:23: iostream: No such file or directory
make[3]: *** [formula.o] Error 1
make[3]: Leaving directory `/software/temp/lyx-1.1.2/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/software/temp/lyx-1.1.2/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/software/temp/lyx-1.1.2/src'
make: *** [all-recursive] Error 1
[iosu@bat]$ 


Apparently is not finding an include file!. I also attach the config.log
file and the output from configure and I would appreciate any help. I have
already sucessfully compile/install/use Lyx 1.0.0 in my system and I use
Lyx for several years (just to waste bandwidth: is a wonderful software!!)

My best regards,

IOsu


---
Jesús María Frías Celayeta  "Valeu a pena? Tudo vale a pena
ENSIA-INRA, Av. des Olympiades, 1   se a alma não é pequena
91744, Massy. FRANCEQuem quer passar além do Bojador
Fax:intl+33+1+69935185  Tem que passar além da dor.
Phone:intl+33+1+69935191Deus ao mar o perigo e abismo deu,
Mas nele é que espelhou o céu"
---






This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:630: checking host system type
configure:651: checking target system type
configure:669: checking build system type
configure:694: checking config.cache system type
configure:723: checking for a BSD compatible install
configure:776: checking whether build environment is sane
configure:833: checking whether make sets ${MAKE}
configure:880: checking for working aclocal
configure:893: checking for working autoconf
configure:906: checking for working automake
configure:919: checking for working autoheader
configure:932: checking for working makeinfo
configure:955: checking for lyx
configure:1005: checking whether make sets ${MAKE}
configure:1043: checking for a BSD compatible install
configure:1098: checking for ranlib
configure:1128: checking for kpsewhich
configure:1166: checking for gcc
configure:1279: checking whether the C compiler (gcc  ) works
configure:1295: gcc -o conftestconftest.c  15
configure:1321: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1326: checking whether we are using GNU C
configure:1354: checking whether gcc accepts -g
configure:1388: checking for POSIXized ISC
configure:1409: checking how to run the C preprocessor
configure:1489: checking for AIX
configure:1514: checking for HP-UX
configure:1530: checking for SunOS 4.x
configure:1545: checking for SCO 3.2v4
configure:1571: checking for Cygwin environment
configure:1604: checking for mingw32 environment
configure:1635: checking for executable suffix
configure:1675: checking for a working C++ compiler
configure:1711: g++ -o conftestconftest.C  15
configure:1749: checking whether the C++ compiler (g++  ) is a cross-compiler
configure:1753: checking whether we are using GNU C++
configure:1807: checking whether g++ accepts -g
configure:1845: checking how to run the C++ preprocessor
configure:1893: checking if C++ compiler supports mutable
configure:1909: g++ -c -O2  con

Re: Release of LyX 1.1.2

1999-01-02 Thread Jesús María Frías Celayeta

Dear Lyx users:

I found problems installing the 1.1.2 development version of lyx. 
I use Red Hat 5.0 Linux, xforms 0.86 and gcc version 2.7.2.3. After a
sucessfull configuration I get the following error (very early) when
making the program:

[iosu@bat]$ make
Making all in intl
make[1]: Entering directory `/software/temp/lyx-1.1.2/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/software/temp/lyx-1.1.2/intl'
Making all in po
make[1]: Entering directory `/software/temp/lyx-1.1.2/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/software/temp/lyx-1.1.2/po'
Making all in src
make[1]: Entering directory `/software/temp/lyx-1.1.2/src'
make  all-recursive
make[2]: Entering directory `/software/temp/lyx-1.1.2/src'
Making all in mathed
make[3]: Entering directory `/software/temp/lyx-1.1.2/src/mathed'
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
-I/usr/X11R6/include  -O2 -c formula.C
In file included from ../../src/support/lyxstring.h:32,
 from ../../src/LString.h:20,
 from ../../src/lyxfont.h:19,
 from ../../src/insets/lyxinset.h:19,
 from formula.h:25,
 from formula.C:25:
../../src/support/LOstream.h:23: iostream: No such file or directory
In file included from ../../src/support/lyxstring.h:33,
 from ../../src/LString.h:20,
 from ../../src/lyxfont.h:19,
 from ../../src/insets/lyxinset.h:19,
 from formula.h:25,
 from formula.C:25:
../../src/support/LIstream.h:23: iostream: No such file or directory
make[3]: *** [formula.o] Error 1
make[3]: Leaving directory `/software/temp/lyx-1.1.2/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/software/temp/lyx-1.1.2/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/software/temp/lyx-1.1.2/src'
make: *** [all-recursive] Error 1
[iosu@bat]$ 


Apparently is not finding an include file!. I also attach the config.log
file and the output from configure and I would appreciate any help. I have
already sucessfully compile/install/use Lyx 1.0.0 in my system and I use
Lyx for several years (just to waste bandwidth: is a wonderful software!!)

My best regards,

IOsu


---
Jesús María Frías Celayeta  "Valeu a pena? Tudo vale a pena
ENSIA-INRA, Av. des Olympiades, 1   se a alma não é pequena
91744, Massy. FRANCEQuem quer passar além do Bojador
Fax:intl+33+1+69935185  Tem que passar além da dor.
Phone:intl+33+1+69935191Deus ao mar o perigo e abismo deu,
Mas nele é que espelhou o céu"
---






This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:630: checking host system type
configure:651: checking target system type
configure:669: checking build system type
configure:694: checking config.cache system type
configure:723: checking for a BSD compatible install
configure:776: checking whether build environment is sane
configure:833: checking whether make sets ${MAKE}
configure:880: checking for working aclocal
configure:893: checking for working autoconf
configure:906: checking for working automake
configure:919: checking for working autoheader
configure:932: checking for working makeinfo
configure:955: checking for lyx
configure:1005: checking whether make sets ${MAKE}
configure:1043: checking for a BSD compatible install
configure:1098: checking for ranlib
configure:1128: checking for kpsewhich
configure:1166: checking for gcc
configure:1279: checking whether the C compiler (gcc  ) works
configure:1295: gcc -o conftestconftest.c  15
configure:1321: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1326: checking whether we are using GNU C
configure:1354: checking whether gcc accepts -g
configure:1388: checking for POSIXized ISC
configure:1409: checking how to run the C preprocessor
configure:1489: checking for AIX
configure:1514: checking for HP-UX
configure:1530: checking for SunOS 4.x
configure:1545: checking for SCO 3.2v4
configure:1571: checking for Cygwin environment
configure:1604: checking for mingw32 environment
configure:1635: checking for executable suffix
configure:1675: checking for a working C++ compiler
configure:1711: g++ -o conftestconftest.C  15
configure:1749: checking whether the C++ compiler (g++  ) is a cross-compiler
configure:1753: checking whether we are using GNU C++
configure:1807: checking whether g++ accepts -g
configure:1845: checking how to run the C++ preprocessor
configure:1893: checking if C++ compiler supports mutable
configure:1909: g++ -c -O2  con

Re: Release of LyX 1.1.2

1999-01-02 Thread Jesús María Frías Celayeta

Dear Lyx users:

I found problems installing the 1.1.2 development version of lyx. 
I use Red Hat 5.0 Linux, xforms 0.86 and gcc version 2.7.2.3. After a
sucessfull configuration I get the following error (very early) when
making the program:

[iosu@bat]$ make
Making all in intl
make[1]: Entering directory `/software/temp/lyx-1.1.2/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/software/temp/lyx-1.1.2/intl'
Making all in po
make[1]: Entering directory `/software/temp/lyx-1.1.2/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/software/temp/lyx-1.1.2/po'
Making all in src
make[1]: Entering directory `/software/temp/lyx-1.1.2/src'
make  all-recursive
make[2]: Entering directory `/software/temp/lyx-1.1.2/src'
Making all in mathed
make[3]: Entering directory `/software/temp/lyx-1.1.2/src/mathed'
g++ -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
-I/usr/X11R6/include  -O2 -c formula.C
In file included from ../../src/support/lyxstring.h:32,
 from ../../src/LString.h:20,
 from ../../src/lyxfont.h:19,
 from ../../src/insets/lyxinset.h:19,
 from formula.h:25,
 from formula.C:25:
../../src/support/LOstream.h:23: iostream: No such file or directory
In file included from ../../src/support/lyxstring.h:33,
 from ../../src/LString.h:20,
 from ../../src/lyxfont.h:19,
 from ../../src/insets/lyxinset.h:19,
 from formula.h:25,
 from formula.C:25:
../../src/support/LIstream.h:23: iostream: No such file or directory
make[3]: *** [formula.o] Error 1
make[3]: Leaving directory `/software/temp/lyx-1.1.2/src/mathed'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/software/temp/lyx-1.1.2/src'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/software/temp/lyx-1.1.2/src'
make: *** [all-recursive] Error 1
[iosu@bat]$ 


Apparently is not finding an include file!. I also attach the config.log
file and the output from configure and I would appreciate any help. I have
already sucessfully compile/install/use Lyx 1.0.0 in my system and I use
Lyx for several years (just to waste bandwidth: is a wonderful software!!)

My best regards,

IOsu


---
Jesús María Frías Celayeta  "Valeu a pena? Tudo vale a pena
ENSIA-INRA, Av. des Olympiades, 1   se a alma não é pequena
91744, Massy. FRANCEQuem quer passar além do Bojador
Fax:intl+33+1+69935185  Tem que passar além da dor.
Phone:intl+33+1+69935191Deus ao mar o perigo e abismo deu,
Mas nele é que espelhou o céu"
---






This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:630: checking host system type
configure:651: checking target system type
configure:669: checking build system type
configure:694: checking config.cache system type
configure:723: checking for a BSD compatible install
configure:776: checking whether build environment is sane
configure:833: checking whether make sets ${MAKE}
configure:880: checking for working aclocal
configure:893: checking for working autoconf
configure:906: checking for working automake
configure:919: checking for working autoheader
configure:932: checking for working makeinfo
configure:955: checking for lyx
configure:1005: checking whether make sets ${MAKE}
configure:1043: checking for a BSD compatible install
configure:1098: checking for ranlib
configure:1128: checking for kpsewhich
configure:1166: checking for gcc
configure:1279: checking whether the C compiler (gcc  ) works
configure:1295: gcc -o conftestconftest.c  1>&5
configure:1321: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1326: checking whether we are using GNU C
configure:1354: checking whether gcc accepts -g
configure:1388: checking for POSIXized ISC
configure:1409: checking how to run the C preprocessor
configure:1489: checking for AIX
configure:1514: checking for HP-UX
configure:1530: checking for SunOS 4.x
configure:1545: checking for SCO 3.2v4
configure:1571: checking for Cygwin environment
configure:1604: checking for mingw32 environment
configure:1635: checking for executable suffix
configure:1675: checking for a working C++ compiler
configure:1711: g++ -o conftestconftest.C  1>&5
configure:1749: checking whether the C++ compiler (g++  ) is a cross-compiler
configure:1753: checking whether we are using GNU C++
configure:1807: checking whether g++ accepts -g
configure:1845: checking how to run the C++ preprocessor
configure:1893: checking if C++ compiler supports mutable
configure:1909: g++