[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sylpheed
Subject:    [sylpheed:12063] Re: compile error
From:       Alex Botero-Lowry <drax () stampede ! org>
Date:       2002-03-31 7:41:47
[Download RAW message or body]

as a fellow freebsd user. I can say I was very close to uninstalling the
gtk package and compiling it myself after the abomination of gtk12. the
link of gtk12 to gtk suffices to solve the problem for me, so i decided
to not sit thru the pain of compiling gtk as a remeber it. If only all
these apps used the BSD makefiles, instead of automake/autoconf *evil
BSD domination grin*

On 31 Mar 2002 07:30:27 -0000
"Clemens Hintze" <ml-sylpheed@qiao.in-berlin.de> wrote:

> In <200203301507556.SM00968@there> chip@wiegand.org (Chip Wiegand)
> writes:
> 
> [original wrapping of quotes probably changed by my editor]
> 
> > I am compiling sylpheed-claws 0.7.4 but it is failing because it
> > cannot find glib-config. I used the following install command -
> 
> (...)
> 
> > and it still cannot find the glib-config. Yet doing a locate glib
> > show the following -
> 
> > /usr/compat/linux/usr/lib/libglib-1.2.so.0.0.6
> > /usr/local/bin/glib12-config
> > /usr/local/include/glib12
> > /usr/local/include/glib12/glib.h
> 
> is it possible, that you use FreeBSD? :-)
> 
> I have the same problem then and when, if I build GTK apps under
> FreeBSD. I do not know any elegant solution, but because the GNU-like
> configurable apps do need some GNU tools also (gmake instead of make,
> gsed vs. sed, gawk vs. awk, ...) I often do the following:
> 
>   for tools in make sed awk; do
>     ln -s `which g$tools` $tools
>   done
>   ln -s `which gtk12-config` gtk-config
>   ln -s `which glib12-config` glib-config
>       
>   env PATH=`pwd`:$PATH ./configure ...
>   env PATH=`pwd`:$PATH ./make ...
> 
> This is not pretty , but at least it seems not to harm anything; and
> it works for me :-I ... Perhaps it will work for you too?
> 
> Perhaps others have better ideas ...
> 
> 
> HTH,
> Clemens.
> 
> -- 
> Clemens Hintze  mailto: c.hintze@gmx.net
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic