Return-Path: X-Original-To: apmail-axis-c-dev-archive@www.apache.org Delivered-To: apmail-axis-c-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D10D2C512 for ; Tue, 5 Jun 2012 09:03:35 +0000 (UTC) Received: (qmail 50399 invoked by uid 500); 5 Jun 2012 09:03:35 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 50123 invoked by uid 500); 5 Jun 2012 09:03:35 -0000 Mailing-List: contact c-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list c-dev@axis.apache.org Received: (qmail 49121 invoked by uid 99); 5 Jun 2012 09:03:27 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 09:03:27 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 80C88142860 for ; Tue, 5 Jun 2012 09:03:27 +0000 (UTC) Date: Tue, 5 Jun 2012 09:03:27 +0000 (UTC) From: "Ivan Pechorin (JIRA)" To: c-dev@axis.apache.org Message-ID: <1334474579.38683.1338887007529.JavaMail.jiratomcat@issues-vm> In-Reply-To: <657834593.38680.1338887007339.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (AXIS2C-1594) axutil doesn't compile on HP-UX MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2C-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Pechorin updated AXIS2C-1594: ---------------------------------- Attachment: axutil_hpux_aix.patch Patch to remove invalid #include-s on HP-UX and AIX > axutil doesn't compile on HP-UX > ------------------------------- > > Key: AXIS2C-1594 > URL: https://issues.apache.org/jira/browse/AXIS2C-1594 > Project: Axis2-C > Issue Type: Bug > Components: util > Affects Versions: 1.7.0 > Environment: HP-UX 11.31 + HP aCC > Reporter: Ivan Pechorin > Attachments: axutil_hpux_aix.patch > > > axutil doesn't compile on HP-UX and AIX because util/include/platforms/axutil_platform_auto_sense.h has some old includes that are no longer present in Axis2-C source tree: > #elif defined ( AIX ) > #include > #elif defined ( HPUX ) > #include > The patch is trivial - remove these includes; platforms/unix/axutil_unix.h is just fine for HP-UX, the same should be true for AIX. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org For additional commands, e-mail: c-dev-help@axis.apache.org