[Mono-list] Building mono on Windows, continued

Nick Drochak ndrochak@gol.com
Mon, 7 Jan 2002 08:17:58 +0900


Paolo,

Your help on IRC got me much farther, thanks.  Right now I'm getting an
error that I thought I understood how to fix:

checking for glib-2.0 >= 1.3.11... yes
checking BASE_DEPENDENCIES_CFLAGS...  -I/usr/local/include/glib-2.0
-I/usr/local
/lib/glib-2.0/include
checking BASE_DEPENDENCIES_LIBS...  -L/usr/local/lib -lglib-1.3
gnome-config: not found
Package gmodule-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gmodule-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gmodule-2.0' found
gnome-config: not found
Package gmodule-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gmodule-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gmodule-2.0' found

I did an 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/' because
that's where the .pc file is.  However, that did not fix the problem.  I
didn't see that variable in any of the build files, so now I'm stuck.
Any suggestions?

Thanks,
Nick D.