Re: can't build pango



Sven,

Thanks for your help. Probably the problem is not there.
What I do:

$echo $BUILD_DIR
/set/gtk/build000802

$PKG_CONFIG_PATH=$BUILD_DIR/glib/lib/pkgconfig ACLOCAL_FLAGS="-I
$BUILD_DIR/glib/share/aclocal" autogen.sh --prefix=$BUILD_DIR/pango
--exec-prefix=$BUILD_DIR/pango
aclocal: /set/gtk/build000802/glib/share/aclocal/glib-gettext.m4: 22: duplicated
macro `AM_GLIB_WITH_NLS'
aclocal: /set/gtk/build000802/glib/share/aclocal/glib-gettext.m4: 224:
duplicated macro `AM_GLIB_GNU_GETTEXT'
..........
checking for X11/Xft/XftFreetype.h... yes
./configure: line 6293: syntax error near unexpected token
`AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION,'
./configure: line 6293: `AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :,'

$ll $BUILD_DIR/glib/share/aclocal/
total 32
drwxrwxr-x    2 tvv      gtk          4096 Aug  2 13:08 ./
drwxrwxr-x    4 tvv      gtk          4096 Aug  2 13:08 ../
-rw-r--r--    1 tvv      gtk          8227 Aug  2 13:08 glib-2.0.m4
-rw-r--r--    1 tvv      gtk         11319 Aug  2 13:08 glib-gettext.m4

Thhis way of configuring worked fine before.

Thanks,
    Vitaly.


Sven Neumann wrote:

> Hi,
>
> Vitaly Tishkov <tvv sparc spb su> writes:
>
> > I can't configure pango since July, 31.
> >
> > configure says:
> > ..........
> > checking for X11/Xft/XftFreetype.h... yes
> > ./configure: line 6293: syntax error near unexpected token
> > `AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION,'
> > ./configure: line 6293: `AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :,'
> >
> > What maybe a problem?
>
> aclocal can't find the file glib-2.0.m4. Make sure you installed
> glib-2.0 and either put glib-2.0.m4 into the directory where
> aclocal looks for it by default (that is share/aclocal in the prefix
> where aclocal is installed) or set the ACLOCAL_FLAGS environment
> variable to "-I <dir>" where <dir> is the directory where glib-2.0.m4
> lives. Then run autogen.sh again.
>
> Salut, Sven
>
> _______________________________________________
> gtk-devel-list mailing list
> gtk-devel-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-devel-list





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