ubuntuusers.de

Titel:
cmake .
Datum:
7. November 2010 10:19
Aktionen:
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
anonymous@Anonymous:~/projectm/projectM-Trunk/src$ cmake .
-- [projectM] FTGL font support was detected and enabled.
-- [projectM-qt] Qt4 detected.
-- [projectM-qt] projectM detected.
-- [projectM-pulseaudio] projectM detected.
-- [projectM-pulseaudio] projectM-qt detected.
-- [projectM-pulseaudio] pulse audio detected.
-- [projectM-libvisual] projectM detected.
-- [projectM-libvisual] libvisual detected.
CMake Warning (dev) at projectM-libvisual/CMakeLists.txt:55 (LINK_DIRECTORIES):
  This command specifies the relative path

    -lpthread

  as a link directory.

  Policy CMP0015 is not set: link_directories() treats paths relative to the
  source dir.  Run "cmake --help-policy CMP0015" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at projectM-libvisual/CMakeLists.txt:55 (LINK_DIRECTORIES):
  This command specifies the relative path

    -lm

  as a link directory.

  Policy CMP0015 is not set: link_directories() treats paths relative to the
  source dir.  Run "cmake --help-policy CMP0015" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at projectM-libvisual/CMakeLists.txt:55 (LINK_DIRECTORIES):
  This command specifies the relative path

    -ldl

  as a link directory.

  Policy CMP0015 is not set: link_directories() treats paths relative to the
  source dir.  Run "cmake --help-policy CMP0015" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at projectM-libvisual/CMakeLists.txt:55 (LINK_DIRECTORIES):
  This command specifies the relative path

    -lvisual-0.4

  as a link directory.

  Policy CMP0015 is not set: link_directories() treats paths relative to the
  source dir.  Run "cmake --help-policy CMP0015" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- [NativePresets] projectM detected.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/anonymous/projectm/projectM-Trunk/src
anonymous@Anonymous:~/projectm/projectM-Trunk/src$