Yes the problem was with the name of the folder My Documents it was in
cirilic so cmake could'n find it. After i recall this folder to My
Documents and wrote in Sagase.cmake if (MSVC) set (path_prefixes $
{path_prefixes} "C:/" "$ENV{NAALI_DEP_PATH}") cmake has configured
all. When building solution i manualy pointed the path to Ogre in
Solution -> References -> Linker ->Global and my viewer has been
build. But the question with translation is still up to time.
I have done some translation and looked if i can change the language
but still it hasn't change . So i don't know what to do.
I have done naali_ru.ts, run cmake_vs2008_localizations.bat, write
translation in tag <translation> and made type = finished. then i
build my solution and run the viewer. I Choosed the language Russian
in settings->Language but the things i've translated didn't change to
russian. Why?

On 6 мар, 17:02, Jonne Nauha <[email protected]> wrote:
> Yes non english windows users might want to be careful where they put
> code and deps. For example our Macedonian developers had unusual
> characters in the path and something like this also failed. It might
> be cmake or something else.
>
> Try moving your stuff to for example sources to C:\dev\naali and C:\dev
> \naali-deps its good to also avoid spaces however they should not be
> an issue.
>
> - Jonne
>
> On 5 maalis, 14:04, Diana <[email protected]> wrote:
>
>
>
>
>
>
>
> > Well i rewrite all svn files, check all env.variables, check cmake and
> > QT and know i get warning message  that can't write files to my
> > project folder of Visual studio 2008. I guess it because of the
> > language of my folder where the project folder is. Can it be a reason
> > for that cmake can't configure the Boost?
>
> > On 4 мар, 08:21, Diana <[email protected]> wrote:
>
> > > Thank you a lot.
>
> > > Yes i have cmake 2.8. i have downloaded it from cmake website.And i
> > > have written the PATH to cmake in env.variable. In env. variable i
> > > have:
>
> > > NAALI_DEP_PATH  C:\Naali_deps\bin\build_deps
> > > Path  C:\Program Files\FSharp-1.9.6.2\bin;C:\Program Files\CMake
> > > 2.8\bin
>
> > > And i am sure i have Cmake 2.8 i can run cmake-gui.exe and in this
> > > folder i can see cmake.exe
> > > I don't know, may be i'll should start from the very beging and
> > > rewrite all files from svn again.
>
> > > On 3 ÍÁÒ, 18:45, Jonne Nauha <[email protected]> wrote:
>
> > > > 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

Reply via email to