Re: Gtk+ doesnt compile (980919 SNAP)



Raghuram P. wrote:

> Hello,
>                 I am not able to compile GTK+ from the 980919 SNAP.
>                 Its My first attempt at comiling Gnome.
>
> This is the error text:
>
>                 Use of uninitialized value at makeenums.pl line 46, <> chunk 319.
> Cannot open include file /../gdk/gdkcursors.h: No such file or directory
> make[2]: *** [gtktypebuiltins_evals.c] Error 2
> make[2]: Leaving directory `/opt/gnome/gtk+/gtk'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/opt/gnome/gtk+'
> make: *** [all-recursive-am] Error 2
>
> can anybody please help me?
>
> Thanks in advance

Line 46 of the makeenums.pl script has an uninitialized variable.  So, I just
changed the line from:
        my $file= "$ENV{'srcdir'}/../$1";
to:
        my $file= "../$1";
and everything worked out.  I don't know if this is the "proper" way to handle this,
but it works as quick fix.

-Wilkes




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]