- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Subversion error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 03:46 AM
06-28-2006 03:46 AM
The ./configure runs fine but the make doesnt work. Here are the errors, What do I need to do? I dont have a gcc compiler. Is that needed?
I installed the same tar file on HP-UX 11.0 which had gcc and aCC and it worked fine. Please help.
/tmp/subversion-1.3.2
# make
------ making all in apr
Making all in strings
/bin/sh /tmp/subversion-1.3.2/apr/libtool --silent --mode=compile cc -g -Ae +Z +DAportable -DHAVE_CONFIG_H -DH
PUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -I../include -I../include/arch/unix -c apr_cpystrn.c && touch apr_cpystrn
.lo
(Bundled) cc: warning 480: The -g option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The -A option is available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +Z option is available only with the C/ANSI C product; ignored.
(Bundled) cc: "../include/apr_errno.h", line 52: error 1000: Unexpected symbol: "statcode".
(Bundled) cc: "../include/apr_errno.h", line 53: error 1000: Unexpected symbol: "apr_size_t".
(Bundled) cc: "../include/apr_errno.h", line 52: error 1705: Function prototypes are an ANSI feature.
(Bundled) cc: "../include/apr_errno.h", line 52: error 1677: Parameter type has an invalid storage class specifier "stat
ic".
(Bundled) cc: "../include/apr_errno.h", line 53: error 1573: Type of "bufsize" is undefined due to an illegal declaratio
n.
(Bundled) cc: "../include/apr_general.h", line 179: error 1000: Unexpected symbol: "apr_initialize".
(Bundled) cc: panic 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 03:51 AM
06-28-2006 03:51 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 04:22 AM
06-28-2006 04:22 AM
Re: Subversion error
Install GCC and try do it. It should work. You can download GCC from,
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.1.1/
Make you install Runtime dependencies as well.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 09:07 AM
06-30-2006 09:07 AM
Re: Subversion error
make
------ making all in apr
Making all in strings
/bin/sh /home/dev1/subversion-1.3.2/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -I../include -I../include/arch/unix -c apr_cpystrn.c && touch apr_cpystrn.lo
/bin/sh /home/dev1/subversion-1.3.2/apr/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -DHPUX11 -D_REENTRANT -D_XOPEN_SOURCE_EXTENDED -I../include -I../include/arch/unix -c apr_snprintf.c && touch apr_snprintf.lo
In file included from /usr/include/pthread.h:11,
from ../include/apr_portable.h:47,
from apr_snprintf.c:23:
/usr/include/sys/pthread.h:1130: parse error before '*' token
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2006 10:04 AM
06-30-2006 10:04 AM
Re: Subversion error
http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/subversion-1.3.1/