<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>    Hello,</div><div><br></div><div>I have compiled several times ITK under linux but I cannot make it work with windows with which I am not really familiar.</div><div><br></div><div>I configure and generate files using CMake and then use MinGW with the command promt (mingw32-make) to build the project. Building start correctly and then I get the following output on the command promt (see below)</div><div><br></div><div>Thanks a lot for your help !</div><div><br></div><div><p style="margin: 0px;" data-mce-style="margin: 0px;">ommon\gdcmCAPICryptographicMessageSyntax.cxx:62:109: error: 'CryptStringToBinary<br>A' was not declared in this scope<br> if ( !CryptStringToBinaryA( (LPCSTR)certHexBuf, 0, CRYPT_STRING_BASE64_ANY, N<br>ULL, &certBinLen, NULL, NULL ) )</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:69:54: error: 'CRYPT_STRING_BASE64_<br>ANY' was not declared in this scope<br> if ( !CryptStringToBinaryA( (LPCSTR)certHexBuf, 0, CRYPT_STRING_BASE64_ANY, c<br>ertBin, &certBinLen, NULL, NULL ) )<br> ^~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:69:112: error: 'CryptStringToBinary<br>A' was not declared in this scope<br> if ( !CryptStringToBinaryA( (LPCSTR)certHexBuf, 0, CRYPT_STRING_BASE64_ANY, c<br>ertBin, &certBinLen, NULL, NULL ) )</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx: In member function 'virtual bool g<br>dcm::CAPICryptographicMessageSyntax::ParseKeyFile(const char*)':<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:102:55: error: 'CRYPT_STRING_BASE64<br>_ANY' was not declared in this scope<br> if ( !CryptStringToBinaryA((LPCSTR)keyHexBuffer, 0, CRYPT_STRING_BASE64_ANY,<br>NULL, &keyBinBufferLen, NULL, NULL) )<br> ^~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:102:114: error: 'CryptStringToBinar<br>yA' was not declared in this scope<br> if ( !CryptStringToBinaryA((LPCSTR)keyHexBuffer, 0, CRYPT_STRING_BASE64_ANY,<br>NULL, &keyBinBufferLen, NULL, NULL) )</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:108:55: error: 'CRYPT_STRING_BASE64<br>_ANY' was not declared in this scope<br> if ( !CryptStringToBinaryA((LPCSTR)keyHexBuffer, 0, CRYPT_STRING_BASE64_ANY,<br>keyBinBuffer, &keyBinBufferLen, NULL, NULL) )<br> ^~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:108:122: error: 'CryptStringToBinar<br>yA' was not declared in this scope<br> if ( !CryptStringToBinaryA((LPCSTR)keyHexBuffer, 0, CRYPT_STRING_BASE64_ANY,<br>keyBinBuffer, &keyBinBufferLen, NULL, NULL) )</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:114:69: error: 'PKCS_RSA_PRIVATE_KE<br>Y' was not declared in this scope<br> if (!CryptDecodeObjectEx(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, PKCS_RSA_PR<br>IVATE_KEY, keyBinBuffer, keyBinBufferLen, 0, NULL, NULL, &keyBlobLen))<br> ^~~~~~~~~~~<br>~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:120:69: error: 'PKCS_RSA_PRIVATE_KE<br>Y' was not declared in this scope<br> if (!CryptDecodeObjectEx(X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, PKCS_RSA_PR<br>IVATE_KEY, keyBinBuffer, keyBinBufferLen, 0, NULL, keyBlob, &keyBlobLen))<br> ^~~~~~~~~~~<br>~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx: In member function 'virtual bool g<br>dcm::CAPICryptographicMessageSyntax::Encrypt(char*, size_t&, const char*, size_t<br>) const':<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:164:3: error: 'CRYPT_ENCRYPT_MESSAG<br>E_PARA' was not declared in this scope<br> CRYPT_ENCRYPT_MESSAGE_PARA EncryptParams = {0};<br> ^~~~~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:165:3: error: 'EncryptParams' was n<br>ot declared in this scope<br> EncryptParams.cbSize = sizeof(EncryptParams);<br> ^~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:176:163: error: 'CryptEncryptMessag<br>e' was not declared in this scope<br> if(! CryptEncryptMessage(&EncryptParams, (DWORD)certifList.size(), (PCCERT_CO<br>NTEXT *)&certifList[0], (BYTE *)array, (DWORD)len, (BYTE *)output, (DWORD *)&out<br>len) )</p><p style="margin: 0px;" data-mce-style="margin: 0px;"><br> ^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:180:21: error: 'CRYPT_E_UNKNOWN_ALG<br>O' was not declared in this scope<br> if (dwResult == CRYPT_E_UNKNOWN_ALGO)<br> ^~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx: In member function 'virtual bool g<br>dcm::CAPICryptographicMessageSyntax::Decrypt(char*, size_t&, const char*, size_t<br>) const':<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:194:3: error: 'PCMSG_CMS_RECIPIENT_<br>INFO' was not declared in this scope<br> PCMSG_CMS_RECIPIENT_INFO recipientInfo = NULL;<br> ^~~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:209:38: error: 'CRYPT_ASN_ENCODING'<br> was not declared in this scope<br> if (! (hMsg = CryptMsgOpenToDecode(CRYPT_ASN_ENCODING | X509_ASN_ENCODING | P<br>KCS_7_ASN_ENCODING, 0, CMSG_ENVELOPED_DATA_PKCS_1_5_VERSION, 0, NULL, NULL)) )<br> ^~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:209:103: error: 'CMSG_ENVELOPED_DAT<br>A_PKCS_1_5_VERSION' was not declared in this scope<br> if (! (hMsg = CryptMsgOpenToDecode(CRYPT_ASN_ENCODING | X509_ASN_ENCODING | P<br>KCS_7_ASN_ENCODING, 0, CMSG_ENVELOPED_DATA_PKCS_1_5_VERSION, 0, NULL, NULL)) )</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:209:154: error: 'CryptMsgOpenToDeco<br>de' was not declared in this scope<br> if (! (hMsg = CryptMsgOpenToDecode(CRYPT_ASN_ENCODING | X509_ASN_ENCODING | P<br>KCS_7_ASN_ENCODING, 0, CMSG_ENVELOPED_DATA_PKCS_1_5_VERSION, 0, NULL, NULL)) )</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:215:59: error: 'CryptMsgUpdate' was<br> not declared in this scope<br> if(! CryptMsgUpdate(hMsg, (BYTE*)array, (DWORD)len, TRUE))<br> ^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:222:31: error: 'CMSG_TYPE_PARAM' wa<br>s not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_TYPE_PARAM, 0, &dwMessageType, &cbMessageTyp<br>eLen))<br> ^~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:222:84: error: 'CryptMsgGetParam' w<br>as not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_TYPE_PARAM, 0, &dwMessageType, &cbMessageTyp<br>eLen))</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:228:23: error: 'CMSG_ENVELOPED' was<br> not declared in this scope<br> if(dwMessageType != CMSG_ENVELOPED)<br> ^~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:248:31: error: 'CMSG_RECIPIENT_COUN<br>T_PARAM' was not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_RECIPIENT_COUNT_PARAM, 0, &nrOfRecipeints, &<br>nrOfRecipientsLen))<br> ^~~~~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:248:97: error: 'CryptMsgGetParam' w<br>as not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_RECIPIENT_COUNT_PARAM, 0, &nrOfRecipeints, &<br>nrOfRecipientsLen))</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:259:9: error: 'recipientInfo' was n<br>ot declared in this scope<br> if (recipientInfo) delete[] recipientInfo;<br> ^~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:259:33: error: type '<type error>'<br>argument given to 'delete', expected pointer<br> if (recipientInfo) delete[] recipientInfo;<br> ^~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:262:33: error: 'CMSG_CMS_RECIPIENT_<br>INFO_PARAM' was not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_CMS_RECIPIENT_INFO_PARAM, i, NULL, &cbReci<br>pientInfoLen))<br> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:262:92: error: 'CryptMsgGetParam' w<br>as not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_CMS_RECIPIENT_INFO_PARAM, i, NULL, &cbReci<br>pientInfoLen))</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:267:5: error: 'recipientInfo' was n<br>ot declared in this scope<br> recipientInfo = (PCMSG_CMS_RECIPIENT_INFO) new BYTE[cbRecipientInfoLen];<br> ^~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:268:33: error: 'CMSG_CMS_RECIPIENT_<br>INFO_PARAM' was not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_CMS_RECIPIENT_INFO_PARAM, i, recipientInfo<br>, &cbRecipientInfoLen))<br> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:268:101: error: 'CryptMsgGetParam'<br>was not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_CMS_RECIPIENT_INFO_PARAM, i, recipientInfo<br>, &cbRecipientInfoLen))</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:298:31: error: 'CMSG_ENVELOPE_ALGOR<br>ITHM_PARAM' was not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_ENVELOPE_ALGORITHM_PARAM, 0, NULL, &cekAlgLe<br>n))<br> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:298:81: error: 'CryptMsgGetParam' w<br>as not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_ENVELOPE_ALGORITHM_PARAM, 0, NULL, &cekAlgLe<br>n))</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:304:31: error: 'CMSG_ENVELOPE_ALGOR<br>ITHM_PARAM' was not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_ENVELOPE_ALGORITHM_PARAM, 0, cekAlg, &cekAlg<br>Len))<br> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:304:83: error: 'CryptMsgGetParam' w<br>as not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_ENVELOPE_ALGORITHM_PARAM, 0, cekAlg, &cekAlg<br>Len))</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:341:31: error: 'CMSG_CONTENT_PARAM'<br> was not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_CONTENT_PARAM, 0, NULL, &bareContentLen))<br> ^~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:341:75: error: 'CryptMsgGetParam' w<br>as not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_CONTENT_PARAM, 0, NULL, &bareContentLen))<br> ^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:347:31: error: 'CMSG_CONTENT_PARAM'<br> was not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_CONTENT_PARAM, 0, bareContent, &bareContentL<br>en))<br> ^~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:347:82: error: 'CryptMsgGetParam' w<br>as not declared in this scope<br> if(! CryptMsgGetParam(hMsg, CMSG_CONTENT_PARAM, 0, bareContent, &bareContentL<br>en))</p><p style="margin: 0px;" data-mce-style="margin: 0px;">^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:370:33: error: 'CryptMsgClose' was<br>not declared in this scope<br> if (hMsg) CryptMsgClose(hMsg);<br> ^<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:371:9: error: 'recipientInfo' was n<br>ot declared in this scope<br> if (recipientInfo) delete[] recipientInfo;<br> ^~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:371:33: error: type '<type error>'<br>argument given to 'delete', expected pointer<br> if (recipientInfo) delete[] recipientInfo;<br> ^~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx: In member function 'bool gdcm::CAP<br>ICryptographicMessageSyntax::Initialize()':<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:426:43: error: 'MS_ENH_RSA_AES_PROV<br>' was not declared in this scope<br> if (!CryptAcquireContextA(&hProv, NULL, MS_ENH_RSA_AES_PROV, PROV_RSA_AES, CR<br>YPT_VERIFYCONTEXT)) //CRYPT_VERIFYCONTEXT aes decr in cryptmsgcontrol not workin<br>g<br> ^~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:442:47: error: 'MS_ENH_RSA_AES_PROV<br>_A' was not declared in this scope<br> if (!CryptAcquireContextA(&hProv, NULL, MS_ENH_RSA_AES_PROV_A" (Prototype<br>)" /*"Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)"*/, PROV<br>_RSA_AES, CRYPT_VERIFYCONTEXT)) //CRYPT_VERIFYCONTEXT aes decr in cryptmsgcontro<br>l not working<br> ^~~~~~~~~~~~~~~~~~~~~<br>D:\Libraries\InsightToolkit-4.11.1\src\Modules\ThirdParty\GDCM\src\gdcm\Source\C<br>ommon\gdcmCAPICryptographicMessageSyntax.cxx:447:72: error: expected ')' before<br>string constant<br> if (!CryptAcquireContextA(&hProv, NULL, MS_ENH_RSA_AES_PROV_A" (Proto<br>type)" /*"Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype)"*/,<br>PROV_RSA_AES, CRYPT_NEWKEYSET | CRYPT_VERIFYCONTEXT))<br> ^~~~~~~~<br>~~~~~~<br>Modules\ThirdParty\GDCM\src\gdcm\Source\Common\CMakeFiles\gdcmCommon.dir\build.m<br>ake:787: recipe for target 'Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMake<br>Files/gdcmCommon.dir/gdcmCAPICryptographicMessageSyntax.cxx.obj' failed<br>mingw32-make[2]: *** [Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/<br>gdcmCommon.dir/gdcmCAPICryptographicMessageSyntax.cxx.obj] Error 1<br>CMakeFiles\Makefile2:6027: recipe for target 'Modules/ThirdParty/GDCM/src/gdcm/S<br>ource/Common/CMakeFiles/gdcmCommon.dir/all' failed<br>mingw32-make[1]: *** [Modules/ThirdParty/GDCM/src/gdcm/Source/Common/CMakeFiles/<br>gdcmCommon.dir/all] Error 2<br>Makefile:150: recipe for target 'all' failed<br>mingw32-make: *** [all] Error 2</p></div></div></body></html>