1. My first attempt was using btool. This led to Bug 1651137 which I have been unable to fix. https://bugs.launchpad.net/inkscape/+bug/1651137
2. My second attempt was using cmake 3.2.1. I followed the instructions at: http://wiki.inkscape.org/wiki/index.php/Compiling_Inkscape_on_Windows
This led to the following error:
C:\InkscapeBZR\src>md build C:\InkscapeBZR\src>cd build C:\InkscapeBZR\src\build>cmake -G "MinGW Makefiles" ..
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:/InkscapeBZR/src/CMakeFiles/CMakeOutput.log".
........................................................................
tia, Alvin
-- 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.