<div dir="ltr"><p dir="ltr">Yes, sorry for the mistakes... it should indeed be CXXFLAGS, and the string should not be quoted.</p><p dir="ltr"><br></p><p>Best wishes,</p><p></p><p><br></p><p>Alex</p><p><br></p>
<div class="gmail_quote">On 20 Oct 2015 8:07 p.m., "Jonas Smedegaard" <<a href="mailto:dr@jones.dk" target="_blank">dr@jones.dk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoting Alex Valavanis (2015-10-20 20:43:02)<br>
> Hi Mattia,<br>
><br>
> Sorry... hit Reply instead of Reply All.  The fix could just be<br>
> applied in debian/rules if you don't want to patch the upstream<br>
> source.  You should just be able to add CFLAGS+=" -std=c++11", I<br>
> guess.  The current release (and all future ones) should already be<br>
> compatible with the C++11 standard, although we don't yet require it.<br>
<br>
NB! debian/rules is a Makefile, and its native variables should not<br>
include quotation and handles spaces more relaxed than shell:<br>
<br>
CFLAGS += -std=c++11<br>
<br>
<br>
 - Jonas<br>
<br>
--<br>
 * Jonas Smedegaard - idealist & Internet-arkitekt<br>
 * Tlf.: <a href="tel:%2B45%2040843136" value="+4540843136" target="_blank">+45 40843136</a>  Website: <a href="http://dr.jones.dk/" rel="noreferrer" target="_blank">http://dr.jones.dk/</a><br>
<br>
 [x] quote me freely  [ ] ask before reusing  [ ] keep private<br>
</blockquote></div>
</div>