From mboxrd@z Thu Jan 1 00:00:00 1970 From: simark@simark.ca (Simon Marchi) Date: Mon, 23 Mar 2020 12:14:44 -0400 Subject: [lttng-dev] Babeltrace2 - compilation error with intel18 In-Reply-To: References: <60fcd0f0-e89c-5e04-8185-8cf34a92fe04@simark.ca> <4bc0ec69-7587-fe58-691f-5cb23a11cd43@simark.ca> <1c4447ea-b67a-eaf0-c9dd-d2c10106b5a7@simark.ca> Message-ID: <5f7d96c7-bf73-3ef6-012d-27dd8812361a@simark.ca> On 2020-03-23 12:05 p.m., Rocky Dunlap wrote: > Simon, > > 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...) > > Rocky You need a babeltrace git repository. If you don't already have one, you can clone it from here: https://github.com/efficios/babeltrace You can then click the "DOWNLOAD" button on the patch's review page, or press `d` (a keybinding). Copy the "Checkout" command (the first one) and paste it in your shell (while having the repository as the current working directory). You'll then have the code corresponding to the proposed patch checked out and ready to build. Note that when you build from the git repo, you need to run ./bootstrap first, to generate the configure script. Simon