diff options
author | Jö Fahlke <jorrit@jorrit.de> | 2016-04-23 03:10:46 +0200 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2016-04-23 03:10:46 +0200 |
commit | 912e9159818f7356d45cc28b6666680b9857d7e7 (patch) | |
tree | 9799b378e8156162a8dba4e7ac64e95eebef7909 /etc/compilation.txt | |
parent | 6e790b71efae6003b9fa701a8630ee69e0a94294 (diff) | |
download | emacs-912e9159818f7356d45cc28b6666680b9857d7e7.tar.gz |
Regexps for matching CMake output
* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Add
regexps for matching CMake output.
* test/lisp/progmodes/compile-tests.el (compile-tests--test-regexps-data): Add
CMake test cases.
* etc/compilation.txt (CMake): Add CMake examples.
Copyright-paperwork-exempt: yes
Diffstat (limited to 'etc/compilation.txt')
-rw-r--r-- | etc/compilation.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt index d26af20985c..4a1531265a0 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -84,6 +84,32 @@ Warning: this expression should have type unit. File "/tmp/foo.py", line 10 +* CMake + +symbols: cmake cmake-info + +CMake Error at CMakeLists.txt:19 (hurz): + Unknown CMake command "hurz". +CMake Warning at cmake/modules/UseUG.cmake:73 (find_package): + Could not find a package configuration file provided by "UG" (requested + version 3.11.0) with any of the following names: + + UGConfig.cmake + ug-config.cmake + + Add the installation prefix of "UG" to CMAKE_PREFIX_PATH or set "UG_DIR" to + a directory containing one of the above files. If "UG" provides a separate + development package or SDK, be sure it has been installed. +Call Stack (most recent call first): + cmake/modules/DuneGridMacros.cmake:19 (include) + /home/joe/Projekte/EXA-DUNE/patches/dune-common/cmake/modules/DuneMacros.cmake:556 (include) + /home/joe/Projekte/EXA-DUNE/patches/dune-common/cmake/modules/DuneMacros.cmake:694 (dune_process_dependency_macros) + CMakeLists.txt:22 (dune_project) + + +-- Could NOT find UG (missing: UG_DIR HAVE_UG) + + * Apollo cc, 4.3BSD fc & IBM RS6000/AIX xlc compiler & Microtec mcc68k & GNAT (July 94) symbol: comma |