Hi,
I have a small problem with the GtkUnit.
I have the unit installed, using make every thing just worked. All the tutorial programs compiled and they are ready to use.
But when I try to compile the simple helloworld.pas with this:
gpc -O2 -Wall --automake helloworld.pas -o ../../../pascal/bin/helloworld
I get this error: In file included from helloworld.pas:5: ../units/gtk.inc:23: module/unit `gtkmarshal' could not be compiled
In the helloworld I have changed the path from '../units' to '/home/klaus/temp/gtk/units'
Am I missing something on the command line when I call the compiler, or is there a bug in the unit?
Kind regards,
Klaus F. Oestergaard