[Mono-list] Typo in glib-2.0.pc (was: unicode support with glib2.0)

David Dawkins david@dawkins.st
Sat, 5 Jan 2002 00:53:05 -0000


This is a multi-part message in MIME format.

------=_NextPart_000_0117_01C19583.558EC980
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

OK, should have persevered a little further before sending that message!
Problem is a couple of typos in /usr/local/lib/pkgconfig/glib-2.0.pc.

Corrected file is attached. Looks as if this file was originally installed
from
http://primates.ximian.com/~alex/glib-1.3.12-win32-native.zip.

David

----- Original Message -----
From: "David Dawkins" <david@dawkins.st>
To: "Alex Graveley" <alex@ximian.com>
Cc: "Mono List" <mono-list@ximian.com>
Sent: Saturday, January 05, 2002 12:37 AM
Subject: Re: [Mono-list] unicode support with glib2.0


> I am getting a duff Makefile generated for mono/io-layer/Makefile, and so
> far
> I've tracked it down to the following command being executed from
> configure (line 7220 in my copy):
>
>             BASE_DEPENDENCIES_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >=
> $GLIB_REQUIRED_VERSION"`
>
> Runnig this manually shows the problem:
>
>   /projects/mono/head/mono $ pkg-config.exe --cflags "glib-2.0 >= 1.3.11"
>    -I$(exec_prefix}/include/glib-2.0 -I$(exec_prefix}/lib/glib-2.0/include
>
> Notice the mismatched brackets around "exec_prefix".  I'll post if I get
any
> further than this.
>
> David
>
> ----- Original Message -----
> From: "Alex Graveley" <alex@ximian.com>
> To: "Miguel de Icaza" <miguel@ximian.com>
> Cc: "Dietmar Maurer" <dietmar@ximian.com>; "Mono List"
> <mono-list@ximian.com>
> Sent: Friday, January 04, 2002 8:37 PM
> Subject: Re: [Mono-list] unicode support with glib2.0
>
>
> > Hi,
> >
> > On Fri, 2002-01-04 at 14:21, Miguel de Icaza wrote:
> > > > I have these built (not pkgconfig though, working on it) and also
> > > > libintl which glib 1.3 needs on windows.
> > > >
> > > > I will post the URLs as soon I get pkgconfig built.
> > >
> > > Wow!  These are great news Alex!
> >
> > Okay...
> >
> > http://primates.ximian.com/~alex/glib-1.3.12-win32-native.zip
> > http://primates.ximian.com/~alex/pkg-config-0.8-cygwin.zip
> > [...]

------=_NextPart_000_0117_01C19583.558EC980
Content-Type: application/octet-stream;
	name="glib-2.0.pc"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="glib-2.0.pc"

prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${exec_prefix}/include

glib_genmarshal=glib-genmarshal
gobject_query=gobject-query
glib_mkenums=glib-mkenums

Name: GLib
Description: C Utility Library
Version: 1.3.12
Libs: -L${libdir} -lglib-1.3
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include 

------=_NextPart_000_0117_01C19583.558EC980--