Hi!
On Mon, Jan 14, 2002 at 12:07:31PM +0100, Klaus F. Ãstergaard wrote:
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'
Ty this:
gpc -O2 -Wall \ --unit-path=/home/klaus/temp/gtk/units \ --automake helloworld.pas -o
Is gtkmarshal.pas available?
Eike