Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake Error at third-party/libstudxml.build/CMakeLists.txt:52 (add_library):Cannot find source file: #552

Open
ghost opened this issue Mar 31, 2021 · 3 comments

Comments

@ghost
Copy link

ghost commented Mar 31, 2021

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

@username31480
Copy link

@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.

@tfussell
Copy link
Owner

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.

@mjredmond
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants