Hello there,
I'm not sure if this is really the place to report problems with 3.0 RC2 (there's a bug tracker on GitLab, after all), but since I've seen people doing that I'll just drop my issue here, too. If this is inappropriate, please just point me to the right place, will you...?
Here's my problem: I've installed the amd64.deb packages on a Debian "testing" system and tried to re-compile the IDE, but I end up with the following error:
Warning: Recompiling DateTimePicker, checksum changed for /usr/share/lazarus/3.0.0/lcl/units/x86_64-linux/lclintf.ppu
datetimepicker.pas(85,12) Error: Can't find unit DateTimePicker used by DateTimeCtrls
make[2]: *** [Makefile:5055: lazarus] Error 1
make[1]: *** [Makefile:5494: ide] Error 2
Error: make: *** [Makefile:3124: ide] Error 2
I previously had 2.2.6 installed (also from the deb packages), which compiled just fined. Prior to installing 3.0 RC2, I purged the fpc-laz, fpc-src and lazarus packages and renamed my ~/.lazarus folder to make sure there were no remnants from the previous installation interfering with 3.0 RC2.
So... am I doing something wrong, or is this really a bug?
Cheers -- tcrass
P.S: Just compiled Lazarus fixes_3_0 from source, using Debian's own fpc packages -- worked flawlessly, also when re-compiling from within the IDE. So maybe there's something missing in the deb packages provided by the lazarus project?