
Hi, thanks for the feedback. I thought there might be some conflict between btool and cmake, so I did another trial. I did a lightweight checkout of 0.92.x branch rev 15275. I put this into a new directory, never used before, and ran the test again. The results are the same as before, as below: I am attaching the CMakeOutput.log file. The machine that I do the build on is not connected to the internet so I am not able to run the 'bzr status' command. CMakeOutput.log http://inkscape.13.x6.nabble.com/file/n4978233/CMakeOutput.log Cheers, Alvin
................................................................ C:\InkscapeBZR92x\src>md build
C:\InkscapeBZR92x\src>cd build
C:\InkscapeBZR92x\src\build>cmake -G "MinGW Makefiles" .. -- The C compiler identification is GNU 4.6.1 -- The CXX compiler identification is GNU 4.6.1 -- Check for working C compiler: c:/mingw/bin/gcc.exe -- Check for working C compiler: c:/mingw/bin/gcc.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: c:/mingw/bin/g++.exe -- Check for working CXX compiler: c:/mingw/bin/g++.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at debug/CMakeLists.txt:28 (add_inkscape_source): Unknown CMake command "add_inkscape_source".
CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.2)
should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred! See also "C:/InkscapeBZR92x/src/build/CMakeFiles/CMakeOutput.log".
-- View this message in context: http://inkscape.13.x6.nabble.com/unable-to-compile-0-92-x-rev-15268-on-Windo... Sent from the Inkscape - Dev mailing list archive at Nabble.com.