Re: Pango example compile problem



Jeff Franks <jcf tpg com au> writes:

> Hi,
> 
> I've been meaing to ask this for some time.
> 
> Q: How come the pango example is a viewer program that requires the qt
> library?
> 
> Way back with version 1.3.1 I remember this example used to compile but
> some where along the way it didn't. Now it produces unrecognised qt
> reference errors and wont compile. For the past several versions of
> Pango I've had to remove the examples directory from Makefile.am and run
> automake again so I could compile this library.

Note that if you remove this directory from the Maekfile.am, you'll
be missing the pangox.aliases file so you won't get a working Pango
installation. You'd be better off commenting out the viewer
program in the examples directory.

Can you provide the actual errors you got on compilation?
 
> I run a standard linux distributon 

There's a standard linux distribution? ;-)

> with qt 2.3. Does this example require qt-1.4.x.

No, it works with any qt-2.x.

$ libtool --mode=execute ldd pango-viewer 
[...]
        libqt.so.2 => /usr/lib/qt-2.3.1/lib/libqt.so.2 (0x401f7000)

Regards,
                                        Owen



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