Hi, I'm trying to install 2.3.12 on HP-UX 11i. I ran ./configure --enable-threads --prefix=/opt/mico2312, and then gmake
I get these errors:
gmake[1]: Entering directory `/tmp/mico/cpp'
echo '# Module dependencies' > .depend
/tmp/mico/./admin/mkdepend +O2 -mt -AA -ext *.c >> .depend
aCC -D_INCLUDE_LONGLONG -DHAVE_CONFIG_H -I. -I../include +O2 -Ae -c -o
cexp.o cexp.c
Error 173: "cexp.y", line 245 # Redefined symbol 'constant'; previously
defined at ["cexp.y", line 236].
struct constant {HOST_WIDE_INT value; int signedp;} integer;
^^^^^^^^^^^^^^^
Warning 942: "cexp.y", line 374 # Types 'constant *' and 'YYSTYPE::constant *'
are not assignment-compatible.
yyval.integer.value = right_shift (&yyvsp[-2].i
^
Warning 942: "cexp.y", line 376 # Types 'constant *' and 'YYSTYPE::constant *'
are not assignment-compatible.
yyval.integer.value = left_shift (&yyvsp[-2].in
^
Warning 942: "cexp.y", line 380 # Types 'constant *' and 'YYSTYPE::constant *'
are not assignment-compatible.
yyval.integer.value = left_shift (&yyvsp[-2].in
^
Warning 942: "cexp.y", line 382 # Types 'constant *' and 'YYSTYPE::constant *'
are not assignment-compatible.
yyval.integer.value = right_shift (&yyvsp[-2].i
^
Error 359: "cexp.y", line 1026 # The expression on the left side of the '->'
(arrow member access operator) must be a pointer to completed struct
object type; the type of the left side is 'constant *' and 'struct
constant' has not been defined yet.
return (unsigned HOST_WIDE_INT) a->value << b;
^
Error 359: "cexp.y", line 1035 # The expression on the left side of the '->'
(arrow member access operator) must be a pointer to completed struct
object type; the type of the left side is 'constant *' and 'struct
constant' has not been defined yet.
return a->signedp ? a->value >> (HOST_BITS_PER_WIDE_INT - 1) : 0;
^
Error 359: "cexp.y", line 1036 # The expression on the left side of the '->'
(arrow member access operator) must be a pointer to completed struct
object type; the type of the left side is 'constant *' and 'struct
constant' has not been defined yet.
else if (a->signedp)
^
Error 359: "cexp.y", line 1037 # The expression on the left side of the '->'
(arrow member access operator) must be a pointer to completed struct
object type; the type of the left side is 'constant *' and 'struct
constant' has not been defined yet.
return a->value >> b;
^
Error 359: "cexp.y", line 1039 # The expression on the left side of the '->'
(arrow member access operator) must be a pointer to completed struct
object type; the type of the left side is 'constant *' and 'struct
constant' has not been defined yet.
return (unsigned HOST_WIDE_INT) a->value >> b;
^
gmake[1]: *** [cexp.o] Error 2
gmake[1]: Leaving directory `/tmp/mico/cpp'
gmake: *** [system] Error 1
I also tried the procedure in README.mt, with the same results.
I didn't get these errors when using the same procedure to install on HPUX
11.0. Thanks
Tyler PERKINS
Test Engineer, SwiftNet PAC TCG
Tel: 540-829-1384
S.W.I.F.T., Inc.
This e-mail and any attachments thereto may contain information which is
confidential and/or proprietary and intended for the sole
use of the recipient(s) named above. If you have received this e-mail in error,
please immediately notify the sender and delete the
mail. Thank you for your co-operation.
SWIFT reserves the right to retain e-mail messages on its systems and, under
circumstances permitted by applicable law, to monitor
and intercept e-mail messages to and from its systems.
Please visit http://www.swift.com for more information about SWIFT.
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Mico-devel mailing list [email protected] http://www.mico.org/mailman/listinfo/mico-devel
