On Mon, Oct 22, 2012 at 10:18:22AM +0100, John Jefferies wrote: > > I am just getting started with using Zeromq. And I the Windows > developer. > > Out of the box, building zeromq from source requires VS2008 which > is now rather old and I don't have it installed any more. I do have > VS2012 & VS2010, both of which insist on updating the project > files. When these updated projects are built, they both complain > with this error when building libzmq: > "c1xx : fatal error C1083: Cannot open source file: '..\errno.cpp': > No such file or directory" > > The presence of errno.cpp in the project must be an artifact of the > VS project upgrade because that file isn't in the VS2008 project.
errno.cpp is referenced is in the libzmq/libzmq.proj file in the build/msvc directory, so it's there before conversion. -- AJ Lewis Software Engineer Quantum Corporation Work: 651 688-4346 email: [email protected] ---------------------------------------------------------------------- The information contained in this transmission may be confidential. Any disclosure, copying, or further distribution of confidential information is not permitted unless such privilege is explicitly granted in writing by Quantum. Quantum reserves the right to have electronic communications, including email and attachments, sent across its networks filtered through anti virus and spam software programs and retain such messages in order to comply with applicable data security and retention requirements. Quantum is not responsible for the proper and complete transmission of the substance of this communication or for any delay in its receipt. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
