On 19.06.2016 18:20, Georg Baum wrote:
racoon wrote:
On 19.06.2016 16:09, Georg Baum wrote:
If you use the paths listed in INSTASLL.Win32, then you would need to
unpack it in the folder C:\LyX\lyx-23-build\msvc2015-deps. This would
create a folder C:\LyX\lyx-23-build\lyx-windows-deps-msvc2015
(lyx-windows-deps- msvc2015 is the top level folder in the .zip archive).
Sorry, I got a bit lost. I have no clue where "master at
48fd76d4bfb99ee" is. Which INSTALL.Win32 are you referring to? (We are
working with different versions now, right?)
The latest that I changed in master. Meanwhile I changed it again, because
the qmake part was wrong (you need to add the Qt bin folder to the PATH
environment variable). You can always find the latest version at
http://www.lyx.org/trac/browser/lyxgit/INSTALL.Win32.
I should unpack paths?
Probably some compressed file under a path, right? At which path can I
find the compressed file?
http://ftp.lyx.de/LyX-Windows-Deps/lyx-windows-deps-msvc2015.zip
However, it might be that you do not need the dependencies at all. For
earlier verions they did also contain stuff like libiconv which is now
contained in the 3rdparty folder of our sources and automatically built
using cmake. I know that these dependencies are needed if you want to work
on the translations and/or want to build an installer, but I believe they
are not needed anymore for simple compilation.
I would suggest you try to continue without unpacked dependencies, and if
that works we'll change the instructions accordingly.
The most important question now is why cmake does not find your C compiler.
I have no clue. There is a cl.exe in
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
Still CMake keeps complaining that
The C compiler identification is unknown
The CXX compiler identification is unknown
Daniel