[Gtk-sharp-list] Gtk: TreeView and

Jeremiah McElroy jeremiah@facility9.com
Sun, 1 Jun 2003 12:16:10 -0400


With cygwin there are a few things you need to do to take care of this.

You'll have to create or modify the variable $PKG_CONFIG_PATH to contain =
the
mono PKGCONFIG files.

On my system, they reside in C:\Program Files\Mono-0.24\lib\pkgconfig, =
so in
order to attempt this build, I would have to do the following:

 export
PKG_CONFIG_PATH=3D/cygdrive/c/PROGRA~1/Mono-0.24/lib/pkgconfig:$PKG_CONFI=
G_PAT
H

That should take carfe of the the package not found issue.  If not, run =
a
search for *.pc on your machine and see if you can find any additional =
ones
and then add their paths to the $PKG_CONFIG_PATH variable.

:: Also, does anyone know of a GTK# build from source HOWTO=20
:: document for Windows ? I have all the CygWIN etc. dependent=20
:: software but cannot get the build to work. I have tried many=20
:: things but always get:
:: -------------------------------------------------------------
:: ---------------
:: --------------
:: $ make -f makefile.win32
:: gcc -b i686-pc-mingw32 -c  `pkg-config --cflags=20
:: gtk+-win32-2.0` -o adjustment.o adjustment.c
:: gnome-config: not found
:: Package gtk+-win32-2.0 was not found in the pkg-config=20
:: search path. Perhaps you should add the directory containing=20
:: `gtk+-win32-2.0.pc' to the PKG_CONFIG_PATH environment=20
:: variable No package 'gtk+-win32-2.0' found ........ ........
:: -------------------------------------------------------------
:: ---------------
:: --------------
::=20
:: Maybe I am doing (or not doing) something stupid ?