News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

r12682

Started by LETARTARE, January 27, 2022, 03:04:01 PM

Previous topic - Next topic

LETARTARE

-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;




CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

gd_on

May be r12683 has already corrected the problem ...
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

LETARTARE

YES !
But there is something else ...
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

Miguel Gimenez

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.

LETARTARE

CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

AndrewCot

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.