<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 style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt">Hi TagLib!</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt"><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family:Calibri,Helvetica,sans-serif; font-size:18pt"><b><u>Issue #1: Can't compile on windows 10</u></b></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt">I am following this installation procedure: </span><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt"><a href="https://github.com/taglib/taglib/blob/master/INSTALL.md#windows" id="LPlnk">https://github.com/taglib/taglib/blob/master/INSTALL.md#windows</a></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
I am on Windows 10 and I use <span style="margin: 0px; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="margin:0px">mingw32-make.exe version</span><span style="margin:0px"> 3.82.90 Built for i686-pc-mingw32.</span></span></div>
<div><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt">I do not have zlib or </span><span style="color: rgb(36, 41, 46); text-align: left; background-color: rgb(255, 255, 255); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; display: inline !important;">cppunit</span><span style="color: rgb(36, 41, 46); text-align: left; background-color: rgb(255, 255, 255); display: inline !important;"><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt"> 
 installed.</span></span></div>
<div><font face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji"><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt">I build the Makefiles with:</span></font></div>
<div><font face="-apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji"><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt">     </span><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt"><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><b>cmake
 -G "MinGW Makefiles" .</b></span></span></font><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt"> </span></div>
<div><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt">and it works just fine. T</span><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt">hen I build the project with:</span></div>
<div><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt"><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); display: inline !important;"><b>     mingw32-make</b></span></span></div>
<div><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt">and it give me this error:</span></div>
<div><span style="font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace; font-size:13.6px"><span style="font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace; font-size:13.6px"><img size="112054" tabindex="-1" style="max-width: 100%; height: 237px; width: 783px;" width="783" height="237" data-outlook-trace="F:1|T:1" src="cid:836c9fcc-5e4c-4f24-8e68-32ef85914441"><br>
</span></span></div>
<div class="_Entity _EType_OWALinkPreview _EId_OWALinkPreview _EReadonly_1"></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
Right now the only solution I found is to add:</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
     #include <climits> </div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
in tfilestream.h, but It does not feel right.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt"><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt"><b style="color: rgb(0, 0, 0); font-size: 24px; background-color: rgb(255, 255, 255);"><u>Issue #2: Can't find cmake package</u></b><br>
</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 11pt;"><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 11pt;">​In m</span></span><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;"><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 11pt;">​</span></span><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;"><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 11pt;">​y
 CMakeLists.txt file I try this:</span></span><span style="font-family:Calibri,Helvetica,sans-serif; font-size:12pt"><span style="color: rgb(0, 0, 0); font-size: 24px; background-color: rgb(255, 255, 255);"><br>
</span></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;"><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 11pt;"><img size="16746" contenttype="image/png" unselectable="on" tabindex="-1" style="max-width: 100%; user-select: none;" data-outlook-trace="F:1|T:1" src="cid:c8bfa5ca-8f8c-46ed-ad4b-66e5c39a2dba"></span></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;"><span style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 11pt;"><span style="margin: 0px; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);"><span style="margin:0px"><span style="margin: 0px; font-size: 11pt; background-color: rgb(255, 255, 255);">but
 it fails with this error:</span></span></span>
<div style="margin: 0px; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
</div>
<div style="margin: 0px; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
</div>
<div style="margin: 0px; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
</div>
<img size="19432" contenttype="image/png" unselectable="on" tabindex="-1" style="max-width: 100%; user-select: none; width: 756px; height: 241px;" width="756" height="241" data-outlook-trace="F:1|T:1" src="cid:e5169db0-be94-4530-a469-861f320b97f8"><br>
</span></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-size: 14.6667px;">It does this on Windwos 10 and on the latest Ubuntu LTS version. Am I suppose to make my own taglibConfig.cmake, or am I suppoose to download one from the internet?</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-size: 14.6667px;"> </span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-size: 14.6667px;">Thank you guys for taking time to respond to my noob questions, and have a nice day!
</span><span id="πŸ™‚" style="font-size: 14.6667px;">πŸ™‚</span><br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-size: 14.6667px;"><span><br>
</span></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
<span style="font-size: 14.6667px;"><span>Mathieu</span></span></div>
</body>
</html>