xlnt
xlnt copied to clipboard
CMake Error at third-party/libstudxml.build/CMakeLists.txt:52 (add_library):Cannot find source file:
CMake Error at third-party/libstudxml.build/CMakeLists.txt:52 (add_library):Cannot find source file:
D:/visual studio/xlnt-master/third-party/libstudxml/libstudxml/parser.cxx
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc
@mdsadiqueinam - I ran into this same issue. Looking at the most recent commit message for libstudxml you'll notice a URL: https://git.codesynthesis.com/libstudxml/libstudxml.git I resolved this issue by manually cloning that git repository into xlnt/third-party/libstudxml xlnt then successfully built.
Thanks for the report. It seems that the link is broken. I reported this to the developers of libstudxml. It looks like git://git.codesynthesis.com/libstudxml/libstudxml.git still works so I will try changing to that.
Thanks for the quick response. I actually deleted my comment, since the URL still worked for cloning, and I built successfully. I was trying to open it as a web URL last night... was just too tired.