mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] updated gtk


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] updated gtk
Date: Fri, 24 Sep 2010 20:38:41 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Tony Theodore <address@hidden> schrieb:
> On 25 September 2010 00:59, Mark Brand <address@hidden> wrote:
> > Most of the hard work had already been done. I mostly just had to figure out
> > how to apply the patches to the new sources.
> >
> > In both cases, the patches are ad-hoc hacks, not suitable for submitting
> > upstream.
> >
> > Please try this out. Comments (and patches!) are welcome.
> 
> Shall do, I don't have a windows available to test at the moment, but
> gtk/glib are building successfully. Some dependents are failing, first
> is the gtkglext test program:
> 
> diff -r d4914002cfa5 src/gtkglext.mk
> --- a/src/gtkglext.mk Fri Sep 24 16:33:16 2010 +0200
> +++ b/src/gtkglext.mk Sat Sep 25 02:08:48 2010 +1000
> @@ -44,5 +44,6 @@
>      '$(TARGET)-gcc' \
>          -W -Wall -ansi -pedantic \
>          '$(2).c' -o '$(PREFIX)/$(TARGET)/bin/test-gtkglext.exe' \
> -        `'$(TARGET)-pkg-config' gtkglext-1.0 --cflags --libs`
> +        `'$(TARGET)-pkg-config' gtkglext-1.0 --cflags --libs` \
> +        -ldnsapi
>  endef

This doesn't look "right" to me. If the '-ldnsapi' is missing in
the pkg-config script of gtkglext (gtkglext-1.0.pc), it should
be fixed there. Please revert the test compile command to the
minimum, as this is the way other people will use to build their
programs.

Also, is the package that contains the "dnsapi" library already
mentioned int the $(PKG)_DEPS of gtkglext?


Greets,
Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR



reply via email to

[Prev in Thread] Current Thread [Next in Thread]