<div dir="ltr">Simon,<div><br></div><div>Success!  This change worked and I was able to build and install with icc.  Thank you!</div><div><br></div><div>I still get a lot of warnings during the build (see below) which seems like configure should work these out ahead of time.  They are easy enough to ignore, but if support for intel is added, it would be nice to have these cleaned up.  For what it's worth, adding support for additional compilers in my experience has greatly improved the quality of library code - it tends to snuff out those bugs that are hard to find on a single compiler.  </div><div><br></div><div>If you decide to merge this in, a release patch 2.0.3 would certainly be helpful as well!</div><div><br></div><div><br></div><div>Example warnings below:</div><div>icc: command line warning #10006: ignoring unknown option '-Wnested-externs'<br>icc: command line warning #10006: ignoring unknown option '-Wtautological-constant-out-of-range-compare'<br>icc: command line warning #10006: ignoring unknown option '-Wnested-externs'<br>icc: command line warning #10006: ignoring unknown option '-Wno-format-nonliteral'<br>icc: command line warning #10006: ignoring unknown option '-Wno-format-nonliteral'<br>icc: command line warning #10006: ignoring unknown option '-Wmissing-noreturn'<br>icc: command line warning #10006: ignoring unknown option '-Wmissing-noreturn'<br>icc: command line warning #10006: ignoring unknown option '-Wduplicated-cond'<br>icc: command line warning #10006: ignoring unknown option '-Wduplicated-branches'<br>icc: command line warning #10006: ignoring unknown option '-Wduplicated-cond'<br>icc: command line warning #10006: ignoring unknown option '-Wduplicated-branches'<br>icc: command line warning #10006: ignoring unknown option '-Wlogical-op'<br>icc: command line warning #10006: ignoring unknown option '-Wlogical-op'<br>icc: command line warning #10006: ignoring unknown option '-Wno-cast-function-type'<br>icc: command line warning #10006: ignoring unknown option '-Wno-cast-function-type'<br>icc: command line warning #10006: ignoring unknown option '-Wnull-dereference'<br>icc: command line warning #10006: ignoring unknown option '-Wredundant-decls'<br>icc: command line warning #10006: ignoring unknown option '-Wjump-misses-init'<br>icc: command line warning #10006: ignoring unknown option '-Wsuggest-attribute=format'<br>icc: command line warning #10006: ignoring unknown option '-Wtautological-constant-out-of-range-compare'<br>icc: command line warning #10006: ignoring unknown option '-Wnested-externs'<br>icc: command line warning #10006: ignoring unknown option '-Wno-format-nonliteral'<br>icc: command line warning #10006: ignoring unknown option '-Wmissing-noreturn'<br>icc: command line warning #10006: ignoring unknown option '-Wduplicated-cond'<br>icc: command line warning #10006: ignoring unknown option '-Wduplicated-branches'<br>icc: command line warning #10006: ignoring unknown option '-Wlogical-op'<br>icc: command line warning #10006: ignoring unknown option '-Wno-cast-function-type'<br>icc: command line warning #10006: ignoring unknown option '-Wnull-dereference'<br>icc: command line warning #10006: ignoring unknown option '-Wredundant-decls'<br>icc: command line warning #10006: ignoring unknown option '-Wjump-misses-init'<br>icc: command line warning #10006: ignoring unknown option '-Wsuggest-attribute=format'<br>icc: command line warning #10006: ignoring unknown option '-Wtautological-constant-out-of-range-compare'<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 23, 2020 at 10:14 AM Simon Marchi <<a href="mailto:simark@simark.ca">simark@simark.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2020-03-23 12:05 p.m., Rocky Dunlap wrote:<br>
> Simon,<br>
> <br>
> Yes, I will be happy to give this a try.  What's the easiest way to get this patch?  (Sorry, I'm less familiar with Gerrit...)<br>
> <br>
> Rocky<br>
<br>
You need a babeltrace git repository.  If you don't already have one, you can clone it from here:<br>
<br>
  <a href="https://github.com/efficios/babeltrace" rel="noreferrer" target="_blank">https://github.com/efficios/babeltrace</a><br>
<br>
You can then click the "DOWNLOAD" button on the patch's review page, or press `d` (a keybinding).<br>
<br>
Copy the "Checkout" command (the first one) and paste it in your shell (while having the<br>
repository as the current working directory).  You'll then have the code corresponding to<br>
the proposed patch checked out and ready to build.  Note that when you build from the git<br>
repo, you need to run ./bootstrap first, to generate the configure script.<br>
<br>
Simon<br>
<br>
</blockquote></div>