Peter Kümmel wrote:
Abdelrazak Younes wrote: When I check it out anonymously I get a lyx-devel directory.
Is this your lyx/trunk folder?

In my case yes but others could have chosen another name.

If yes, then lyx-cmake should be
extracted to lyx, as you've done:

lyx/trunc (with boost, src,..)
lyx/lyx-cmake
lyx/lyx-cmake/build

OK.

You must point with the last argument to lyx:

D:\devel\lyx\lyx-cmake\build>cmake -G"Visual Studio 8 2005" ..\..\trunk

I'll try that.

LINK : fatal error LNK1104: cannot open file 'user32.lib'

it could not find user32.lib which is part of the SDK. Have you called
the sdk variable setting file SetEnv.Cmd?

No, was it in your recipe?

Here I have a small batch file with calls the var files:

set QMAKESPEC=win32-msvc2005
call "c:\Programme\Microsoft Platform SDK\SetEnv.Cmd" /2000 /DEBUG
call "C:\Programme\Microsoft Visual Studio 8\VC\vcvarsall.bat"  x86

OK, thanks.

Abdel.

Reply via email to