Author Topic: nightly builds: main package sf path including wx/mingw dlls versions?  (Read 1622 times)

Offline J.

  • Multiple posting newcomer
  • *
  • Posts: 47
For automatized downloads of nightly builds it would be great, if the SourceForge download path of the main binary package included the wx / mingw versions in a regex-able way. This would make manual amendments obsolete when the prerequisite dll's change.

The path to the main binary package (e.g. 'http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20231223_rev13415_win64.7z') does not reveal the versions of the required dll's which are for the latest example:
- 'wxmsw32u_gcc_cb_wx324_2D_gcc1310-mingw64.7z'
- 'Mingw64dlls13.1.0.7z'

Here simple examples of how that could work:
- http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20231223_rev13415_wx324_2D_gcc1310_win64.7z
- http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/wx324_2D_gcc1310/CB_20231223_rev13415_win64.7z

Not sure if '2D' is a feature which could change in the future (with unchanged wx version) or not.


Would that something you guys taking care of the Windows nightly releases would consider?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
Re: nightly builds: main package sf path including wx/mingw dlls versions?
« Reply #1 on: January 01, 2024, 01:16:29 pm »
I think I might give this a try:
- http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/wx324_2D_gcc1310/CB_20231223_rev13415_win64.7z

Though I have the feeling something similar for the compiler might be needed .....

Offline J.

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: nightly builds: main package sf path including wx/mingw dlls versions?
« Reply #2 on: January 01, 2024, 05:57:33 pm »
Perfect!!!