User forums > General (but related to Code::Blocks)
CB 20.03 missing source files
Miguel Gimenez:
Those source files were removed two weeks ago (see https://sourceforge.net/p/codeblocks/code/12236/), so if you are using the 20.03 sources they should still be there. Are you trying to use 20.03 projects with SVN trunk?
KodamaDeveloped:
The source files I used were archived ones downloaded from SourceForge, which were codeblocks_17.12.tar.xz and codeblocks-20.03.tar.xz. The former has wxDateTimePicker but the later doesn't.
--- Code: ---user@THINKPAD-L430 MSYS /c/Users/user/CB_Archive
$ tar -t -f codeblocks_17.12.tar.xz | grep wxDateTimePicker
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/Makefile.am
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/images/
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/images/DateTime.xpm
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/images/DateTime16.xpm
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/include/
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/include/DateTimeCtrl.h
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/include/TimeCtrl.h
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/src/
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/src/DateTimeCtrl.cpp
codeblocks-17.12/src/plugins/contrib/wxContribItems/wxDateTimePicker/src/TimeCtrl.cpp
user@THINKPAD-L430 MSYS /c/Users/user/CB_Archive
$ tar -t -f codeblocks-20.03.tar.xz | grep wxDateTimePicker
user@THINKPAD-L430 MSYS /c/Users/user/CB_Archive
$
--- End code ---
Miguel Gimenez:
So the 20.03 archive is faulty...
The current trunk (r12240) is way better than 20.03, why do you stick to it?.
KodamaDeveloped:
The "experimental purpose" was to investigate the defect I had encountered when I migrate from 17.12 to 20.03, which I had reported as http://forums.codeblocks.org/index.php/topic,23917.0.html. So that I built the 20.03 with both debug and release configs by myself. Curiously my own 20.03 builds have never showed the defect so far, but that is another story.
Secondary, because I hardly know how to use SVN I have to learn it...
Thank you.
Miguel Gimenez:
It is clear now.
Regarding SVN, you can use a GIT clone (for example https://github.com/obfuscated/codeblocks_sf) to download the code as a ZIP file.
Navigation
[0] Message Index
[*] Previous page
Go to full version