Re: PLEASE HELP ME :-(
- From: "Phoenix" <sudhansutiwari@xxxxxxxxx>
- Date: 7 Feb 2007 04:38:59 -0800
On Feb 7, 1:03 am, Rick Jones <rick.jon...@xxxxxx> wrote:
sudhansutiw...@xxxxxxxxx wrote:
(aCC -Wl,+s +W829 -DPROTOTYPING -g -c -Aa -I/citisafe/users/
mandaro/cs35/href -I/citisafe/users/secpxyit/IWS6.0SP5/IWS/plugins/
include -I/citisafe/users/secpxyit/syb1251/OCS-12_5/include -I/
citisafe/users/secpxyit/CRYPTO/include -I/citisafe/users/secpxyit/
enigma/h -I/usr/include -Dunix -DIDL_PROTOTYPES -D_REENTRANT
+DAportable -DHPUX -DMCC_HTTP -DMCC_PROXY -DNET_SSL -D_HPUX_SOURCE -
DXP_UNIX -D_POSIX_SOURCE -D_TCDCE_ -D_CSAFESDB_ -D_DBUG -D_DEBUG -
D_DBUG -D_TRACEMEM_ -D_WCL_ -g0 -DTCODSS_FILENAME=\"CSAFESocket.cpp\" /
citisafe/users/mandaro/cs35/waicref/CSAFESocket.cpp -o /citisafe/users/
mandaro/cs35/waicref/CSAFESocket.o) || (rm -f /citisafe/users/mandaro/
cs35/waicref/CSAFESocket.o;exit 1)
aCC: warning 901: unknown option: `+DAportable': use +help for online
documentation.
Dennis will need to address the othercv-qualifier bits below, but that
warning above stems from +DAportable being an option on PA-RISC, not
Itanium. Some additional makefile/configure script work is likely in
order to correct that.
"/citisafe/users/mandaro/cs35/waicref/CSAFESocket.cpp", line 155:
error #2315:
the object has cv-qualifiers that are not compatible with
the member
function
object type is: const CSAFESocket
m_sock = p_sock.getsocket();
^
"/citisafe/users/mandaro/cs35/waicref/CSAFESocket.cpp", line 181:
error #2315:
the object has cv-qualifiers that are not compatible with
the member
function
object type is: const CSAFESocket
this->m_sock = p_sock.getsocket();
^
"/citisafe/users/mandaro/cs35/waicref/CSAFESocket.cpp", line 838:
warning #2549-D:
variable "l_nread" is used before its value is set
ioctl(i,l_nread);
^
Is it indeed the case that l_nread isn't being set before the ioctl call?
rick jones
2 errors detected in the compilation of "/citisafe/users/mandaro/cs35/
waicref/CSAFESocket.cpp".
*** Error exit code 1
Waiting for your response on this . . Thanks in advance friend . .
--
web2.0 n, the dot.com reunion tour...
these opinions are mine, all mine; HP might not want them anyway... :)
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...- Hide quoted text -
- Show quoted text -
Hi Rick,
Thanks a lot for your comments dear friend. Yeah I confirmed and found
+DAportable is not supported on Itanium as you had indicated.
I know that a non-const member function can't be called from a const
object and hence the above "cv-qualifiers" error but it was running
successfully on PA-RISC based systems.
I expect that DENNIS would address this issue soon . .
.
- Follow-Ups:
- Re: PLEASE HELP ME :-(
- From: Dennis Handly
- Re: PLEASE HELP ME :-(
- From: Rick Jones
- Re: PLEASE HELP ME :-(
- References:
- PLEASE HELP ME :-(
- From: sudhansutiwari
- Re: PLEASE HELP ME :-(
- From: Dennis Handly
- Re: PLEASE HELP ME :-(
- From: sudhansutiwari
- Re: PLEASE HELP ME :-(
- From: Rick Jones
- PLEASE HELP ME :-(
- Prev by Date: Re: where to find details about compilation error/warning
- Next by Date: Re: PLEASE HELP ME :-(
- Previous by thread: Re: PLEASE HELP ME :-(
- Next by thread: Re: PLEASE HELP ME :-(
- Index(es):
Relevant Pages
|
|