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 9D955DE95 for ; Tue, 20 Nov 2012 06:20:04 +0000 (UTC) Received: (qmail 14995 invoked by uid 500); 20 Nov 2012 06:20:04 -0000 Delivered-To: apmail-axis-c-dev-archive@axis.apache.org Received: (qmail 14773 invoked by uid 500); 20 Nov 2012 06:20:03 -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 14290 invoked by uid 99); 20 Nov 2012 06:19:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 06:19:59 +0000 Date: Tue, 20 Nov 2012 06:19:59 +0000 (UTC) From: "Ivan Pechorin (JIRA)" To: c-dev@axis.apache.org Message-ID: <157387573.5367.1353392399053.JavaMail.jiratomcat@arcas> In-Reply-To: <657834593.38680.1338887007339.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13500859#comment-13500859 ] Ivan Pechorin commented on AXIS2C-1594: --------------------------------------- Thanks Dinesh. I've tested this patch on HP-UX 11.31 with HP aCC compiler - we use Axis2-C on this platform in production. I will also try it on AIX 5.3 with XL C/C+ 12.1 a little bit later when I have time. > 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 > Assignee: Dinesh Weerapurage > 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 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