﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	revision
322	CMAKE setup problem under windows	Alpar Juttner	Peter Kovacs	"This problem is reported by Kristof Kormendi on the lemon-user list:

{{{
   I'm new to Lemon, and I'd like to share an issue about building Lemon using CMake under windows (if anyone interested in that).

System spec.: WinXP SP3, CMake 2.6.2, Visual Studio 2008 (9.0.21022.8.) 
(and many other software, according to the official documentation http://lemon.cs.elte.hu/trac/lemon/wiki/InstallCmake)

   If I start generating in CMake, it fails because of some missing file ""LEMONConfig.cmake.in"" according to the error message printed by CMake:



CMake Error: File E:/lemon-1.1.1/cmake/LEMONConfig.cmake.in does not exist.

CMake Error at CMakeLists.txt:48 (CONFIGURE_FILE):

configure_file Problem configuring file


...and also refers to a missing ""stdint.h"" file (see in the error log that I've attached).

}}}

And here comes Akos' answer:

{{{
On Mon, Oct 12, 2009 at 1:30 PM, Körmendi Kristóf <kkormendi@gmail.com> wrote:

>    If I start generating in CMake, it fails because of some missing file
> ""LEMONConfig.cmake.in"" according to the error message printed by CMake:
>
> CMake Error: File E:/lemon-1.1.1/cmake/LEMONConfig.cmake.in does not exist.
The problem is that cmake/LEMONConfig.cmake.in is missing from the
1.1.1 tarball. You can get that file here:
http://lemon.cs.elte.hu/hg/lemon-1.1/raw-file/f6bf0b2a7b63/cmake/LEMONConfig.cmake.in
}}}

I guess it must be fixed both in branch 1.1 and in the default one."	defect	closed	major	LEMON 1.2 release	build system	release branch 1.1	fixed		kkormendi@…	r1.1.1
