Re: newbie: trouble compiling gtk



>I've got trouble compiling gtk-1.1.9. I installed glib (the usual
>`make install'), then ran ./configure for gtk (no errors),
>then `make' exits with this error:
>
>make [2]: *** No rule to make target `deNONE', needed by `all-yes'.  Stop.
>
>Help would be appreciated.

That happens when configure can't find gettext-0.10.35.  I have it installed
in /usr/local, and /usr/local isn't in my default gcc include path.  So I
do:

    setenv CFLAGS '-O2 -I/usr/local/include'
    setenv CPPFLAGS -I/usr/local/include
    setenv LDFLAGS -L/usr/local/lib

before I compile gtk+.

-Peter-    housel@acm.org





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