Peter Kümmel wrote:
Asger Ottar Alstrup wrote:
Hi,
Two things:
- ENABLE_ASSERTIONS is not defined in config.h.
#define ENABLE_ASSERTIONS 1
- InsetMathMBox.C is compiled, although it should not be. Looking at
development\cmake\src\mathed\CMakeLists.txt, it seems that the casing is
wrong - the B is small. Don't know if that is the reason.
Regards,
Asger
I've fixed this.
Hello Peter,
While you are at it....
When I use cmake like this:
D:\devel\lyx\trunk\development\cmake>cmake -Dnls=1
-DGNUWIN32_DIR=d:\program\GnuWin32
-- Found GNUWIN32: d:\program\GnuWin32
-- Found Qt-Version 4.1.3
-- Found ASPELL:
optimized;D:/program/GnuWin32/lib/aspell.lib;debug;D:/program/GnuWin32/lib/asp
elld.lib
----- Building with ENABLE_NLS
----- Building with USE_ASPELL
-- Configuring done
-- Generating done
-- Build files have been written to: D:/devel/lyx/trunk/development/cmake
I have the following error displayed for each project:
------ Build started: Project: mathed, Configuration: Debug Win32 ------
Building Custom Rule
D:/devel/lyx/trunk/development/cmake/src/mathed/CMakeLists.txt
CMake Error: Could NOT find GNUWIN32
-- Found Qt-Version 4.1.3
-- Found ASPELL:
optimized;D:/program/GnuWin32/lib/aspell.lib;debug;D:/program/GnuWin32/lib/aspelld.lib
----- No nls, to enable use -Dnls=1
----- Building with USE_ASPELL
Could you have a look at it?
Thanks in advance,
Abdel.