Hi,
I am compiling some C codes in HP-UX11.i. I am getting the following warning message:
vatxdr_svc.c:81: warning: assignment makes pointer from integer without a cast
for the code:
transp = svctcp_create(sock, 0, 0);
transpHandle = transp;
Can anyone please help me out in this problem...
HI,
I am getting the following error while compiling some C++ code in HP-UX11.11:
/usr/ccs/bin/ld: Unrecognized argument: +init
/usr/ccs/bin/ld: Usage: /usr/ccs/bin/ld [options] [flags] files
collect2: ld returned 1 exit status
*** Error exit code 1
I am using gcc-3.3.1 compiler.
Can...
Hi,
I want to change one line in a program using sed script. For instance I want to change the line:
svc_sendreply(transp, xdr_void,(char *)NULL);
to
svc_sendreply(transp, (xdrproc_t)xdr_void,(char *)NULL);
in a program. How do I specify this in a sed script.
Thanks,
Anand.
Hi,
I ported some c++ applications from HP-UX10.20 to HP-UX11.11. When I tried compiling the applications I got the following warning message:
passing arg 2 of `svc_sendreply' from incompatible pointer type
for the line:
(void) svc_sendreply(transp, xdr_void,(char *)NULL);
Can anyone please...
I am trying to compile a C++ application on HP-UX11.11. I am using gcc-3.3.1. I am getting the following error while compilation:
/usr/local/bin/pa20_32/include/c++/3.3.1/backward/queue.h:34: error: `queue'is already declared in this scope
Can anyone please help me on this.
Thanks
-Anand.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.