Operating System - HP-UX
1752278 Members
4817 Online
108786 Solutions
New Discussion юеВ

Error 1701. Unsigned suffix is an ANSI feature?

 
SOLVED
Go to solution
wtiancai
Frequent Advisor

Error 1701. Unsigned suffix is an ANSI feature?

hi,everybody,


when install subversion1.4.4

the error message:

checking zlib.h usability... no
checking zlib.h presence... no
checking for zlib.h... no
configure: error: subversion requires zlib

and i download the zlib and install

the error message:
(Bundled) cc: "adler32.c", line 147: error 1701: Unsigned suffix is an ANSI feature.


=================
what's the problem?how can i do?tks!

34 REPLIES 34
Luk Vandenbussche
Honored Contributor
Solution

Re: Error 1701. Unsigned suffix is an ANSI feature?

On this site you can download all the runtime dependencies

http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/subversion-1.4.4/
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

whiteknight
Honored Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

wtiancai,

I tried this link, it is working
wk
Problem never ends, you must know how to fix it
Torsten.
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

try another mirror

http://hpux.asknet.de/hppd/hpux/Development/Tools/subversion-1.4.4/

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

hi,Lub

in the Installation

NOTE: You must install the apr, apr_util, db, expat, gettext, libiconv,
neon, perl, python and zlib packages before building or installing
this subversion package.

it's means i must download them first and install one by one?

====================
subversion-1.4.4-hppa-11.11.depot.gz

how to install this file?

================
i'm so poor at english :(
Torsten.
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

You must install all Run-time dependencies. If these files have more dependencies, you probably need them too...

To install:
save the file to disk, e.g. to

/tmp/mydepot.1.2.3.depot.gz

unzip it

gunzip mydepot.1.2.3.depot.gz

install it
swinstall -s /tmp/mydepot.1.2.3.depot

Do this with all dependend depots.
(this could be a lot of work).

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Dennis Handly
Acclaimed Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

Your immediate problem is that you can't use the bundled C compiler to develop/port software you need.
wtiancai
Frequent Advisor

Re: Error 1701. Unsigned suffix is an ANSI feature?

hi,Torsten

bea8:/tmp/svn#swinstall -s zlib-1.2.3-hppa-11.11.depot


has error:
NOTE: The interactive UI was invoked, since no software was
specified.

===
pls help,tks
whiteknight
Honored Contributor

Re: Error 1701. Unsigned suffix is an ANSI feature?

bea8:/tmp/svn#swinstall -s zlib-1.2.3-hppa-11.11.depot

try this
#swinstall -s /tmp/svn/zlib-1.2.3-hppa-11.11.depot

WK

please assign points


Problem never ends, you must know how to fix it