<div dir="auto">I don't have a fix. Best if you can look.<div dir="auto"><br></div><div dir="auto">I've built gcc 8.2 do I don't have a problem.</div><div dir="auto"><br></div><div dir="auto">Bill</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Feb 5, 2019, 7:20 AM Sankhesh Jhaveri <<a href="mailto:sankhesh.jhaveri@kitware.com">sankhesh.jhaveri@kitware.com</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="m_747613017218551754markdown-here-wrapper" style="font-family:"Lucida Sans",Cantarell,Verdana,sans-serif;color:rgb(11,83,148)"><p style="margin:0px 0px 1.2em!important">Bill,</p>
<p style="margin:0px 0px 1.2em!important">It would be great if you have a fix, neverthless. A customer noticed the same issue on Red Hat GCC v4.8.5 20150623. The README says VTK requires <a href="https://gitlab.kitware.com/vtk/vtk/blob/master/README.md#requirements" target="_blank" rel="noreferrer">gcc  v4.8.3 or newer</a>.</p>
<p style="margin:0px 0px 1.2em!important">Let me know if you would rather I look into a fix for it.</p>
<p style="margin:0px 0px 1.2em!important">Thanks,<br>Sankhesh</p>
<div title="MDH:QmlsbCw8ZGl2Pjxicj48L2Rpdj48ZGl2Pkl0IHdvdWxkIGJlIGdyZWF0IGlmIHlvdSBoYXZlIGEg
Zml4LCA8ZyBjbGFzcz0iZ3JfIGdyXzEzNSBnci1hbGVydCBncl9zcGVsbCBncl9pbmxpbmVfY2Fy
ZHMgZ3JfcnVuX2FuaW0gQ29udGV4dHVhbFNwZWxsaW5nIGlucy1kZWwgbXVsdGlSZXBsYWNlIiBp
ZD0iMTM1IiBkYXRhLWdyLWlkPSIxMzUiPm5ldmVydGhsZXNzPC9nPi4gQSBjdXN0b21lciBub3Rp
Y2VkIHRoZSBzYW1lIGlzc3VlIG9uIFJlZCBIYXQgR0NDIHY0LjguNSAyMDE1MDYyMy4gVGhlIFJF
QURNRSBzYXlzIFZUSyByZXF1aXJlcyBbZ2NjJm5ic3A7djQuOC4zIG9yIG5ld2VyXSg8YSBocmVm
PSJodHRwczovL2dpdGxhYi5raXR3YXJlLmNvbS92dGsvdnRrL2Jsb2IvbWFzdGVyL1JFQURNRS5t
ZCNyZXF1aXJlbWVudHMiPmh0dHBzOi8vZ2l0bGFiLmtpdHdhcmUuY29tL3Z0ay92dGsvYmxvYi9t
YXN0ZXIvUkVBRE1FLm1kI3JlcXVpcmVtZW50czwvYT4pLjwvZGl2PjxkaXY+PGJyPjwvZGl2Pjxk
aXY+TGV0IG1lIGtub3cgaWYgeW91IHdvdWxkIHJhdGhlciBJIGxvb2sgaW50byBhIGZpeCBmb3Ig
aXQuPC9kaXY+PGRpdj48YnI+PC9kaXY+PGRpdj5UaGFua3MsPC9kaXY+PGRpdj5TYW5raGVzaDwv
ZGl2Pg==" style="height:0;width:0;max-height:0;max-width:0;overflow:hidden;font-size:0em;padding:0;margin:0">​</div></div><div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 5, 2019 at 1:27 AM Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com" target="_blank" rel="noreferrer">bill.lorensen@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sean,<br>
<br>
Thanks for the suggestion. I was able to build gcc 8.2 on my Ubuntu<br>
14.04 system. Only a little tricky. Took several hours to compile.<br>
<br>
I have successfully built VTK HEAD and the VTKExamples. All VTK tests passed.<br>
<br>
No more bitching from me (about this topic anyway0><br>
<br>
The compiler did expose some new warnings which I'll fix.<br>
<br>
Bill<br>
<br>
On Mon, Feb 4, 2019 at 8:38 AM Sean McBride <<a href="mailto:sean@rogue-research.com" target="_blank" rel="noreferrer">sean@rogue-research.com</a>> wrote:<br>
><br>
> On Thu, 31 Jan 2019 20:37:32 -0500, David Thompson via vtk-developers said:<br>
><br>
> >I'm not sure it is a good idea to support old compilers and distributions:<br>
> ><br>
> >1. Ubuntu 14.04 LTS will lose support from Canonical in 3 months. I<br>
> >would be surprised if what is in git master is released by then. Why<br>
> >should we support platforms no longer supported by their distributor?<br>
><br>
> Is the compiler so tied to the OS?  Bill, can't you upgrade your compiler without updating your whole OS?<br>
><br>
> >2. If we keep forcing workarounds, the next time something breaks, then<br>
> >*it* will be the only compiler error. That pattern just keeps accruing<br>
> >technical debt. Ultimately, I believe that technical debt will push<br>
> >developers away from VTK so I want to avoid it.<br>
> ><br>
> >3. Not too long ago, it was common practice for systems in production<br>
> >use to never get patched (lest the patch break what was working).<br>
><br>
> Not that we (programmers collectively) have solved the problem of patches always breaking things that work.  It's still the norm.  :(<br>
><br>
> >However, security issues and increased connectivity prevalent today has<br>
> >pretty much put a stop to this practice and I think that translates into<br>
> >a much weaker argument for supporting older systems.<br>
><br>
> I largely agree, but there are exceptions.<br>
><br>
> Perhaps less on linux, but newer versions of macOS often drop support for older hardware.  So it's not always easy or cheap to just keep all software up-to-date.<br>
><br>
> Cheers,<br>
><br>
> --<br>
> Sean<br>
><br>
><br>
<br>
<br>
-- <br>
Unpaid intern in BillsParadise at noware dot com<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://vtk.org/mailman/listinfo/vtk-developers" rel="noreferrer noreferrer" target="_blank">https://vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div></div>-- <br><div dir="ltr" class="m_747613017218551754gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div class="m_747613017218551754inbox-inbox-inbox-inbox-inbox-inbox-inbox-inbox-inbox-markdown-here-wrapper" style="font-family:"proza libre",sans-serif;color:rgb(0,56,107)"><h5 id="m_747613017218551754inbox-inbox-inbox-inbox-inbox-inbox-inbox-inbox-inbox-sankhesh-jhaveri" style="margin:1.3em 0px 1em;padding:0px;font-size:1.1em;border-bottom:1px solid rgb(238,238,238);font-weight:bold;color:rgb(11,65,148)">Sankhesh Jhaveri</h5>
<h6 id="m_747613017218551754inbox-inbox-inbox-inbox-inbox-inbox-inbox-inbox-inbox--sr-research-development-engineer-kitware-http-www-kitware-com-518-881-4417" style="margin:1.3em 0px 1em;padding:0px;font-size:1em;color:rgb(11,83,148);font-family:"open sans",sans-serif;font-weight:normal"><em>Sr. Research & Development Engineer</em> | <a href="http://www.kitware.com/" target="_blank" rel="noreferrer">Kitware</a> | (518) 881-4417</h6>
<div title="MDH:PGIgc3R5bGU9ImZvbnQtZmFtaWx5OiB2ZXJkYW5hLCBzYW5zLXNlcmlmOyBjb2xvcjogcmdiKDEx
LCA4MywgMTQ4KTsiPjxmb250IHNpemU9IjIiPiMjIyMjU2Fua2hlc2ggSmhhdmVyaTwvZm9udD48
L2I+PGRpdj48Zm9udCBjb2xvcj0iIzBiNTM5NCIgZmFjZT0idmVyZGFuYSwgc2Fucy1zZXJpZiIg
c2l6ZT0iMiI+PGI+PGJyPjwvYj48L2ZvbnQ+PGRpdj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6
IGFyaWFsLCBzYW5zLXNlcmlmOyBjb2xvcjogcmdiKDExLCA4MywgMTQ4KTsiPjxzcGFuIHN0eWxl
PSJmb250LWZhbWlseTogdmVyZGFuYSwgc2Fucy1zZXJpZjsiPjxpPiMjIyMjIypTci4gUmVzZWFy
Y2ggJmFtcDsgRGV2ZWxvcG1lbnQgRW5naW5lZXIqPC9pPiZuYnNwO3wmbmJzcDs8L3NwYW4+PC9z
cGFuPjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogdmVyZGFuYSwgc2Fucy1zZXJpZjsgY29sb3I6
IHJnYigxMSwgODMsIDE0OCk7Ij48YSBocmVmPSJodHRwOi8vd3d3LmtpdHdhcmUuY29tLyIgdGFy
Z2V0PSJfYmxhbmsiIHN0eWxlPSJjb2xvcjogcmdiKDE3LCA4NSwgMjA0KTsiPktpdHdhcmU8L2E+
Jm5ic3A7fCZuYnNwOzwvc3Bhbj48c3BhbiBzdHlsZT0iZm9udC1mYW1pbHk6IHZlcmRhbmEsIHNh
bnMtc2VyaWY7IGNvbG9yOiByZ2IoMTEsIDgzLCAxNDgpOyI+KDUxOCkgODgxLTQ0MTc8L3NwYW4+
PGJyPjwvZGl2PjxkaXY+PGRpdj48ZGl2PjxzcGFuIHN0eWxlPSJmb250LWZhbWlseTogdmVyZGFu
YSwgc2Fucy1zZXJpZjsgY29sb3I6IHJnYigxMSwgODMsIDE0OCk7Ij48L3NwYW4+PC9kaXY+PC9k
aXY+PC9kaXY+PC9kaXY+" style="height:0px;width:0px;max-height:0px;max-width:0px;overflow:hidden;font-size:0em;padding:0px;margin:0px">​</div></div></div></div>
</blockquote></div>