Am 11.01.2016 um 23:50 schrieb Kornel Benko:
it is -DLYX_3RDPARTY_BUILD=ON added to the call to cmake.
I tried this but it won't work.
What I did now is:
- delete everything from CMake (cache)
- run Cmake from scratch
This way found bugs:
* for hunspell_include_dir I get this path:
D:/LyXGit/Master/3rdparty/hunspell/1.3.3/src
* for iconv_include_dir I get this path:
D:/LyXGit/Master/compile-2010/libiconv/include
This seems wrong to me. I expect that in both cases the files from
D:/LyXGit/Master/3rdparty are taken. and indeed when generating CMake it
tells me that it cannot find iconv.
besides this: I cannot click behind the path of hunspell_include_dir and
iconv_include_dir to change their path.
I compiled now anyway and get at first this new error:
GuiBibtex.cpp
..\..\..\..\src\frontends\qt4\GuiApplication.cpp(134): fatal error
C1083: Datei (Include) kann nicht geöffnet werden: "QWinMime": No such
file or directory
[D:\LyXGit\Master\compile-2010\src\frontends\qt4\frontend_qt.vcxproj]
This is another CMake bug because I explicitly set to use Qt5 in CMake
and not Qt4.
Could you please help me here?
many thanks in advance and regards
Uwe