Skip to content

Instantly share code, notes, and snippets.

@luipir
Created November 23, 2015 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luipir/dac9f2b67bb051e47767 to your computer and use it in GitHub Desktop.
Save luipir/dac9f2b67bb051e47767 to your computer and use it in GitHub Desktop.
Test compilation error on testqgsfontutils.cpp
Building CXX object tests/src/core/CMakeFiles/qgis_graduatedsymbolrenderertest.dir/testqgsgraduatedsymbolrenderer.cpp.o
Building CXX object tests/src/core/CMakeFiles/qgis_histogramtest.dir/testqgshistogram.cpp.o
/mnt/data/PROGRAMMING/QGIS-2.0-master/tests/src/core/testqgsfontutils.cpp:151:32: fatal error: testqgsfontutils.moc: No such file or directory
compilation terminated.
tests/src/core/CMakeFiles/qgis_fontutils.dir/build.make:54: recipe for target 'tests/src/core/CMakeFiles/qgis_fontutils.dir/testqgsfontutils.cpp.o' failed
make[2]: *** [tests/src/core/CMakeFiles/qgis_fontutils.dir/testqgsfontutils.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 82%] Building CXX object tests/src/core/CMakeFiles/qgis_histogramtest.dir/qgscompositionchecker.cpp.o
CMakeFiles/Makefile2:12117: recipe for target 'tests/src/core/CMakeFiles/qgis_fontutils.dir/all' failed
make[1]: *** [tests/src/core/CMakeFiles/qgis_fontutils.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 82%] Building CXX object tests/src/core/CMakeFiles/qgis_histogramtest.dir/qgis_histogramtest_automoc.cpp.o
[ 82%] Building CXX object tests/src/core/CMakeFiles/qgis_graduatedsymbolrenderertest.dir/qgscompositionchecker.cpp.o
[ 82%] [ 82%] Building CXX object tests/src/core/CMakeFiles/qgis_geometryutilstest.dir/qgscompositionchecker.cpp.o
@jef-n
Copy link

jef-n commented Nov 23, 2015

platform? I encounter this on ubuntu wily amd64 only.

@jachym
Copy link

jachym commented Nov 25, 2015

I've probably driven into same issue

...
[ 92%] Built target qgis_fontmarkertest2
[ 92%] Building CXX object tests/src/core/CMakeFiles/qgis_fontutils.dir/testqgsfontutils.cpp.o
/home/jachym/dev/qgis/tests/src/core/testqgsfontutils.cpp:151:32: fatal error: testqgsfontutils.moc: No such file or directory
compilation terminated.

amd64, ubuntu 15:10

@luipir
Copy link
Author

luipir commented Nov 25, 2015

@jachym you are facing with the problem on ubuntu wily amd64? more info here
qgis/QGIS@de602e7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment