Re: CVS GTK Compile Problem




Marcus Brubaker <spoon@elpaso.net> writes:

> After some further exploration, I have determined that GTK+ is not linking 
> all the libs required to compile testgtk.  If I link gmodule and dl it
> compiles fine.  I'm not sure where to begin to fix this and if this is a
> problem on my end or not.

When you run autogen.sh, aclocal is finding the wrong version
of glib.m4. Most likely, you have an old glib.m4 in /usr/share/aclocal/
while the new one was installed in /usr/local/share/aclocal/.

[ once you get rid of the old one, you can do 
    export ACLOCAL_FLAGS="-I/usr/local/share/aclocal"
]

Hope this helps,
                                        Owen



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