Am 23.10.2012 10:17, schrieb Kornel Benko:

your commit
http://www.lyx.org/trac/changeset/e94e9e415f4a6ea074ea8ee34deee57b2b5d4d17/lyxgit
breaks for the the compilation using the
build.bat in development/cmake/. Can you please have a look?

I need more info.
This is the standard way to use cmake as a command.
But maybe your path contains spaces? Does it help if you use

The problem is the following:
when

COMMAND ${CMAKE_COMMAND} --build "${CMAKE_BINARY_DIR}" --target rebuild_cache

is called my ${CMAKE_BINARY_DIR} is
"D:\LyXGit\Master\compile-result"

But after this call MSVC stops because it cannot find the file:

  Generating ui_WrapUi.h
  Generating Resources.qrc
  Microsoft (R) Build Engine Version 4.0.30319.1
  [Microsoft .NET Framework, Version 4.0.30319.269]
  Copyright (C) Microsoft Corporation 2007. All rights reserved.
MSBUILD : error MSB1009: Project file does not exist.
[D:\LyXGit\Master\compile-result\src\frontends\qt4\frontend_qt4.vcxproj]

Build FAILED.

"D:\LyXGit\Master\compile-result\lyx.sln" (LyX;tex2lyx target) (1) ->
"D:\LyXGit\Master\compile-result\src\LyX.vcxproj.metaproj" (default target) (2)
 ->
"D:\LyXGit\Master\compile-result\src\frontends\qt4\frontend_qt4.vcxproj.metaproj" (default target) (4) ->
"D:\LyXGit\Master\compile-result\src\frontends\qt4\frontend_qt4.vcxproj" (default 
target) (11) ->
(CustomBuild target) ->
MSBUILD : error MSB1009: Project file does not exist. [D:\LyXGit\Master\compile-result\src\frontends\qt4\frontend_qt4.vcxproj]

But this file exists in this folder and I can execute it manually.

(Added double quotes)

This doesn't help.

thanks and regards
Uwe

Reply via email to