<div dir="ltr">Hi Josua,<div><br></div><div>Unfortunately many mails from the rivet mailing list have been very delayed for me. I only received both of your mails today.</div><div><br></div><div>I think the first thing to try is installing Rivet without changing the bootstrap script at all. Does that work for you? With gcc 5.2 this should not be a problem.</div><div><br></div><div>Chris</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 7, 2016 at 9:25 AM, Josua Goecking <span dir="ltr"><<a href="mailto:goecking@thphys.uni-heidelberg.de" target="_blank">goecking@thphys.uni-<wbr>heidelberg.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Dear Sir or Madam,<div><br></div><div>last week I wrote you the message on the bottom. Unfortunately I haven’t heard from you since.</div><div>Did you receive that E-Mail?</div><div>I would appreciate any kind of Feedback.</div><div><br></div><div>Best regards,</div><div>Josua Göcking</div><div><div class="m_-802228674870398494h5"><div><br><div><div>On 30 Nov 2016, at 16:04, Josua Goecking <<a href="mailto:Goecking@thphys.uni-heidelberg.de" target="_blank">Goecking@thphys.uni-heidelber<wbr>g.de</a>> wrote:</div><br class="m_-802228674870398494m_-6585728112816391522Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap:break-word">Dear Sir or Madam,<div><br></div><div>I have a problem setting up Rivet.</div><div>I use the gcc compiler version 5.2. </div><div>Prior to rivet I installed FastJet  3.2.0, HepMC 2.06.09 and YODA 1.6.5. Since installing rivet using the standard techniques (./configure with the prior installed program, make, make install) failed I installed it using the rivet-bootstrap and changed the paths of the above mentioned programs accordingly in the bootstrap file.</div><div>Even though the standard installation did not work, using the bootstrap all worked fine.</div><div><br></div><div>However, trying to install Sherpa and enabling Rivet did not work. My Sherpa configuration was:</div><div><br></div><div><div style="margin:0px;font-size:11px;font-family:Menlo">./configure --prefix=/home/hd/hd_hd/hd_aq4<wbr>03/tools/SHERPA-MC-2.2.1-build --with-sqlite3=install --enable-hepmc2=/home/hd/hd_hd<wbr>/hd_aq403/tools/HepMC-2.06.09-<wbr>build --enable-rivet=/home/hd/hd_hd/<wbr>hd_aq403/tools/Rivet-2.5.2-bui<wbr>ld</div></div><div style="margin:0px;font-size:11px;font-family:Menlo"><br></div><div style="margin:0px">where the …-build folders are the locations where the programs have been installed</div><div style="margin:0px">(For Rivet I therefore also have changed the Install path using the bootstrap).</div><div style="margin:0px"><br></div><div style="margin:0px">If I type make (for the Sherpa installation) I get a whole bunch of errors. The first one is the following one:</div><div style="margin:0px"><br></div><div style="margin:0px"><div style="margin:0px;font-size:11px;font-family:Menlo">In file included from <b>/pfs/data1/software_uc1/bwhpc/<wbr>common/compiler/gnu/5.2.0/incl<wbr>ude/c++/5.2.0/type_traits:35:0</b><wbr>,</div><div style="margin:0px;font-size:11px;font-family:Menlo">                 from <b>/home/hd/hd_hd/hd_aq403/tools/<wbr>Rivet-2.5.2-build/include/Rive<wbr>t/Tools/RivetSTL.hh:11</b>,</div><div style="margin:0px;font-size:11px;font-family:Menlo">                 from <b>/home/hd/hd_hd/hd_aq403/tools/<wbr>Rivet-2.5.2-build/include/Rive<wbr>t/Config/RivetCommon.hh:11</b>,</div><div style="margin:0px;font-size:11px;font-family:Menlo">                 from <b>/home/hd/hd_hd/hd_aq403/tools/<wbr>Rivet-2.5.2-build/include/Rive<wbr>t/AnalysisHandler.hh:5</b>,</div><div style="margin:0px;font-size:11px;font-family:Menlo">                 from <b>Rivet_Interface.C:18</b>:</div><div style="margin:0px;font-size:11px;font-family:Menlo"><b>/pfs/data1/software_uc1/bwhpc/<wbr>common/compiler/gnu/5.2.0/incl<wbr>ude/c++/5.2.0/bits/c++0x_warni<wbr>ng.h:32:2:</b> <span style="color:#c33720"><b>error: </b></span>#error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.</div><div style="margin:0px;font-size:11px;font-family:Menlo"> #error This file requires compiler and library support for the \</div><div><br></div><div>When I tried to set up Rivet using the standard procedure I got the same error.</div><div>I already tried to use Rivet 3 instead of Rivet 2.5.2 (in fact I started using Rivet 3) but I got the same error.</div><div>Also using </div><div><div style="margin:0px"><font color="#232323"><br></font></div><div style="margin:0px"><font color="#232323">either</font></div></div><div style="margin:0px"><div style="font-size:11px;font-family:Menlo;color:rgb(175,55,130);margin:0px"><span style="color:rgb(124,124,166)">export</span><span> </span><span style="color:rgb(206,121,36)">CFLAGS</span><span>=</span>"-std=c++11"</div><div style="margin:0px">or</div><div style="font-size:11px;font-family:Menlo;color:rgb(175,55,130);margin:0px"><span style="color:#7c7ca6">alias</span><span> g++=</span>"g++ -std=c++11"</div><div style="font-size:11px;font-family:Menlo;color:rgb(175,55,130);margin:0px"><span style="color:#7c7ca6">alias</span><span> </span><span style="color:#ce7924">gcc</span><span>=</span>"gcc -std=c++11”</div><div style="font-size:11px;font-family:Menlo;color:rgb(175,55,130);margin:0px"><br></div><div style="margin:0px">in the .bashrc did not achieve different results.</div><div style="margin:0px"><br></div><div style="margin:0px">I would be thankful for any help in this problem that you can provide.</div><div style="margin:0px"><br></div><div style="margin:0px">Best regards,</div><div style="margin:0px">Josua Göcking</div></div></div></div></blockquote></div><br></div></div></div></div><br>______________________________<wbr>_________________<br>
Rivet mailing list<br>
<a href="mailto:Rivet@projects.hepforge.org" target="_blank">Rivet@projects.hepforge.org</a><br>
<a href="https://www.hepforge.org/lists/listinfo/rivet" rel="noreferrer" target="_blank">https://www.hepforge.org/lists<wbr>/listinfo/rivet</a><br></blockquote></div><br></div></div>