<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">> <font size="2"><span style="font-size:11pt;">The code comiles just fine</span></font><br>
</p>
<p style="margin-top:0;margin-bottom:0">Unfortunately, it does NOT compile fine on my system (and I guess the same occurs on several others!)<br>
</p>
<br>
<p style="margin-top:0;margin-bottom:0">Can you fix all these various issues and post an updated zip file so I can test it again?<br>
</p>
<br>
<p style="margin-top:0;margin-bottom:0">Cheers.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<br>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText"><br>
> A few points/questions:<br>
> <br>
> <br>
> - Why cmake?<br>
<br>
Well, this is part of a larger software bundle, so a build environment<br>
is needed. And I like cmake. :) <br>
<br>
> - I does not build/compile at all.<br>
> <br>
> - Why is this line here: #include <openssl/applink.c> ? I get a<br>
> compilation error! ðŸ˜±<br>
<br>
It's in there because it was documented to use it on windows. I manually<br>
copied the file to the appropriate place after compiling/installing<br>
openssl, but if it is not needed anymore, I can remove the line.<br>
<br>
> - Why are we adding these libraries: odbc32 advapi32 ?<br>
<br>
Again, larger bundle, I forgot to remove them for that small excerpt,<br>
they're not needed here. (but don't change anything, too)..<br>
<br>
> CMake Error at CMakeLists.txt:9 (find_package):<br>
>   By not providing "FindOpenSSLSyn.cmake" in CMAKE_MODULE_PATH this<br>
> project has asked CMake to find a package configuration file provided<br>
> by "OpenSSLSyn", but CMake did not find one.<br>
 <br>
And, again: that should have read OpenSSL instead of OpenSSLSyn, and<br>
the libs should read OpenSSL::Crypto. I have to use a special finder<br>
to get the includes/libs to compile, but that's only a compile/link<br>
issue...<br>
<br>
Best regards, Jan<br>
-- <br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" id="LPlnk267055" previewremoved="true">
https://mta.openssl.org/mailman/listinfo/openssl-users</a>
<div id="LPBorder_GT_15221749571140.8191279351207673" style="margin-bottom: 20px; overflow: auto; width: 100%; text-indent: 0px;">
<table id="LPContainer_15221749571120.2801230606354046" style="width: 90%; background-color: rgb(255, 255, 255); position: relative; overflow: auto; padding-top: 20px; padding-bottom: 20px; margin-top: 20px; border-top: 1px dotted rgb(200, 200, 200); border-bottom: 1px dotted rgb(200, 200, 200);" role="presentation" cellspacing="0">
<tbody>
<tr style="border-spacing: 0px;" valign="top">
<td id="TextCell_15221749571140.3171089759933605" style="vertical-align: top; position: relative; padding: 0px; display: table-cell;" colspan="2">
<div id="LPRemovePreviewContainer_15221749571140.47090944191227546"></div>
<div id="LPTitle_15221749571140.2588950773589972" style="top: 0px; color: rgb(0, 120, 215); font-weight: 400; font-size: 21px; font-family: "wf_segoe-ui_light", "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; line-height: 21px;">
<a id="LPUrlAnchor_15221749571140.5709680294968122" style="text-decoration: none;" href="https://mta.openssl.org/mailman/listinfo/openssl-users" target="_blank">openssl-users Info Page</a></div>
<div id="LPMetadata_15221749571140.87172691357223" style="margin: 10px 0px 16px; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 14px;">
mta.openssl.org</div>
<div id="LPDescription_15221749571140.2918620124212489" style="display: block; color: rgb(102, 102, 102); font-weight: 400; font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; font-size: 14px; line-height: 20px; max-height: 100px; overflow: hidden;">
This mailing list is for discussion among those using the OpenSSL software. To see the collection of prior postings to the list, visit the openssl-users Archives</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>