Hi all,
I tried to compile Lyx (1.1.5fix1) after I update Xpm to 3.4k and xforms
to 0.89. The IRIX System is 6.5.8 running on an Octane. Unfortunately
the compilation failed because the script could not find a source file.
I had a look in the tar file but I did not find the file.
Any ideas?
Gerd Rheinwald
The compiler output follows:
Making all in intl
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g intl-compat.c
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g bindtextdom.c
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g dcgettext.c
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g dgettext.c
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g gettext.c
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g finddomain.c
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g loadmsgcat.c
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g localealias.c
"localealias.c", line 258: warning(1164): argument of type "unsigned
char *"
is incompatible with parameter of type "char *"
if (fgets (buf, sizeof buf, fp) == NULL)
^
"localealias.c", line 264: warning(1164): argument of type "unsigned
char *"
is incompatible with parameter of type "const char *"
if (strchr (buf, '\n') == NULL)
^
"localealias.c", line 317: warning(1164): argument of type "unsigned
char *"
is incompatible with parameter of type "const char *"
alias_len = strlen (alias) + 1;
^
"localealias.c", line 318: warning(1164): argument of type "unsigned
char *"
is incompatible with parameter of type "const char *"
value_len = strlen (value) + 1;
^
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g textdomain.c
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g l10nflist.c
cc -c -DLOCALEDIR=\"/usr/local/share/locale\"
-DGNULOCALEDIR=\"/usr/local/share/locale\"
-DLOCALE_ALIAS_PATH=\"/usr/local/share/locale:.\" -DHAVE_CONFIG_H
-I../src -I. -I../intl -I../lib -I../src/cheaders -g explodename.c
"explodename.c", line 111: warning(1164): argument of type "const char
*" is
incompatible with parameter of type "const unsigned char *"
*normalized_codeset = _nl_normalize_codeset (*codeset,
^
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o
dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o
textdomain.o l10nflist.o explodename.o
: libintl.a
Making all in po
Making all in src
cd .. \
&& CONFIG_FILES= CONFIG_HEADERS=src/config.h \
/bin/sh ./config.status
creating src/config.h
src/config.h is unchanged
linking ./intl/libgettext.h to intl/libintl.h
make all-recursive
Making all in mathed
/bin/sh ../../libtool --mode=compile CC -DHAVE_CONFIG_H -I. -I.
-I../../src -I../../images -I./../ -I../../src/cheaders -g -c
formula.C
CC -DHAVE_CONFIG_H -I. -I. -I../../src -I../../images -I./../
-I../../src/cheaders -g -c formula.C -o formula.o
"formula.C", line 22: error(1005): could not open source file
"strstream"
#include <strstream>
^
1 catastrophic error detected in the compilation of "formula.C".
Compilation terminated.
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)
*** Error code 1 (bu21)