-Win7 Business Pack1 64bits : wx-3.1.5, gcc-8.1.0,
I compile at the moment 'r12682':
in 'wxsitemres.cpp:379, 425'
Header = wxsCoder::RebuildCode(Indentation, Header.c_str(), Header.length(), EOL);
The compiler complains that an object is missing from the call : 'RebuildCode(...)' is private and not 'static'
in 'wxsCoder.h' :
public:
/** \brief Rebuilding code to support current editor settings */
static wxString RebuildCode(wxString& BaseIndentation,const wxChar* Code,int CodeLen,wxString& EOL);
private:
allows to compile correctly.
Corrected in r12683 !!
*** an other
in 'wxPdfDocument::PutPatterns():2335' in 'switch (pattern->GetPatternStyle()) it's missing
case wxPDF_PATTERNSTYLE_NONE :
break;
case wxPDF_PATTERNSTYLE_TEMPLATE:
break;
case wxPDF_PATTERNSTYLE_IMAGE:
break;
May be r12683 has already corrected the problem ...
YES !
But there is something else ...
wxPdfDocument is external, any issue should be reported to Ulrich Telle:
https://github.com/utelle/wxpdfdoc
If you are concerned by warnings, a simple "default" will fix them.
Thanks
In SVN the source_exporter plugin does not look like an external definition like the FortanProject as the source_exporter directory shows up in the SF SVN code directory structure.
The code was updated by mortenmacfly on 2022-01-02 to "update wxPDFDocument library of source code exporter plugin to v1.0.2", which is the latest release on Github from 24-Dec-2021, so it is the latest published source release thanks to mortenmacfly.