Vampyre Imaging Library Forum

Imaging Category => Help & Questions => Topic started by: martinrame on 7 November 2010, 19:48:54

Title: Can't find unit GTKDef
Post by: martinrame on 7 November 2010, 19:48:54
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?.
Title: Re: Can't find unit GTKDef
Post by: Galfar on 8 November 2010, 23:53:59
I guess you're using GTK2 widget set?
Please try latest SVN version now, I uploaded some fixes.
Title: Re: Can't find unit GTKDef
Post by: martinrame on 9 November 2010, 20:22:27
Thanks!, it works now.