<div dir="ltr"><div><br></div><div>This is a FYI, not a problem.</div><div><br></div><div><br></div><div>At first I had trouble compiling sqlitecpp with tag 2.2.0 (as required in version set 2.33) - it failed after not understanding -Wpedantic in CMakeLists.txt   </div><div>After a little time with google I found that this is supposed to be -pedantic, so I removed the W and it compiled.</div><div><br></div><div>Later on I went back to the sqlitecpp webpage to have a look there and found that in this file <a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__gitlab.com_SRombauts_SQLiteCpp_blob_master_CMakeLists.txt&d=DwMFaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=oyKV5joTkJsuRYv6hh48IMTw3i-IrYD-ZUAHHU0DdAY&m=f7J1uoUYKIwq0KTdHD180o0DBHuhMUEKnSjAifdjY6s&s=FOcJwke9-a2ym9znTaIKL2iSa1qqyUFiKLtC3gOAzWg&e=">https://gitlab.com/SRombauts/SQLiteCpp/blob/master/CMakeLists.txt</a> the option given is -pedantic, so this must have been changed since 2.2.0.</div><div><br></div><div>Anyway if anyone else runs into it, that's the solution.</div><div><br></div><div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial"><p class="gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Menlo;color:rgb(179,40,20);background-color:rgb(177,236,214)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures"><br></span></p><p class="gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Menlo;color:rgb(179,40,20);background-color:rgb(177,236,214)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">-<span class="gmail-Apple-converted-space">   <span> </span></span>add_compile_options(-fstack-protector -Wall -Wextra -Wpedantic -Wno-long-long -Wswitch-enum -Wshadow -Winline)</span></p><p class="gmail-p2" style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13px;line-height:normal;font-family:Menlo;color:rgb(8,168,4);background-color:rgb(177,236,214)"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">+<span class="gmail-Apple-converted-space">   <span> </span></span>add_compile_options(-fstack-protector -Wall -Wextra -pedantic -Wno-long-long -Wswitch-enum -Wshadow -Winline)</span></p><br></div><br class="gmail-Apple-interchange-newline">Naomi.</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 11, 2018 at 4:56 PM, Mark Ito <span dir="ltr"><<a href="mailto:marki@jlab.org" target="_blank">marki@jlab.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Folks,<br>
<br>
I've put together a new version set. Find it at:<br>
<br>
  <a href="https://halldweb.jlab.org/dist/version_2.33.xml" rel="noreferrer" target="_blank">https://halldweb.jlab.org/dist<wbr>/version_2.33.xml</a><br>
<br>
for the generic version and at<br>
<br>
  <a href="https://halldweb.jlab.org/dist/version_2.33_jlab.xml" rel="noreferrer" target="_blank">https://halldweb.jlab.org/dist<wbr>/version_2.33_jlab.xml</a><br>
<br>
for the version with directory tags to accommodate the build history at JLab.<br>
<br>
Two packages have changed. Sim-recon goes to version 2.25.0 and hdgeant4 goes to version 1.6.1. The release notes can be found at<br>
<br>
  <a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_sim-2Drecon_releases_tag_2.25.0&d=DwMFaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=oyKV5joTkJsuRYv6hh48IMTw3i-IrYD-ZUAHHU0DdAY&m=f7J1uoUYKIwq0KTdHD180o0DBHuhMUEKnSjAifdjY6s&s=HP-VK2zGeBYYEvIaEF2L69ZL00TPX62bdV5FXlZWHb0&e=" rel="noreferrer" target="_blank">https://github.com/JeffersonLa<wbr>b/sim-recon/releases/tag/2.25.<wbr>0</a><br>
<br>
and<br>
<br>
  <a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_HDGeant4_releases_tag_1.6.1&d=DwMFaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=oyKV5joTkJsuRYv6hh48IMTw3i-IrYD-ZUAHHU0DdAY&m=f7J1uoUYKIwq0KTdHD180o0DBHuhMUEKnSjAifdjY6s&s=c-zV9nQKgej5e3kwEO4y2-EobPTGGISX4smMcNdjd2g&e=" rel="noreferrer" target="_blank">https://github.com/JeffersonLa<wbr>b/HDGeant4/releases/tag/1.6.1</a><br>
<br>
build_scripts has also been updated to accommodate the move to custom SQLite builds on all platforms. The release notes for the latest tagged version are at<br>
<br>
  <a href="https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_JeffersonLab_build-5Fscripts_releases_tag_1.30&d=DwMFaQ&c=lz9TcOasaINaaC3U7FbMev2lsutwpI4--09aP8Lu18s&r=oyKV5joTkJsuRYv6hh48IMTw3i-IrYD-ZUAHHU0DdAY&m=f7J1uoUYKIwq0KTdHD180o0DBHuhMUEKnSjAifdjY6s&s=KFeC5HuInx6QAmzKHv6S3Ld2dR_miOvBUVRys5Y-nNk&e=" rel="noreferrer" target="_blank">https://github.com/JeffersonLa<wbr>b/build_scripts/releases/tag/<wbr>1.30</a><br>
<br>
The default version set at JLab will change to 2.33 at midnight tonight.<span class="HOEnZb"><font color="#888888"><br>
<br>
  -- Mark<br>
<br>
-- <br>
Mark Ito, <a href="mailto:marki@jlab.org" target="_blank">marki@jlab.org</a>, (757)269-5295<br>
<br>
______________________________<wbr>_________________<br>
Halld-offline mailing list<br>
<a href="mailto:Halld-offline@jlab.org" target="_blank">Halld-offline@jlab.org</a><br>
<a href="https://mailman.jlab.org/mailman/listinfo/halld-offline" rel="noreferrer" target="_blank">https://mailman.jlab.org/mailm<wbr>an/listinfo/halld-offline</a></font></span></blockquote></div><br></div>