[Mono-list] Problem with gtk# (FIXED)

John BouAntoun jbouantoun@rogen.com.au
Tue, 16 Dec 2003 10:19:19 +1100


This is a multi-part message in MIME format.

------_=_NextPart_001_01C3C361.DD8ED3F8
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hey guys,

I tried to build gtk# from cvs (anon) last night so that I could build =
monodoc.

I had a problem running ./autogen.sh --prefix=3D/usr/local.

It kept telling me that pkg-config couldn't find an installation of =
mono, but I had installed mono 0.29 from tar.gx file.

In the end all I had to do was what the autogen script suggested.

declare -x PKG_CONFIG_PATH=3D"/home/john/monocvs/mono"=20

(i.e. set the $PKG_CONFIG_PATH variable to the location of the mono.pc =
file before running autogen).

Just thought that fix might help some other people.

JBA

------_=_NextPart_001_01C3C361.DD8ED3F8
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.0.6396.0">
<TITLE>Problem with gtk# (FIXED)</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=3D2 FACE=3D"Arial">Hey guys,</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">I tried to build gtk# from cvs (anon) =
last night so that I could build monodoc.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">I had a problem running ./autogen.sh =
--prefix=3D/usr/local.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">It kept telling me that pkg-config =
couldn't find an installation of mono, but I had installed mono 0.29 =
from tar.gx file.</FONT></P>

<P><FONT SIZE=3D2 FACE=3D"Arial">In the end all I had to do was what the =
autogen script suggested.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">declare -x =
PKG_CONFIG_PATH=3D&quot;/home/john/monocvs/mono&quot; </FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">(i.e. set the $PKG_CONFIG_PATH variable =
to the location of the mono.pc file before running autogen).</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">Just thought that fix might help some =
other people.</FONT>
</P>

<P><FONT SIZE=3D2 FACE=3D"Arial">JBA</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C3C361.DD8ED3F8--