Hi, I'm getting this error while trying to compile a program that uses ImagingComponents unit:
ImagingComponents.pas(1,1) Fatal: Can't find unit GTKDef used by ImagingComponents
I'm working on Linux Lazarus 0.9.29 from SVN (Trunk) and fpc 2.5.1 (Trunk) with Vampire also from svn.
After the error I recompiled everything (fpc, lazarus and vampire) but it still doesn't work.
How can I fix this?.
I guess you're using GTK2 widget set?
Please try latest SVN version now, I uploaded some fixes.
Thanks!, it works now.