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=/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="/home/john/monocvs/mono"
(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
