[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: sftp_read receives EOF on second call for a 24kb file
[Thread Prev] | [Thread Next]
- Subject: RE: sftp_read receives EOF on second call for a 24kb file
- From: "Kevin Lambert" <klambert@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 25 Oct 2013 08:15:15 -0400
- To: <libssh@xxxxxxxxxx>
I don’t know why they are missing but if I don’t comment out the #ifndef HAVE_NOTHLL and add an implementation of htonll then I receive the following two link errors: 2>sftp.obj : error LNK2019: unresolved external symbol _htonll referenced in function _buffer_add_attributes 2>sftp.obj : error LNK2019: unresolved external symbol _ntohll referenced in function _sftp_parse_attr_4 The vcproj files were created using cmake-gui. Kevin -----Original Message----- From: Andreas Schneider [mailto:asn@xxxxxxxxxxxxxx] Sent: Friday, October 25, 2013 7:54 AM To: libssh@xxxxxxxxxx Subject: Re: sftp_read receives EOF on second call for a 24kb file On Friday 25 October 2013 07:16:36 Kevin Lambert wrote: > Those two functions came up as missing, not broken which is why I > added then. I wish I could update but I need to stick with the > corporate standard. How can they be missing? CMake checks the system libraries if the symbol is present and if it is present uses the system version and if not then our implementation. So how can they be missing if cmake detected them? -- andreas -- Andreas Schneider GPG-ID: CC014E3D www.cryptomilk.org asn@xxxxxxxxxxxxxx
RE: sftp_read receives EOF on second call for a 24kb file | "Kevin Lambert" <klambert@xxxxxxxxx> |
Re: sftp_read receives EOF on second call for a 24kb file | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
Re: sftp_read receives EOF on second call for a 24kb file | Kevin Lambert <klambert@xxxxxxxxx> |
Re: sftp_read receives EOF on second call for a 24kb file | Andreas Schneider <asn@xxxxxxxxxxxxxx> |