[Qgis-developer] Make error - QGIS Latest (2.6.0)

Mark Wynter mark at dimensionaledge.com
Fri Oct 31 22:37:57 PDT 2014


I’m getting the following error with QGIS 2.6.0  latest.   I’m running CentOS65 however earlier today I successfully installed QGIS2.4.0 on the same machine using the exact same steps.
Just wondering what might be different, and what the fix is?
Thanks in advance.

#INSTALL STEPS
scl enable devtoolset-1.1 bash
gcc --version
# gcc (GCC) 4.7.2 20121015 (Red Hat 4.7.2-5)
wget http://qgis.org/downloads/qgis-latest.tar.bz2
tar jxf qgis-latest.tar.bz2
cd qgis-2.6.0
mkdir build-master
cd build-master
ccmake28 ..
# In opened table press "c" without quotes.
# set the POSTGRES_CONFIG, and GRASS_PREFIX variables
# press "c" again
# press "g"

make

#And this is the error I get…

[ 31%] Building CXX object src/gui/CMakeFiles/qgis_gui.dir/qgscodeeditor.cpp.o
/root/qgis-2.6.0/src/gui/qgscodeeditor.cpp: In member function \u2018void QgsCodeEditor::insertText(QString)\u2019:
/root/qgis-2.6.0/src/gui/qgscodeeditor.cpp:114:34: error: \u2018replaceSelectedText\u2019 was not declared in this scope
make[2]: *** [src/gui/CMakeFiles/qgis_gui.dir/qgscodeeditor.cpp.o] Error 1
make[1]: *** [src/gui/CMakeFiles/qgis_gui.dir/all] Error 2
make: *** [all] Error 2



More information about the Qgis-developer mailing list