Hello I am trying to build doxygen from source on Windows using Visual Studio 2017. The build fails with the following error message:
5>doxycfg.vcxproj -> C:\erik\projects\doxygen\build17\build\lib\Debug\doxycfg.lib 6>C:\ projects\doxygen\doxygen-1.9.5\src\docbookgen.cpp(632): error C2280: 'DocbookDocVisitor::DocbookDocVisitor(const DocbookDocVisitor &)': attempting to reference a deleted function 6>c:\ projects\doxygen\doxygen-1.9.5\src\docbookvisitor.h(152): note: compiler has generated 'DocbookDocVisitor::DocbookDocVisitor' here 6>c:\ projects\doxygen\doxygen-1.9.5\src\docbookvisitor.h(152): note: 'DocbookDocVisitor::DocbookDocVisitor(const DocbookDocVisitor &)': function was implicitly deleted because a base class invokes a deleted or inaccessible function 'DocVisitor::DocVisitor(const DocVisitor &)' 6>c:\ projects\doxygen\doxygen-1.9.5\src\docvisitor.h(37): note: 'DocVisitor::DocVisitor(const DocVisitor &)': function was implicitly deleted because a data member invokes a deleted or inaccessible function 'std::unique_ptr<DocVisitor::Private,std::default_delete<_Ty>>::unique_ptr(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)' 6> with 6> [ 6> _Ty=DocVisitor::Private 6> ] 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Tools\MSVC\14.12.25827\include\memory(2380): note: 'std::unique_ptr<DocVisitor::Private,std::default_delete<_Ty>>::unique_ptr(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)': function was explicitly deleted 6> with 6> [ 6> _Ty=DocVisitor::Private 6> ] Any idea what I'm doing wrong? Regards, Eric PUBLIC ----------------------------------------- SAVE PAPER - THINK BEFORE YOU PRINT! This E-mail is confidential. It may also be legally privileged. If you are not the addressee you may not copy, forward, disclose or use any part of it. If you have received this message in error, please delete it and all copies from your system and notify the sender immediately by return E-mail. Internet communications cannot be guaranteed to be timely secure, error or virus-free. The sender does not accept liability for any errors or omissions.
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users