Author Topic: r13998 : CodeSnippets wx3.2.x (Unix)  (Read 868 times)

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 601
  • L'ami de l'homme. The friend of man.
    • LETARTARE
r13998 : CodeSnippets wx3.2.x (Unix)
« on: September 04, 2026, 07:13:16 pm »
The compilation under 'Win-7' is correct.

Leap-15.6, r13998, gcc-15.2, wx-328 :

With '.../Cb/Gcc1520/cb13998/src/ContribPlugins_wx32-unix.workspace'
Cannot create the output file : see the attachment
CB-13999, plugins-sdk-2.26.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'

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 601
  • L'ami de l'homme. The friend of man.
    • LETARTARE
Re: r13998 : CodeSnippets wx3.2.x (Unix)
« Reply #1 on: Yesterday at 10:57:39 am »
The error is in:
Code
zip -j9 ../../../devel32/share/CodeBlocks/codesnippets.zip manifest.xml
corrective :
Code
zip -j9 ../../../devel32/share/codeblocks/codesnippets.zip manifest.xml
A story of tiny !
« Last Edit: Yesterday at 10:59:55 am by LETARTARE »
CB-13999, plugins-sdk-2.26.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'

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2968
Re: r13998 : CodeSnippets wx3.2.x (Unix)
« Reply #2 on: Yesterday at 06:52:57 pm »
Fixed svn 14000, thanks

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1912
Re: r13998 : CodeSnippets wx3.2.x (Unix)
« Reply #3 on: Yesterday at 07:07:00 pm »
Unix projects fixed in r14001, thank you. BTW, the case was correct in the zip call, it was incorrect in line 11.

The change in r14000 should be reverted, it was OK before (even if MSW does not care about case).

EDIT: Fixed "codeblocks" folder case in r14003 , Unix projects use "codeblocks" while MSW uses "CodeBlocks"; LETARTARE was right.
« Last Edit: Yesterday at 08:43:10 pm by Miguel Gimenez »