Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 25924 invoked from network); 23 Dec 2008 08:47:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Dec 2008 08:47:08 -0000 Received: (qmail 28508 invoked by uid 500); 23 Dec 2008 08:47:07 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 28501 invoked by uid 500); 23 Dec 2008 08:47:07 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 28492 invoked by uid 99); 23 Dec 2008 08:47:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2008 00:47:07 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2008 08:47:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5A4F9234C462 for ; Tue, 23 Dec 2008 00:46:44 -0800 (PST) Message-ID: <308643402.1230022004368.JavaMail.jira@brutus> Date: Tue, 23 Dec 2008 00:46:44 -0800 (PST) From: "S.Uthaiyashankar (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-736) Unable to build Axis2/C on Solaris 9 In-Reply-To: <21895237.1193466770795.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2C-736?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658796#action_12658796 ] S.Uthaiyashankar commented on AXIS2C-736: ----------------------------------------- Due to license constraint, we can't commit the patch to apache. However, by installing SUNWhea (SunOS Header Files) package, this problem could be solved. This package will install c/c++ system header files including getopt.h, dirent.h and stdint.h. This package can be found in solaris 2.x CD. > Unable to build Axis2/C on Solaris 9 > ------------------------------------ > > Key: AXIS2C-736 > URL: https://issues.apache.org/jira/browse/AXIS2C-736 > Project: Axis2-C > Issue Type: Bug > Components: build system (Unix/Linux) > Affects Versions: 1.1.0 > Environment: SunOS raphael 5.9 Generic_112233-11 sun4u sparc SUNW,Sun-Fire-280R > gcc (GCC) 3.3.6 > Reporter: Chris Rose > Assignee: S.Uthaiyashankar > Fix For: 1.6.0 > > Attachments: axis2c-1.3.1RC1-diff.txt, axis2c-1.5.0-diff-FULL.txt, axis2c-1.5.0-diff.txt > > > I am unable to configure and build Axis2/C 1.1.0 on Solaris 9. > /bin/bash ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -I../../../include/platforms -I../../../include/platforms/unix -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -Werror -c -o uuid_gen_unix.lo uuid_gen_unix.c > gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../include -I../../../include/platforms -I../../../include/platforms/unix -g -O2 -D_LARGEFILE64_SOURCE -ansi -Wall -Wno-implicit-function-declaration -Werror -c uuid_gen_unix.c -fPIC -DPIC -o .libs/uuid_gen_unix.o > In file included from ../../../include/platforms/axutil_platform_auto_sense.h:51, > from uuid_gen_unix.c:50: > ../../../include/platforms/unix/axutil_unix.h:115:20: getopt.h: No such file or directory > This is basically the first step of the build; at least it fails fast! ;) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.