Received: from pch.mit.edu (PCH.MIT.EDU [18.7.21.90]) by krbdev.mit.edu (8.9.3p2) with ESMTP id NAA20298; Mon, 11 Sep 2006 13:14:35 -0400 (EDT) Received: from pch.mit.edu (pch.mit.edu [127.0.0.1]) by pch.mit.edu (8.13.6/8.12.8) with ESMTP id k8BHE0Ui009974; Mon, 11 Sep 2006 13:14:00 -0400 Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by pch.mit.edu (8.13.6/8.12.8) with ESMTP id k8AGF1xQ028373 for ; Sun, 10 Sep 2006 12:15:01 -0400 Received: from mit.edu (W92-130-BARRACUDA-3.MIT.EDU [18.7.21.224]) by pacific-carrier-annex.mit.edu (8.13.6/8.9.2) with ESMTP id k8AGEwXK001025 for ; Sun, 10 Sep 2006 12:14:58 -0400 (EDT) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mit.edu (Spam Firewall) with ESMTP id 345521667C5 for ; Sun, 10 Sep 2006 12:14:56 -0400 (EDT) Received: by wx-out-0506.google.com with SMTP id t11so1465030wxc for ; Sun, 10 Sep 2006 09:14:56 -0700 (PDT) Domainkey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rxKL70tjsMGxHjXeWFlxnK195pcwuaZIq4wgKbmnOAMMnBy3LC4erFM/RQUXINQxr3ftCOXGmDTD+t07ohixeyBHyI5ZKuElsehEVgotUSouX5whGRaMoo3o6b5agk17S6xW8Gokr+t7trGZepmlW6me9R3cX2p0lz0z5nQhdr4= Received: by 10.90.72.10 with SMTP id u10mr1337426aga; Sun, 10 Sep 2006 09:14:55 -0700 (PDT) Received: by 10.90.118.1 with HTTP; Sun, 10 Sep 2006 09:14:55 -0700 (PDT) Message-Id: Date: Sun, 10 Sep 2006 18:14:55 +0200 From: "Karl J South" To: krb5-bugs@mit.edu Subject: Make process error MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Score: 0.00 X-Spam-Flag: NO X-Scanned-BY: MIMEDefang 2.42 X-Mailman-Approved-At: Mon, 11 Sep 2006 13:13:59 -0400 X-Beenthere: krb5-bugs-incoming@mailman.mit.edu X-Mailman-Version: 2.1.6 Precedence: list Sender: krb5-bugs-incoming-bounces@PCH.mit.edu Errors-To: krb5-bugs-incoming-bounces@PCH.mit.edu X-RT-Original-Encoding: iso-8859-1 Content-Length: 1717 OS: AIX 5.3 Compiler: IBM(R) XL C/C++ Enterprise Edition V7.0 When building krb5-1.5.1 the make process ends with: making all in util/support... cc -I../../include -I./../../include -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 -g -qhalt=e -O -D_THREAD_SAFE -c threads.c cc -I../../include -I./../../include -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 -g -qhalt=e -O -D_THREAD_SAFE -c init-addrinfo.c cc -I../../include -I./../../include -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 -g -qhalt=e -O -D_THREAD_SAFE -c plugins.c cc -I../../include -I./../../include -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 -g -qhalt=e -O -D_THREAD_SAFE -c errors.c "errors.c", line 52.17: 1506-280 (W) Function argument assignment between types "void*" and "const char*" is not allowed. "errors.c", line 76.11: 1506-068 (W) Operation between types "char*" and "const char*" is not allowed. "errors.c", line 120.7: 1506-068 (W) Operation between types "char*" and "const char*" is not allowed. "errors.c", line 146.31: 1506-280 (W) Function argument assignment between types "char*" and "const char*" is not allowed. cc -I../../include -I./../../include -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 -g -qhalt=e -O -D_THREAD_SAFE -c gmt_mktime.c cc -I../../include -I./../../include -I. -I. -DKRB5_DEPRECATED=1 -DKRB5_PRIVATE=1 -g -qhalt=e -O -D_THREAD_SAFE -c fake-addrinfo.c "fake-addrinfo.c", line 1212.9: 1506-045 (S) Undeclared identifier my_h_ent. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 1. Stop.