pdf-presenter icon indicating copy to clipboard operation
pdf-presenter copied to clipboard

Windows build failed

Open tcanvn opened this issue 7 years ago • 1 comments

Thanks for a great job. However, the project is built failed on Windows: 1>------ Build started: Project: pdf_presenter, Configuration: Debug Win32 ------ 1> tools.cpp 1>c:\users\tran cong an\downloads\pdf-presenter-master\src\tools.h(7): fatal error C1083: Cannot open include file: 'wx/bitmap.h': No such file or directory 1> slide_screen.cpp 1>c:\users\tran cong an\downloads\pdf-presenter-master\src\slide_screen.h(8): fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory 1> presenter_screen.cpp 1>c:\users\tran cong an\downloads\pdf-presenter-master\src\presenter_screen.h(8): fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory 1> pdf_notes.cpp 1> pdf_frame.cpp 1>c:\users\tran cong an\downloads\pdf-presenter-master\src\pdf_frame.h(8): fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory 1> pdf_document.cpp 1>c:\users\tran cong an\downloads\pdf-presenter-master\src\pdf_document.h(9): fatal error C1083: Cannot open include file: 'boost/shared_ptr.hpp': No such file or directory 1> main.cpp 1>c:\users\tran cong an\downloads\pdf-presenter-master\src\main.cpp(7): fatal error C1083: Cannot open include file: 'wx/wx.h': No such file or directory 1> Generating Code... ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

tcanvn avatar Sep 01 '16 09:09 tcanvn