
this is my first attempt to compile a 64 bit version of Inkscape. Previously I had done a 32 bit version on Windows XP using cmake.
- running cmake version 3.7.1 32-bit version - devlibs64 uptodate - mingw64 from the file x86_64-5.3.0-release-win32-seh-rt_v4-rev0.7z - the compile step appeared to be successful until the very end... the output is:
C:\Users\penne_000\AppData\Roaming\InkscapeBZR\build>mingw32-make -j 2 [ 1%] Built target vpsc_LIB revision is 15382 [ 1%] Built target inkscape_version [ 2%] Built target util_LIB [ 2%] Built target gc_LIB [ 2%] Built target cola_LIB [ 4%] Built target avoid_LIB
...
[ 26%] Built target pofiles_90 [ 26%] Built target filters_svg_h [ 26%] Built target palettes_h [ 26%] Built target patterns_svg_h [ 27%] Built target symbols_h [ 27%] Built target templates_h [ 99%] Built target inkscape_base [ 99%] Built target inkview [100%] Linking CXX executable ..\bin\inkscape.exe ../lib/libgc_LIB.a(gc.cpp.obj):gc.cpp:(.text+0x4f0): multiple definition of `Inkscape::GC::Core::init()' ../lib/libinkscape_base.dll.a(d010885.o):(.text+0x0): first defined here collect2.exe: error: ld returned 1 exit status src\CMakeFiles\inkscape.dir\build.make:201: recipe for target 'bin/inkscape.exe' failed mingw32-make[2]: *** [bin/inkscape.exe] Error 1 CMakeFiles\Makefile2:421: recipe for target 'src/CMakeFiles/inkscape.dir/all' failed mingw32-make[1]: *** [src/CMakeFiles/inkscape.dir/all] Error 2 mingw32-make[1]: *** Waiting for unfinished jobs.... [100%] Built target grid2 Makefile:126: recipe for target 'all' failed mingw32-make: *** [all] Error 2
-- View this message in context: http://inkscape.13.x6.nabble.com/compile-error-on-Windows-10-Inkscape-rev-15... Sent from the Inkscape - Dev mailing list archive at Nabble.com.