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.
>
> --
>          To unsubscribe: mail gnome-list-request@gnome.org with
>                        "unsubscribe" as the Subject.

I got the same error last night. Line 46 of the makeenums.pl script says :
    my $file= "$ENV{'srcdir'}/../$1";
the variable ENV{'srcdir'} is not initialized.  Just remove it so that the line
looks like this:
    my $file= "../$1";
and it should compile.  I don't know if this is the proper thing to do, but it
worked for me.

-Wilkes



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