zezer3 / cmaked2

Automatically exported from code.google.com/p/cmaked2
0 stars 0 forks source link

CMakeTestCompilerCommon.cmake missing? #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. clone tip into clean directory
2. cmake, make install it
3. use it

What is the expected output? What do you see instead?

-- The D compiler identification is unknown
**** Debug Info: Enter CMakeDInformation.cmake
**** Debug Info: CMAKE_SYSTEM_NAME = Linux
**** Debug Info: CMAKE_D_COMPILER_ID = 
**** Debug Info: CMAKE_BASE_NAME = dmd
**** Debug Info: Enter Linux-dmd.cmake
**** Debug Info: Exit Linux-dmd.cmake
**** Debug Info: Exit CMakeDInformation.cmake
CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestDCompiler.cmake:15 
(INCLUDE):
  include could not find load file:

    CMakeTestCompilerCommon
Call Stack (most recent call first):
  CMakeLists.txt:20 (PROJECT)

CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestDCompiler.cmake:23 
(PrintTestCompilerStatus):
  Unknown CMake command "PrintTestCompilerStatus".
Call Stack (most recent call first):
  CMakeLists.txt:20 (PROJECT)

-- Configuring incomplete, errors occurred!

What version of the product are you using? On what operating system?
Latest hg tip (41:d9830c60c5fa) on Ubuntu 10.04, dmd v2.048)

Please provide any additional information below.
Well, I guess that file is just missing?

Original issue reported on code.google.com by 2voo...@gmx.de on 6 Sep 2010 at 4:43

GoogleCodeExporter commented 9 years ago
What version of CMake are you using?  The D2 support may require CMake 2.8.1, 
but specifies (incorrectly) a minimum required version of only 2.8.0.

Original comment by kingshiz...@gmail.com on 6 Sep 2010 at 6:36

GoogleCodeExporter commented 9 years ago
I just pushed the change to require 2.8.1.  If Ubuntu does not offer 2.8.1, 
please let me know.

Original comment by kingshiz...@gmail.com on 6 Sep 2010 at 6:49

GoogleCodeExporter commented 9 years ago
Thanks for the answer, indeed was using 2.8.0. With getting more up-to-date 
packages from https://launchpad.net/ubuntu/+source/cmake everything worked as 
expected. Thanks for the pointer :).

Original comment by 2voo...@gmx.de on 6 Sep 2010 at 10:39

GoogleCodeExporter commented 9 years ago

Original comment by jens.k.mueller@gmail.com on 3 Nov 2010 at 8:40