FW: building testTriplewrap
"Colestock, Robert" <[email protected]> Thu, 20 Feb 2003 07:38:45 -0500
| Newsgroups | gmane.ietf.sfl |
|---|---|
| Message-ID | <[email protected]> |
-----Original Message----- From: Colestock, Robert Sent: Wednesday, February 19, 2003 1:17 PM To: '[email protected]'; [email protected] Cc: Pawling, John Subject: RE: building testTriplewrap Gavin: Sorry, I forgot to update the testTripleWrap makefile(s) on Linux or MS Windows. You will not be able to build that application. The auto_hi application should build fine, I use this to test the release. I suspect that you may have loaded the test utilities into the wrong directories; the test sources must be unloaded into the same directory as the R2.1 sources. Please let me know what the auto_hi errors you are encountering. R2.2 should be out at the end of this month. Bob Colestock -----Original Message----- From: Gavin O' Gorman [mailto:[email protected]] Sent: Wednesday, February 19, 2003 11:21 AM To: [email protected] Subject: building testTriplewrap Hey, I'm having difficulties building the testTripleWrap app. I downloaded, built, patched and rebuilt the smp libraries. They all built fine (using the smp workspace and the buildAll project ). When I attempted to build testTripleWrap it complained about not having a libcert.lib. I found the LibCtilMgrSTATIC project file and built it. That produced the libcert.lib fine. Now the application gives a rake of linking errors. 349 overall. Some are below. I'm not too familiar with building applications from libs & dlls, so apologies if I am making an obvious error. The Auto_Hi utility seems to be looking in the wrong location for the various libraries as well, or have I forgotten to build something ? Also, is there an update as to when v2.2 will be coming out ? Any help would be appreciated, thanks Gavin O' Gorman Linking... libCertd.lib(sm_CertificateList.obj) : error LNK2001: unresolved external symbol __chkesp libCertd.lib(sm_GenName.obj) : error LNK2001: unresolved external symbol __chkesp libCertd.lib(sm_Issuer.obj) : error LNK2001: unresolved external symbol __chkesp libCertd.lib(sm_CSInst.obj) : error LNK2001: unresolved external symbol __chkesp libCertd.lib(sm_MsgCertCrls.obj) : error LNK2001: unresolved external symbol __chkesp [...] sm_testTripleUnwrap.obj : error LNK2001: unresolved external symbol __chkesp [...] libCertd.lib(sm_CertificateList.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ) libCertd.lib(sm_GenName.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ) libCertd.lib(sm_Issuer.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::ios_base::Init::Init(void)" (__imp_??0Init@ios_base@std@@QAE@XZ) [...] testTripleWrap.obj : error LNK2001: unresolved external symbol "public: void __thiscall SFL::CSM_MsgToDecrypt::ReportMsgData(class std::basic_ostream > &)" (?ReportMsgData@CSM_MsgToDecrypt@SFL@@QAEXAAV?$basic_ostream@DU?$char_traits @D@std@@@std@@@Z) sm_testTripleUnwrap.obj : error LNK2001: unresolved external symbol "public: void __thiscall SFL::CSM_MsgToDecrypt::Decrypt(class CERT::CSMIME *)" (?Decrypt@CSM_MsgToDecrypt@SFL@@QAEXPAVCSMIME@CERT@@@Z) sm_testTripleUnwrap.obj : error LNK2001: unresolved external symbol "public: void __thiscall SFL::CSM_MsgToDecrypt::PreProc(class CERT::CSMIME *,class SNACC::CSM_Buffer *)" (?PreProc@CSM_MsgToDecrypt@SFL@@QAEXPAVCSMIME@CERT@@PAVCSM_Buffer@SNACC@@@Z)