<div dir="ltr">Yesterday I managed to resolve dependency problems which prevented the install of the present QGIS 2.16.<div><br></div><div>So I am now attempting to compile the branch 'release-2_16', since 2.10 was the last version that I could compile and use properly.</div><div><br></div><div>At 51% it received warnings/errors:</div><div><br></div><div><div>"warning: identifier 'nullptr' is a keyword in C++11 [-Wc++0x-compat]"</div><div>"error: 'nullptr' was not declared in this scope"</div></div><div><br></div><div>which I hope will be resolved by adding '-std=c++11' to the CMAKE_CXX_FLAGS</div><div><br></div><div>I just greped the source and see that 'nullptr' is used quite often and has been  defined in</div><div>- analysis/qgsrastercalcparser.cpp </div><div>- core/qgsexpressionparser.cpp</div><div>since version 2.8, so I am not sure if this is the correct solution (compiling now at 48%)</div><div><br></div><div>--</div><div>While trying out 2.16, I noticed that the Screen refreshing (since commit </div><div>2014_05_01) still blanks out the screen when moving around. <br></div><div>This is VERY hard on the eyes and is the main reason why I have been using the commit of 2014_02_22 since then.</div><div><br></div><div>But since there have been many changes since the (geometry editing is what interests me most), I would like to use the latest version - but without this eye-sore (including the distracting scrollbar that goes back and forth instead of a 'busy' cursor).</div><div><br></div><div>Is there a way to turn is off?</div><div>- i.e. back to previous 'freeze' of the image with 'busy' cursor until the refresh has completed</div><div><br></div><div>I do a lot of georeferencing, so am concentrating on the map while moving, so this 'blinking' is truly a strain on the eyes.</div><div><br></div><div>---</div><div>The above solution seems to have resolved the first issue, since it went on to 54% where it failed while linking qgis.</div><div>(Undefined reference to `QgsRelationManagerDialog::setLayers(QList<QgsVectorLayer*> const&)')</div><div><br></div><div>Mark Johnson, Berlin Germany</div><div><br></div><div><br></div><div><br></div></div>