Are you sure you have CMake 2.8, that is the supported one. Seems like cmake tries to tell that the syntax is not correct. "4.6.1_FOUND" is not from our cmake scipts at least. I suspect its coming from FindQt4.cmake that ships with cmake. Try getting the 2.8 version if you dont have it. And be sure to have the NAALI_DEP_PATH variable pointing to your <depscheckout>/bin/build_deps (i guess ali mentioned this earlier to you).
- Jonne Nauha ip On 3 maalis, 10:09, Diana <[email protected]> wrote: > Someone please help! What should i do? while trying to run the > cmake_vs2008.bat I have such problems: > > CMake Warning (dev) at CMakeModules/Sagase.cmake:133 (if): > given arguments: > > "4.6.1_FOUND" "OR" "4.6.1_FOUND" > > An argument named "4.6.1_FOUND" appears in a conditional statement. > Policy > CMP0012 is not set: if() recognizes numbers and boolean constants. > Run > "cmake --help-policy CMP0012" for policy details. Use the > cmake_policy > command to set the policy and suppress this warning. > Call Stack (most recent call first): > CMakeModules/ConfigurePackages.cmake:61 (sagase_configure_package) > CMakeLists.txt:176 (configure_qt4) > This warning is for project developers. Use -Wno-dev to suppress it. > > CMake Warning (dev) at CMakeLists.txt:190 (link_directories): > This command specifies the relative path > > Input > > 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 CMakeLists.txt:191 (link_directories): > This command specifies the relative path > > Ui > > 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 CMakeLists.txt:192 (link_directories): > This command specifies the relative path > > Asset > > 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 CMakeLists.txt:193 (link_directories): > This command specifies the relative path > > SceneManager > > 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 CMakeModules/ModuleSetup.cmake:29 > (link_directories): > This command specifies the relative path > > C:/Naali_deps/bin/build_deps > > 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. > Call Stack (most recent call first): > Core/CMakeLists.txt:2 (init_target) > This warning is for project developers. Use -Wno-dev to suppress it. > > CMake Warning (dev) at CMakeModules/ModuleSetup.cmake:113 > (link_directories): > This command specifies the relative path > > C:/Naali_deps/bin/build_deps > > 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. > Call Stack (most recent call first): > Core/CMakeLists.txt:11 (use_package) > This warning is for project developers. Use -Wno-dev to suppress it. > > CMake Warning (dev) at CMakeModules/ModuleSetup.cmake:29 > (link_directories): > This command specifies the relative path > > C:/Naali_deps/bin/build_deps > > 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. > Call Stack (most recent call first): > Foundation/CMakeLists.txt:2 (init_target) > This warning is for project developers. Use -Wno-dev to suppress it. > > CMake Error at Foundation/CMakeLists.txt:13 (QT4_WRAP_CPP): > Unknown CMake command "QT4_WRAP_CPP". -- http://groups.google.com/group/realxtend http://www.realxtend.org
