[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Binary package for HPUX

From: Smith, Darren <darrens_at_hp.com>
Date: 2006-04-25 16:59:17 CEST

Nico
 
Thanks for you help. Followed your link and added the following line
into the configure script and it worked ok.

CFLAGS="$CFLAGS -D_XOPEN_SOURCE_EXTENDED"
 
cheers

Darren Smith

UX - Support Specialist (Reading)
Infrastructure Management Services EMEA
HP Managed Services
mailto:darrens@hp.com
Direct Line +44 (0)118 916 0066
Mobile +44 (0)7768151957
  

 

________________________________

From: Nico Kadel-Garcia [mailto:nkadel@comcast.net]
Sent: 25 April 2006 13:24
To: Smith, Darren; users@subversion.tigris.org
Subject: Re: Binary package for HPUX

HP-UX is fairly weird. But there are some notes at
http://bugzilla.gnome.org/show_bug.cgi?id=74503 on similar problems. As
soon as that h_errno turned up undeclared, you were dead in the water:
it should be declared in an appropriate include file.
 
If you're comfortable with shell scripting, perhaps you can write a test
case for aclocal.m4 to add to the configure setups?

        ----- Original Message -----
        From: Smith, Darren <mailto:darrens@hp.com>
        To: users@subversion.tigris.org
        Sent: Tuesday, April 25, 2006 3:46 AM
        Subject: Binary package for HPUX
        
        

        Hello

        Could you tell me if there a binary package for HPUX 11.11. If
not could you help with the following error while running `make`. This
is part of the neon make. Sorry if this is obvious but I am new at this.

                /bin/sh ..//libtool --quiet --mode=compile gcc
-DHAVE_CONFIG_H -I../ -g -O2 -c ne_socket.c -o ne_socket.lo
        ne_socket.c: In function `ne_addr_resolve':
        ne_socket.c:814: warning: assignment makes pointer from integer
without a cast
        ne_socket.c:819: error: `h_errno' undeclared (first use in this
function)
        ne_socket.c:819: error: (Each undeclared identifier is reported
only once
        ne_socket.c:819: error: for each function it appears in.)
        ne_socket.c:821: error: dereferencing pointer to incomplete type

        ne_socket.c:823: error: `NO_RECOVERY' undeclared (first use in
this function)
        ne_socket.c:827: error: dereferencing pointer to incomplete type

        ne_socket.c:834: error: dereferencing pointer to incomplete type

        ne_socket.c:834: error: dereferencing pointer to incomplete type

        ne_socket.c: In function `raw_connect':
        ne_socket.c:964: error: `AF_INET' undeclared (first use in this
function)
        ne_socket.c: In function `ne_sock_connect':
        ne_socket.c:991: error: `AF_INET' undeclared (first use in this
function)
        ne_socket.c:991: error: `SOCK_STREAM' undeclared (first use in
this function)
        *** Error exit code 1

        If you need more information please ask.

        Best regards

        Darren Smith

        UX - Support Specialist (Reading)
        Infrastructure Management Services EMEA
        HP Managed Services
        mailto:darrens@hp.com <mailto:darrens@hp.com>
        Direct Line +44 (0)118 916 0066
        Mobile +44 (0)7768151957
          
Received on Tue Apr 25 17:00:57 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.