Received: from biscayne-one-station.mit.edu (BISCAYNE-ONE-STATION.MIT.EDU [18.7.7.80]) by krbdev.mit.edu (8.9.3p2) with ESMTP id QAA14449; Thu, 31 Mar 2005 16:10:20 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.12.4/8.9.2) with ESMTP id j2VLAJo1017762 for ; Thu, 31 Mar 2005 16:10:19 -0500 (EST) Received: from cathode-dark-space.mit.edu (CATHODE-DARK-SPACE.MIT.EDU [18.18.1.96]) (authenticated bits=56) (User authenticated as tlyu@ATHENA.MIT.EDU) by outgoing.mit.edu (8.12.4/8.12.4) with ESMTP id j2VLAB0b020007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 31 Mar 2005 16:10:12 -0500 (EST) Received: (from tlyu@localhost) by cathode-dark-space.mit.edu (8.12.9) id j2VLABtX025970; Thu, 31 Mar 2005 16:10:11 -0500 (EST) To: rt@krbdev.mit.edu Subject: Re: [krbdev.mit.edu #2992] Kerberos 1.4 will not build gssapi_krb5.h on AIX 5.2 References: From: Tom Yu Date: Thu, 31 Mar 2005 16:10:11 -0500 In-Reply-To: (James A. Goodwin via's message of "Thu, 31 Mar 2005 10:57:10 -0500 (EST)") Message-Id: Lines: 14 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.9 X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 RT-Send-Cc: X-RT-Original-Encoding: us-ascii Content-Length: 562 >>>>> "James" == James A Goodwin via RT writes: James> echo "Creating gssapi.h" ; h=gss$$; rm -f $h; (echo "/* This is the James> gssapi_krb5.h prologue. */"; echo "\" ; echo "/* End of gssapi_krb5.h James> prologue. */"; cat ./gssapi_krb5.hin )> $h && (set -x; mv -f $h James> gssapi_krb5.h) ; e=$?; rm -f $h; exit $e James> The problem seems to be that an earlier line in the makefile reads: James> include_stdint=\#include Thanks. It looks like we have a quoting problem in that Makefile. ---Tom