I got the exact same errors compiling under HP-UX. I just changed it from "unsigned int" to "int" in the sockets.cxx file, and the compile worked.
Steve ____________ Steve Gordon Motorola - Engineering Computing Global Telecom Solutions Sector (817) 245-6811 [EMAIL PROTECTED] -----Original Message----- From: McCoy Ken - kmccoy [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 5:11 PM To: [EMAIL PROTECTED] Subject: More info - Make errors under Tru64 5.1A and VNC 3.3.4 The compiler on the system is "Compiler Driver V6.3-002 (cxx) cxx Driver" Thanks, Ken > -----Original Message----- > From: McCoy Ken - kmccoy > Sent: Monday, September 30, 2002 12:45 PM > To: '[EMAIL PROTECTED]' > Subject: Make errors under Tru64 5.1A and VNC 3.3.4 > > > Hi Folks, > > Anyone compiled the 3.3.4 version under Tru64 5.1A? > > I'm getting the following make errors and am not sure what should be > changed to work around this? > > > >> make > cxx -I.. -c sockets.cxx > cxx: Error: sockets.cxx, line 97: argument of type "unsigned int *" is > incompatible with parameter of type "int *" > getpeername(sock, (struct sockaddr *)&peeraddr, &addrlen); > ----------------------------------------------------^ > cxx: Error: sockets.cxx, line 98: argument of type "unsigned int *" is > incompatible with parameter of type "int *" > getsockname(sock, (struct sockaddr *)&myaddr, &addrlen); > --------------------------------------------------^ > cxx: Error: sockets.cxx, line 266: argument of type "unsigned int *" is > incompatible with parameter of type "int *" > sock = accept(listenSock, (struct sockaddr *) &addr, &addrlen); > -------------------------------------------------------^ > cxx: Info: 3 errors detected in the compilation of "sockets.cxx". > *** Exit 1 > Stop. > *** Exit 1 > Stop. > > > Any and all help, pointers, etc. greatly appreciated! > > Thanks, > Ken McCoy > > ********************************************************************** The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system. Thank You. _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
