Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-22 Thread bachi
got still some problems. not in pango, but in xft. when i compile xft: [EMAIL PROTECTED] ~/src/xft-2.1.2]$ make make all-am make[1]: Entering directory `/home/szhbqn/src/xft-2.1.2' if /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/home/szhbqn/include

Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-22 Thread bachi
ok... take a step forward. i compiled freetype and freetype2 in ~/freetype-1.3.1-sparc-sunos5.8 ~/freetype-2.1.5-sparc-sunos5.8 and moved both to ~/include so two freetype.h in other directories: ~/include/freetype/freetype.h ~/include/freetype2/freetype/freetype.h Xft wants a Freetype2, but the

Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-22 Thread bachi
ok... solve the problem. ~/lib/*.la are ASCII files with old directory vaules... compile of xft finished thanks to sven neumann and noah levitt greets Andreas ___ gtk-list mailing list [EMAIL PROTECTED]

Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-19 Thread bachi
I've got a problem with compiling pango 1.2.5 on a SunOS 5.8 box. uname -a: SunOS 5.8 Generic_108528-15 sun4u sparc SUNW,Sun-Fire-280R I compiled gmake 3.80, pkgconfig 0.15.0 and glib 2.2.3... no problem. (is this simmiliar to http://mail.gnome.org/archives/gtk-list/2002-March/msg00437.html ??)

Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-19 Thread bachi
ok... got fontconfig compiled and set PKG_CONFIG_PATH... other problem... i don't have xft... got openwin without xft. can't I compile pango??? Log: ./configure --prefix=[...] [...] checking for pkg-config... /home/szhbqn/bin/pkg-config checking for fontconfig = 1.0.1... yes checking

Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-19 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: ok... got fontconfig compiled and set PKG_CONFIG_PATH... other problem... i don't have xft... got openwin without xft. can't I compile pango??? You can compile pango with fontconfig and xft, but it is strongly recommend you install these libraries. Xft is just a

Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-19 Thread bachi
the xft library... is this vendor dependent? i've searched xft with google, but don't found a download link... www.xfree86.org got the entire package... but i want only xft ___ gtk-list mailing list [EMAIL PROTECTED]

# Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-19 Thread bachi
ok... have localized the problem in config.log... i've installed glib in /home/szhbqn/glib-2.2.3-sparc-sunos5.8/, but moven in /home/szhbqn/... got all these progs installed in subdirectories and moved in /home/szhbqn/... prog /home/szhbqn/bin/freetype-config is a shell script. i've edit the shell

Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-19 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: the xft library... is this vendor dependent? i've searched xft with google, but don't found a download link... www.xfree86.org got the entire package... but i want only xft http://pdx.freedesktop.org/~fontconfig/release/xft-2.1.2.tar.gz Sven

Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-19 Thread Valdis . Kletnieks
On Fri, 19 Sep 2003 14:20:38 +0200, Sven Neumann said: installed it outside the library search path. You will have to change the library search path (or simply run ldconfig to update the linker cache). Last I checked, Solaris 8 didn't have 'ldconfig'. pgp0.pgp Description: PGP

Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-19 Thread Andreas Bachmann
panago works... without xft... i edited all /home/szhbqn/lib/pkgconfig/*, including glib.pc... but xft is a nice 'add-on'... xft 2.1.2 depends on xrender xrender 0.8.3 depends on render render 0.8 configure ok... gnu make for render: Nothing to be done for 'all' any ideas? greets Andreas Am

Re: Can't compile pango 1.2.5 on a SunOS 5.8 box

2003-09-19 Thread Noah Levitt
On Fri, Sep 19, 2003 at 18:31:40 +0200, Andreas Bachmann wrote: xft 2.1.2 depends on xrender xrender 0.8.3 depends on render render 0.8 configure ok... gnu make for render: Nothing to be done for 'all' any ideas? make install Noah ___ gtk-list