Author Topic: r12682  (Read 4226 times)

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
r12682
« on: January 27, 2022, 03:04:01 pm »
-Win7 Business Pack1 64bits : wx-3.1.5, gcc-8.1.0,

I compile at the moment 'r12682':
in 'wxsitemres.cpp:379, 425'
Code
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' :
Code
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
Code
case wxPDF_PATTERNSTYLE_NONE :
          break;
 case wxPDF_PATTERNSTYLE_TEMPLATE:
          break;
case wxPDF_PATTERNSTYLE_IMAGE:
          break;



« Last Edit: January 27, 2022, 03:24:11 pm by LETARTARE »
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline gd_on

  • Lives here!
  • ****
  • Posts: 796
Re: r12682
« Reply #1 on: January 27, 2022, 03:16:22 pm »
May be r12683 has already corrected the problem ...
Windows 11 64 bits (23H2), svn C::B (last version or almost!), wxWidgets 3.2.4 (tests with 3.3), Msys2 Compilers 13.2.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: r12682
« Reply #2 on: January 27, 2022, 03:22:18 pm »
YES !
But there is something else ...
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: r12682
« Reply #3 on: January 27, 2022, 03:39:32 pm »
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.

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: r12682
« Reply #4 on: January 27, 2022, 03:53:27 pm »
Thanks
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline AndrewCot

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 678
Re: r12682
« Reply #5 on: January 27, 2022, 11:23:00 pm »
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.