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. FRANCE                    Quem quer passar além do Bojador
Fax:intl+33+1+69935185                  Tem que passar além da dor.
Phone:intl+33+1+69935191                Deus 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 conftest    conftest.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 conftest    conftest.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++ -c -O2  conftest.C 1>&5
configure:1932: checking if C++ compiler supports partial specialization
configure:1950: g++ -c -O2  conftest.C 1>&5
configure:1940: Internal compiler error.
configure:1940: Please submit a full bug report to `[EMAIL PROTECTED]'.
configure: failed program was:
#line 1934 "configure"
#include "confdefs.h"

template<class T, class K>
class k {       
public:
};
template<class T> class k<void,T> { };

int main() {

  k<float, float> b;
  k<void,void> a;

; return 0; }
configure:1972: checking whether the C++ compiler understands explicit
configure:2010: checking for broken STL stack template
configure:2051: checking whether the included std::string should be used
configure:2076: g++ -c -O2  conftest.C 1>&5
configure:2064: parse error before `::'
configure: In function `int main()':
configure:2069: no member function `basic_string<char,string_char_traits<char> 
>::clear()' defined
configure:2071: no member function `basic_string<char,string_char_traits<char> 
>::erase()' defined
configure: failed program was:
#line 2061 "configure"
#include "confdefs.h"

            #include <string>
            using std::string;
        
int main() {

            string a("hello there");
            a.clear();
            a = "hey";
            a.erase();
        
; return 0; }
configure:2114: checking for correct namespaces support
configure:2154: checking for C headers wrappers
configure:2194: checking whether the C++ compiler supports RTTI
configure:2261: checking for ostream
configure:2261: checking for istream
configure:2299: checking for modern STL streams
configure:2339: checking for sin in -lm
configure:2389: checking for fopen in -lc
configure:2463: checking for extra library directory
configure:2506: checking for extra include directory
configure:2540: checking for extra lib+include directory
configure:2586: checking for main in -liberty
configure:2633: checking for ptsname in -lpt
configure:2681: checking for X
configure:2995: checking for dnet_ntoa in -ldnet
configure:3039: checking for dnet_ntoa in -ldnet_stub
configure:3090: checking for gethostbyname
configure:3194: checking for connect
configure:3292: checking for remove
configure:3390: checking for shmat
configure:3497: checking for IceConnectionNumber in -lICE
configure:3548: checking for XOpenIM
configure:3605: checking for XpmCreateBufferFromImage in -lXpm
configure:3658: checking for X11/xpm.h
configure:3740: checking xpm header version
configure:3783: checking for fl_initialize in -lforms
configure:3879: checking for X11/forms.h
configure:3913: checking for forms.h
configure:3960: checking xforms header version
configure:4036: checking for working const
configure:4111: checking for inline
configure:4152: checking for ANSI C header files
configure:4256: checking for off_t
configure:4289: checking for size_t
configure:4324: checking for working alloca.h
configure:4357: checking for alloca
configure:4559: checking for unistd.h
configure:4598: checking for getpagesize
configure:4651: checking for working mmap
configure:4827: checking for argz.h
configure:4827: checking for limits.h
configure:4827: checking for locale.h
configure:4827: checking for nl_types.h
configure:4827: checking for malloc.h
configure:4827: checking for string.h
configure:4827: checking for unistd.h
configure:4827: checking for sys/param.h
configure:4867: checking for getcwd
configure:4867: checking for munmap
configure:4867: checking for putenv
configure:4867: checking for setenv
configure:4867: checking for setlocale
configure:4867: checking for strchr
configure:4867: checking for strcasecmp
configure:4867: checking for strdup
configure:4867: checking for __argz_count
configure:4867: checking for __argz_stringify
configure:4867: checking for __argz_next
configure:4986: checking for LC_MESSAGES
configure:5019: checking whether NLS is requested
configure:5039: checking whether included gettext is requested
configure:5058: checking for libintl.h
configure:5085: checking for gettext in libc
configure:5211: checking for msgfmt
configure:5245: checking for dcgettext
configure:5300: checking for gmsgfmt
configure:5336: checking for xgettext
configure:5376: gcc -o conftest -g -O2   -I/usr/X11R6/include  conftest.c  -lSM -lICE 
-liberty -lc -lm   -L/usr/X11R6/lib -lX11  1>&5
configure:5834: checking for catalogs to be installed
configure:5957: checking for dirent.h that defines DIR
configure:5995: checking for opendir in -ldir
configure:6084: checking whether sys/types.h defines makedev
configure:6114: checking for sys/mkdev.h
configure:6152: checking for sys/sysmacros.h
configure:6193: checking for sys/time.h
configure:6193: checking for sys/types.h
configure:6193: checking for sys/select.h
configure:6232: checking whether stat file-mode macros are broken
configure:6288: checking whether time.h and sys/time.h may both be included
configure:6323: checking for st_blksize in struct stat
configure:6357: checking for st_blocks in struct stat
configure:6393: checking for st_rdev in struct stat
configure:6429: checking for mode_t
configure:6462: checking for off_t
configure:6495: checking for pid_t
configure:6528: checking return type of signal handlers
configure:6569: checking for size_t
configure:6602: checking for uid_t in sys/types.h
configure:6653: checking for memmove
configure:6653: checking for memset
configure:6653: checking for strchr
configure:6653: checking for putenv
configure:6653: checking for setenv
configure:6653: checking for mkfifo
configure:6710: checking types of arguments for select()
configure:6785: checking for strerror
configure:6785: checking for atexit

Reply via email to