Check this commit http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=40155f408985aff2e9f1b61b7cb04a3e518633a1
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of LeSieur, Rajshree Sent: Tuesday, October 21, 2014 6:05 PM To: openssl-users@openssl.org Subject: OpenSSL 1.0.1j - HP HPUX, HP-PA builds fail with inline errors. I have gone through some of the solutions and tried them all. Still not having any luck. How can I get through this? It is holding up the rest of our project. cc -g -c -Ae -Ae +DD64 +O4 +e -I ../../../opnsrc/openssl/CurrentSource/BuildConfiguration/hpux-pa -I ../../../opnsrc/openssl/CurrentSource/BuildConfiguration/hpux-pa/openssl -I ../../../opnsrc/openssl/CurrentSource/crypto -I ../../../opnsrc/openssl/CurrentSource/crypto/asn1 -I ../../../opnsrc/openssl/CurrentSource/crypto/evp -I ../../../opnsrc/openssl/CurrentSource/crypto/modes -I ../../../opnsrc/openssl/CurrentSource -I ../../../opnsrc/openssl/CurrentSource/include -I ../../../opnsrc/openssl/CurrentSource/include/openssl -DOPENSSL_NO_ASM -DTA_hpux_pa=1 -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_CMS -DOPENSSL_NO_EC_NISTP_64_GCC_128 -DOPENSSL_NO_IDEA -DOPENSSL_NO_MD2 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_SCTP -DOPENSSL_NO_SEED -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS -D_REENTRANT -DMD32_XARRAY -DB_ENDIAN -o ../../hpux-pa/openssl/openssl/CurrentSource/ssl_a/s3_srvr.o ./ssl/s3_srvr.c cc: "ssl/../crypto/constant_time_locl.h", line 79: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 84: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 86: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 91: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 93: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 98: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 100: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 106: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 108: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 110: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 112: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 122: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 125: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 128: error 1000: Unexpected symbol: "int". cc: "ssl/../crypto/constant_time_locl.h", line 130: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 135: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 145: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 150: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 160: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 165: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 170: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 175: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 180: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 185: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 190: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 195: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 201: error 1000: Unexpected symbol: "unsigned". cc: "ssl/../crypto/constant_time_locl.h", line 207: error 1000: Unexpected symbol: "int". *** Error code 1 clearmake: Error: Build script failed for "../../hpux-pa/openssl/openssl/CurrentSource/ssl_a/s3_srvr.o" ======================================================== Aborting... Thanks, Ra ________________________________